arXiv:2512.22874cs.CV2025-12CVPR被引 3

通过样本聚类特性识别并消除模型中的虚假相关性

Let Samples Speak: Mitigating Spurious Correlation by Exploiting the Clusterness of Samples

  • 利用样本在特征空间中的分散分布识别虚假特征
  • 通过分组中和与特征对齐,实现无偏表示学习
  • 适用于图像与NLP领域去偏,尤其提升最差群体准确率

深度学习模型常在训练中学习到与类别标签虚假相关的特征,但这些特征与预测任务无关。现有方法通常依赖人工标注潜在虚假属性或基于简化假设(如偏差简单性)过滤虚假特征,但在真实数据中因虚假相关性复杂难测,效果有限。本文提出一种数据驱动的去偏方法:观察到受虚假特征影响的样本在特征空间中呈现分散分布,据此可识别虚假特征;随后通过简单分组策略中和虚假特征,得到无偏表示;再通过特征变换对齐该表示以消除虚假特征;最后结合学习到的变换更新分类器,构建无偏模型。集成识别、中和、消除与更新流程,形成有效去偏管道。在图像与NLP去偏基准测试中,相比标准经验风险最小化(ERM),最差群体准确率提升超20%。代码与模型检查点见https://github.com/davelee-uestc/nsf_debiasing。

原文摘要 · Abstract (English)

Deep learning models are known to often learn features that spuriously correlate with the class label during training but are irrelevant to the prediction task. Existing methods typically address this issue by annotating potential spurious attributes, or filtering spurious features based on some empirical assumptions (e.g., simplicity of bias). However, these methods may yield unsatisfactory performance due to the intricate and elusive nature of spurious correlations in real-world data. In this paper, we propose a data-oriented approach to mitigate the spurious correlation in deep learning models. We observe that samples that are influenced by spurious features tend to exhibit a dispersed distribution in the learned feature space. This allows us to identify the presence of spurious features. Subsequently, we obtain a bias-invariant representation by neutralizing the spurious features based on a simple grouping strategy. Then, we learn a feature transformation to eliminate the spurious features by aligning with this bias-invariant representation. Finally, we update the classifier by incorporating the learned feature transformation and obtain an unbiased model. By integrating the aforementioned identifying, neutralizing, eliminating and updating procedures, we build an effective pipeline for mitigating spurious correlation. Experiments on image and NLP debiasing benchmarks show an improvement in worst group accuracy of more than 20% compared to standard empirical risk minimization (ERM). Codes and checkpoints are available at https://github.com/davelee-uestc/nsf_debiasing .

去偏学习虚假相关特征空间鲁棒训练

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。