Ternary Bradley-Terry Model-Based Decoding for Multi-Class Classification and Its Extensions
Abstract
A multi-class classifier based on the Bradley-Terry model predicts the multi-class label of an input by combining the outputs from multiple binary classifiers, where the combination should be a priori designed as a code word matrix. The code word matrix was originally designed to consist of +1 and −1 codes, and was later extended into deal with ternary code +1,0,−1, that is, allowing 0 codes. This extension has seemed to work effectively but, in fact, contains a problem: a binary classifier forcibly categorizes examples with 0 codes into either +1 or −1, but this forcible decision makes the prediction of the multi-class label obscure. In this article, we propose a Boosting algorithm that deals with three categories by allowing a ‘don’t care’ category corresponding to 0 codes, and present a modified decoding method called a ‘ternary’ Bradley-Terry model. In addition, we propose a couple of fast decoding schemes that reduce the heavy computation by the existing Bradley-Terry model-based decoding.
Cite
Text
Takenouchi and Ishii. "Ternary Bradley-Terry Model-Based Decoding for Multi-Class Classification and Its Extensions." Machine Learning, 2011. doi:10.1007/S10994-011-5240-0Markdown
[Takenouchi and Ishii. "Ternary Bradley-Terry Model-Based Decoding for Multi-Class Classification and Its Extensions." Machine Learning, 2011.](https://mlanthology.org/mlj/2011/takenouchi2011mlj-ternary/) doi:10.1007/S10994-011-5240-0BibTeX
@article{takenouchi2011mlj-ternary,
title = {{Ternary Bradley-Terry Model-Based Decoding for Multi-Class Classification and Its Extensions}},
author = {Takenouchi, Takashi and Ishii, Shin},
journal = {Machine Learning},
year = {2011},
pages = {249-272},
doi = {10.1007/S10994-011-5240-0},
volume = {85},
url = {https://mlanthology.org/mlj/2011/takenouchi2011mlj-ternary/}
}