v0.14.0 #730
ValerianRey
announced in
Announcements
v0.14.0
#730
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🍉 UW, IMTL-L
This release introduces UW and IMTL-L, two very similar scalarization methods. Thanks a lot to @ppraneth for the contributions!
We also thank @KhusPatel4450 for becoming code owner of the
aggregationpackage and @ppraneth for becoming code owner of thescalarizationpackage. This should make the project slightly more decentralized.Changelog
Added
IMTL-L(the loss-balancing variant of Impartial Multi-Task Learning) from TowardsImpartial Multi-Task Learning (ICLR 2021), a stateful
Scalarizerthat learns a per-task scales_iand combines the values asΣ (exp(s_i) · L_i − s_i).UW(Uncertainty Weighting) from Multi-Task Learning Using Uncertainty to Weigh Lossesfor Scene Geometry and
Semantics,
a
Scalarizerthat combines the values using learned per-task uncertainties. It is the firststateful, trainable scalarizer: its log-variances are an
nn.Parameterthat must be passed tothe optimizer.
This discussion was created from the release v0.14.0.
Beta Was this translation helpful? Give feedback.
All reactions