English

Multimodality Helps Unimodality: Cross-Modal Few-Shot Learning with Multimodal Models

Computer Vision and Pattern Recognition 2024-08-29 v5 Artificial Intelligence Machine Learning Sound Audio and Speech Processing

Abstract

The ability to quickly learn a new task with minimal instruction - known as few-shot learning - is a central aspect of intelligent agents. Classical few-shot benchmarks make use of few-shot samples from a single modality, but such samples may not be sufficient to characterize an entire concept class. In contrast, humans use cross-modal information to learn new concepts efficiently. In this work, we demonstrate that one can indeed build a better visual{\bf visual} dog classifier by read{\bf read}ing about dogs and listen{\bf listen}ing to them bark. To do so, we exploit the fact that recent multimodal foundation models such as CLIP learn cross-modal encoders that map different modalities to the same representation space. Specifically, we propose a simple strategy for crossmodal{\bf cross-modal} adaptation{\bf adaptation}: we treat examples from different modalities as additional few-shot examples. For example, by simply repurposing class names as an additional training sample, we trivially turn any n-shot learning problem into a (n+1)-shot problem. This allows us to produce SOTA results with embarrassingly simple linear classifiers. We show that our approach can be combined with existing methods such as prefix tuning, adapters, and classifier ensembling. Finally, to explore other modalities beyond vision and language, we construct the first (to our knowledge) audiovisual few-shot benchmark and use cross-modal training to improve the performance of both image and audio classification.

Keywords

Cite

@article{arxiv.2301.06267,
  title  = {Multimodality Helps Unimodality: Cross-Modal Few-Shot Learning with Multimodal Models},
  author = {Zhiqiu Lin and Samuel Yu and Zhiyi Kuang and Deepak Pathak and Deva Ramanan},
  journal= {arXiv preprint arXiv:2301.06267},
  year   = {2024}
}

Comments

Published at CVPR 2023. Project site: https://linzhiqiu.github.io/papers/cross_modal/

R2 v1 2026-06-28T08:12:18.647Z