paper-with-me

Papers

Distillation Improves Visual Place Recognition for Low Quality Images

2023-10-10 · Anbang Yang, Ge Jin, JunJie Huang, Yao Wang, John-Ross Rizzo, Chen Feng

Real-time visual localization often utilizes online computing, for which query images or videos are transmitted to remote servers for visual place recognition (VPR). However, limited network bandwidth necessitates image-quality reduction and thus the degradation of global image descriptors, reducing VPR accuracy. We address this issue at the descriptor extraction level with a knowledge-distillation methodology that learns feature representations from high-quality images to extract more discriminative descriptors from low-quality images. Our approach includes the Inter-channel Correlation Knowledge Distillation (ICKD) loss, Mean Squared Error (MSE) loss, and Triplet loss. We validate the proposed losses on multiple VPR methods and datasets subjected to JPEG compression, resolution reduction, and video quantization. We obtain significant improvements in VPR recall rates under all three tested modalities of lowered image quality. Furthermore, we fill a gap in VPR literature on video-based data and its influence on VPR performance. This work contributes to more reliable place recognition in resource-constrained environments.

📄 PDF Abstract BibTeX arXiv:2310.06906

Code (1)

ai4ce/loqi-vpr 공식 구현 pytorch

Tasks

Knowledge DistillationQuantizationTripletVisual LocalizationVisual Place Recognition

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Visual Place Recognition in Forests with Depth-Aware Distillation

2026-06-11 · Walter Nedov, Saimunur Rahman, Kavindie Katuwandeniya, David Hall 외 arxiv

Visual place recognition in natural forest environments remains challenging due to repetitive vegetation, weak structural cues, and significant appearance variation across traversals. To address this limitation, this pap…

Visual Place Recognition

TAT-VPR: Ternary Adaptive Transformer for Dynamic and Efficient Visual Place Recognition

2025-05-22 · Oliver Grainge, Michael Milford, Indu Bodala, Sarvapali D. Ramchurn 외

TAT-VPR is a ternary-quantized transformer that brings dynamic accuracy-efficiency trade-offs to visual SLAM loop-closure. By fusing ternary weights with a learned activation-sparsity gate, the model can control computat…

Visual Place Recognition

StructVPR: Distill Structural Knowledge with Weighting Samples for Visual Place Recognition

2022-12-02 · CVPR 2023 1 · Yanqing Shen, Sanping Zhou, Jingwen Fu, Ruotong Wang 외

Visual place recognition (VPR) is usually considered as a specific image retrieval problem. Limited by existing training frameworks, most deep learning-based works cannot extract sufficiently stable global features from …

Image RetrievalKnowledge DistillationRe-RankingRetrieval+1

MSSPlace: Multi-Sensor Place Recognition with Visual and Text Semantics

2024-07-22 · Alexander Melekhin, Dmitry Yudin, Ilia Petryashin, Vitaly Bezuglyj

Place recognition is a challenging task in computer vision, crucial for enabling autonomous vehicles and robots to navigate previously visited environments. While significant progress has been made in learnable multimoda…

Autonomous VehiclesNavigateSemantic Segmentation

Adapting Models to Signal Degradation using Distillation

2016-04-01 · Jong-Chyi Su, Subhransu Maji

Model compression and knowledge distillation have been successfully applied for cross-architecture and cross-domain transfer learning. However, a key requirement is that training examples are in correspondence across the…

Domain AdaptationKnowledge DistillationModel CompressionTransfer Learning