paper-with-me

Papers

A-SCoRe: Attention-based Scene Coordinate Regression for wide-ranging scenarios

2025-03-18 · Huy-Hoang Bui, Bach-Thuan Bui, Quang-Vinh Tran, Yasuyuki Fujii, Joo-Ho Lee

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.

📄 PDF Abstract BibTeX arXiv:2503.13982

Code (1)

ais-lab/a-score 공식 구현 pytorch

Tasks

regressionVisual Localization

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

SACReg: Scene-Agnostic Coordinate Regression for Visual Localization

2023-07-21 · Jerome Revaud, Yohann Cabon, Romain Brégier, Jongmin Lee 외

Scene coordinates regression (SCR), i.e., predicting 3D coordinates for every pixel of a given image, has recently shown promising potential. However, existing methods remain limited to small scenes memorized during trai…

Image RetrievalregressionRetrievalVisual Localization

Scene Coordinate and Correspondence Learning for Image-Based Localization

2018-05-22 · Mai Bui, Shadi Albarqouni, Slobodan Ilic, Nassir Navab

Scene coordinate regression has become an essential part of current camera re-localization methods. Different versions, such as regression forests and deep learning methods, have been successfully applied to estimate the…

Deep LearningImage-Based Localizationregression

Let's Take This Online: Adapting Scene Coordinate Regression Network Predictions for Online RGB-D Camera Relocalisation

2019-06-20 · Tommaso Cavallari, Luca Bertinetto, Jishnu Mukhoti, Philip Torr 외

Many applications require a camera to be relocalised online, without expensive offline training on the target scene. Whilst both keyframe and sparse keypoint matching methods can be used online, the former often fail awa…

Camera RelocalizationClusteringregression

Large Scale Joint Semantic Re-Localisation and Scene Understanding via Globally Unique Instance Coordinate Regression

2019-09-23 · Ignas Budvytis, Marvin Teichmann, Tomas Vojir, Roberto Cipolla

In this work we present a novel approach to joint semantic localisation and scene understanding. Our work is motivated by the need for localisation algorithms which not only predict 6-DoF camera pose but also simultaneou…

3D geometryAutonomous DrivingCamera Pose EstimationPose Estimation+2

Decoupling Features and Coordinates for Few-shot RGB Relocalization

2019-11-26 · Siyan Dong, Songyin Wu, Yixin Zhuang, Kai Xu 외

Cross-scene model adaption is crucial for camera relocalization in real scenarios. It is often preferable that a pre-learned model can be fast adapted to a novel scene with as few training samples as possible. The existi…

Camera RelocalizationPose Estimationregression