CVApr 8, 2025

Gaze-Guided Learning: Avoiding Shortcut Bias in Visual Classification

arXiv:2504.05583v15 citationsh-index: 2CogSci
Originality Incremental advance
AI Analysis

This work addresses misclassification issues in visual classification tasks, particularly for transfer or out-of-distribution datasets, by leveraging human attention cues, though it is incremental in combining existing methods.

The paper tackled the problem of shortcut bias in visual classification by integrating human gaze priors with machine-derived visual sequences, resulting in enhanced classification accuracy as demonstrated through experiments.

Inspired by human visual attention, deep neural networks have widely adopted attention mechanisms to learn locally discriminative attributes for challenging visual classification tasks. However, existing approaches primarily emphasize the representation of such features while neglecting their precise localization, which often leads to misclassification caused by shortcut biases. This limitation becomes even more pronounced when models are evaluated on transfer or out-of-distribution datasets. In contrast, humans are capable of leveraging prior object knowledge to quickly localize and compare fine-grained attributes, a capability that is especially crucial in complex and high-variance classification scenarios. Motivated by this, we introduce Gaze-CIFAR-10, a human gaze time-series dataset, along with a dual-sequence gaze encoder that models the precise sequential localization of human attention on distinct local attributes. In parallel, a Vision Transformer (ViT) is employed to learn the sequential representation of image content. Through cross-modal fusion, our framework integrates human gaze priors with machine-derived visual sequences, effectively correcting inaccurate localization in image feature representations. Extensive qualitative and quantitative experiments demonstrate that gaze-guided cognitive cues significantly enhance classification accuracy.

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