SOTAVerified

Label Embedding Network: Learning Label Representation for Soft Training of Deep Networks

2017-10-28ICLR 2018Code Available0· sign in to hype

Xu Sun, Bingzhen Wei, Xuancheng Ren, Shuming Ma

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose a method, called Label Embedding Network, which can learn label representation (label embedding) during the training process of deep networks. With the proposed method, the label embedding is adaptively and automatically learned through back propagation. The original one-hot represented loss function is converted into a new loss function with soft distributions, such that the originally unrelated labels have continuous interactions with each other during the training process. As a result, the trained model can achieve substantially higher accuracy and with faster convergence speed. Experimental results based on competitive tasks demonstrate the effectiveness of the proposed method, and the learned label embedding is reasonable and interpretable. The proposed method achieves comparable or even better results than the state-of-the-art systems. The source code is available at https://github.com/lancopku/LabelEmb.

Reproductions