paper-with-me

Papers

LightMC: A Dynamic and Efficient Multiclass Decomposition Algorithm

2019-08-25 · Ziyu Liu, Guolin Ke, Jiang Bian, Tie-Yan Liu

Multiclass decomposition splits a multiclass classification problem into a series of independent binary learners and recomposes them by combining their outputs to reconstruct the multiclass classification results. Three widely-used realizations of such decomposition methods are One-Versus-All (OVA), One-Versus-One (OVO), and Error-Correcting-Output-Code (ECOC). While OVA and OVO are quite simple, both of them assume all classes are orthogonal which neglect the latent correlation between classes in real-world. Error-Correcting-Output-Code (ECOC) based decomposition methods, on the other hand, are more preferable due to its integration of the correlation among classes. However, the performance of existing ECOC-based methods highly depends on the design of coding matrix and decoding strategy. Unfortunately, it is quite uncertain and time-consuming to discover an effective coding matrix with appropriate decoding strategy. To address this problem, we propose LightMC, an efficient dynamic multiclass decomposition algorithm. Instead of using fixed coding matrix and decoding strategy, LightMC uses a differentiable decoding strategy, which enables it to dynamically optimize the coding matrix and decoding strategy, toward increasing the overall accuracy of multiclass classification, via back propagation jointly with the training of base learners in an iterative way. Empirical experimental results on several public large-scale multiclass classification datasets have demonstrated the effectiveness of LightMC in terms of both good accuracy and high efficiency.

📄 PDF Abstract BibTeX arXiv:1908.09362

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Class Binarization to NeuroEvolution for Multiclass Classification

2023-08-26 · Gongjin Lan, Zhenyu Gao, Lingyao Tong, Ting Liu

Multiclass classification is a fundamental and challenging task in machine learning. The existing techniques of multiclass classification can be categorized as (i) decomposition into binary (ii) extension from binary and…

BinarizationBinary ClassificationClassification

Scalable Multilabel Prediction via Randomized Methods

2015-02-09 · Nikos Karampatziakis, Paul Mineiro

Modeling the dependence between outputs is a fundamental challenge in multilabel classification. In this work we show that a generic regularized nonlinearity mapping independent predictions to joint predictions is suffic…

General ClassificationPrediction

A Hierarchical Spectral Method for Extreme Classification

2015-11-10 · Paul Mineiro, Nikos Karampatziakis

Extreme classification problems are multiclass and multilabel classification problems where the number of outputs is so large that straightforward strategies are neither statistically nor computationally viable. One stra…

ClassificationGeneral ClassificationTree Decomposition

Fast Gauss-Newton for Multiclass Cross-Entropy

2026-05-07 · Mikalai Korbit, Mario Zanon arxiv

In multiclass softmax cross-entropy, the full generalized Gauss-Newton (GGN) curvature couples all output logits through the softmax covariance, making curvature-vector products harder to scale as the number of classes g…

Binary Classification

MALADY: Multiclass Active Learning with Auction Dynamics on Graphs

2024-09-14 · Gokul Bhusal, Kevin Miller, Ekaterina Merkurjev

Active learning enhances the performance of machine learning methods, particularly in semi-supervised cases, by judiciously selecting a limited number of unlabeled data points for labeling, with the goal of improving the…

Active Learning