LGMLSep 6, 2019

Regression Under Human Assistance

arXiv:1909.02963v473 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the need for machine learning models that can effectively collaborate with humans in decision-making, though it is an incremental step focusing on a specific regression setting.

The paper tackles the problem of optimizing ridge regression models to operate under human assistance by outsourcing decisions where the model's error would be highest, showing that a greedy algorithm achieves approximation guarantees and outperforms baselines in experiments on medical diagnosis and content moderation.

Decisions are increasingly taken by both humans and machine learning models. However, machine learning models are currently trained for full automation -- they are not aware that some of the decisions may still be taken by humans. In this paper, we take a first step towards the development of machine learning models that are optimized to operate under different automation levels. More specifically, we first introduce the problem of ridge regression under human assistance and show that it is NP-hard. Then, we derive an alternative representation of the corresponding objective function as a difference of nondecreasing submodular functions. Building on this representation, we further show that the objective is nondecreasing and satisfies $α$-submodularity, a recently introduced notion of approximate submodularity. These properties allow a simple and efficient greedy algorithm to enjoy approximation guarantees at solving the problem. Experiments on synthetic and real-world data from two important applications -- medical diagnosis and content moderation-demonstrate that our algorithm outsources to humans those samples in which the prediction error of the ridge regression model would have been the highest if it had to make a prediction, it outperforms several competitive baselines, and its performance is robust with respect to several design choices and hyperparameters used in the experiments.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes