paper-with-me

Papers

DiSMEC - Distributed Sparse Machines for Extreme Multi-label Classification

2016-09-08 · Rohit Babbar, Bernhard Shoelkopf

Extreme multi-label classification refers to supervised multi-label learning involving hundreds of thousands or even millions of labels. Datasets in extreme classification exhibit fit to power-law distribution, i.e. a large fraction of labels have very few positive instances in the data distribution. Most state-of-the-art approaches for extreme multi-label classification attempt to capture correlation among labels by embedding the label matrix to a low-dimensional linear sub-space. However, in the presence of power-law distributed extremely large and diverse label spaces, structural assumptions such as low rank can be easily violated. In this work, we present DiSMEC, which is a large-scale distributed framework for learning one-versus-rest linear classifiers coupled with explicit capacity control to control model size. Unlike most state-of-the-art methods, DiSMEC does not make any low rank assumptions on the label matrix. Using double layer of parallelization, DiSMEC can learn classifiers for datasets consisting hundreds of thousands labels within few hours. The explicit capacity control mechanism filters out spurious parameters which keep the model compact in size, without losing prediction accuracy. We conduct extensive empirical evaluation on publicly available real-world datasets consisting upto 670,000 labels. We compare DiSMEC with recent state-of-the-art approaches, including - SLEEC which is a leading approach for learning sparse local embeddings, and FastXML which is a tree-based approach optimizing ranking based loss function. On some of the datasets, DiSMEC can significantly boost prediction accuracies - 10% better compared to SLECC and 15% better compared to FastXML, in absolute terms.

📄 PDF Abstract BibTeX arXiv:1609.02521

Code (2)

Refefer/fastxml
xmc-aalto/dismec

Tasks

ClassificationExtreme Multi-Label ClassificationGeneral ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti-Label Learning

Similar Papers 제목 키워드 기반

Py-DiSMech: A Scalable and Efficient Framework for Discrete Differential Geometry-Based Modeling and Control of Soft Robots

2025-12-10 · Radha Lahoti, Ryan Chaiyakul, M. Khalid Jawed arxiv

High-fidelity simulation has become essential to the design and control of soft robots, where large geometric deformations and complex contact interactions challenge conventional modeling tools. Recent advances in the fi…

Computational Efficiency

Distributed Sparse Linear Regression under Communication Constraints

2023-01-09 · Rodney Fonseca, Boaz Nadler

In multiple domains, statistical tasks are performed in distributed settings, with data split among several end machines that are connected to a fusion center. In various applications, the end machines have limited bandw…

regression

Communication-efficient Distributed Sparse Linear Discriminant Analysis

2016-10-15 · Lu Tian, Quanquan Gu

We propose a communication-efficient distributed estimation method for sparse linear discriminant analysis (LDA) in the high dimensional regime. Our method distributes the data of size $N$ into $m$ machines, and estimate…

Model Selection

Communication Lower Bounds for Statistical Estimation Problems via a Distributed Data Processing Inequality

2015-06-24 · Mark Braverman, Ankit Garg, Tengyu Ma, Huy L. Nguyen 외

We study the tradeoff between the statistical error and communication cost of distributed statistical estimation problems in high dimensions. In the distributed sparse Gaussian mean estimation problem, each of the $m$ ma…

Optimizing the Optimal Weighted Average: Efficient Distributed Sparse Classification

2024-06-03 · Fred Lu, Ryan R. Curtin, Edward Raff, Francis Ferraro 외

While distributed training is often viewed as a solution to optimizing linear models on increasingly large datasets, inter-machine communication costs of popular distributed approaches can dominate as data dimensionality…