paper-with-me

홈 › Papers

GMF: General Multimodal Fusion Framework for Correspondence Outlier Rejection

2022-11-01 · Xiaoshui Huang, Wentao Qu, Yifan Zuo, Yuming Fang, Xiaowei Zhao

Rejecting correspondence outliers enables to boost the correspondence quality, which is a critical step in achieving high point cloud registration accuracy. The current state-of-the-art correspondence outlier rejection methods only utilize the structure features of the correspondences. However, texture information is critical to reject the correspondence outliers in our human vision system. In this paper, we propose General Multimodal Fusion (GMF) to learn to reject the correspondence outliers by leveraging both the structure and texture information. Specifically, two cross-attention-based fusion layers are proposed to fuse the texture information from paired images and structure information from point correspondences. Moreover, we propose a convolutional position encoding layer to enhance the difference between Tokens and enable the encoding feature pay attention to neighbor information. Our position encoding layer will make the cross-attention operation integrate both local and global information. Experiments on multiple datasets(3DMatch, 3DLoMatch, KITTI) and recent state-of-the-art models (3DRegNet, DGR, PointDSC) prove that our GMF achieves wide generalization ability and consistently improves the point cloud registration accuracy. Furthermore, several ablation studies demonstrate the robustness of the proposed GMF on different loss functions, lighting conditions and noises.The code is available at https://github.com/XiaoshuiHuang/GMF.

📄 PDF Abstract BibTeX arXiv:2211.00207

Code (1)

xiaoshuihuang/gmf 공식 구현 pytorch

Tasks

Point Cloud RegistrationPosition

Similar Papers 제목 키워드 기반

See More, Match Better: Multi-Source Feature Fusion for Two-View Correspondence Learning

2026-06-08 · Xiaojie Li, Xin Jiang, Luanyuan Dai, Jinnan Yang 외 arxiv

Two-view correspondence learning aims to distinguish true correspondences (inliers) from false ones (outliers) in image pairs by leveraging their underlying differences. Existing methods mainly rely on coordinate-based g…

Progressive Correspondence Regenerator for Robust 3D Registration

2025-02-04 · CVPR 2025 1 · Guiyu Zhao, Sheng Ao, Ye Zhang, Kai Xu Yulan Guo

Obtaining enough high-quality correspondences is crucial for robust registration. Existing correspondence refinement methods mostly follow the paradigm of outlier removal, which either fails to correctly identify the acc…

CorrMoE: Mixture of Experts with De-stylization Learning for Cross-Scene and Cross-Domain Correspondence Pruning

2025-07-16 · Peiwen Xia, Tangfei Liao, Wei Zhu, Danhuai Zhao 외 arxiv

Establishing reliable correspondences between image pairs is a fundamental task in computer vision, underpinning applications such as 3D reconstruction and visual localization. Although recent methods have made progress …

Visual Localization3D Reconstruction

Guaranteed Outlier Removal for Point Cloud Registration with Correspondences

2017-11-28 · Álvaro Parra Bustos, Tat-Jun Chin

An established approach for 3D point cloud registration is to estimate the registration function from 3D keypoint correspondences. Typically, a robust technique is required to conduct the estimation, since there are fals…

Point Cloud Registration

EADReg: Probabilistic Correspondence Generation with Efficient Autoregressive Diffusion Model for Outdoor Point Cloud Registration

2024-11-22 · Linrui Gong, Jiuming Liu, Junyi Ma, Lihao Liu 외

Diffusion models have shown the great potential in the point cloud registration (PCR) task, especially for enhancing the robustness to challenging cases. However, existing diffusion-based PCR methods primarily focus on i…

Point Cloud Registration