paper-with-me

홈 › Papers

Biased Binary Attribute Classifiers Ignore the Majority Classes

2024-03-21 · Xinyi Zhang, Johanna Sophie Bieri, Manuel Günther

To visualize the regions of interest that classifiers base their decisions on, different Class Activation Mapping (CAM) methods have been developed. However, all of these techniques target categorical classifiers only, though most real-world tasks are binary classification. In this paper, we extend gradient-based CAM techniques to work with binary classifiers and visualize the active regions for binary facial attribute classifiers. When training an unbalanced binary classifier on an imbalanced dataset, it is well-known that the majority class, i.e. the class with many training samples, is mostly predicted much better than minority class with few training instances. In our experiments on the CelebA dataset, we verify these results, when training an unbalanced classifier to extract 40 facial attributes simultaneously. One would expect that the biased classifier has learned to extract features mainly for the majority classes and that the proportional energy of the activations mainly reside in certain specific regions of the image where the attribute is located. However, we find very little regular activation for samples of majority classes, while the active regions for minority classes seem mostly reasonable and overlap with our expectations. These results suggest that biased classifiers mainly rely on bias activation for majority classes. When training a balanced classifier on the imbalanced data by employing attribute-specific class weights, majority and minority classes are classified similarly well and show expected activations for almost all attributes

📄 PDF Abstract BibTeX arXiv:2403.14435

Code (1)

aiml-ifi/attribute-cam 공식 구현 pytorch

Tasks

AttributeBinary Classification

Methods 이 논문이 사용한 방법론

CAM Class activation maps could be used to interpret the prediction decision made by the convolutional neural network (CNN). Image source: [Learning Deep Features for…
BASE 설명 없음

Similar Papers 제목 키워드 기반

BiasEdit: A Training-Free Bias-Detect-and-Edit Framework for Learning Fair Visual Classifiers

2026-05-27 · Jungwook Seo, Yoonsik Park, Changmin Lee, Sungyong Baik arxiv

Visual data from the Web power image classifiers, which often underpin many web services, such as recommendation and content moderation. However, the raw Web data often contain spurious correlations and social biases, an…

Image ClassificationImage Editing

Learning Debiased Classifier with Biased Committee

2022-06-22 · Nayeong Kim, Sehyun Hwang, Sungsoo Ahn, Jaesik Park 외

Neural networks are prone to be biased towards spurious correlations between classes and latent attributes exhibited in a major portion of training data, which ruins their generalization capability. We propose a new meth…

Attribute

Do Fairness Interventions Come at the Cost of Privacy: Evaluations for Binary Classifiers

2025-03-08 · Huan Tian, Guangsheng Zhang, Bo Liu, Tianqing Zhu 외

While in-processing fairness approaches show promise in mitigating biased predictions, their potential impact on privacy leakage remains under-explored. We aim to address this gap by assessing the privacy risks of fairne…

AttributeFairness

A Synthetic Over-sampling method with Minority and Majority classes for imbalance problems

2020-11-09 · Hadi A. Khorshidi, Uwe Aickelin

Class imbalance is a substantial challenge in classifying many real-world cases. Synthetic over-sampling methods have been effective to improve the performance of classifiers for imbalance problems. However, most synthet…

Ensemble of Binary Classifiers Combined Using Recurrent Correlation Associative Memories

2020-09-18 · Rodolfo Anibal Lobo, Marcos Eduardo Valle

An ensemble method should cleverly combine a group of base classifiers to yield an improved classifier. The majority vote is an example of a methodology used to combine classifiers in an ensemble method. In this paper, w…

Binary ClassificationGeneral Classification