Vision and Language Integration for Domain Generalization
Yanmei Wang, Xiyao Liu, Fupeng Chu, Zhi Han
TL;DR
VLCA addresses domain generalization by bridging language and vision through a multimodal semantic space. It combines a CLIP-based domain orthogonality constraint, a word-vector–driven inter-class constraint, and a low-rank intra-class constraint to learn domain-invariant features that generalize to unseen domains. The approach yields competitive or superior results on DG benchmarks (PACS, Office-Home, VLCS, TerrainCognita) and is supported by ablations and visualizations that illustrate improved cross-domain alignment and discriminability. This multimodal, semantically grounded framework advances practical domain robustness by leveraging linguistic structure and image features in a unified space.
Abstract
Domain generalization aims at training on source domains to uncover a domain-invariant feature space, allowing the model to perform robust generalization ability on unknown target domains. However, due to domain gaps, it is hard to find reliable common image feature space, and the reason for that is the lack of suitable basic units for images. Different from image in vision space, language has comprehensive expression elements that can effectively convey semantics. Inspired by the semantic completeness of language and intuitiveness of image, we propose VLCA, which combine language space and vision space, and connect the multiple image domains by using semantic space as the bridge domain. Specifically, in language space, by taking advantage of the completeness of language basic units, we tend to capture the semantic representation of the relations between categories through word vector distance. Then, in vision space, by taking advantage of the intuitiveness of image features, the common pattern of sample features with the same class is explored through low-rank approximation. In the end, the language representation is aligned with the vision representation through the multimodal space of text and image. Experiments demonstrate the effectiveness of the proposed method.
