CVJul 20, 2022

Object-Compositional Neural Implicit Surfaces

ByteDance
arXiv:2207.09686v293 citationsh-index: 34
AI Analysis

This work addresses the limitation in neural implicit representations for downstream applications like 3D reconstruction by enabling better modeling of individual objects within scenes, though it is incremental as it builds on existing SDF and semantic integration approaches.

The paper tackles the problem of learning object-compositional neural implicit representations for 3D scenes, which previous methods neglected by ignoring connections between object geometry and semantics, and proposes ObjectSDF to combine Signed Distance Functions with semantic labels for improved fidelity in reconstruction and object representation.

The neural implicit representation has shown its effectiveness in novel view synthesis and high-quality 3D reconstruction from multi-view images. However, most approaches focus on holistic scene representation yet ignore individual objects inside it, thus limiting potential downstream applications. In order to learn object-compositional representation, a few works incorporate the 2D semantic map as a cue in training to grasp the difference between objects. But they neglect the strong connections between object geometry and instance semantic information, which leads to inaccurate modeling of individual instance. This paper proposes a novel framework, ObjectSDF, to build an object-compositional neural implicit representation with high fidelity in 3D reconstruction and object representation. Observing the ambiguity of conventional volume rendering pipelines, we model the scene by combining the Signed Distance Functions (SDF) of individual object to exert explicit surface constraint. The key in distinguishing different instances is to revisit the strong association between an individual object's SDF and semantic label. Particularly, we convert the semantic information to a function of object SDF and develop a unified and compact representation for scene and objects. Experimental results show the superiority of ObjectSDF framework in representing both the holistic object-compositional scene and the individual instances. Code can be found at https://qianyiwu.github.io/objectsdf/

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes