paper-with-me

Papers

NDC-Scene: Boost Monocular 3D Semantic Scene Completion in Normalized Device Coordinates Space

2023-09-26 · ICCV 2023 1 · Jiawei Yao, Chuming Li, Keqiang Sun, Yingjie Cai, Hao Li, Wanli Ouyang, Hongsheng Li

Monocular 3D Semantic Scene Completion (SSC) has garnered significant attention in recent years due to its potential to predict complex semantics and geometry shapes from a single image, requiring no 3D inputs. In this paper, we identify several critical issues in current state-of-the-art methods, including the Feature Ambiguity of projected 2D features in the ray to the 3D space, the Pose Ambiguity of the 3D convolution, and the Computation Imbalance in the 3D convolution across different depth levels. To address these problems, we devise a novel Normalized Device Coordinates scene completion network (NDC-Scene) that directly extends the 2D feature map to a Normalized Device Coordinates (NDC) space, rather than to the world space directly, through progressive restoration of the dimension of depth with deconvolution operations. Experiment results demonstrate that transferring the majority of computation from the target 3D space to the proposed normalized device coordinates space benefits monocular SSC tasks. Additionally, we design a Depth-Adaptive Dual Decoder to simultaneously upsample and fuse the 2D and 3D feature maps, further improving overall performance. Our extensive experiments confirm that the proposed method consistently outperforms state-of-the-art methods on both outdoor SemanticKITTI and indoor NYUv2 datasets. Our code are available at https://github.com/Jiawei-Yao0812/NDCScene.

📄 PDF Abstract BibTeX arXiv:2309.14616

Code (1)

Jiawei-Yao0812/NDCScene 공식 구현 pytorch

Tasks

3D Semantic Scene Completion3D Semantic Scene Completion from a single 2D image3D Semantic Scene Completion from a single RGB imageDecoder

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
3D Convolution A 3D Convolution is a type of convolution where the kernel slides in 3 dimensions as opposed to 2 dimensions with 2D…

Similar Papers 제목 키워드 기반

One Step Closer: Creating the Future to Boost Monocular Semantic Scene Completion

2025-07-18 · Haoang Lu, Yuanqi Su, Xiaoning Zhang, Hao Hu arxiv

In recent years, visual 3D Semantic Scene Completion (SSC) has emerged as a critical perception task for autonomous driving due to its ability to infer complete 3D scene layouts and semantics from single 2D images. Howev…

3D Semantic Scene CompletionAutonomous Driving

FlowSSC: Universal Generative Monocular Semantic Scene Completion via One-Step Latent Diffusion

2026-01-21 · Zichen Xi, Hao-Xiang Chen, Nan Xue, Hongyu Yan 외 arxiv

Semantic Scene Completion (SSC) from monocular RGB images is a fundamental yet challenging task due to the inherent ambiguity of inferring occluded 3D geometry from a single view. While feed-forward methods have made pro…

MonoScene: Monocular 3D Semantic Scene Completion

2021-12-01 · CVPR 2022 1 · Anh-Quan Cao, Raoul de Charette

MonoScene proposes a 3D Semantic Scene Completion (SSC) framework, where the dense geometry and semantics of a scene are inferred from a single monocular RGB image. Different from the SSC literature, relying on 2.5 or 3D…

3D Reconstruction3D Scene Reconstruction3D Semantic Scene Completion3D Semantic Scene Completion from a single RGB image+1

Fake It To Make It: Virtual Multiviews to Enhance Monocular Indoor Semantic Scene Completion

2025-03-07 · Anith Selvakumar, Manasa Bharadwaj

Monocular Indoor Semantic Scene Completion (SSC) aims to reconstruct a 3D semantic occupancy map from a single RGB image of an indoor scene, inferring spatial layout and object categories from 2D image cues. The challeng…

Novel View Synthesis

Skip Mamba Diffusion for Monocular 3D Semantic Scene Completion

2025-01-13 · Li Liang, Naveed Akhtar, Jordan Vice, Xiangrui Kong 외

3D semantic scene completion is critical for multiple downstream tasks in autonomous systems. It estimates missing geometric and semantic information in the acquired scene data. Due to the challenging real-world conditio…

3D Semantic Scene CompletionMambaSemantic Segmentation