CVLGOct 21, 2024

Robust Visual Representation Learning with Multi-modal Prior Knowledge for Image Classification Under Distribution Shift

arXiv:2410.15981v22 citationsh-index: 14
Originality Incremental advance
AI Analysis

This addresses robustness issues in computer vision for applications like road sign classification, but it is incremental as it builds on existing translation-based knowledge graph embedding methods.

The paper tackles the problem of deep neural networks failing under distribution shifts in image classification by proposing Knowledge-Guided Visual representation learning (KGV), which integrates multi-modal prior knowledge from knowledge graphs and synthetic images, resulting in consistently higher accuracy and data efficiency across various datasets.

Despite the remarkable success of deep neural networks (DNNs) in computer vision, they fail to remain high-performing when facing distribution shifts between training and testing data. In this paper, we propose Knowledge-Guided Visual representation learning (KGV) - a distribution-based learning approach leveraging multi-modal prior knowledge - to improve generalization under distribution shift. It integrates knowledge from two distinct modalities: 1) a knowledge graph (KG) with hierarchical and association relationships; and 2) generated synthetic images of visual elements semantically represented in the KG. The respective embeddings are generated from the given modalities in a common latent space, i.e., visual embeddings from original and synthetic images as well as knowledge graph embeddings (KGEs). These embeddings are aligned via a novel variant of translation-based KGE methods, where the node and relation embeddings of the KG are modeled as Gaussian distributions and translations, respectively. We claim that incorporating multi-model prior knowledge enables more regularized learning of image representations. Thus, the models are able to better generalize across different data distributions. We evaluate KGV on different image classification tasks with major or minor distribution shifts, namely road sign classification across datasets from Germany, China, and Russia, image classification with the mini-ImageNet dataset and its variants, as well as the DVM-CAR dataset. The results demonstrate that KGV consistently exhibits higher accuracy and data efficiency across all experiments.

Foundations

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

Your Notes