Speeding-up One-vs-All Training for Extreme Classification via Smart Initialization
Erik Schultheis, Rohit Babbar

TL;DR
This paper introduces a data-dependent initialization method for one-vs-all classifiers in extreme multi-label classification, significantly speeding up training without sacrificing accuracy by starting closer to the optimal solution.
Contribution
The paper proposes a simple, effective initialization strategy based on class means that accelerates training of linear OVA classifiers in XMC, leveraging problem structure for efficiency.
Findings
Achieves approximately 3x speedup in training time
Reduces number of optimization iterations needed
Maintains classification accuracy despite faster training
Abstract
In this paper we show that a simple, data dependent way of setting the initial vector can be used to substantially speed up the training of linear one-versus-all (OVA) classifiers in extreme multi-label classification (XMC). We discuss the problem of choosing the initial weights from the perspective of three goals. We want to start in a region of weight space a) with low loss value, b) that is favourable for second-order optimization, and c) where the conjugate-gradient (CG) calculations can be performed quickly. For margin losses, such an initialization is achieved by selecting the initial vector such that it separates the mean of all positive (relevant for a label) instances from the mean of all negatives -- two quantities that can be calculated quickly for the highly imbalanced binary problems occurring in XMC. We demonstrate a speedup of for training with squared…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Machine Learning and Data Classification · Machine Learning and ELM
