paper-with-me

Papers

MetaDiff: Meta-Learning with Conditional Diffusion for Few-Shot Learning

2023-07-31 · Baoquan Zhang, Chuyao Luo, Demin Yu, Huiwei Lin, Xutao Li, Yunming Ye, BoWen Zhang

Equipping a deep model the abaility of few-shot learning, i.e., learning quickly from only few examples, is a core challenge for artificial intelligence. Gradient-based meta-learning approaches effectively address the challenge by learning how to learn novel tasks. Its key idea is learning a deep model in a bi-level optimization manner, where the outer-loop process learns a shared gradient descent algorithm (i.e., its hyperparameters), while the inner-loop process leverage it to optimize a task-specific model by using only few labeled data. Although these existing methods have shown superior performance, the outer-loop process requires calculating second-order derivatives along the inner optimization path, which imposes considerable memory burdens and the risk of vanishing gradients. Drawing inspiration from recent progress of diffusion models, we find that the inner-loop gradient descent process can be actually viewed as a reverse process (i.e., denoising) of diffusion where the target of denoising is model weights but the origin data. Based on this fact, in this paper, we propose to model the gradient descent optimizer as a diffusion model and then present a novel task-conditional diffusion-based meta-learning, called MetaDiff, that effectively models the optimization process of model weights from Gaussion noises to target weights in a denoising manner. Thanks to the training efficiency of diffusion models, our MetaDiff do not need to differentiate through the inner-loop path such that the memory burdens and the risk of vanishing gradients can be effectvely alleviated. Experiment results show that our MetaDiff outperforms the state-of-the-art gradient-based meta-learning family in few-shot learning tasks.

📄 PDF Abstract BibTeX arXiv:2307.16424

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingFew-Shot LearningMeta-Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

MetaDiffuser: Diffusion Model as Conditional Planner for Offline Meta-RL

2023-05-31 · Fei Ni, Jianye Hao, Yao Mu, Yifu Yuan 외

Recently, diffusion model shines as a promising backbone for the sequence modeling paradigm in offline reinforcement learning(RL). However, these works mostly lack the generalization ability across tasks with reward or d…

MuJoCoReinforcement Learning (RL)

Enhanced Diffusion Sampling: Efficient Rare Event Sampling and Free Energy Calculation with Diffusion Models

2026-02-18 · Yu Xie, Ludwig Winkler, Lixin Sun, Sarah Lewis 외 arxiv

The rare-event sampling problem has long been the central limiting factor in molecular dynamics (MD), especially in biomolecular simulation. Recently, diffusion models such as BioEmu have emerged as powerful equilibrium …

Meta-Learning via Classifier(-free) Diffusion Guidance

2022-10-17 · Elvis Nava, Seijin Kobayashi, Yifei Yin, Robert K. Katzschmann 외

We introduce meta-learning algorithms that perform zero-shot weight-space adaptation of neural network models to unseen tasks. Our methods repurpose the popular generative image synthesis techniques of natural language g…

Few-Shot LearningImage GenerationMeta-LearningVisual Question Answering (VQA)+1

MetaVoxel: Joint Diffusion Modeling of Imaging and Clinical Metadata

2025-12-10 · Yihao Liu, Chenyu Gao, Lianrui Zuo, Michael E. Kim 외 arxiv

Modern deep learning methods have achieved impressive results across tasks from disease classification, estimating continuous biomarkers, to generating realistic medical images. Most of these approaches are trained to mo…

Image GenerationAge Estimation

MAGIC: Near-Optimal Data Attribution for Deep Learning

2025-04-23 · Andrew Ilyas, Logan Engstrom

The goal of predictive data attribution is to estimate how adding or removing a given set of training datapoints will affect model predictions. In convex settings, this goal is straightforward (i.e., via the infinitesima…

Deep Learning