LGCVJan 30, 2024

SmartFRZ: An Efficient Training Framework using Attention-Based Layer Freezing

arXiv:2401.16720v130 citationsh-index: 38ICLR
Originality Incremental advance
AI Analysis

This addresses the time and energy costs of training for AI applications, offering a generic solution to improve efficiency, though it appears incremental as it builds on existing layer freezing techniques.

The paper tackles the problem of inefficient model training by proposing SmartFRZ, an attention-based layer freezing framework that automatically selects layers to freeze, reducing computation and achieving significant training acceleration while outperforming state-of-the-art methods.

There has been a proliferation of artificial intelligence applications, where model training is key to promising high-quality services for these applications. However, the model training process is both time-intensive and energy-intensive, inevitably affecting the user's demand for application efficiency. Layer freezing, an efficient model training technique, has been proposed to improve training efficiency. Although existing layer freezing methods demonstrate the great potential to reduce model training costs, they still remain shortcomings such as lacking generalizability and compromised accuracy. For instance, existing layer freezing methods either require the freeze configurations to be manually defined before training, which does not apply to different networks, or use heuristic freezing criteria that is hard to guarantee decent accuracy in different scenarios. Therefore, there lacks a generic and smart layer freezing method that can automatically perform ``in-situation'' layer freezing for different networks during training processes. To this end, we propose a generic and efficient training framework (SmartFRZ). The core proposed technique in SmartFRZ is attention-guided layer freezing, which can automatically select the appropriate layers to freeze without compromising accuracy. Experimental results show that SmartFRZ effectively reduces the amount of computation in training and achieves significant training acceleration, and outperforms the state-of-the-art layer freezing approaches.

Foundations

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

Your Notes