paper-with-me

Papers

Fast Adaptive Meta-Learning for Few-Shot Image Generation

2021-05-05 · IEEE Transactions on Multimedia 2021 5 · Aniwat Phaphuangwittayakul, Yi Guo, Fangli Ying

Generative Adversarial Networks (GANs) are capable of effectively synthesising new realistic images and estimating the potential distribution of samples utilising adversarial learning. Nevertheless, conventional GANs require a large amount of training data samples to produce plausible results. Inspired by the capacity for humans to quickly learn new concepts from a small number of examples, several meta-learning approaches for the few-shot datasets are presented. However, most of meta-learning algorithms are designed to tackle few-shot classification and reinforcement learning tasks. Moreover, the existing meta-learning models for image generation are complex, thereby affecting the length of training time required. Fast Adaptive Meta-Learning (FAML) based on GAN and the encoder network is proposed in this study for few-shot image generation. This model demonstrates the capability to generate new realistic images from previously unseen target classes with only a small number of examples required. With 10 times faster convergence, FAML requires only one-fourth of the trainable parameters in comparison baseline models by training a simpler network with conditional feature vectors from the encoder, while increasing the number of generator iterations. The visualisation results are demonstrated in the paper. This model is able to improve few-shot image generation with the lowest FID score, highest IS, and comparable LPIPS to MNIST, Omniglot, VGG-Faces, and miniImageNet datasets. The source code is available on https://github.com/phaphuang/FAML.

📄 PDF Abstract BibTeX

Code (1)

phaphuang/FAML pytorch

Tasks

Image GenerationMeta-Learning

Similar Papers 제목 키워드 기반

MetaPortrait: Identity-Preserving Talking Head Generation with Fast Personalized Adaptation

2022-12-15 · CVPR 2023 1 · BoWen Zhang, Chenyang Qi, Pan Zhang, Bo Zhang 외

In this work, we propose an ID-preserving talking head generation framework, which advances previous methods in two aspects. First, as opposed to interpolating from sparse flow, we claim that dense landmarks are crucial …

Face SwappingMeta-LearningTalking Head Generation

Meta-AdaM: An Meta-Learned Adaptive Optimizer with Momentum for Few-Shot Learning

2023-09-21 · NeurIPS 2023 11

We introduce Meta-AdaM, a meta-learned adaptive optimizer with momentum, designed for few-shot learning tasks that pose significant challenges to deep learning models due to the limited number of labeled examples. Meta-l…

Meta-OLE: Meta-learned Orthogonal Low-Rank Embedding

2021-09-29 · Ze Wang, Yue Lu, Qiang Qiu

We introduce Meta-OLE, a new geometry-regularized method for fast adaptation to novel tasks in few-shot image classification. The proposed method learns to adapt for each few-shot classification task a feature space with…

ClassificationFew-Shot Image Classificationimage-classificationImage Classification+1

Layer-Wise Adaptive Updating for Few-Shot Image Classification

2020-07-16 · Yunxiao Qin, Wei-Guo Zhang, Zezheng Wang, Chenxu Zhao 외

Few-shot image classification (FSIC), which requires a model to recognize new categories via learning from few images of these categories, has attracted lots of attention. Recently, meta-learning based methods have been …

ClassificationFew-Shot Image ClassificationGeneral Classificationimage-classification+2

Meta R-CNN: Towards General Solver for Instance-Level Low-Shot Learning

2019-10-01 · ICCV 2019 10 · Xiaopeng Yan, Ziliang Chen, Anni Xu, Xiaoxi Wang 외

Resembling the rapid learning capability of human, low-shot learning empowers vision systems to understand new concepts by training with few samples. Leading approaches derived from meta-learning on images with a single …

Few-Shot Object DetectionMeta-LearningObjectobject-detection+2