Probability Estimates for Multi-class Classification by Pairwise Coupling
Tingyao WuChih-Jen LinRuby C. Weng
- Paper: Transforming classifier scores into accurate multiclass probability estimates, Bianca Zadrozny et al. (2002). This paper establishes foundational techniques for converting binary classifier scores into calibrated probabilities and coupling them for multiclass settings, which the source directly aims to improve upon with stable linear system formulations.
- Paper: Solving Multiclass Learning Problems via Error-Correcting Output Codes, Thomas G. Dietterich et al. (1994). This work introduces output-coding decomposition schemes that provide the fundamental framework for reducing multiclass classification into collections of binary problems.
- Paper: On Combining Classifiers, Josef Kittler et al. (1998). This study analyzes standard Bayesian and voting fusion rules for combining multiple classifiers, setting the theoretical stage for the source's investigation into stable pairwise probability coupling.
- Paper: The foundations of cost-sensitive learning, Charles Elkan (2001). This paper examines the theoretical foundations of decision-making under cost sensitivity, motivating the necessity of obtaining accurate, well-calibrated class probability estimates.
- Paper: Predicting good probabilities with supervised learning, Alexandru Niculescu-Mizil et al. (2005). This work comprehensively benchmarks and evaluates probability calibration methods across modern learning algorithms, extending the practical application of estimated probabilities.
- Paper: In Defense of One-Vs-All Classification, Ryan Rifkin et al. (2004). This paper critically evaluates the performance of one-versus-all versus all-pairs multiclass decomposition schemes, contextualizing when pairwise coupling strategies are truly beneficial.
- Paper: An empirical comparison of supervised learning algorithms, Rich Caruana et al. (2006). This study extends the comparative evaluation of supervised learning algorithms to include calibration quality alongside multi-metric performance.
- Paper: Classifier chains for multi-label classification, Jesse Read et al. (2009). This paper builds on binary decomposition concepts to develop classifier chains for multi-label problems, bridging single-label multiclass reductions to complex multi-output tasks.
