# Accelerating Extreme Classification via Adaptive Feature Agglomeration

**Authors:** Ankit Jalan, Purushottam Kar

arXiv: 1905.11769 · 2019-05-29

## TL;DR

This paper introduces DEFRAG, an adaptive feature agglomeration method that significantly accelerates extreme classification tasks with millions of labels and features, especially in sparse datasets, while maintaining high accuracy.

## Contribution

DEFRAG is a scalable, provably effective feature agglomeration technique that reduces dimensionality by over an order of magnitude, improving speed and handling missing features in extreme classification.

## Key findings

- Reduces training and prediction times by up to 40%.
- Effective in sparse, high-dimensional datasets.
- Improves coverage on rare labels.

## Abstract

Extreme classification seeks to assign each data point, the most relevant labels from a universe of a million or more labels. This task is faced with the dual challenge of high precision and scalability, with millisecond level prediction times being a benchmark. We propose DEFRAG, an adaptive feature agglomeration technique to accelerate extreme classification algorithms. Despite past works on feature clustering and selection, DEFRAG distinguishes itself in being able to scale to millions of features, and is especially beneficial when feature sets are sparse, which is typical of recommendation and multi-label datasets. The method comes with provable performance guarantees and performs efficient task-driven agglomeration to reduce feature dimensionalities by an order of magnitude or more. Experiments show that DEFRAG can not only reduce training and prediction times of several leading extreme classification algorithms by as much as 40%, but also be used for feature reconstruction to address the problem of missing features, as well as offer superior coverage on rare labels.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.11769/full.md

## Figures

78 figures with captions in the complete paper: https://tomesphere.com/paper/1905.11769/full.md

## References

19 references — full list in the complete paper: https://tomesphere.com/paper/1905.11769/full.md

---
Source: https://tomesphere.com/paper/1905.11769