English

Spuriosity Rankings for Free: A Simple Framework for Last Layer Retraining Based on Object Detection

Computer Vision and Pattern Recognition 2023-11-02 v1 Machine Learning

Abstract

Deep neural networks have exhibited remarkable performance in various domains. However, the reliance of these models on spurious features has raised concerns about their reliability. A promising solution to this problem is last-layer retraining, which involves retraining the linear classifier head on a small subset of data without spurious cues. Nevertheless, selecting this subset requires human supervision, which reduces its scalability. Moreover, spurious cues may still exist in the selected subset. As a solution to this problem, we propose a novel ranking framework that leverages an open vocabulary object detection technique to identify images without spurious cues. More specifically, we use the object detector as a measure to score the presence of the target object in the images. Next, the images are sorted based on this score, and the last-layer of the model is retrained on a subset of the data with the highest scores. Our experiments on the ImageNet-1k dataset demonstrate the effectiveness of this ranking framework in sorting images based on spuriousness and using them for last-layer retraining.

Keywords

Cite

@article{arxiv.2311.00079,
  title  = {Spuriosity Rankings for Free: A Simple Framework for Last Layer Retraining Based on Object Detection},
  author = {Mohammad Azizmalayeri and Reza Abbasi and Amir Hosein Haji Mohammad rezaie and Reihaneh Zohrabi and Mahdi Amiri and Mohammad Taghi Manzuri and Mohammad Hossein Rohban},
  journal= {arXiv preprint arXiv:2311.00079},
  year   = {2023}
}

Comments

Accepted at ICML 2023 Workshop on Spurious Correlations, Invariance, and Stability (SCIS)

R2 v1 2026-06-28T13:07:53.305Z