It's a (Blind) Match! Towards Vision-Language Correspondence without Parallel Data
Dominik Schnaus, Nikita Araslanov, Daniel Cremers
TL;DR
This work tackles unsupervised vision–language alignment without parallel data by formulating it as a quadratic assignment problem over intra-modality pairwise similarities. It introduces a memory-efficient, factorized Hahn-Grant solver that yields tight bounds and strong primal solutions (scaling roughly as $\mathcal{O}(N^5)$) and demonstrates feasibility across 33 vision and 27 language models on four datasets, including a proof-of-concept unsupervised classifier that assigns image concepts without paired annotations. The study further shows how to select optimal class subsets via a $p$-dispersion-sum formulation and compares multiple solvers, establishing the superiority of the proposed approach in finding meaningful blind matches up to moderate sizes. Overall, the paper provides both methodological and empirical evidence that vision–language correspondence can emerge in an annotation-free setting, while outlining key limitations related to scale, symmetry, and concept coverage with current models.
Abstract
The platonic representation hypothesis suggests that vision and language embeddings become more homogeneous as model and dataset sizes increase. In particular, pairwise distances within each modality become more similar. This suggests that as foundation models mature, it may become possible to match vision and language embeddings in a fully unsupervised fashion, i.e. without parallel data. We present the first feasibility study, and investigate conformity of existing vision and language foundation models in the context of unsupervised, or "blind", matching. First, we formulate unsupervised matching as a quadratic assignment problem and introduce a novel heuristic that outperforms previous solvers. We also develop a technique to find optimal matching problems, for which a non-trivial match is very likely. Second, we conduct an extensive study deploying a range of vision and language models on four datasets. Our analysis reveals that for many problem instances, vision and language representations can be indeed matched without supervision. This finding opens up the exciting possibility of embedding semantic knowledge into other modalities virtually annotation-free. As a proof of concept, we showcase an unsupervised classifier, which achieves non-trivial classification accuracy without any image-text annotation.
