菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-27
📄 Abstract - BiasEdit: A Training-Free Bias-Detect-and-Edit Framework for Learning Fair Visual Classifiers

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, and neural networks are known for their tendency to learn biases present in data. This can reinforce unfairness in web services and the web data, leading to a vicious cycle. In the context of image classification, networks learn bias attributes for a specific class when a majority of images contain the same attribute only for a given class. Hence, training a fair and debiased classifier from a biased dataset demands handling an imbalanced problem between a majority of images with bias attributes (bias-aligned samples) and a minority without (bias-conflict samples). In this work, we introduce BiasEdit, a modular framework that automatically detects bias attributes from the original dataset and edits them to construct a debiased dataset. Specifically, BiasEdit first detects unknown bias attributes via statistical dependence and mutual information analysis of visual-linguistic representations, and then explicitly edits those attributes using text-guided image editing to generate realistic bias-conflict samples. Unlike prior works that assume known bias attributes or relies on synthetic mixing, our method operates without manual annotations and can leverage off-the-shelf vision-language and editing models. BiasEdit addresses a fundamental challenge in Web-sourced visual AI, mitigating dataset-induced bias and achieving state-of-the-art debiasing performance even when training data are fully biased.

顶级标签: computer vision machine learning model training
详细标签: bias mitigation image classification fairness text-guided editing dataset debiasing 或 搜索:

BiasEdit:一种无需训练、可检测并编辑偏差的公平视觉分类器学习框架 / BiasEdit: A Training-Free Bias-Detect-and-Edit Framework for Learning Fair Visual Classifiers


1️⃣ 一句话总结

本文提出了一种名为BiasEdit的自动化框架,它无需人工标注,通过分析图像与文本的关联来自动检测数据集中隐藏的偏见属性,并借助文本引导的图像编辑技术生成平衡的样本,从而在训练分类器时有效消除偏见,提升公平性。

源自 arXiv: 2605.28450