paper-with-me

Papers

Consistent algorithms for multi-label classification with macro-at-$k$ metrics

2024-01-29 · Erik Schultheis, Wojciech Kotłowski, Marek Wydmuch, Rohit Babbar, Strom Borman, Krzysztof Dembczyński

We consider the optimization of complex performance metrics in multi-label classification under the population utility framework. We mainly focus on metrics linearly decomposable into a sum of binary classification utilities applied separately to each label with an additional requirement of exactly $k$ labels predicted for each instance. These "macro-at-$k$" metrics possess desired properties for extreme classification problems with long tail labels. Unfortunately, the at-$k$ constraint couples the otherwise independent binary classification tasks, leading to a much more challenging optimization problem than standard macro-averages. We provide a statistical framework to study this problem, prove the existence and the form of the optimal classifier, and propose a statistically consistent and practical learning algorithm based on the Frank-Wolfe method. Interestingly, our main results concern even more general metrics being non-linear functions of label-wise confusion matrices. Empirical results provide evidence for the competitive performance of the proposed approach.

📄 PDF Abstract BibTeX arXiv:2401.16594

Code (2)

mwydmuch/xcolumns 공식 구현 pytorch
mwydmuch/macro-measures-in-xmlc pytorch

Tasks

Binary ClassificationClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Learning Sparse Label Couplings for Multilabel Chest X-Ray Diagnosis

2025-11-11 · Utkarsh Prakash Srivastava, Kaushik Gupta, Kaushik Nath arxiv

We study multilabel classification of chest X-rays and present a simple, strong pipeline built on SE-ResNeXt101 $(32 \times 4d)$. The backbone is finetuned for 14 thoracic findings with a sigmoid head, trained using Mult…

Consistent Multilabel Classification

2015-12-01 · NeurIPS 2015 12 · Oluwasanmi O. Koyejo, Nagarajan Natarajan, Pradeep K. Ravikumar, Inderjit S. Dhillon

Multilabel classification is rapidly developing as an important aspect of modern predictive modeling, motivating study of its theoretical aspects. To this end, we propose a framework for constructing and analyzing multil…

ClassificationGeneral Classification

Exploring Selective Retrieval-Augmentation for Long-Tail Legal Text Classification

2025-08-27 · Boheng Mao arxiv

Legal text classification is a fundamental NLP task in the legal domain. Benchmark datasets in this area often exhibit a long-tail label distribution, where many labels are underrepresented, leading to poor model perform…

Text Classification

Learning Section Weights for Multi-Label Document Classification

2023-11-26 · Maziar Moradi Fard, Paula Sorrolla Bayod, Kiomars Motarjem, Mohammad Alian Nejadi 외

Multi-label document classification is a traditional task in NLP. Compared to single-label classification, each document can be assigned multiple classes. This problem is crucially important in various domains, such as t…

ArticlesClassificationDocument ClassificationMulti-Label Classification+1

The Right Model for the Job: An Evaluation of Legal Multi-Label Classification Baselines

2024-01-22 · Martina Forster, Claudia Schulz, Prudhvi Nokku, Melicaalsadat Mirsafian 외

Multi-Label Classification (MLC) is a common task in the legal domain, where more than one label may be assigned to a legal document. A wide range of methods can be applied, ranging from traditional ML approaches to the …

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATION