MCPcopy Create free account

hub / github.com/AvivNavon/nash-mtl / types & classes

Types & classes25 in github.com/AvivNavon/nash-mtl

↓ 3 callersClassWeightMethods
methods/weight_methods.py:793
↓ 2 callersClassConfMatrix
experiments/nyuv2/utils.py:5
↓ 2 callersClassNYUv2
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 callersClassToy
experiments/toy/problem.py:7
↓ 1 callersClassComplete
experiments/quantum_chemistry/utils.py:20
↓ 1 callersClassMinNormSolver
methods/min_norm_solvers.py:10
↓ 1 callersClassMyTransform
experiments/quantum_chemistry/utils.py:6
↓ 1 callersClassNet
experiments/quantum_chemistry/models.py:10
↓ 1 callersClassRandomScaleCrop
Credit to Jialong Wu from https://github.com/lorenmt/mtan/issues/34.
experiments/nyuv2/data.py:15
↓ 1 callersClassSegNet
experiments/nyuv2/models.py:469
↓ 1 callersClassSegNetMtan
experiments/nyuv2/models.py:287
↓ 1 callersClassSegNetSplit
experiments/nyuv2/models.py:313
↓ 1 callersClass_SegNet
SegNet MTAN
experiments/nyuv2/models.py:8
ClassCAGrad
methods/weight_methods.py:537
ClassDynamicWeightAverage
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
ClassIMTLG
TOWARDS IMPARTIAL MULTI-TASK LEARNING: https://openreview.net/pdf?id=IMPnRXEWpvr
methods/weight_methods.py:671
ClassLinearScalarization
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
ClassMGDA
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
ClassNashMTL
methods/weight_methods.py:99
ClassPCGrad
Modification of: https://github.com/WeiChengTseng/Pytorch-PCGrad/blob/master/pcgrad.py @misc{Pytorch-PCGrad, author = {Wei-Cheng Tseng},
methods/weight_methods.py:443
ClassRLW
Random loss weighting: https://arxiv.org/pdf/2111.10603.pdf
methods/weight_methods.py:657
ClassSTL
Single task learning
methods/weight_methods.py:402
ClassScaleInvariantLinearScalarization
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
ClassUncertainty
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
ClassWeightMethod
methods/weight_methods.py:15