paper-with-me

Papers

Inner-Outer Aware Reconstruction Model for Monocular 3D Scene Reconstruction

2023-09-21 · NeurIPS 2023 11

Monocular 3D scene reconstruction aims to reconstruct the 3D structure of scenes based on posed images. Recent volumetric-based methods directly predict the truncated signed distance function (TSDF) volume and have achieved promising results. The memory cost of volumetric-based methods will grow cubically as the volume size increases, so a coarse-to-fine strategy is necessary for saving memory. Specifically, the coarse-to-fine strategy distinguishes surface voxels from non-surface voxels, and only potential surface voxels are considered in the succeeding procedure. However, the non-surface voxels have various features, and in particular, the voxels on the inner side of the surface are quite different from those on the outer side since there exists an intrinsic gap between them. Therefore, grouping inner-surface and outer-surface voxels into the same class will force the classifier to spend its capacity to bridge the gap. By contrast, it is relatively easy for the classifier to distinguish inner-surface and outer-surface voxels due to the intrinsic gap. Inspired by this, we propose the inner-outer aware reconstruction (IOAR) model. IOAR explores a new coarse-to-fine strategy to classify outer-surface, inner-surface and surface voxels. In addition, IOAR separates occupancy branches from TSDF branches to avoid mutual interference between them. Since our model can better classify the surface, outer-surface and inner-surface voxels, it can predict more precise meshes than existing methods. Experiment results on ScanNet, ICL-NUIM and TUM-RGBD datasets demonstrate the effectiveness and generalization of our model. The code is available at https://github.com/YorkQiu/InnerOuterAwareReconstruction.

📄 PDF Abstract BibTeX

Code (1)

yorkqiu/innerouterawarereconstruction 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

SurfNN: Joint Reconstruction of Multiple Cortical Surfaces from Magnetic Resonance Images

2023-03-06 · Hao Zheng, Hongming Li, Yong Fan

To achieve fast, robust, and accurate reconstruction of the human cortical surfaces from 3D magnetic resonance images (MRIs), we develop a novel deep learning-based framework, referred to as SurfNN, to reconstruct simult…

Surface Reconstruction

Interactive Geometry Editing of Neural Radiance Fields

2023-03-21 · Shaoxu Li, Ye Pan

In this paper, we propose a method that enables interactive geometry editing for neural radiance fields manipulation. We use two proxy cages(inner cage and outer cage) to edit a scene. The inner cage defines the operatio…

3D geometry

GEMINUS: Dual-aware Global and Scene-Adaptive Mixture-of-Experts for End-to-End Autonomous Driving

2025-07-19 · Chi Wan, Yixin Cui, Jiatong Du, Shuo Yang 외

End-to-end autonomous driving requires adaptive and robust handling of complex and diverse traffic environments. However, prevalent single-mode planning methods attempt to learn an overall policy while struggling to acqu…

Autonomous DrivingBench2DriveMixture-of-Experts

DoubleFusion: Real-time Capture of Human Performances with Inner Body Shapes from a Single Depth Sensor

2018-04-17 · CVPR 2018 6 · Tao Yu, Zerong Zheng, Kaiwen Guo, Jianhui Zhao 외

We propose DoubleFusion, a new real-time system that combines volumetric dynamic reconstruction with data-driven template fitting to simultaneously reconstruct detailed geometry, non-rigid motion and the inner human body…

Dynamic Reconstruction

ODHSR: Online Dense 3D Reconstruction of Humans and Scenes from Monocular Videos

2025-04-17 · CVPR 2025 1 · Zetong Zhang, Manuel Kaufmann, Lixin Xue, Jie Song 외

Creating a photorealistic scene and human reconstruction from a single monocular in-the-wild video figures prominently in the perception of a human-centric 3D world. Recent neural rendering advances have enabled holistic…

3D ReconstructionDisentanglementNeural RenderingNovel View Synthesis+1