paper-with-me

홈 › Papers

Cross-Modal Knowledge Transfer Without Task-Relevant Source Data

2022-09-08 · Sk Miraj Ahmed, Suhas Lohit, Kuan-Chuan Peng, Michael J. Jones, Amit K. Roy-Chowdhury

Cost-effective depth and infrared sensors as alternatives to usual RGB sensors are now a reality, and have some advantages over RGB in domains like autonomous navigation and remote sensing. As such, building computer vision and deep learning systems for depth and infrared data are crucial. However, large labeled datasets for these modalities are still lacking. In such cases, transferring knowledge from a neural network trained on a well-labeled large dataset in the source modality (RGB) to a neural network that works on a target modality (depth, infrared, etc.) is of great value. For reasons like memory and privacy, it may not be possible to access the source data, and knowledge transfer needs to work with only the source models. We describe an effective solution, SOCKET: SOurce-free Cross-modal KnowledgE Transfer for this challenging task of transferring knowledge from one source modality to a different target modality without access to task-relevant source data. The framework reduces the modality gap using paired task-irrelevant data, as well as by matching the mean and variance of the target features with the batch-norm statistics that are present in the source models. We show through extensive experiments that our method significantly outperforms existing source-free methods for classification tasks which do not account for the modality gap.

📄 PDF Abstract BibTeX arXiv:2209.04027

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous NavigationTransfer Learning

Similar Papers 제목 키워드 기반

UnDA: Unpaired Domain Alignment for Cross-Modal Knowledge Transfer in Medical Imaging

2026-07-23 · Rafsan Jany, Shadab Tanjeed Ahmad, Ahsan Bulbul, Tahsinul Islam 외 arxiv

Multimodal based approaches often outperform single modality approaches in downstream tasks as the different modalities provide complementary information, yet acquiring paired clinical data remains a significant challeng…

Knowledge Distillation

Learning Modality Knowledge Alignment for Cross-Modality Transfer

2024-06-27 · Wenxuan Ma, Shuang Li, Lincan Cai, Jingxuan Kang

Cross-modality transfer aims to leverage large pretrained models to complete tasks that may not belong to the modality of pretraining data. Existing works achieve certain success in extending classical finetuning to cros…

Meta-Learning

Cross-modal Common Representation Learning by Hybrid Transfer Network

2017-06-01 · Xin Huang, Yuxin Peng, Mingkuan Yuan

DNN-based cross-modal retrieval is a research hotspot to retrieve across different modalities as image and text, but existing methods often face the challenge of insufficient cross-modal training data. In single-modal sc…

Cross-Modal RetrievalRepresentation LearningRetrieval

Switch-KD: Visual-Switch Knowledge Distillation for Vision-Language Models

2026-04-16 · Haoyi Sun, Xiaoxiao Wang, Ning Mao, Qian Wang 외 arxiv

Vision-Language Models (VLMs) have shown remarkable capabilities in joint vision-language understanding, but their large scale poses significant challenges for deployment in resource-constrained scenarios. Knowledge Dist…

Knowledge Distillation

Hierarchical Cross-Modality Knowledge Transfer with Sinkhorn Attention for CTC-based ASR

2023-09-28 · Xugang Lu, Peng Shen, Yu Tsao, Hisashi Kawai

Due to the modality discrepancy between textual and acoustic modeling, efficiently transferring linguistic knowledge from a pretrained language model (PLM) to acoustic encoding for automatic speech recognition (ASR) stil…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+3