菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-22
📄 Abstract - Discovering Latent Groups for Robust Classification

Machine learning models exploit spurious correlations, achieving high average accuracy but failing disproportionately on underrepresented subgroups. Existing methods address this by adjusting network parameters, guided either by subgroup annotations or inferred pseudo-group labels. Yet at inference, these methods produce only a class prediction, with no insight into a sample's latent subgroup. We propose neural classification trees (NCT), a framework that achieves robustness by encoding subgroup structure in its tree-shaped architecture. By routing each sample to an "easy" or "hard" node of this tree -- based on prediction correctness -- and reusing these routes as pseudo-labels for the next iteration, NCT disentangles conflicting subgroups, without requiring subgroup supervision. We evaluate NCT on five benchmarks spanning binary and multi-class spurious correlations. Our experiments show that the learned tree topology provides strong interpretability by consistently isolating minority subgroups, which provides a transparent mapping between the model architecture and the data's latent group structure, while yielding competitive robustness with state-of-the-art methods.

顶级标签: machine learning model evaluation
详细标签: spurious correlations robust classification subgroup discovery interpretability neural classification trees 或 搜索:

发现潜在分组以实现稳健分类 / Discovering Latent Groups for Robust Classification


1️⃣ 一句话总结

本文提出了一种名为神经分类树(NCT)的框架,通过在模型架构中显式编码子群结构,无需子群标注即可自动识别并隔离数据中的困难子群,从而在保持高分类精度的同时提升模型对易错样本的鲁棒性,并提供了清晰的架构与数据分组之间的可解释映射。

源自 arXiv: 2606.23609