paper-with-me

홈 › Papers

Meta-learning with an Adaptive Task Scheduler

2021-10-26 · NeurIPS 2021 12 · Huaxiu Yao, Yu Wang, Ying WEI, Peilin Zhao, Mehrdad Mahdavi, Defu Lian, Chelsea Finn

To benefit the learning of a new task, meta-learning has been proposed to transfer a well-generalized meta-model learned from various meta-training tasks. Existing meta-learning algorithms randomly sample meta-training tasks with a uniform probability, under the assumption that tasks are of equal importance. However, it is likely that tasks are detrimental with noise or imbalanced given a limited number of meta-training tasks. To prevent the meta-model from being corrupted by such detrimental tasks or dominated by tasks in the majority, in this paper, we propose an adaptive task scheduler (ATS) for the meta-training process. In ATS, for the first time, we design a neural scheduler to decide which meta-training tasks to use next by predicting the probability being sampled for each candidate task, and train the scheduler to optimize the generalization capacity of the meta-model to unseen tasks. We identify two meta-model-related factors as the input of the neural scheduler, which characterize the difficulty of a candidate task to the meta-model. Theoretically, we show that a scheduler taking the two factors into account improves the meta-training loss and also the optimization landscape. Under the setting of meta-learning with noise and limited budgets, ATS improves the performance on both miniImageNet and a real-world drug discovery benchmark by up to 13% and 18%, respectively, compared to state-of-the-art task schedulers.

📄 PDF Abstract BibTeX arXiv:2110.14057

Code (2)

huaxiuyao/ATS 공식 구현 pytorch
MindSpore-paper-code-3/code6/tree/main/ats mindspore

Tasks

Drug DiscoveryMeta-Learning

Similar Papers 제목 키워드 기반

Advancing Open-Set Domain Generalization Using Evidential Bi-Level Hardest Domain Scheduler

2024-09-26 · Kunyu Peng, Di Wen, Kailun Yang, Ao Luo 외

In Open-Set Domain Generalization (OSDG), the model is exposed to both new variations of data appearance (domains) and open-set conditions, where both known and novel categories are present at test time. The challenges o…

Data AugmentationDomain GeneralizationMeta-Learning

MetaNet: Automated Dynamic Selection of Scheduling Policies in Cloud Environments

2022-05-21 · Shreshth Tuli, Giuliano Casale, Nicholas R. Jennings

Task scheduling is a well-studied problem in the context of optimizing the Quality of Service (QoS) of cloud computing environments. In order to sustain the rapid growth of computational demands, one of the most importan…

Cloud ComputingManagementScheduling

Meta-Learning with Neural Bandit Scheduler

2023-09-21 · NeurIPS 2023 11

Meta-learning has been proven an effective learning paradigm for training machine learning models with good generalization ability. Apart from the common practice of uniformly sampling the meta-training tasks, existing m…

Meta-DiffuB: A Contextualized Sequence-to-Sequence Text Diffusion Model with Meta-Exploration

2024-10-17 · Yun-Yen Chuang, Hung-Min Hsu, Kevin Lin, Chen-Sheng Gu 외

The diffusion model, a new generative modeling paradigm, has achieved significant success in generating images, audio, video, and text. It has been adapted for sequence-to-sequence text generation (Seq2Seq) through Diffu…

DenoisingSchedulingSentenceText Generation

EWSJF: An Adaptive Scheduler with Hybrid Partitioning for Mixed-Workload LLM Inference

2026-01-29 · Bronislav Sidik, Chaya Levi, Joseph Kampeas arxiv

Serving Large Language Models (LLMs) under mixed workloads--short, latency-sensitive interactive queries alongside long, throughput-oriented batch requests--poses a fundamental scheduling challenge. Standard First-Come, …