paper-with-me

Papers

Masking Strategies for Background Bias Removal in Computer Vision Models

2023-08-23 · Ananthu Aniraj, Cassio F. Dantas, Dino Ienco, Diego Marcos

Models for fine-grained image classification tasks, where the difference between some classes can be extremely subtle and the number of samples per class tends to be low, are particularly prone to picking up background-related biases and demand robust methods to handle potential examples with out-of-distribution (OOD) backgrounds. To gain deeper insights into this critical problem, our research investigates the impact of background-induced bias on fine-grained image classification, evaluating standard backbone models such as Convolutional Neural Network (CNN) and Vision Transformers (ViT). We explore two masking strategies to mitigate background-induced bias: Early masking, which removes background information at the (input) image level, and late masking, which selectively masks high-level spatial features corresponding to the background. Extensive experiments assess the behavior of CNN and ViT models under different masking strategies, with a focus on their generalization to OOD backgrounds. The obtained findings demonstrate that both proposed strategies enhance OOD performance compared to the baseline models, with early masking consistently exhibiting the best OOD performance. Notably, a ViT variant employing GAP-Pooled Patch token-based classification combined with early masking achieves the highest OOD robustness.

📄 PDF Abstract BibTeX arXiv:2308.12127

Code (1)

ananthu-aniraj/masking_strategies_bias_removal 공식 구현 pytorch

Tasks

Fine-Grained Image Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Deep-Masking Generative Network: A Unified Framework for Background Restoration from Superimposed Images

2020-10-09 · Xin Feng, Wenjie Pei, Zihui Jia, Fanglin Chen 외

Restoring the clean background from the superimposed images containing a noisy layer is the common crux of a classical category of tasks on image restoration such as image reflection removal, image deraining and image de…

Image DehazingImage GenerationImage RestorationRain Removal+1

Can masking background and object reduce static bias for zero-shot action recognition?

2025-01-22 · Takumi Fukuzawa, Kensho Hara, Hirokatsu Kataoka, Toru Tamaki

In this paper, we address the issue of static bias in zero-shot action recognition. Action recognition models need to represent the action itself, not the appearance. However, some fully-supervised works show that models…

Action RecognitionZero-Shot Action Recognition

Evaluating The Robustness of Self-Supervised Representations to Background/Foreground Removal

2023-06-02 · Xavier F. Cadet, Ranya Aloufi, Alain Miranville, Sara Ahmadi-Abhari 외

Despite impressive empirical advances of SSL in solving various tasks, the problem of understanding and characterizing SSL representations learned from input data remains relatively under-explored. We provide a comparati…

image-classificationImage Classification

The Impact of Background Removal on Performance of Neural Networks for Fashion Image Classification and Segmentation

2023-08-18 · Junhui Liang, Ying Liu, Vladimir Vlassov

Fashion understanding is a hot topic in computer vision, with many applications having great business value in the market. Fashion understanding remains a difficult challenge for computer vision due to the immense divers…

Fashion Understandingimage-classificationImage Classificationobject-detection+2

MARS: Model-agnostic Biased Object Removal without Additional Supervision for Weakly-Supervised Semantic Segmentation

2023-04-19 · ICCV 2023 1 · Sanghyun Jo, In-Jae Yu, KyungSu Kim

Weakly-supervised semantic segmentation aims to reduce labeling costs by training semantic segmentation models using weak supervision, such as image-level class labels. However, most approaches struggle to produce accura…

Semantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation