Hugging Face Daily PapersYang-Tian Sun, Tianjia Liu, Zehuan Huang1 min readpaperadvanced
Mira-Scene: Pixel-Aligned Layouts for Generative 3D Scene
Summary
Mira-Scene proposes a compositional 3D scene reconstruction pipeline that replaces sparse pose regression with a dense Canonical Coordinate Map (CCM) linking image pixels to bounded object space. Coupled with a diffusion transformer, it achieves up to 40% higher 3D‑IoU than prior methods without scene‑level layout annotations.
- CCM provides per‑pixel correspondences to a canonical object coordinate system, enabling robust dense alignment to scene space.
- A Point Cloud Map (PCM) from monocular geometry supplies scene‑level structure, while CCM supplies object‑level detail.
- The diffusion transformer uses separate expert streams for geometry and CCM, sharing attention to enforce layout consistency.
- Training requires only object‑level 3D data; no explicit scene layout labels are needed, improving scalability.
3D scene generation engineers and researchers will care because it offers a scalable way to achieve accurate object placement without costly scene‑level annotations.
8/10