LGAIMLOct 23, 2021

SCHA-VAE: Hierarchical Context Aggregation for Few-Shot Generation

arXiv:2110.12279v311 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of generating data from novel distributions with limited examples for applications like character or object generation, representing an incremental improvement over current latent variable models.

The authors tackled few-shot generative modeling by proposing SCHA-VAE, a hierarchical latent variable model with attention-based aggregation, which better captures variability in small data regimes compared to existing methods.

A few-shot generative model should be able to generate data from a novel distribution by only observing a limited set of examples. In few-shot learning the model is trained on data from many sets from distributions sharing some underlying properties such as sets of characters from different alphabets or objects from different categories. We extend current latent variable models for sets to a fully hierarchical approach with an attention-based point to set-level aggregation and call our method SCHA-VAE for Set-Context-Hierarchical-Aggregation Variational Autoencoder. We explore likelihood-based model comparison, iterative data sampling, and adaptation-free out-of-distribution generalization. Our results show that the hierarchical formulation better captures the intrinsic variability within the sets in the small data regime. This work generalizes deep latent variable approaches to few-shot learning, taking a step toward large-scale few-shot generation with a formulation that readily works with current state-of-the-art deep generative models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes