FeatureBooster: Boosting Feature Descriptors with a Lightweight Neural Network
Xinjiang Wang, Zeyu Liu, Yu Hu, Wei Xi, Wenxian Yu, Danping Zou

TL;DR
FeatureBooster introduces a lightweight neural network that enhances keypoint descriptors using geometric information, significantly improving performance in image matching and localization tasks with minimal computational overhead.
Contribution
It presents a novel, efficient neural network architecture combining MLP and Transformer components to boost both handcrafted and learned descriptors within the same image.
Findings
Significant performance improvements in image matching, localization, and structure-from-motion.
Effective boosting of both real-valued and binary descriptors.
Fast processing speed suitable for practical applications.
Abstract
We introduce a lightweight network to improve descriptors of keypoints within the same image. The network takes the original descriptors and the geometric properties of keypoints as the input, and uses an MLP-based self-boosting stage and a Transformer-based cross-boosting stage to enhance the descriptors. The boosted descriptors can be either real-valued or binary ones. We use the proposed network to boost both hand-crafted (ORB, SIFT) and the state-of-the-art learning-based descriptors (SuperPoint, ALIKE) and evaluate them on image matching, visual localization, and structure-from-motion tasks. The results show that our method significantly improves the performance of each task, particularly in challenging cases such as large illumination changes or repetitive patterns. Our method requires only 3.2ms on desktop GPU and 27ms on embedded GPU to process 2000 features, which is fast…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Robotics and Sensor-Based Localization · Advanced Vision and Imaging
