paper-with-me

홈 › Papers

3D Unsupervised Region-Aware Registration Transformer

2021-10-07 · Yu Hao, Yi Fang

This paper concerns the research problem of point cloud registration to find the rigid transformation to optimally align the source point set with the target one. Learning robust point cloud registration models with deep neural networks has emerged as a powerful paradigm, offering promising performance in predicting the global geometric transformation for a pair of point sets. Existing methods first leverage an encoder to regress the global shape descriptor, which is then decoded into a shape-conditioned transformation via concatenation-based conditioning. However, different regions of a 3D shape vary in their geometric structures which makes it more sense that we have a region-conditioned transformation instead of the shape-conditioned one. In this paper, we define our 3D registration function through the introduction of a new design of 3D region partition module that is able to divide the input shape to different regions with a self-supervised 3D shape reconstruction loss without the need for ground truth labels. We further propose the 3D shape transformer module to efficiently and effectively capture short- and long-range geometric dependencies for regions on the 3D shape Consequently, the region-aware decoder module is proposed to predict the transformations for different regions respectively. The global geometric transformation from the source point set to the target one is then formed by the weighted fusion of region-aware transformation. Compared to the state-of-the-art approaches, our experiments show that our 3D-URRT achieves superior registration performance over various benchmark datasets (e.g. ModelNet40).

📄 PDF Abstract BibTeX arXiv:2110.03544

Code (0)

등록된 구현이 없습니다.

Tasks

3D Shape ReconstructionPoint Cloud RegistrationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

To deform or not: treatment-aware longitudinal registration for breast DCE-MRI during neoadjuvant chemotherapy via unsupervised keypoints detection

2024-01-17 · Luyi Han, Tao Tan, Tianyu Zhang, Yuan Gao 외

Clinicians compare breast DCE-MRI after neoadjuvant chemotherapy (NAC) with pre-treatment scans to evaluate the response to NAC. Clinical evidence supports that accurate longitudinal deformable registration without defor…

Keypoint DetectionTumor SegmentationUnsupervised Keypoints

Unsupervised Echocardiography Registration through Patch-based MLPs and Transformers

2022-11-21 · ZiHao Wang, Yingyu Yang, Maxime Sermesant, Herve Delingette

Image registration is an essential but challenging task in medical image computing, especially for echocardiography, where the anatomical structures are relatively noisy compared to other imaging modalities. Traditional …

Image Registration

Spatially-varying Regularization with Conditional Transformer for Unsupervised Image Registration

2023-03-10 · Junyu Chen, Yihao Liu, Yufan He, Yong Du

In the past, optimization-based registration models have used spatially-varying regularization to account for deformation variations in different image regions. However, deep learning-based registration models have mostl…

Image RegistrationUnsupervised Image Registration

EfficientMorph: Parameter-Efficient Transformer-Based Architecture for 3D Image Registration

2024-03-16 · Abu Zahid Bin Aziz, Mokshagna Sai Teja Karanam, Tushar Kataria, Shireen Y. Elhabian

Transformers have emerged as the state-of-the-art architecture in medical image registration, outperforming convolutional neural networks (CNNs) by addressing their limited receptive fields and overcoming gradient instab…

Computational EfficiencyImage RegistrationMedical Image Registration

Occlusion-aware Non-Rigid Point Cloud Registration via Unsupervised Neural Deformation Correntropy

2025-02-15 · Mingyang Zhao, Gaofeng Meng, Dong-Ming Yan

Non-rigid alignment of point clouds is crucial for scene understanding, reconstruction, and various computer vision and robotics tasks. Recent advancements in implicit deformation networks for non-rigid registration have…

Point Cloud RegistrationScene Understanding