A Minimax Approach to Supervised Learning
Farzan Farnia, David Tse

TL;DR
This paper introduces a minimax framework for supervised learning based on a generalized maximum entropy principle, leading to new classifiers like the maximum entropy machine that can outperform traditional methods in worst-case scenarios.
Contribution
It develops a novel minimax approach for supervised learning using a generalized maximum entropy principle, including a new linear classifier for 0-1 loss.
Findings
Maximum entropy machine outperforms SVM in experiments
The approach recovers known models for squared-error and log loss
Provides a bound on worst-case generalization error
Abstract
Given a task of predicting from , a loss function , and a set of probability distributions on , what is the optimal decision rule minimizing the worst-case expected loss over ? In this paper, we address this question by introducing a generalization of the principle of maximum entropy. Applying this principle to sets of distributions with marginal on constrained to be the empirical marginal from the data, we develop a general minimax approach for supervised learning problems. While for some loss functions such as squared-error and log loss, the minimax approach rederives well-knwon regression models, for the 0-1 loss it results in a new linear classifier which we call the maximum entropy machine. The maximum entropy machine minimizes the worst-case 0-1 loss over the structured set of distribution, and by our numerical experiments can outperform other…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Neural Networks and Applications · Machine Learning and Data Classification
MethodsSupport Vector Machine
