paper-with-me

Papers

Detector-Free Structure from Motion

2023-06-27 · CVPR 2024 1 · Xingyi He, Jiaming Sun, Yifan Wang, Sida Peng, QiXing Huang, Hujun Bao, Xiaowei Zhou

We propose a new structure-from-motion framework to recover accurate camera poses and point clouds from unordered images. Traditional SfM systems typically rely on the successful detection of repeatable keypoints across multiple views as the first step, which is difficult for texture-poor scenes, and poor keypoint detection may break down the whole SfM system. We propose a new detector-free SfM framework to draw benefits from the recent success of detector-free matchers to avoid the early determination of keypoints, while solving the multi-view inconsistency issue of detector-free matchers. Specifically, our framework first reconstructs a coarse SfM model from quantized detector-free matches. Then, it refines the model by a novel iterative refinement pipeline, which iterates between an attention-based multi-view matching module to refine feature tracks and a geometry refinement module to improve the reconstruction accuracy. Experiments demonstrate that the proposed framework outperforms existing detector-based SfM systems on common benchmark datasets. We also collect a texture-poor SfM dataset to demonstrate the capability of our framework to reconstruct texture-poor scenes. Based on this framework, we take $\textit{first place}$ in Image Matching Challenge 2023.

📄 PDF Abstract BibTeX arXiv:2306.15669

Code (1)

zju3dv/DetectorFreeSfM 공식 구현 pytorch

Tasks

Keypoint Detection

Similar Papers 제목 키워드 기반

Geometry-Aware Feature Matching for Large-Scale Structure from Motion

2024-09-03 · Gonglin Chen, Jinsen Wu, Haiwei Chen, Wenbin Teng 외

Establishing consistent and dense correspondences across multiple images is crucial for Structure from Motion (SfM) systems. Significant view changes, such as air-to-ground with very sparse view overlap, pose an even gre…

A Lightweight and Detector-free 3D Single Object Tracker on Point Clouds

2022-03-08 · Yan Xia, Qiangqiang Wu, Wei Li, Antoni B. Chan 외

Recent works on 3D single object tracking treat the task as a target-specific 3D detection task, where an off-the-shelf 3D detector is commonly employed for the tracking. However, it is non-trivial to perform accurate ta…

3D Single Object Trackingmotion predictionObject Tracking

SSMB: Self-Supervised Local Feature Detection under Motion Blur

2026-08-27 · Zhenjun Zhao, Fabio Bellavia, Wenting Wang, Fan Zhu 외 arxiv

Keypoint detection under motion blur remains a significant challenge, as blur distorts local image structure and degrades the repeatability of feature localization. Existing approaches either rely on computationally expe…

Visual LocalizationKeypoint DetectionPose EstimationImage Matching

Fast Object Detection in Compressed Video

2018-11-27 · ICCV 2019 10 · Shiyao Wang, Hongchao Lu, Zhidong Deng

Object detection in videos has drawn increasing attention since it is more practical in real scenarios. Most of the deep learning methods use CNNs to process each decoded frame in a video stream individually. However, th…

Objectobject-detectionObject DetectionReal-Time Object Detection+1

DaD: Distilled Reinforcement Learning for Diverse Keypoint Detection

2025-03-10 · Johan Edstedt, Georg Bökman, Mårten Wadenbäck, Michael Felsberg

Keypoints are what enable Structure-from-Motion (SfM) systems to scale to thousands of images. However, designing a keypoint detection objective is a non-trivial task, as SfM is non-differentiable. Typically, an auxiliar…

Keypoint Detectionreinforcement-learningReinforcement Learning