CVAIOct 4, 2023

Clustering-based Image-Text Graph Matching for Domain Generalization

arXiv:2310.02692v31 citationsh-index: 10Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of training models that generalize to unseen domains for computer vision applications, but it is incremental as it builds on existing methods using text descriptions.

The paper tackles domain generalization by aligning image regions with corresponding textual descriptions to obtain domain-invariant features, achieving matched or better state-of-the-art performance on datasets like CUB-DG and DomainBed.

Learning domain-invariant visual representations is important to train a model that can generalize well to unseen target task domains. Recent works demonstrate that text descriptions contain high-level class-discriminative information and such auxiliary semantic cues can be used as effective pivot embedding for domain generalization problems. However, they use pivot embedding in a global manner (i.e., aligning an image embedding with sentence-level text embedding), which does not fully utilize the semantic cues of given text description. In this work, we advocate for the use of local alignment between image regions and corresponding textual descriptions to get domain-invariant features. To this end, we first represent image and text inputs as graphs. We then cluster nodes within these graphs and match the graph-based image node features to the nodes of textual graphs. This matching process is conducted both globally and locally, tightly aligning visual and textual semantic sub-structures. We experiment with large-scale public datasets, such as CUB-DG and DomainBed, and our model achieves matched or better state-of-the-art performance on these datasets. The code is available at: https://github.com/noparkee/Graph-Clustering-based-DG

Code Implementations1 repo
Foundations

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

Your Notes