paper-with-me

Papers

LP-DIF: Learning Local Pattern-Specific Deep Implicit Function for 3D Objects and Scenes

2023-01-01 · CVPR 2023 1 · Meng Wang, Yu-Shen Liu, Yue Gao, Kanle Shi, Yi Fang, Zhizhong Han

Deep Implicit Function (DIF) has gained much popularity as an efficient 3D shape representation. To capture geometry details, current mainstream methods divide 3D shapes into local regions and then learn each one with a local latent code via a decoder, where the decoder shares the geometric similarities among different local regions. Although such local methods can capture more local details, a large diversity of different local regions increases the difficulty of learning an implicit function when treating all regions equally using only a single decoder. In addition, these local regions often exhibit imbalanced distributions, where certain regions have significantly fewer observations. This leads that fine geometry details could not be preserved well. To solve this problem, we propose a novel Local Pattern-specific Implicit Function, named LP-DIF, for representing a shape with some clusters of local regions and multiple decoders, where each decoder only focuses on one cluster of local regions which share a certain pattern. Specifically, we first extract local codes for all regions, and then cluster them into multiple groups in the latent space, where similar regions sharing a common pattern fall into one group. After that, we train multiple decoders for mining local patterns of different groups, which simplifies learning of fine geometric details by reducing the diversity of local regions seen by each decoder. To further alleviate the data-imbalance problem, we introduce a region re-weighting module to each pattern-specific decoder by kernel density estimator, which dynamically re-weights the regions during learning. Our LP-DIF can restore more geometry details, and thus improve the quality of 3D reconstruction. Experiments demonstrate that our method can achieve the state-of-the-art performance over previous methods. Code is available at https://github.com/gtyxyz/lpdif.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

3D Reconstruction3D Shape RepresentationDecoderDiversity

Similar Papers 제목 키워드 기반

Grasp Transfer based on Self-Aligning Implicit Representations of Local Surfaces

2023-08-15 · Ahmet Tekden, Marc Peter Deisenroth, Yasemin Bekiroglu

Objects we interact with and manipulate often share similar parts, such as handles, that allow us to transfer our actions flexibly due to their shared functionality. This work addresses the problem of transferring a gras…

Object

Neural Implicit 3D Shapes from Single Images with Spatial Patterns

2021-06-06 · Yixin Zhuang, Yunzhe Liu, Yujie Wang, Baoquan Chen

Neural implicit functions have achieved impressive results for reconstructing 3D shapes from single images. However, the image features for describing 3D point samplings of implicit functions are less effective when sign…

3D Reconstruction3D Shape ReconstructionRepresentation Learning

I3Net: Implicit Instance-Invariant Network for Adapting One-Stage Object Detectors

2021-03-25 · CVPR 2021 1 · Chaoqi Chen, Zebiao Zheng, Yue Huang, Xinghao Ding 외

Recent works on two-stage cross-domain detection have widely explored the local feature patterns to achieve more accurate adaptation results. These methods heavily rely on the region proposal mechanisms and ROI-based ins…

Region Proposal

RGB-D Local Implicit Function for Depth Completion of Transparent Objects

2021-04-01 · CVPR 2021 1 · Luyang Zhu, Arsalan Mousavian, Yu Xiang, Hammad Mazhar 외

Majority of the perception methods in robotics require depth information provided by RGB-D cameras. However, standard 3D sensors fail to capture depth of transparent objects due to refraction and absorption of light. In …

Depth CompletionDepth EstimationTransparent objects

ImpDet: Exploring Implicit Fields for 3D Object Detection

2022-03-31 · Xuelin Qian, Li Wang, Yi Zhu, Li Zhang 외

Conventional 3D object detection approaches concentrate on bounding boxes representation learning with several parameters, i.e., localization, dimension, and orientation. Despite its popularity and universality, such a s…

3D Object DetectionObjectobject-detectionObject Detection+1