paper-with-me

홈 › Papers

MTAdam: Automatic Balancing of Multiple Training Loss Terms

2020-06-25 · EMNLP 2021 11 · Itzik Malkiel, Lior Wolf

When training neural models, it is common to combine multiple loss terms. The balancing of these terms requires considerable human effort and is computationally demanding. Moreover, the optimal trade-off between the loss term can change as training progresses, especially for adversarial terms. In this work, we generalize the Adam optimization algorithm to handle multiple loss terms. The guiding principle is that for every layer, the gradient magnitude of the terms should be balanced. To this end, the Multi-Term Adam (MTAdam) computes the derivative of each loss term separately, infers the first and second moments per parameter and loss term, and calculates a first moment for the magnitude per layer of the gradients arising from each loss. This magnitude is used to continuously balance the gradients across all layers, in a manner that both varies from one layer to the next and dynamically changes over time. Our results show that training with the new method leads to fast recovery from suboptimal initial loss weighting and to training outcomes that match conventional training with the prescribed hyperparameters of each method.

📄 PDF Abstract BibTeX arXiv:2006.14683

Code (1)

ItzikMalkiel/MTAdam 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

Improvable Gap Balancing for Multi-Task Learning

2023-07-28 · Yanqi Dai, Nanyi Fei, Zhiwu Lu

In multi-task learning (MTL), gradient balancing has recently attracted more research interest than loss balancing since it often leads to better performance. However, loss balancing is much more efficient than gradient …

Deep Reinforcement LearningMulti-Task Learning

Multi-Loss Rebalancing Algorithm for Monocular Depth Estimation

2020-08-01 · ECCV 2020 8 · Jae-Han Lee, Chang-Su Kim

An algorithm to combine multiple loss terms adaptively for training a monocular depth estimator is proposed in this work. We construct a loss function space containing tens of losses. Using more losses can improve infere…

Depth EstimationMonocular Depth Estimation

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

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 gr…

Influence-Balanced Loss for Imbalanced Visual Classification

2021-10-06 · ICCV 2021 10 · Seulki Park, Jongin Lim, Younghan Jeon, Jin Young Choi

In this paper, we propose a balancing training method to address problems in imbalanced data learning. To this end, we derive a new loss used in the balancing training phase that alleviates the influence of samples that …

ClassificationLong-tail LearningMeta-Learning