paper-with-me

홈 › Papers

A Unified BEV Model for Joint Learning of 3D Local Features and Overlap Estimation

2023-02-28 · Lin Li, Wendong Ding, Yongkun Wen, Yufei Liang, Yong liu, Guowei Wan

Pairwise point cloud registration is a critical task for many applications, which heavily depends on finding correct correspondences from the two point clouds. However, the low overlap between input point clouds causes the registration to fail easily, leading to mistaken overlapping and mismatched correspondences, especially in scenes where non-overlapping regions contain similar structures. In this paper, we present a unified bird's-eye view (BEV) model for jointly learning of 3D local features and overlap estimation to fulfill pairwise registration and loop closure. Feature description is performed by a sparse UNet-like network based on BEV representation, and 3D keypoints are extracted by a detection head for 2D locations, and a regression head for heights. For overlap detection, a cross-attention module is applied for interacting contextual information of input point clouds, followed by a classification head to estimate the overlapping region. We evaluate our unified model extensively on the KITTI dataset and Apollo-SouthBay dataset. The experiments demonstrate that our method significantly outperforms existing methods on overlap estimation, especially in scenes with small overlaps. It also achieves top registration performance on both datasets in terms of translation and rotation errors.

📄 PDF Abstract BibTeX arXiv:2302.14511

Code (1)

lilin-hitcrt/bevnet 공식 구현 pytorch

Tasks

Point Cloud Registration

Methods 이 논문이 사용한 방법론

fail 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…

Similar Papers 제목 키워드 기반

PFDepth: Heterogeneous Pinhole-Fisheye Joint Depth Estimation via Distortion-aware Gaussian-Splatted Volumetric Fusion

2025-09-30 · Zhiwei Zhang, Ruikai Xu, Weijian Zhang, Zhizhong Zhang 외 arxiv

In this paper, we present the first pinhole-fisheye framework for heterogeneous multi-view depth estimation, PFDepth. Our key insight is to exploit the complementary characteristics of pinhole and fisheye imagery (undist…

Depth Estimation

Unified Autoregressive Modeling for Joint End-to-End Multi-Talker Overlapped Speech Recognition and Speaker Attribute Estimation

2021-07-04 · Ryo Masumura, Daiki Okamura, Naoki Makishima, Mana Ihori 외

In this paper, we present a novel modeling method for single-channel multi-talker overlapped automatic speech recognition (ASR) systems. Fully neural network based end-to-end models have dramatically improved the perform…

Age EstimationAttributeAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)+2

UniTrans: A Unified Vertical Federated Knowledge Transfer Framework for Enhancing Cross-Hospital Collaboration

2025-01-20 · Chung-ju Huang, Yuanpeng He, Xiao Han, Wenpin Jiao 외

Cross-hospital collaboration has the potential to address disparities in medical resources across different regions. However, strict privacy regulations prohibit the direct sharing of sensitive patient information betwee…

Federated LearningPrivacy PreservingRepresentation LearningTransfer Learning+1

Residual-loss Anomaly Analysis of Physics-Informed Neural Networks: An Inverse Method for Change-point Detection in Nonlinear Dynamical Systems with Regime Switching

2026-04-28 · Yuhe Bai, Chengli Tan, Jiaqi Li, Xiangjun Wang 외 arxiv

Nonlinear dynamical systems with regime transitions are typically described by ordinary differential equations with jumping parameters parameters. Traditional methods often treat change-point detection and parameter esti…

Guide Local Feature Matching by Overlap Estimation

2022-02-18 · Ying Chen, Dihe Huang, Shang Xu, Jianlin Liu 외

Local image feature matching under large appearance, viewpoint, and distance changes is challenging yet important. Conventional methods detect and match tentative local features across the whole images, with heuristic co…

Feature Correlation