paper-with-me

Papers

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

2017-11-07 · ICML 2018 7 · Zhao Chen, Vijay Badrinarayanan, Chen-Yu Lee, Andrew Rabinovich

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 $\alpha$. 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.

📄 PDF Abstract BibTeX arXiv:1711.02257

Code (4)

AvivNavon/AuxiLearn pytorch
VICO-UoE/KD4MTL pytorch
choltz95/MTGP-NN pytorch
hav4ik/Hydra pytorch

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Network scaling and scale-driven loss balancing for intelligent poroelastography

2024-10-27 · Yang Xu, Fatemeh Pourahmadian

A deep learning framework is developed for multiscale characterization of poroelastic media from full waveform data which is known as poroelastography. Special attention is paid to heterogeneous environments whose multip…

Multi-Objective Loss Balancing for Physics-Informed Deep Learning

2021-10-19 · Rafael Bischof, Michael Kraus

Physics-Informed Neural Networks (PINN) are algorithms from deep learning leveraging physical laws by including partial differential equations together with a respective set of boundary and initial conditions as penalty …

Deep LearningPhysics-informed machine learning

Adaptive Loss Balancing for Multi-Task Bioacoustic Classification of Bird Species and Call Types

2026-07-03 · Paria Vali Zadeh, Sven Tomforde arxiv

Reliable analysis of bird vocalisations in passive acoustic monitoring requires models handling multiple, imbalanced annotation targets. We extend BirdCallNet for joint species and call-type classification on the long-ta…

Coupling-Robust Accuracy in Multiphysics Physics Informed Neural Networks via Kronecker-Preconditioned Optimization

2026-05-22 · Youngjae Park, Jaemin Kim, Junghwa Hong arxiv

Physics-informed neural networks (PINNs) offer a mesh-free route to solving coupled multiphysics systems, but their accuracy degrades systematically as inter-equation coupling strengthens, and inverse-gradient-norm loss …

AdAdaGrad: Adaptive Batch Size Schemes for Adaptive Gradient Methods

2024-02-17 · Tim Tsz-Kit Lau, Han Liu, Mladen Kolar

The choice of batch sizes in minibatch stochastic gradient optimizers is critical in large-scale model training for both optimization and generalization performance. Although large-batch training is arguably the dominant…

image-classificationImage Classification