发现不同视觉-文本模型的嵌入空间存在统一正交映射关系,可直接对齐
Canonicalizing Multimodal Contrastive Representation Learning
- 通过正交变换建立跨模型嵌入空间的几何对应关系
- 同一映射同时对齐图像和文本编码器,精度达95%以上
- 支持模型升级不重算嵌入,适合部署与隐私保护场景
随着模型和数据规模扩大,独立训练的多模态模型常产生相似的语义相似性概念。但匹配相似性弱于建立表示空间间的显式对应,尤其在视觉-文本耦合上需保持跨模态一致性。本文研究两个独立训练的多模态对比模型(如CLIP、SigLIP、FLAVA)之间是否存在系统性几何关系。结果表明,其嵌入空间可通过一个正交变换(至全局均值偏移)近似关联:即存在正交矩阵 $Q$ 满足 $Q^ op Q = I$,使得 $ ilde{f}(x) riangleq Q f(x)$,且该 $Q$ 同时适用于文本编码器 $ ilde{g}(y) riangleq Q g(y)$。理论上,若在小锚点集上多模态核一致($ ext{sim}(f(x), g(y)) riangleq ext{sim}( ilde{f}(x), ilde{g}(y))$),则两模型必由单一正交映射连接。该发现支持后向兼容的模型升级,避免昂贵的重新嵌入计算,并对学习表示的隐私性有重要影响。
原文摘要 · Abstract (English)
As models and data scale, independently trained networks often induce analogous notions of similarity. But, matching similarities is weaker than establishing an explicit correspondence between the representation spaces, especially for multimodal models, where consistency must hold not only within each modality, but also for the learned image-text coupling. We therefore ask: given two independently trained multimodal contrastive models (with encoders $(f, g)$ and $(\widetilde{f},\widetilde{g})$) -- trained on different distributions and with different architectures -- does a systematic geometric relationship exist between their embedding spaces? If so, what form does it take, and does it hold uniformly across modalities? In this work, we show that across model families such as CLIP, SigLIP, and FLAVA, this geometric relationship is well approximated by an orthogonal map (up to a global mean shift), i.e., there exists an orthogonal map $Q$ where $Q^\top Q = I$ such that $\widetilde{f}(x)\approx Q f(x)$ for paired images $x$. Strikingly, the same $Q$ simultaneously aligns the text encoders i.e., $\widetilde{g}(y)\approx Q g(y)$ for texts $y$. Theoretically, we prove that if the multimodal kernel agrees across models on a small anchor set i.e. $\langle f(x), g(y)\rangle \approx \langle \widetilde{f}(x), \widetilde{g}(y)\rangle$, then the two models must be related by a single orthogonal map $Q$ and the same $Q$ maps images and text across models. More broadly, this finding enables backward-compatible model upgrades, avoiding costly re-embedding, and has implications for the privacy of learned representations. Our project page: https://canonical-multimodal.github.io/
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。