v0.13.0 #723
ValerianRey
announced in
Announcements
v0.13.0
#723
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.
-
🥝 MoDo, STCH, GeometricMean
This release introduces:
Changelog
Added
STCHfrom Smooth Tchebycheff Scalarization for Multi-ObjectiveOptimization, a
Scalarizerthat combines the inputtensor of values into a smooth approximation of their (weighted, shifted) maximum.
MoDoWeightingfrom Three-Way Trade-Off in Multi-Objective Learning: Optimization, Generalization and Conflict-Avoidance (JMLR 2024). It is a statefulWeightingthat maintains task weights across calls via a simplex-projected gradient step on a cross-batch matrixG = J_1 @ J_2.T, computed from two independent mini-batches usingautojac.jac.GeometricMean(also known as GLS) studied in MultiNet++: Multi-Stream FeatureAggregation and Geometric Loss Strategy for Multi-Task
Learning,
a
Scalarizerthat returns the geometric mean of the input tensor of values.This discussion was created from the release v0.13.0.
Beta Was this translation helpful? Give feedback.
All reactions