paper-with-me

Papers

3D Sketch-aware Semantic Scene Completion via Semi-supervised Structure Prior

2020-03-31 · CVPR 2020 6 · Xiaokang Chen, Kwan-Yee Lin, Chen Qian, Gang Zeng, Hongsheng Li

The goal of the Semantic Scene Completion (SSC) task is to simultaneously predict a completed 3D voxel representation of volumetric occupancy and semantic labels of objects in the scene from a single-view observation. Since the computational cost generally increases explosively along with the growth of voxel resolution, most current state-of-the-arts have to tailor their framework into a low-resolution representation with the sacrifice of detail prediction. Thus, voxel resolution becomes one of the crucial difficulties that lead to the performance bottleneck. In this paper, we propose to devise a new geometry-based strategy to embed depth information with low-resolution voxel representation, which could still be able to encode sufficient geometric information, e.g., room layout, object's sizes and shapes, to infer the invisible areas of the scene with well structure-preserving details. To this end, we first propose a novel 3D sketch-aware feature embedding to explicitly encode geometric information effectively and efficiently. With the 3D sketch in hand, we further devise a simple yet effective semantic scene completion framework that incorporates a light-weight 3D Sketch Hallucination module to guide the inference of occupancy and the semantic labels via a semi-supervised structure prior learning strategy. We demonstrate that our proposed geometric embedding works better than the depth feature learning from habitual SSC frameworks. Our final model surpasses state-of-the-arts consistently on three public benchmarks, which only requires 3D volumes of 60 x 36 x 60 resolution for both input and output. The code and the supplementary material will be available at https://charlesCXK.github.io.

📄 PDF Abstract BibTeX arXiv:2003.14052

Code (2)

charlesCXK/3D-SketchAware-SSC pytorch
charlesCXK/TorchSSC pytorch

Tasks

3D Semantic Scene Completion3D Semantic Scene Completion from a single RGB imageHallucination

Similar Papers 제목 키워드 기반

AutoSketch: VLM-assisted Style-Aware Vector Sketch Completion

2025-02-07 · Hsiao-Yuan Chin, I-Chao Shen, Yi-Ting Chiu, Bing-Yu Chen

The ability to automatically complete a partial sketch that depicts a complex scene, e.g., "a woman chatting with a man in the park", is very useful. However, existing sketch generation methods create sketches from scrat…

Semi-supervised Implicit Scene Completion from Sparse LiDAR

2021-11-29 · Pengfei Li, Yongliang Shi, Tianyu Liu, Hao Zhao 외

Recent advances show that semi-supervised implicit representation learning can be achieved through physical constraints like Eikonal equations. However, this scheme has not yet been successfully used for LiDAR point clou…

Representation Learning

Open Vocabulary Semantic Scene Sketch Understanding

2023-12-18 · CVPR 2024 1 · Ahmed Bourouis, Judith Ellen Fan, Yulia Gryaditskaya

We study the underexplored but fundamental vision problem of machine understanding of abstract freehand scene sketches. We introduce a sketch encoder that results in semantically-aware feature space, which we evaluate by…

DisentanglementVisual Prompt Tuning

Recovering Partially Corrupted Major Objects through Tri-modality Based Image Completion

2025-03-10 · Yongle Zhang, Yimin Liu, Qiang Wu

Diffusion models have become widely adopted in image completion tasks, with text prompts commonly employed to ensure semantic coherence by providing high-level guidance. However, a persistent challenge arises when an obj…

ObjectSpecificity

SSCNav: Confidence-Aware Semantic Scene Completion for Visual Semantic Navigation

2020-12-08 · Yiqing Liang, Boyuan Chen, Shuran Song

This paper focuses on visual semantic navigation, the task of producing actions for an active agent to navigate to a specified target object category in an unknown environment. To complete this task, the algorithm should…

Navigate