Discriminative Learning via Semidefinite Probabilistic Models
Koby Crammer, Amir Globerson

TL;DR
This paper introduces a novel discriminative learning approach that combines probabilistic label distributions with linear subspace assumptions, enabling efficient training and improved performance over kernel methods.
Contribution
It proposes a new semidefinite probabilistic model that unifies margin-based and probabilistic approaches, with classes modeled as linear subspaces and trained via semidefinite programming.
Findings
Outperforms 2nd order kernel methods on real datasets
Provides calibrated label distributions with linear properties
Efficient training via semidefinite programming
Abstract
Discriminative linear models are a popular tool in machine learning. These can be generally divided into two types: The first is linear classifiers, such as support vector machines, which are well studied and provide state-of-the-art results. One shortcoming of these models is that their output (known as the 'margin') is not calibrated, and cannot be translated naturally into a distribution over the labels. Thus, it is difficult to incorporate such models as components of larger systems, unlike probabilistic based approaches. The second type of approach constructs class conditional distributions using a nonlinearity (e.g. log-linear models), but is occasionally worse in terms of classification error. We propose a supervised learning method which combines the best of both approaches. Specifically, our method provides a distribution over the labels, which is a linear function of the model…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Neural Networks and Applications · Gaussian Processes and Bayesian Inference
