-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single-Task Results on CelebA Dataset #2
Comments
Hi, here are the single-task results for the 40 tasks:
Please let me know if you have any further questions :) |
Thanks! That helps a lot! |
Sorry to bother you again. Which epoch do you choose to compute the final |
I used the best epoch. |
Thanks again! |
Hi, sorry to bother you. Could you provide the per-task results on CelebA of the other 11 baselines and your FAMO, as listed in Table 3 in your paper? I am trying a MTL method and want to compare the Mean Rank (MR). But the computation of MR involves the per-task results, so I am reaching out to request these data. Thanks for your understanding. |
Hi, sorry to bother you. I'm wondering if these results are single-task learning or FAMO. Because I rerun the FAMO code on celebA and got a very low delta compared with these numbers, which is around 0.15%. Thanks! |
Yes, they are the single-task learning results I got on my side. FAMO may get a better result on your side :) I am averaging over 3 seeds so maybe you are lucky this time? Can you run another baseline like CAGrad or NashMTL to confirm? |
Here is the link to all results, you can use |
Thanks a lot for the reply! I ran my evaluation again with the single-task learning results and (famo, 20000) from the results you shared, but still got a very low delta, around 1.75. Here is my evaluation function according to the equations in the paper.
I think I might make some wrong in the evaluation function. Could you share your evaluation function? I would much appreciate that. |
Thanks very much! Appreciate your help! |
Thanks for your time and I think I have solved the problem. There is a typo in the paper. The numbers in ''MR'' column and ''delta m'' column are swapped in CelebA table. The calculated number 1.75% is correct. |
Close the issue :) |
Hi, could you provide the single-task results on the 40-task CelebA dataset? I am running experiments of an MTL method and want to compare the$\Delta_m$ with FAMO and other baselines. Unlike Cityscapes, NYUv2, and QM9, the single-task results on CelebA seem not to be contained in the codes in this repo. Although I can run single-task experiments, the obtained results may be slightly different from the results in your paper. Then, the comparison of $\Delta_m$ may be unfair. I would greatly appreciate it if you could provide me with more details about the single-task results on CelebA. Thanks in advance!
The text was updated successfully, but these errors were encountered: