paper-with-me

홈 › Papers

MobileGeo: Exploring Hierarchical Knowledge Distillation for Resource-Efficient Cross-view Drone Geo-Localization

2025-10-26 · Jian Sun, Kangdao Liu, Chi Zhang, Chuangquan Chen, Junge Shen, C. L. Philip Chen, Chi-Man Vong arxiv

Cross-view geo-localization (CVGL) plays a vital role in drone-based multimedia applications, enabling precise localization by matching drone-captured aerial images against geo-tagged satellite databases in GNSS-denied environments. However, existing methods rely on resource-intensive feature alignment and multi-branch architectures, incurring high inference costs that limit their deployment on edge devices. We propose MobileGeo, a mobile-friendly framework designed for efficient on-device CVGL: 1) During training, a Hierarchical Distillation (HD-CVGL) paradigm, coupled with Uncertainty-Aware Prediction Alignment (UAPA), distills essential information into a compact model without incurring inference overhead. 2) During inference, an efficient Multi-view Selection Refinement Module (MSRM) leverages mutual information to filter redundant views and reduce computational load. Extensive experiments demonstrate that MobileGeo outperforms previous state-of-the-art methods, achieving a 4.19% improvement in AP on University1652 dataset while being over 5 times efficient in FLOPs and 3 times faster. Crucially, MobileGeo runs at 251.5 FPS on an NVIDIA AGX Orin edge device, demonstrating its practical viability for real-time on-device drone geo-localization. The code is available at https://github.com/SkyEyeLoc/MobileGeo.

📄 PDF Abstract BibTeX arXiv:2510.22582

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Hierarchical Augmentation and Distillation for Class Incremental Audio-Visual Video Recognition

2024-01-11 · Yukun Zuo, Hantao Yao, Liansheng Zhuang, Changsheng Xu

Audio-visual video recognition (AVVR) aims to integrate audio and visual clues to categorize videos accurately. While existing methods train AVVR models using provided datasets and achieve satisfactory results, they stru…

Video Recognition

GraphKD: Exploring Knowledge Distillation Towards Document Object Detection with Structured Graph Creation

2024-02-17 · Ayan Banerjee, Sanket Biswas, Josep Lladós, Umapada Pal

Object detection in documents is a key step to automate the structural elements identification process in a digital or scanned document through understanding the hierarchical structure and relationships between different…

Knowledge Distillationobject-detectionObject Detection

HRKD: Hierarchical Relational Knowledge Distillation for Cross-domain Language Model Compression

2021-10-16 · EMNLP 2021 11 · Chenhe Dong, Yaliang Li, Ying Shen, Minghui Qiu

On many natural language processing tasks, large pre-trained language models (PLMs) have shown overwhelming performances compared with traditional neural network methods. Nevertheless, their huge model size and low infer…

Few-Shot LearningKnowledge DistillationLanguage ModelingLanguage Modelling+2

Hierarchical Knowledge Distillation for Dialogue Sequence Labeling

2021-11-22 · Shota Orihashi, Yoshihiro Yamazaki, Naoki Makishima, Mana Ihori 외

This paper presents a novel knowledge distillation method for dialogue sequence labeling. Dialogue sequence labeling is a supervised learning task that estimates labels for each utterance in the target dialogue document,…

Knowledge DistillationScene Segmentation

Survey on Knowledge Distillation for Large Language Models: Methods, Evaluation, and Application

2024-07-02 · Chuanpeng Yang, Wang Lu, Yao Zhu, Yidong Wang 외

Large Language Models (LLMs) have showcased exceptional capabilities in various domains, attracting significant interest from both academia and industry. Despite their impressive performance, the substantial size and com…

Knowledge DistillationSurvey