paper-with-me

Papers

Error Slice Discovery via Manifold Compactness

2025-01-31 · Han Yu, Jiashuo Liu, Hao Zou, Renzhe Xu, Yue He, Xingxuan Zhang, Peng Cui

Despite the great performance of deep learning models in many areas, they still make mistakes and underperform on certain subsets of data, i.e. error slices. Given a trained model, it is important to identify its semantically coherent error slices that are easy to interpret, which is referred to as the error slice discovery problem. However, there is no proper metric of slice coherence without relying on extra information like predefined slice labels. Current evaluation of slice coherence requires access to predefined slices formulated by metadata like attributes or subclasses. Its validity heavily relies on the quality and abundance of metadata, where some possible patterns could be ignored. Besides, current algorithms cannot directly incorporate the constraint of coherence into their optimization objective due to the absence of an explicit coherence metric, which could potentially hinder their effectiveness. In this paper, we propose manifold compactness, a coherence metric without reliance on extra information by incorporating the data geometry property into its design, and experiments on typical datasets empirically validate the rationality of the metric. Then we develop Manifold Compactness based error Slice Discovery (MCSD), a novel algorithm that directly treats risk and coherence as the optimization objective, and is flexible to be applied to models of various tasks. Extensive experiments on the benchmark and case studies on other typical datasets demonstrate the superiority of MCSD.

📄 PDF Abstract BibTeX arXiv:2501.19032

Code (0)

등록된 구현이 없습니다.

Tasks

Slice Discovery

Similar Papers 제목 키워드 기반

GH-ESD: Grounded Hypothesis-Driven Error Slice Discovery for Instance-Level Vision Tasks

2025-12-31 · Wei Zhang, Chaoqun Wang, Zixuan Guan, Sam Kao 외 arxiv

Systematic failures of vision models on semantically coherent subsets, known as error slices, reveal limitations in robustness and evaluation. Existing slice discovery approaches largely model slices as clusters in repre…

Object Detection

Active Slice Discovery in Large Language Models

2025-11-24 · Minhui Zhang, Prahar Ijner, Yoav Wald, Elliot Creager arxiv

Large Language Models (LLMs) often exhibit systematic errors on specific subsets of data, known as error slices. For instance, a slice can correspond to a certain demographic, where a model does poorly in identifying tox…

Active Learning

DebugAgent: Efficient and Interpretable Error Slice Discovery for Comprehensive Model Debugging

2025-01-28 · Muxi Chen, Chenchen Zhao, Qiang Xu

Despite the significant success of deep learning models in computer vision, they often exhibit systematic failures on specific data subsets, known as error slices. Identifying and mitigating these error slices is crucial…

image-classificationImage Classificationobject-detectionObject Detection+2

Error Discovery by Clustering Influence Embeddings

2023-12-07 · NeurIPS 2023 11 · Fulton Wang, Julius Adebayo, Sarah Tan, Diego Garcia-Olano 외

We present a method for identifying groups of test examples -- slices -- on which a model under-performs, a task now known as slice discovery. We formalize coherence -- a requirement that erroneous predictions, within a …

ClusteringSlice Discovery

CB-SLICE: Concept-Based Interpretable Error Slice Discovery

2026-05-28 · Yael Konforti, Mateo Espinosa Zarlenga, Elaf Almahmoud, Mateja Jamnik arxiv

Despite strong average-case performance, deep learning models often exhibit systematic errors on specific population groups, known as error slices. Identifying these groups and the root causes of their failures is critic…