🍍 ExcessMTL
This release introduces ExcessMTL and ExcessMTLWeighting. Thanks a lot to @KhusPatel4450 for the contribution!
We're trying to grow the community and build even more features! To participate, you can join the Discord community!
Changelog
Added
- Added
ExcessMTLandExcessMTLWeightingfrom Robust Multi-Task Learning with Excess Risks (ICML 2024).ExcessMTLWeightingis a statefulWeightingthat maintains task weights across calls via an exponentiated gradient update driven by per-task excess risk estimates. The excess risk is approximated using an AdaGrad-style diagonal Hessian. An optionaln_warmup_stepsparameter controls how many forward calls collect gradient statistics before weight updates begin.