paper-with-me

Papers

Curriculum DeepSDF

2020-03-19 · ECCV 2020 8 · Yueqi Duan, Haidong Zhu, He Wang, Li Yi, Ram Nevatia, Leonidas J. Guibas

When learning to sketch, beginners start with simple and flexible shapes, and then gradually strive for more complex and accurate ones in the subsequent training sessions. In this paper, we design a "shape curriculum" for learning continuous Signed Distance Function (SDF) on shapes, namely Curriculum DeepSDF. Inspired by how humans learn, Curriculum DeepSDF organizes the learning task in ascending order of difficulty according to the following two criteria: surface accuracy and sample difficulty. The former considers stringency in supervising with ground truth, while the latter regards the weights of hard training samples near complex geometry and fine structure. More specifically, Curriculum DeepSDF learns to reconstruct coarse shapes at first, and then gradually increases the accuracy and focuses more on complex local details. Experimental results show that a carefully-designed curriculum leads to significantly better shape reconstructions with the same training data, training epochs and network architecture as DeepSDF. We believe that the application of shape curricula can benefit the training process of a wide variety of 3D shape representation learning methods.

📄 PDF Abstract BibTeX arXiv:2003.08593

Code (1)

haidongz-usc/Curriculum-DeepSDF 공식 구현 pytorch

Tasks

3D Shape RepresentationRepresentation Learning

Similar Papers 제목 키워드 기반

DeepSDF: Learning Continuous Signed Distance Functions for Shape Representation

2019-01-16 · CVPR 2019 6 · Jeong Joon Park, Peter Florence, Julian Straub, Richard Newcombe 외

Computer graphics, 3D computer vision and robotics communities have produced multiple approaches to representing 3D geometry for rendering and reconstruction. These provide trade-offs across fidelity, efficiency and comp…

3D geometry3D Reconstruction3D Shape Representation

3D Shapes Local Geometry Codes Learning with SDF

2021-08-19 · Shun Yao, Fei Yang, Yongmei Cheng, Mikhail G. Mozerov

A signed distance function (SDF) as the 3D shape description is one of the most effective approaches to represent 3D geometry for rendering and reconstruction. Our work is inspired by the state-of-the-art method DeepSDF …

3D geometry3D Shape ReconstructionGraph Neural Network

Shallow Signed Distance Functions for Kinematic Collision Bodies

2024-11-11 · Osman Akar, Yushan Han, Yizhou Chen, Weixian Lan 외

We present learning-based implicit shape representations designed for real-time avatar collision queries arising in the simulation of clothing. Signed distance functions (SDFs) have been used for such queries for many ye…

Computational Efficiency

Deep Local Shapes: Learning Local SDF Priors for Detailed 3D Reconstruction

2020-03-24 · ECCV 2020 8 · Rohan Chabra, Jan Eric Lenssen, Eddy Ilg, Tanner Schmidt 외

Efficiently reconstructing complex and intricate surfaces at scale is a long-standing goal in machine perception. To address this problem we introduce Deep Local Shapes (DeepLS), a deep shape representation that enables …

3D ReconstructionSurface Reconstruction

TouchSDF: A DeepSDF Approach for 3D Shape Reconstruction using Vision-Based Tactile Sensing

2023-11-21 · Mauro Comi, Yijiong Lin, Alex Church, Alessio Tonioni 외

Humans rely on their visual and tactile senses to develop a comprehensive 3D understanding of their physical environment. Recently, there has been a growing interest in exploring and manipulating objects using data-drive…

3D Shape Reconstruction