paper-with-me

Papers

Set-based Meta-Interpolation for Few-Task Meta-Learning

2022-05-20 · Seanie Lee, Bruno Andreis, Kenji Kawaguchi, Juho Lee, Sung Ju Hwang

Meta-learning approaches enable machine learning systems to adapt to new tasks given few examples by leveraging knowledge from related tasks. However, a large number of meta-training tasks are still required for generalization to unseen tasks during meta-testing, which introduces a critical bottleneck for real-world problems that come with only few tasks, due to various reasons including the difficulty and cost of constructing tasks. Recently, several task augmentation methods have been proposed to tackle this issue using domain-specific knowledge to design augmentation techniques to densify the meta-training task distribution. However, such reliance on domain-specific knowledge renders these methods inapplicable to other domains. While Manifold Mixup based task augmentation methods are domain-agnostic, we empirically find them ineffective on non-image domains. To tackle these limitations, we propose a novel domain-agnostic task augmentation method, Meta-Interpolation, which utilizes expressive neural set functions to densify the meta-training task distribution using bilevel optimization. We empirically validate the efficacy of Meta-Interpolation on eight datasets spanning across various domains such as image classification, molecule property prediction, text classification and speech recognition. Experimentally, we show that Meta-Interpolation consistently outperforms all the relevant baselines. Theoretically, we prove that task interpolation with the set function regularizes the meta-learner to improve generalization.

📄 PDF Abstract BibTeX arXiv:2205.09990

Code (0)

등록된 구현이 없습니다.

Tasks

Bilevel Optimizationimage-classificationImage ClassificationMeta-LearningProperty Predictionspeech-recognitionSpeech Recognitiontext-classificationText Classification

Methods 이 논문이 사용한 방법론

Manifold Mixup Manifold Mixup is a regularization method that encourages neural networks to predict less confidently on interpolations of hidden representations. It leverages semantic…
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Meta-Learning with Fewer Tasks through Task Interpolation

2021-06-04 · ICLR 2022 4 · Huaxiu Yao, Linjun Zhang, Chelsea Finn

Meta-learning enables algorithms to quickly learn a newly encountered task with just a few labeled examples by transferring previously learned knowledge. However, the bottleneck of current meta-learning algorithms is the…

image-classificationImage ClassificationMedical Image ClassificationMeta-Learning+2

Meta-Interpolation: Time-Arbitrary Frame Interpolation via Dual Meta-Learning

2022-07-27 · Shixing Yu, Yiyang Ma, Wenhan Yang, Wei Xiang 외

Existing video frame interpolation methods can only interpolate the frame at a given intermediate time-step, e.g. 1/2. In this paper, we aim to explore a more generalized kind of video frame interpolation, that at an arb…

Meta-LearningOptical Flow EstimationVideo Frame Interpolation

Unsupervised Meta-Learning through Latent-Space Interpolation in Generative Models

2020-06-18 · ICLR 2021 1 · Siavash Khodadadeh, Sharare Zehtabian, Saeed Vahidian, Weijia Wang 외

Unsupervised meta-learning approaches rely on synthetic meta-tasks that are created using techniques such as random selection, clustering and/or augmentation. Unfortunately, clustering and augmentation are domain-depende…

ClusteringMeta-LearningUnsupervised Few-Shot Image Classification

MetaMixUp: Learning Adaptive Interpolation Policy of MixUp with Meta-Learning

2019-08-27 · Zhijun Mai, Guosheng Hu, Dexiong Chen, Fumin Shen 외

MixUp is an effective data augmentation method to regularize deep neural networks via random linear interpolations between pairs of samples and their labels. It plays an important role in model regularization, semi-super…

Data AugmentationDomain AdaptationMeta-LearningPseudo Label

MetaMix: Improved Meta-Learning with Interpolation-based Consistency Regularization

2020-09-29 · Yangbin Chen, Yun Ma, Tom Ko, Jian-Ping Wang 외

Model-Agnostic Meta-Learning (MAML) and its variants are popular few-shot classification methods. They train an initializer across a variety of sampled learning tasks (also known as episodes) such that the initialized mo…

Few-Shot LearningMeta-LearningTransfer Learning