Error Discovery by Clustering Influence Embeddings

Abstract

We present a method for identifying groups of test examples—slices—on which a pre-trained model under-performs, a task now known as slice discovery. We formalize coherence, a requirement that erroneous predictions within returned slices should be wrong for the same reason, as a key property that a slice discovery method should satisfy. We then leverage influence functions (Koh & Liang, 2017) to derive a new slice discovery method, InfEmbed, which satisfies coherence by returning slices whose examples are influenced similarly by the training data. InfEmbed is computationally simple, consisting of applying K-Means clustering to a novel representation we deem influence embeddings. Empirically, we show InfEmbed outperforms current state-of-the-art methods on a slice discovery benchmark, and is effective for model debugging across several case studies.

Cite

Text

Wang et al. "Error Discovery by Clustering Influence Embeddings." ICLR 2023 Workshops: Trustworthy_ML, 2023.

Markdown

[Wang et al. "Error Discovery by Clustering Influence Embeddings." ICLR 2023 Workshops: Trustworthy_ML, 2023.](https://mlanthology.org/iclrw/2023/wang2023iclrw-error/)

BibTeX

@inproceedings{wang2023iclrw-error,
  title     = {{Error Discovery by Clustering Influence Embeddings}},
  author    = {Wang, Fulton and Adebayo, Julius and Tan, Sarah and Garcia-Olano, Diego and Kokhlikyan, Narine},
  booktitle = {ICLR 2023 Workshops: Trustworthy_ML},
  year      = {2023},
  url       = {https://mlanthology.org/iclrw/2023/wang2023iclrw-error/}
}