English

Two-stage Vision Transformers and Hard Masking offer Robust Object Representations

Computer Vision and Pattern Recognition 2026-04-02 v4 Artificial Intelligence

Abstract

Context can strongly affect object representations, sometimes leading to undesired biases, particularly when objects appear in out-of-distribution backgrounds at inference. At the same time, many object-centric tasks require to leverage the context for identifying the relevant image regions. We posit that this conundrum, in which context is simultaneously needed and a potential nuisance, can be addressed by an attention-based approach that uses learned binary attention masks to ensure that only attended image regions influence the prediction. To test this hypothesis, we evaluate a two-stage framework: stage 1 processes the full image to discover object parts and identify task-relevant regions, for which context cues are likely to be needed, while stage 2 leverages input attention masking to restrict its receptive field to these regions, enabling a focused analysis while filtering out potentially spurious information. Both stages are trained jointly, allowing stage 2 to refine stage 1. The explicit nature of the semantic masks also makes the model's reasoning auditable, enabling powerful test-time interventions to further enhance robustness. Extensive experiments across diverse benchmarks demonstrate that this approach significantly improves robustness against spurious correlations and out-of-distribution backgrounds. Code: https://github.com/ananthu-aniraj/ifam

Keywords

Cite

@article{arxiv.2506.08915,
  title  = {Two-stage Vision Transformers and Hard Masking offer Robust Object Representations},
  author = {Ananthu Aniraj and Cassio F. Dantas and Dino Ienco and Diego Marcos},
  journal= {arXiv preprint arXiv:2506.08915},
  year   = {2026}
}

Comments

Accepted at ICPR 2026

R2 v1 2026-07-01T03:09:21.242Z