CVNov 7, 2017

GradNorm: Gradient Normalization for Adaptive Loss Balancing in Deep Multitask Networks

arXiv:1711.02257v41862 citations
Originality Incremental advance
AI Analysis

This addresses the problem of efficient and effective multitask learning for AI practitioners, offering a method that reduces computational overhead from exhaustive hyperparameter searches, though it is incremental in the context of adaptive loss balancing techniques.

The paper tackles the challenge of training deep multitask networks by introducing GradNorm, a gradient normalization algorithm that dynamically balances gradient magnitudes across tasks, resulting in improved accuracy and reduced overfitting compared to single-task networks and other balancing methods.

Deep multitask networks, in which one neural network produces multiple predictive outputs, can offer better speed and performance than their single-task counterparts but are challenging to train properly. We present a gradient normalization (GradNorm) algorithm that automatically balances training in deep multitask models by dynamically tuning gradient magnitudes. We show that for various network architectures, for both regression and classification tasks, and on both synthetic and real datasets, GradNorm improves accuracy and reduces overfitting across multiple tasks when compared to single-task networks, static baselines, and other adaptive multitask loss balancing techniques. GradNorm also matches or surpasses the performance of exhaustive grid search methods, despite only involving a single asymmetry hyperparameter $α$. Thus, what was once a tedious search process that incurred exponentially more compute for each task added can now be accomplished within a few training runs, irrespective of the number of tasks. Ultimately, we will demonstrate that gradient manipulation affords us great control over the training dynamics of multitask networks and may be one of the keys to unlocking the potential of multitask learning.

Code Implementations4 repos
Foundations

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

Your Notes