用注意力机制提升2D到3D场景坐标回归的精度与灵活性
A-SCoRe: Attention-based Scene Coordinate Regression for wide-ranging scenarios

- 基于注意力机制的描述符地图,捕捉像素间空间关系
- 在多个基准上达到顶尖性能,模型轻量且支持多模态输入
- 适合移动机器人在复杂环境中的实时定位应用
视觉定位是众多机器人与视觉系统的关键环节。现有基于特征匹配的方法虽精准,但存储与计算开销大。场景坐标回归(SCR)通过学习将2D像素映射到3D场景坐标,避免了存储需求。传统SCR使用卷积神经网络提取2D描述符,忽略了像素间的空间关系。受视觉变压器成功启发,本文提出A-SCoRe:一种基于注意力的SCR架构,在描述符地图层面操作,生成高语义、有意义的2D描述符。该设计支持多种数据模态,包括稠密或稀疏的深度图、SLAM与结构光重建(SfM)。A-SCoRe可在不同环境和条件下运行,具备移动机器人所需的灵活性。实验表明,其性能媲美最先进方法,同时模型轻量、适应性强。代码与预训练模型已公开于https://github.com/ais-lab/A-SCoRe。
原文摘要 · Abstract (English)
Visual localization is considered to be one of the crucial parts in many robotic and vision systems. While state-of-the art methods that relies on feature matching have proven to be accurate for visual localization, its requirements for storage and compute are burdens. Scene coordinate regression (SCR) is an alternative approach that remove the barrier for storage by learning to map 2D pixels to 3D scene coordinates. Most popular SCR use Convolutional Neural Network (CNN) to extract 2D descriptor, which we would argue that it miss the spatial relationship between pixels. Inspired by the success of vision transformer architecture, we present a new SCR architecture, called A-ScoRe, an Attention-based model which leverage attention on descriptor map level to produce meaningful and high-semantic 2D descriptors. Since the operation is performed on descriptor map, our model can work with multiple data modality whether it is a dense or sparse from depth-map, SLAM to Structure-from-Motion (SfM). This versatility allows A-SCoRe to operate in different kind of environments, conditions and achieve the level of flexibility that is important for mobile robots. Results show our methods achieve comparable performance with State-of-the-art methods on multiple benchmark while being light-weighted and much more flexible. Code and pre-trained models are public in our repository: https://github.com/ais-lab/A-SCoRe.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。