Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AvivNavon/nash-mtl
/ types & classes
Types & classes
25 in github.com/AvivNavon/nash-mtl
⨍
Functions
112
◇
Types & classes
25
↓ 3 callers
Class
WeightMethods
methods/weight_methods.py:793
↓ 2 callers
Class
ConfMatrix
experiments/nyuv2/utils.py:5
↓ 2 callers
Class
NYUv2
We could further improve the performance with the data augmentation of NYUv2 defined in: [1] PAD-Net: Multi-Tasks Guided Prediction-and-D
experiments/nyuv2/data.py:56
↓ 2 callers
Class
Toy
experiments/toy/problem.py:7
↓ 1 callers
Class
Complete
experiments/quantum_chemistry/utils.py:20
↓ 1 callers
Class
MinNormSolver
methods/min_norm_solvers.py:10
↓ 1 callers
Class
MyTransform
experiments/quantum_chemistry/utils.py:6
↓ 1 callers
Class
Net
experiments/quantum_chemistry/models.py:10
↓ 1 callers
Class
RandomScaleCrop
Credit to Jialong Wu from https://github.com/lorenmt/mtan/issues/34.
experiments/nyuv2/data.py:15
↓ 1 callers
Class
SegNet
experiments/nyuv2/models.py:469
↓ 1 callers
Class
SegNetMtan
experiments/nyuv2/models.py:287
↓ 1 callers
Class
SegNetSplit
experiments/nyuv2/models.py:313
↓ 1 callers
Class
_SegNet
SegNet MTAN
experiments/nyuv2/models.py:8
Class
CAGrad
methods/weight_methods.py:537
Class
DynamicWeightAverage
Dynamic Weight Average from `End-to-End Multi-Task Learning with Attention`. Modification of: https://github.com/lorenmt/mtan/blob/master/im2im_pr
methods/weight_methods.py:744
Class
IMTLG
TOWARDS IMPARTIAL MULTI-TASK LEARNING: https://openreview.net/pdf?id=IMPnRXEWpvr
methods/weight_methods.py:671
Class
LinearScalarization
Linear scalarization baseline L = sum_j w_j * l_j where l_j is the loss for task j and w_h
methods/weight_methods.py:275
Class
MGDA
Based on the official implementation of: Multi-Task Learning as Multi-Objective Optimization Ozan Sener, Vladlen Koltun Neural Information Pro
methods/weight_methods.py:319
Class
NashMTL
methods/weight_methods.py:99
Class
PCGrad
Modification of: https://github.com/WeiChengTseng/Pytorch-PCGrad/blob/master/pcgrad.py @misc{Pytorch-PCGrad, author = {Wei-Cheng Tseng},
methods/weight_methods.py:443
Class
RLW
Random loss weighting: https://arxiv.org/pdf/2111.10603.pdf
methods/weight_methods.py:657
Class
STL
Single task learning
methods/weight_methods.py:402
Class
ScaleInvariantLinearScalarization
Linear scalarization baseline L = sum_j w_j * l_j where l_j is the loss for task j and w_h
methods/weight_methods.py:297
Class
Uncertainty
Implementation of `Multi-Task Learning Using Uncertainty to Weigh Losses for Scene Geometry and Semantics` Source: https://github.com/yaringal/mul
methods/weight_methods.py:418
Class
WeightMethod
methods/weight_methods.py:15