paper-with-me

Papers

Speeding-up One-vs-All Training for Extreme Classification via Smart Initialization

2021-09-27 · Erik Schultheis, Rohit Babbar

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 $\approx 3\times$ for training with squared hinge loss on a variety of XMC datasets. This comes in part from the reduced number of iterations that need to be performed due to starting closer to the solution, and in part from an implicit negative mining effect that allows to ignore easy negatives in the CG step. Because of the convex nature of the optimization problem, the speedup is achieved without any degradation in classification accuracy.

📄 PDF Abstract BibTeX arXiv:2109.13122

Code (0)

등록된 구현이 없습니다.

Tasks

AllExtreme Multi-Label ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

Scaling Smart: Accelerating Large Language Model Pre-training with Small Model Initialization

2024-09-19 · Mohammad Samragh, Iman Mirzadeh, Keivan Alizadeh Vahid, Fartash Faghri 외

The pre-training phase of language models often begins with randomly initialized parameters. With the current trends in scaling models, training their large number of parameters can be extremely slow and costly. In contr…

GPULanguage ModelingLanguage ModellingLarge Language Model+1

Using Connected Vehicle Trajectory Data to Evaluate the Effects of Speeding

2023-03-29 · Jorge Ugan, Mohamed Abdel-Aty, Zubayer Islam

Speeding has been and continues to be a major contributing factor to traffic fatalities. Various transportation agencies have proposed speed management strategies to reduce the amount of speeding on arterials. While ther…

Management

Extreme Classification for Answer Type Prediction in Question Answering

2023-04-24 · Vinay Setty

Semantic answer type prediction (SMART) is known to be a useful step towards effective question answering (QA) systems. The SMART task involves predicting the top-$k$ knowledge graph (KG) types for a given natural langua…

ClassificationClusteringExtreme Multi-Label ClassificationMulti-Label Classification+5

Extreme Memorization via Scale of Initialization

2020-08-31 · ICLR 2021 1 · Harsh Mehta, Ashok Cutkosky, Behnam Neyshabur

We construct an experimental setup in which changing the scale of initialization strongly impacts the implicit regularization induced by SGD, interpolating from good generalization performance to completely memorizing th…

image-classificationImage ClassificationMemorization

On the Neural Tangent Kernel of Deep Networks with Orthogonal Initialization

2020-04-13 · Wei Huang, Weitao Du, Richard Yi Da Xu

The prevailing thinking is that orthogonal weights are crucial to enforcing dynamical isometry and speeding up training. The increase in learning speed that results from orthogonal initialization in linear networks has b…