HASTE: Hardware-Aware Dynamic Sparse Training for Large Output Spaces

Machine LearningarXiv:2606.01117PDF

AIPR assessment

This is a hard, competitive, well-optimized problem area, not a niche benchmark. The paper's strengths compound: a simple structural idea, measurable runtime gains, and multiple ablations all point in the same direction, which increases confidence that the effect is real. The main weaknesses also compound less severely than in many system papers because the authors do provide code, benchmark across several large datasets, and isolate kernel behavior, but the absence of multi-run statistics and t

Abstract

Extreme multi-label classification (XMC) involves learning models over large output spaces with millions of labels, making the output layer a memory-compute bottleneck. While sparsity-based methods reduce arithmetic complexity, they often fail to yield proportional speedups due to irregular memory access, poor hardware utilization, or reliance on auxiliary architectural components in long-tailed regimes. We introduce group-shared fixed fan-in sparsity, a semi-structured output-layer design in which semantically related labels share a sparse input pattern while retaining independent weights. This grouping introduces a task-aligned inductive bias -- encouraging related labels to share feature subsets -- while reducing index memory overhead, increasing feature reuse across labels, and enabling efficient GPU execution via custom CUDA kernels that leverage modern accelerator primitives. As an alternative to auxiliary objectives, we exploit the long-tailed structure of XMC by decomposing the output layer into a small dense head over frequent labels and a group-shared sparse tail over the remainder, providing an informative gradient pathway while preserving the memory benefits of sparsity. Through kernel-level microbenchmarking, we show that group-shared fixed fan-in translates arithmetic reductions into practical wall-clock gains, achieving up to $4.4\times$ speedup in the forward pass and up to $25\times$ speedup in backward passes over standard fixed fan-in sparsity, while operating within a few percent of a FLOPs-matched dense bottleneck. Across large-scale XMC benchmarks, our approach matches or improves precision@k over prior sparse baselines, while narrowing the performance gap to dense.

Score Breakdown

Holistic Impression
75
Novelty
73
Rigor
78
Applicability
74
Clarity
73
Citation
82
Confidence: 85%

More from this week

More in Machine Learning