LGIROct 27, 2024

Prototypical Extreme Multi-label Classification with a Dynamic Margin Loss

arXiv:2410.20401v111 citationsh-index: 9NAACL
Originality Highly original
AI Analysis

This addresses the computational trade-off in large-scale classification for applications like text tagging, though it is incremental in improving existing deep learning approaches.

The paper tackles the problem of extreme multi-label classification by proposing PRIME, a method that uses prototypical contrastive learning to balance efficiency and performance, achieving state-of-the-art results across multiple benchmarks.

Extreme Multi-label Classification (XMC) methods predict relevant labels for a given query in an extremely large label space. Recent works in XMC address this problem using deep encoders that project text descriptions to an embedding space suitable for recovering the closest labels. However, learning deep models can be computationally expensive in large output spaces, resulting in a trade-off between high performing brute-force approaches and efficient solutions. In this paper, we propose PRIME, a XMC method that employs a novel prototypical contrastive learning technique to reconcile efficiency and performance surpassing brute-force approaches. We frame XMC as a data-to-prototype prediction task where label prototypes aggregate information from related queries. More precisely, we use a shallow transformer encoder that we coin as Label Prototype Network, which enriches label representations by aggregating text-based embeddings, label centroids and learnable free vectors. We jointly train a deep encoder and the Label Prototype Network using an adaptive triplet loss objective that better adapts to the high granularity and ambiguity of extreme label spaces. PRIME achieves state-of-the-art results in several public benchmarks of different sizes and domains, while keeping the model efficient.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes