Improving Model Training via Self-learned Label Representations
Xiao Yu, Nakul Verma

TL;DR
This paper introduces a novel algorithm called Learning with Adaptive Labels (LwAL) that learns sophisticated label representations during training, significantly reducing training time and improving accuracy while revealing semantic relationships.
Contribution
The paper proposes LwAL, a method that learns label representations during training, enhancing classification performance and efficiency over traditional one-hot labels.
Findings
LwAL reduces training time by over 50%.
Learned labels are semantically meaningful and reveal data hierarchies.
Improves test accuracy compared to one-hot encoding.
Abstract
Modern neural network architectures have shown remarkable success in several large-scale classification and prediction tasks. Part of the success of these architectures is their flexibility to transform the data from the raw input representations (e.g. pixels for vision tasks, or text for natural language processing tasks) to one-hot output encoding. While much of the work has focused on studying how the input gets transformed to the one-hot encoding, very little work has examined the effectiveness of these one-hot labels. In this work, we demonstrate that more sophisticated label representations are better for classification than the usual one-hot encoding. We propose Learning with Adaptive Labels (LwAL) algorithm, which simultaneously learns the label representation while training for the classification task. These learned labels can significantly cut down on the training time…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Music and Audio Processing
MethodsTest
