Cross-Modal Few-Shot Learning: a Generative Transfer Learning Framework
Zhengwei Yang, Yuke Li, Qiang Sun, Basura Fernando, Heng Huang, Zheng Wang
TL;DR
This work addresses cross-modal few-shot learning by proposing Generative Transfer Learning (GTL), a two-stage framework that learns invariant latent concepts z_c while disentangling modality-specific disturbances z_m. The model uses a VAE-style generator and a disturbance encoder with latent domain gating to align multi-modal data, enabling knowledge transfer from abundant unimodal data to scarce multi-modal scenarios. By optimizing a representation ELBO and a classification objective, GTL jointly disentangles cross-modal structure and modality-specific information, achieving state-of-the-art results on seven multi-modal datasets including RGB-Sketch, RGB-Infrared, and RGB-Depth. The approach demonstrates strong generalization across diverse modalities with limited labeled samples, highlighting its potential for real-world multi-modal recognition and cross-domain transfer.
Abstract
Most existing studies on few-shot learning focus on unimodal settings, where models are trained to generalize to unseen data using a limited amount of labeled examples from a single modality. However, real-world data are inherently multi-modal, and such unimodal approaches limit the practical applications of few-shot learning. To bridge this gap, this paper introduces the Cross-modal Few-Shot Learning (CFSL) task, which aims to recognize instances across multiple modalities while relying on scarce labeled data. This task presents unique challenges compared to classical few-shot learning arising from the distinct visual attributes and structural disparities inherent to each modality. To tackle these challenges, we propose a Generative Transfer Learning (GTL) framework by simulating how humans abstract and generalize concepts. Specifically, the GTL jointly estimates the latent shared concept across modalities and the in-modality disturbance through a generative structure. Establishing the relationship between latent concepts and visual content among abundant unimodal data enables GTL to effectively transfer knowledge from unimodal to novel multimodal data, as humans did. Comprehensive experiments demonstrate that the GTL achieves state-of-the-art performance across seven multi-modal datasets across RGB-Sketch, RGB-Infrared, and RGB-Depth.
