HARMONY:面向单目图像到场景合成的分层智能体推理框架

HuggingFace Daily Papers(社区热门论文)·2026-09-22 08:00·2天前
AI 导读

HARMONY 是一个分层链式推理框架,结合智能体推理与视觉几何基础模型,从单张室内图像重建完整 3D 场景。它先校准相机建立空间坐标系,再用 VLM 推理恢复房间布局并按墙面元素、独立家具、家具上装饰物的层级顺序放置物体,配合深度优先遍历与反思反馈回路避免误差累积,每次放置后用点云估计做几何精修。

HuggingFace Daily Papers(社区热门论文)
36AI 编辑部评分,满分 100

HARMONY:面向单目图像到场景合成的分层智能体推理框架

2026-09-22 08:00· 2天前
AI 导读

HARMONY 是一个分层链式推理框架,结合智能体推理与视觉几何基础模型,从单张室内图像重建完整 3D 场景。它先校准相机建立空间坐标系,再用 VLM 推理恢复房间布局并按墙面元素、独立家具、家具上装饰物的层级顺序放置物体,配合深度优先遍历与反思反馈回路避免误差累积,每次放置后用点云估计做几何精修。

Compositional 3D scene reconstruction has recently been explored from two directions: agentic reasoning that provides semantic understanding of spatial relationships but lacks precise alignment with input images; and visual geometry foundation models that predict dense point maps from input images but the reconstruction quality is limited. Therefore, recovering a complete 3D scene from a single monocular image with accurate inter-object relationships and high-fidelity reconstruction quality remains challenging. In this paper, we present HARMONY, a hierarchical chain-of-thought framework that leverages both agentic reasoning and visual geometry foundation.

Given an image of an indoor scene, starting from an empty 3D floorplan, HARMONY first calibrates the camera against the reference image to establish a semantically-grounded spatial frame, then uses agentic VLM reasoning to recover the 3D room layout and an initial placement order. It then places the objects in a hierarchical order, from wall-mounted elements, free-standing furniture, to dependent decorations on top of furniture. We also use depth-first traversal for furniture so each placement conditions on previously resolved structure and a reflective feedback loop to avoid error accumulation.

After each object placement by VLM, we use the point cloud estimations to perform geometry-based refinement so that the rendered image aligns better with the input. HARMONY can produce 3D scenes that are semantically consistent and perceptually aligned with the reference image, extending single-image compositional reconstruction to complex indoor scene images. Experiments on synthetic and real-world images demonstrate that HARMONY outperforms the evaluated reconstruction baselines, while qualitative comparisons with GPT-6 Astra suggest more faithful object arrangements and better preservation of scene details.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org