paper-with-me

Papers

Balancing Average and Worst-case Accuracy in Multitask Learning

2021-10-12 · Paul Michel, Sebastian Ruder, Dani Yogatama

When training and evaluating machine learning models on a large number of tasks, it is important to not only look at average task accuracy -- which may be biased by easy or redundant tasks -- but also worst-case accuracy (i.e. the performance on the task with the lowest accuracy). In this work, we show how to use techniques from the distributionally robust optimization (DRO) literature to improve worst-case performance in multitask learning. We highlight several failure cases of DRO when applied off-the-shelf and present an improved method, Lookahead-DRO (L-DRO), which mitigates these issues. The core idea of L-DRO is to anticipate the interaction between tasks during training in order to choose a dynamic re-weighting of the various task losses, which will (i) lead to minimal worst-case loss and (ii) train on as many tasks as possible. After demonstrating the efficacy of L-DRO on a small controlled synthetic setting, we evaluate it on two realistic benchmarks: a multitask version of the CIFAR-100 image classification dataset and a large-scale multilingual language modeling experiment. Our empirical results show that L-DRO achieves a better trade-off between average and worst-case accuracy with little computational overhead compared to several strong baselines.

📄 PDF Abstract BibTeX arXiv:2110.05838

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Multitask Learning Can Improve Worst-Group Outcomes

2023-12-05 · Atharva Kulkarni, Lucio Dery, Amrith Setlur, aditi raghunathan 외

In order to create machine learning systems that serve a variety of users well, it is vital to not only achieve high average performance but also ensure equitable outcomes across diverse groups. However, most machine lea…

Fairness

Probabilistically Robust Learning: Balancing Average- and Worst-case Performance

2022-02-02 · Alexander Robey, Luiz F. O. Chamon, George J. Pappas, Hamed Hassani

Many of the successes of machine learning are based on minimizing an averaged loss function. However, it is well-known that this paradigm suffers from robustness issues that hinder its applicability in safety-critical do…

Covariate Balancing Methods for Randomized Controlled Trials Are Not Adversarially Robust

2021-10-25 · Hossein Babaei, Sina AlEMohammad, Richard Baraniuk

The first step towards investigating the effectiveness of a treatment via a randomized trial is to split the population into control and treatment groups then compare the average response of the treatment group receiving…

Adversarial Attack

Measuring Massive Multitask Chinese Understanding

2023-04-25 · Hui Zeng

The development of large-scale Chinese language models is flourishing, yet there is a lack of corresponding capability assessments. Therefore, we propose a test to measure the multitask accuracy of large Chinese language…

All

Worst Case Matters for Few-Shot Recognition

2022-03-13 · Minghao Fu, Yun-Hao Cao, Jianxin Wu

Few-shot recognition learns a recognition model with very few (e.g., 1 or 5) images per category, and current few-shot learning methods focus on improving the average accuracy over many episodes. We argue that in real-wo…

Few-Shot Image ClassificationFew-Shot Learning