paper-with-me

Papers

Multilabel Classification by Hierarchical Partitioning and Data-dependent Grouping

2020-06-24 · NeurIPS 2020 12 · Shashanka Ubaru, Sanjeeb Dash, Arya Mazumdar, Oktay Gunluk

In modern multilabel classification problems, each data instance belongs to a small number of classes from a large set of classes. In other words, these problems involve learning very sparse binary label vectors. Moreover, in large-scale problems, the labels typically have certain (unknown) hierarchy. In this paper we exploit the sparsity of label vectors and the hierarchical structure to embed them in low-dimensional space using label groupings. Consequently, we solve the classification problem in a much lower dimensional space and then obtain labels in the original space using an appropriately defined lifting. Our method builds on the work of (Ubaru & Mazumdar, 2017), where the idea of group testing was also explored for multilabel classification. We first present a novel data-dependent grouping approach, where we use a group construction based on a low-rank Nonnegative Matrix Factorization (NMF) of the label matrix of training instances. The construction also allows us, using recent results, to develop a fast prediction algorithm that has a logarithmic runtime in the number of labels. We then present a hierarchical partitioning approach that exploits the label hierarchy in large scale problems to divide up the large label space and create smaller sub-problems, which can then be solved independently via the grouping approach. Numerical results on many benchmark datasets illustrate that, compared to other popular methods, our proposed methods achieve competitive accuracy with significantly lower computational costs.

📄 PDF Abstract BibTeX arXiv:2006.14084

Code (1)

Shashankaubaru/He-NMFGT 공식 구현

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Enhancing Text-Based Hierarchical Multilabel Classification for Mobile Applications via Contrastive Learning

2025-07-06 · Jiawei Guo, Yang Xiao, Weipeng Huang, Guangyuan Piao arxiv

A hierarchical labeling system for mobile applications (apps) benefits a wide range of downstream businesses that integrate the labeling with their proprietary user data, to improve user modeling. Such a label hierarchy …

Contrastive Learning

A Multilabel Classification Framework for Approximate Nearest Neighbor Search

2019-10-18 · Ville Hyvönen, Elias Jääsaari, Teemu Roos

Both supervised and unsupervised machine learning algorithms have been used to learn partition-based index structures for approximate nearest neighbor (ANN) search. Existing supervised algorithms formulate the learning t…

ClassificationGeneral ClassificationMulti-Label Classification

Mandatory Leaf Node Prediction in Hierarchical Multilabel Classification

2012-12-01 · NeurIPS 2012 12 · Wei Bi, James T. Kwok

In hierarchical classification, the prediction paths may be required to always end at leaf nodes. This is called mandatory leaf node prediction (MLNP) and is particularly useful when the leaf nodes have much stronger sem…

ClassificationGeneral ClassificationPrediction

All Mistakes Are Not Equal: Comprehensive Hierarchy Aware Multi-label Predictions (CHAMP)

2022-06-17 · Ashwin Vaswani, Gaurav Aggarwal, Praneeth Netrapalli, Narayan G Hegde

This paper considers the problem of Hierarchical Multi-Label Classification (HMC), where (i) several labels can be present for each example, and (ii) labels are related via a domain-specific hierarchy tree. Guided by the…

AllClassificationHierarchical Multi-label ClassificationMulti-Label Classification+1

Multilabel Classification with R Package mlr

2017-03-27 · Philipp Probst, Quay Au, Giuseppe Casalicchio, Clemens Stachl 외

We implemented several multilabel classification algorithms in the machine learning package mlr. The implemented methods are binary relevance, classifier chains, nested stacking, dependent binary relevance and stacking, …

BIG-bench Machine LearningClassificationGeneral Classification