English

Slice-based Learning: A Programming Model for Residual Learning in Critical Data Slices

Machine Learning 2020-03-03 v2 Artificial Intelligence Machine Learning

Abstract

In real-world machine learning applications, data subsets correspond to especially critical outcomes: vulnerable cyclist detections are safety-critical in an autonomous driving task, and "question" sentences might be important to a dialogue agent's language understanding for product purposes. While machine learning models can achieve high quality performance on coarse-grained metrics like F1-score and overall accuracy, they may underperform on critical subsets---we define these as slices, the key abstraction in our approach. To address slice-level performance, practitioners often train separate "expert" models on slice subsets or use multi-task hard parameter sharing. We propose Slice-based Learning, a new programming model in which the slicing function (SF), a programming interface, specifies critical data subsets for which the model should commit additional capacity. Any model can leverage SFs to learn slice expert representations, which are combined with an attention mechanism to make slice-aware predictions. We show that our approach maintains a parameter-efficient representation while improving over baselines by up to 19.0 F1 on slices and 4.6 F1 overall on datasets spanning language understanding (e.g. SuperGLUE), computer vision, and production-scale industrial systems.

Keywords

Cite

@article{arxiv.1909.06349,
  title  = {Slice-based Learning: A Programming Model for Residual Learning in Critical Data Slices},
  author = {Vincent S. Chen and Sen Wu and Zhenzhen Weng and Alexander Ratner and Christopher Ré},
  journal= {arXiv preprint arXiv:1909.06349},
  year   = {2020}
}

Comments

NeurIPS 2019

R2 v1 2026-06-23T11:14:48.891Z