Groups
Category
Multi-task loss balancing aims to automatically set each taskโs weight so that no single loss dominates training.
Huber loss behaves like mean squared error (quadratic) for small residuals and like mean absolute error (linear) for large residuals, making it both stable and robust.