CVLGJun 21, 2023

Task-Robust Pre-Training for Worst-Case Downstream Adaptation

arXiv:2306.12070v33 citationsh-index: 79
Originality Incremental advance
AI Analysis

This addresses the issue of non-uniform model behavior across tasks for practitioners in machine learning, though it is incremental as it builds on existing pre-training frameworks.

The paper tackles the problem of ensuring a pre-trained model performs well uniformly across related downstream tasks, known as downstream-task robustness, by proposing a minimax loss method that improves worst-case task performance on large-scale NLP and vision datasets.

Pre-training has achieved remarkable success when transferred to downstream tasks. In machine learning, we care about not only the good performance of a model but also its behavior under reasonable shifts of condition. The same philosophy holds when pre-training a foundation model. However, the foundation model may not uniformly behave well for a series of related downstream tasks. This happens, for example, when conducting mask recovery regression where the recovery ability or the training instances diverge like pattern features are extracted dominantly on pre-training, but semantic features are also required on a downstream task. This paper considers pre-training a model that guarantees a uniformly good performance over the downstream tasks. We call this goal as $\textit{downstream-task robustness}$. Our method first separates the upstream task into several representative ones and applies a simple minimax loss for pre-training. We then design an efficient algorithm to solve the minimax loss and prove its convergence in the convex setting. In the experiments, we show both on large-scale natural language processing and computer vision datasets our method increases the metrics on worse-case downstream tasks. Additionally, some theoretical explanations for why our loss is beneficial are provided. Specifically, we show fewer samples are inherently required for the most challenging downstream task in some cases.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes