paper-with-me

홈 › Papers

DistillMatch: Leveraging Knowledge Distillation from Vision Foundation Model for Multimodal Image Matching

2025-09-19 · Meng Yang, Fan Fan, Zizhuo Li, Songchu Deng, Yong Ma, Jiayi Ma arxiv

Multimodal image matching seeks pixel-level correspondences between images of different modalities, crucial for cross-modal perception, fusion and analysis. However, the significant appearance differences between modalities make this task challenging. Due to the scarcity of high-quality annotated datasets, existing deep learning methods that extract modality-common features for matching perform poorly and lack adaptability to diverse scenarios. Vision Foundation Model (VFM), trained on large-scale data, yields generalizable and robust feature representations adapted to data and tasks of various modalities, including multimodal matching. Thus, we propose DistillMatch, a multimodal image matching method using knowledge distillation from VFM. DistillMatch employs knowledge distillation to build a lightweight student model that extracts high-level semantic features from VFM (including DINOv2 and DINOv3) to assist matching across modalities. To retain modality-specific information, it extracts and injects modality category information into the other modality's features, which enhances the model's understanding of cross-modal correlations. Furthermore, we design V2I-GAN to boost the model's generalization by translating visible to pseudo-infrared images for data augmentation. Experiments show that DistillMatch outperforms existing algorithms on public datasets.

📄 PDF Abstract BibTeX arXiv:2509.16017

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationData AugmentationImage Matching

Similar Papers 제목 키워드 기반

Memory-Efficient Semi-Supervised Continual Learning: The World is its Own Replay Buffer

2021-01-23 · James Smith, Jonathan Balloch, Yen-Chang Hsu, Zsolt Kira

Rehearsal is a critical component for class-incremental continual learning, yet it requires a substantial memory budget. Our work investigates whether we can significantly reduce this memory budget by leveraging unlabele…

Continual LearningKnowledge DistillationOut of Distribution (OOD) Detection

Leveraging Foundation Models via Knowledge Distillation in Multi-Object Tracking: Distilling DINOv2 Features to FairMOT

2024-07-25 · Niels G. Faber, Seyed Sahand Mohammadi Ziabari, Fatemeh Karimi Nejadasl

Multiple Object Tracking (MOT) is a computer vision task that has been employed in a variety of sectors. Some common limitations in MOT are varying object appearances, occlusions, or crowded scenes. To address these chal…

Knowledge DistillationMulti-Object TrackingMultiple Object TrackingObject Tracking

Task-Specific Knowledge Distillation from the Vision Foundation Model for Enhanced Medical Image Segmentation

2025-03-10 · Pengchen Liang, Haishan Huang, Bin Pu, Jianguo Chen 외

Large-scale pre-trained models, such as Vision Foundation Models (VFMs), have demonstrated impressive performance across various downstream tasks by transferring generalized knowledge, especially when target data is limi…

Image SegmentationKnowledge DistillationMedical Image SegmentationSegmentation+1

Generalizable Knowledge Distillation from Vision Foundation Models for Semantic Segmentation

2026-03-03 · Chonghua Lv, Dong Zhao, Shuang Wang, Dou Quan 외 arxiv

Knowledge distillation (KD) has been widely applied in semantic segmentation to compress large models, but conventional approaches primarily preserve in-domain accuracy while neglecting out-of-domain generalization, whic…

Representation LearningKnowledge DistillationSemantic SegmentationDomain Generalization

Accessing Vision Foundation Models at ImageNet-level Costs

2024-07-15 · Yitian Zhang, Xu Ma, Yue Bai, Huan Wang 외

Vision foundation models are renowned for their generalization ability due to massive training data. Nevertheless, they demand tremendous training resources, and the training data is often inaccessible, e.g., CLIP, DINOv…

Knowledge DistillationTransfer Learning