paper-with-me

Papers

TUN3D: Towards Real-World Scene Understanding from Unposed Images

2025-09-23 · Anton Konushin, Nikita Drozdov, Bulat Gabdullin, Alexey Zakharov, Anna Vorontsova, Danila Rukhovich, Maksim Kolodiazhnyi arxiv

Layout estimation and 3D object detection are two fundamental tasks in indoor scene understanding. When combined, they enable the creation of a compact yet semantically rich spatial representation of a scene. Existing approaches typically rely on point cloud input, which poses a major limitation since most consumer cameras lack depth sensors and visual-only data remains far more common. We address this issue with TUN3D, the first method that tackles joint layout estimation and 3D object detection in real scans, given multi-view images as input, and does not require ground-truth camera poses or depth supervision. Our approach builds on a lightweight sparse-convolutional backbone and employs two dedicated heads: one for 3D object detection and one for layout estimation, leveraging a novel and effective parametric wall representation. Extensive experiments show that TUN3D achieves state-of-the-art performance across three challenging scene understanding benchmarks: (i) using ground-truth point clouds, (ii) using posed images, and (iii) using unposed images. While performing on par with specialized 3D object detection methods, TUN3D significantly advances layout estimation, setting a new benchmark in holistic indoor scene understanding. Code is available at https://github.com/col14m/tun3d .

📄 PDF Abstract BibTeX arXiv:2509.21388

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionScene UnderstandingPoint Clouds

Similar Papers 제목 키워드 기반

Unposed-to-3D: Learning Simulation-Ready Vehicles from Real-World Images

2026-04-21 · Hongyuan Liu, Bochao Zou, Qiankun Liu, Haochen Yu 외 arxiv

Creating realistic and simulation-ready 3D assets is crucial for autonomous driving research and virtual environment construction. However, existing 3D vehicle generation methods are often trained on synthetic data with …

Autonomous Driving3D Reconstruction

ERUPT: Efficient Rendering with Unposed Patch Transformer

2025-03-31 · CVPR 2025 1 · Maxim V. Shugaev, Vincent Chen, Maxim Karrenbach, Kyle Ashley 외

This work addresses the problem of novel view synthesis in diverse scenes from small collections of RGB images. We propose ERUPT (Efficient Rendering with Unposed Patch Transformer) a state-of-the-art scene reconstructio…

Image GenerationNeRFNovel View Synthesis

Generalizable Sparse-View 3D Reconstruction from Unconstrained Images

2026-04-30 · Vinayak Gupta, Chih-Hao Lin, Shenlong Wang, Anand Bhattad 외 arxiv

Reconstructing 3D scenes from sparse, unposed images remains challenging under real-world conditions with varying illumination and transient occlusions. Existing methods rely on scene-specific optimization using appearan…

Semantic Segmentation3D Reconstruction

LangFlash: Feed-forward 3D Language Gaussian Splatting from Sparse Unposed Images

2026-05-22 · Yilong Liu, Wanhua Li, Chen Zhu-Tian, Hanspeter Pfister arxiv

We present LangFlash, a feed-forward framework for 3D Language Gaussian Splatting that reconstructs 3D scenes parameterized by Gaussian primitives enriched with language-aligned semantic features from sparse unposed mult…

Novel View SynthesisScene Understanding3D Reconstruction

Learning Robust Multi-Scale Representation for Neural Radiance Fields from Unposed Images

2023-11-08 · Nishant Jain, Suryansh Kumar, Luc van Gool

We introduce an improved solution to the neural image-based rendering problem in computer vision. Given a set of images taken from a freely moving camera at train time, the proposed approach could synthesize a realistic …

Camera Pose EstimationDepth EstimationDepth PredictionGraph Neural Network+2