SOTAVerified

Gramian Multimodal Representation Learning and Alignment

2024-12-16Code Available2· sign in to hype

Giordano Cicchetti, Eleonora Grassucci, Luigi Sigillo, Danilo Comminiello

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Human perception integrates multiple modalities, such as vision, hearing, and language, into a unified understanding of the surrounding reality. While recent multimodal models have achieved significant progress by aligning pairs of modalities via contrastive learning, their solutions are unsuitable when scaling to multiple modalities. These models typically align each modality to a designated anchor without ensuring the alignment of all modalities with each other, leading to suboptimal performance in tasks requiring a joint understanding of multiple modalities. In this paper, we structurally rethink the pairwise conventional approach to multimodal learning and we present the novel Gramian Representation Alignment Measure (GRAM), which overcomes the above-mentioned limitations. GRAM learns and then aligns n modalities directly in the higher-dimensional space in which modality embeddings lie by minimizing the Gramian volume of the k-dimensional parallelotope spanned by the modality vectors, ensuring the geometric alignment of all modalities simultaneously. GRAM can replace cosine similarity in any downstream method, holding for 2 to n modality and providing more meaningful alignment with respect to previous similarity measures. The novel GRAM-based contrastive loss function enhances the alignment of multimodal models in the higher-dimensional embedding space, leading to new state-of-the-art performance in downstream tasks such as video-audio-text retrieval and audio-video classification. The project page, the code, and the pretrained models are available at https://ispamm.github.io/GRAM/.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ActivityNetGRAMtext-to-video R@169.9Unverified
ActivityNetGRAMtext-to-video R@159Unverified
DiDeMoGRAMtext-to-video R@167.3Unverified
DiDeMoGRAMtext-to-video R@154.2Unverified
MSR-VTTGRAMtext-to-video R@164Unverified
MSR-VTTGRAMtext-to-video R@154.8Unverified
VATEXGRAMtext-to-video R@187.7Unverified
VATEXGRAMtext-to-video R@183.9Unverified

Reproductions