paper-with-me

홈 › Papers

TailMix: Overcoming the Label Sparsity for Extreme Multi-label Classification

2021-09-29 · Sangwoo Han, Chan Lim, Jongwuk Lee

Extreme multi-label classification (XMC) aims at finding the most relevant labels from a huge label set at the industrial scale. The XMC problem inherently poses two challenges: data scalability and label sparsity. This work introduces a new augmentation method, namely TailMix, to address the label sparsity issue, i.e., the long-tail labels in XMC have few positive instances. TailMix utilizes the context vector generated from the label attention layer in a label-wise manner instead of using the existing Mixup methods in a sample-wise manner. In this process, TailMix selectively chooses two context vectors and augments the most plausible positive instances to improve the accuracy for long-tail labels. Despite the simplicity of TailMix, extensive experimental results show that TailMix consistently improves the baseline models without TailMix and other Mixup-based methods on three benchmark datasets. Notably, TailMix is effective for improving the performance for long-tail labels on PSP@k and PSN@k, which are the common metrics that reflect the propensity of labels.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Extreme Multi-Label ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Overcoming label shift in targeted federated learning

2024-11-06 · Edvin Listo Zec, Adam Breitholtz, Fredrik D. Johansson

Federated learning enables multiple actors to collaboratively train models without sharing private data. This unlocks the potential for scaling machine learning to diverse applications. Existing algorithms for this task …

Federated Learningimage-classificationImage Classification

Training Behavior of Sparse Neural Network Topologies

2018-09-30 · Simon Alford, Ryan Robinett, Lauren Milechin, Jeremy Kepner

Improvements in the performance of deep neural networks have often come through the design of larger and more complex networks. As a result, fast memory is a significant limiting factor in our ability to improve network …

An Entity-centric Approach for Overcoming Knowledge Graph Sparsity

2015-09-01 · EMNLP 2015 9 · Manjunath Hegde, Partha P. Talukdar
Knowledge Graphs

PD-Sparse : A Primal and Dual Sparse Approach to Extreme Multiclass and Multilabel Classification

2016-06-01 · ICML 2016 6 · Ian En-Hsu Yen, Xiangru Huang, Pradeep Ravikumar, Kai Zhong 외

We consider Multiclass and Multilabel classification with extremely large number of classes, of which only few are labeled to each instance. In such setting, standard methods that have training, prediction cost linear to…

ClassificationGeneral ClassificationText Classification

GNN-XML: Graph Neural Networks for Extreme Multi-label Text Classification

2020-12-10 · Daoming Zong, Shiliang Sun

Extreme multi-label text classification (XMTC) aims to tag a text instance with the most relevant subset of labels from an extremely large label set. XMTC has attracted much recent attention due to massive label sets yie…

ClusteringGeneral ClassificationGraph ClusteringGraph Neural Network+8