3D场景像搭积木:AI直接拆出每个物体
现在的AI看3D场景,就像看一堆像素点——它知道哪里是墙、哪里是椅子,但分不清“这把椅子”和“那把椅子”是独立的个体。这篇论文让AI像人一样,一眼就把场景拆成一个个“物体盒子”:每个盒子自带身份标签和长相细节,想删椅子就删椅子,想挪桌子就挪桌子,不用先做一堆后处理。它从多张照片直接学,不需要人工标注。虽然你明天用不上,但这是3D编辑从“修图”走向“搭积木”的关键一步。
📄 原文摘要(英文)
A 3D scene is understood through its objects, not the primitives that compose them. Yet feed-forward reconstruction methods output dense, unstructured sets of points or Gaussians, leaving object-level structure to be recovered after the fact. We propose a feed-forward framework that decomposes a scene into instance-structured 3D token groups directly from unposed multi-view images -- compact object-centric units from which reconstruction, segmentation, and manipulation all follow. Each token group pairs an instance token capturing entity-level identity with anchor tokens that encode local geometry and appearance, which are decoded into a set of 3D Gaussians. This two-level factorization decouples object identity from local appearance, making object instances a native interface of the representation rather than a derived product. The token groups are learned through differentiable rendering with joint reconstruction and segmentation supervision, requiring no 3D annotations. Our feed-forward model surpasses per-scene optimization baselines in class-agnostic instance segmentation while remaining competitive in novel view synthesis. Beyond these metrics, the same token groups directly unlock instance-level scene editing -- removing, translating, or inserting objects by operating on their groups -- as well as efficient open-vocabulary 3D instance retrieval, where retrieval complexity scales with the number of instances rather than primitives.