paper-with-me

Papers

Gradient-Based Algorithms for Machine Teaching

2021-06-19 · CVPR 2021 1 · Pei Wang, Kabir Nagrecha, Nuno Vasconcelos

The problem of machine teaching is considered. A new formulation is proposed under the assumption of an optimal student, where optimality is defined in the usual machine learning sense of empirical risk minimization. This is a sensible assumption for machine learning students and for human students in crowdsourcing platforms, who tend to perform at least as well as machine learning systems. It is shown that, if allowed unbounded effort, the optimal student always learns the optimal predictor for a classification task. Hence, the role of the optimal teacher is to select the teaching set that minimizes student effort. This is formulated as a problem of functional optimization where, at each teaching iteration, the teacher seeks to align the steepest descent directions of the risk of (1) the teaching set and (2) entire example population. The optimal teacher, denoted MaxGrad, is then shown to maximize the gradient of the risk on the set of new examples selected per iteration. MaxGrad teaching algorithms are finally provided for both binary and multiclass tasks, and shown to have some similarities with boosting algorithms. Experimental evaluations demonstrate the effectiveness of MaxGrad, which outperforms previous algorithms on the classification task, for both machine learning and human students from MTurk, by a substantial margin.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Iterative Machine Teaching

2017-05-30 · ICML 2017 8 · Weiyang Liu, Bo Dai, Ahmad Humayun, Charlene Tay 외

In this paper, we consider the problem of machine teaching, the inverse problem of machine learning. Different from traditional machine teaching which views the learners as batch algorithms, we study a new paradigm where…

Machine Teaching: A New Paradigm for Building Machine Learning Systems

2017-07-21 · Patrice Y. Simard, Saleema Amershi, David M. Chickering, Alicia Edelman Pelton 외

The current processes for building machine learning systems require practitioners with deep knowledge of machine learning. This significantly limits the number of machine learning systems that can be created and has led …

BIG-bench Machine Learning

Nonparametric Teaching of Implicit Neural Representations

2024-05-17 · Chen Zhang, Steven Tin Sui Luo, Jason Chun Lok Li, Yik-Chung Wu 외

We investigate the learning of implicit neural representation (INR) using an overparameterized multilayer perceptron (MLP) via a novel nonparametric teaching perspective. The latter offers an efficient example selection …

Reinforcement Teaching

2022-04-25 · Calarina Muslimani, Alex Lewandowski, Dale Schuurmans, Matthew E. Taylor 외

Machine learning algorithms learn to solve a task, but are unable to improve their ability to learn. Meta-learning methods learn about machine learning algorithms and improve them so that they learn more quickly. However…

Meta-Learning

Locality Sensitive Teaching

2021-12-01 · NeurIPS 2021 12 · Zhaozhuo Xu, Beidi Chen, Chaojian Li, Weiyang Liu 외

The emergence of the Internet-of-Things (IoT) sheds light on applying the machine teaching (MT) algorithms for online personalized education on home devices. This direction becomes more promising during the COVID-19 pand…