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 enough to be applied to a practical system. The code and trained weights are publicly available at github.com/SJTU-ViSYS/FeatureBooster.
翻译:我们提出一种轻量级网络,用于提升同一图像内关键点的描述子。该网络以原始描述子及关键点的几何属性为输入,采用基于MLP的自增强阶段与基于Transformer的交叉增强阶段来提升描述子性能。增强后的描述子既可为实值类型也可为二值类型。我们使用所提网络增强手工设计描述子(ORB、SIFT)及当前最优的基于学习的描述子(SuperPoint、ALIKE),并在图像匹配、视觉定位和运动恢复结构任务上进行评估。结果表明,我们的方法显著提升了各项任务性能,尤其在光照剧烈变化或重复纹理等挑战性场景中表现优异。处理2000个特征时,该方法在桌面端GPU上仅需3.2毫秒,在嵌入式GPU上需27毫秒,足以满足实际系统应用需求。代码与预训练权重已开源至github.com/SJTU-ViSYS/FeatureBooster。