AIFeb 27, 2021

Siamese Labels Auxiliary Learning

arXiv:2103.00200v3
Originality Incremental advance
AI Analysis

This work addresses the need for efficient model training in deep learning, offering an incremental improvement over existing auxiliary methods like DML.

The paper tackles the problem of improving deep learning model performance without increasing test-time parameters by proposing Siamese Labels Auxiliary Learning (SiLa), an auxiliary training method that enhances generalization and is applicable to various network structures, achieving competitive results as demonstrated in comparisons with Deep Mutual Learning.

In deep learning, auxiliary training has been widely used to assist the training of models. During the training phase, using auxiliary modules to assist training can improve the performance of the model. During the testing phase, auxiliary modules can be removed, so the test parameters are not increased. In this paper, we propose a novel auxiliary training method, Siamese Labels Auxiliary Learning (SiLa). Unlike Deep Mutual Learning (DML), SiLa emphasizes auxiliary learning and can be easily combined with DML. In general, the main work of this paper include: (1) propose SiLa Learning, which improves the performance of common models without increasing test parameters; (2) compares SiLa with DML and proves that SiLa can improve the generalization of the model; (3) SiLa is applied to Dynamic Neural Networks, and proved that SiLa can be used for various types of network structures.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes