CVAIFeb 28, 2022

Multi-modal Alignment using Representation Codebook

arXiv:2203.00048v392 citations
Originality Incremental advance
AI Analysis

This addresses the problem of modality misalignment for researchers and practitioners in vision-language AI, offering an incremental improvement over existing methods.

The paper tackles the challenge of aligning image and text features in vision-language representation learning by proposing a method that aligns them at a cluster level using a joint codebook, achieving new state-of-the-art results in zero-shot cross-modality retrieval.

Aligning signals from different modalities is an important step in vision-language representation learning as it affects the performance of later stages such as cross-modality fusion. Since image and text typically reside in different regions of the feature space, directly aligning them at instance level is challenging especially when features are still evolving during training. In this paper, we propose to align at a higher and more stable level using cluster representation. Specifically, we treat image and text as two "views" of the same entity, and encode them into a joint vision-language coding space spanned by a dictionary of cluster centers (codebook). We contrast positive and negative samples via their cluster assignments while simultaneously optimizing the cluster centers. To further smooth out the learning process, we adopt a teacher-student distillation paradigm, where the momentum teacher of one view guides the student learning of the other. We evaluated our approach on common vision language benchmarks and obtain new SoTA on zero-shot cross modality retrieval while being competitive on various other transfer tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes