paper-with-me

홈 › Papers

A Nested Bi-level Optimization Framework for Robust Few Shot Learning

2020-11-13 · KrishnaTeja Killamsetty, Changbin Li, Chen Zhao, Rishabh Iyer, Feng Chen

Model-Agnostic Meta-Learning (MAML), a popular gradient-based meta-learning framework, assumes that the contribution of each task or instance to the meta-learner is equal. Hence, it fails to address the domain shift between base and novel classes in few-shot learning. In this work, we propose a novel robust meta-learning algorithm, NestedMAML, which learns to assign weights to training tasks or instances. We consider weights as hyper-parameters and iteratively optimize them using a small set of validation tasks set in a nested bi-level optimization approach (in contrast to the standard bi-level optimization in MAML). We then apply NestedMAML in the meta-training stage, which involves (1) several tasks sampled from a distribution different from the meta-test task distribution, or (2) some data samples with noisy labels. Extensive experiments on synthetic and real-world datasets demonstrate that NestedMAML efficiently mitigates the effects of "unwanted" tasks or instances, leading to significant improvement over the state-of-the-art robust meta-learning methods.

📄 PDF Abstract BibTeX arXiv:2011.06782

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot LearningMeta-Learning

Methods 이 논문이 사용한 방법론

MAML 설명 없음

Similar Papers 제목 키워드 기반

Federated Nested Learning: Collaborative Training of Self-Referential Memories for Test-Time Adaptation

2026-05-08 · Hong Chen, Pengcheng Wu, Yuanguo Lin, Peilin Zhao 외 arxiv

We rethink Federated Learning (FL) from a nested learning perspective, framing the core challenge as how to collaboratively learn optimization rules, not just static models, to tackle Non-IID client data. To address this…

Test-time AdaptationFederated Learning

Training Data Generating Networks: Shape Reconstruction via Bi-level Optimization

2020-10-16 · ICLR 2022 4 · Biao Zhang, Peter Wonka

We propose a novel 3d shape representation for 3d shape reconstruction from a single image. Rather than predicting a shape directly, we train a network to generate a training set which will be fed into another learning a…

3D Shape Reconstruction3D Shape RepresentationFew-Shot LearningGeneral Classification+1

Few-Shot Nested Named Entity Recognition

2022-12-02 · Hong Ming, Jiaoyun Yang, Lili Jiang, Yan Pan 외

While Named Entity Recognition (NER) is a widely studied task, making inferences of entities with only a few labeled data has been challenging, especially for entities with nested structures. Unlike flat entities, entiti…

Contrastive LearningFew-Shot Learningnamed-entity-recognitionNamed Entity Recognition+4

In-Context Learning for Few-Shot Nested Named Entity Recognition

2024-02-02 · Meishan Zhang, Bin Wang, Hao Fei, Min Zhang

In nested Named entity recognition (NER), entities are nested with each other, and thus requiring more data annotations to address. This leads to the development of few-shot nested NER, where the prevalence of pretrained…

Contrastive LearningIn-Context Learningnamed-entity-recognitionNamed Entity Recognition+6

Efficient Nonmyopic Bayesian Optimization via One-Shot Multi-Step Trees

2020-06-29 · NeurIPS 2020 12 · Shali Jiang, Daniel R. Jiang, Maximilian Balandat, Brian Karrer 외

Bayesian optimization is a sequential decision making framework for optimizing expensive-to-evaluate black-box functions. Computing a full lookahead policy amounts to solving a highly intractable stochastic dynamic progr…

Bayesian OptimizationDecision MakingSequential Decision Making