NECVOct 27, 2017

Few-shot Autoregressive Density Estimation: Towards Learning to Learn Distributions

arXiv:1710.10304v498 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of rapid learning from limited data for computer vision tasks, though it is incremental as it builds on existing autoregressive models with attention and meta-learning.

The paper tackles the problem of enabling deep autoregressive models to perform density estimation with few examples, achieving state-of-the-art few-shot density estimation on the Omniglot dataset and demonstrating few-shot image generation on natural images.

Deep autoregressive models have shown state-of-the-art performance in density estimation for natural images on large-scale datasets such as ImageNet. However, such models require many thousands of gradient-based weight updates and unique image examples for training. Ideally, the models would rapidly learn visual concepts from only a handful of examples, similar to the manner in which humans learns across many vision tasks. In this paper, we show how 1) neural attention and 2) meta learning techniques can be used in combination with autoregressive models to enable effective few-shot density estimation. Our proposed modifications to PixelCNN result in state-of-the art few-shot density estimation on the Omniglot dataset. Furthermore, we visualize the learned attention policy and find that it learns intuitive algorithms for simple tasks such as image mirroring on ImageNet and handwriting on Omniglot without supervision. Finally, we extend the model to natural images and demonstrate few-shot image generation on the Stanford Online Products dataset.

Foundations

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

Your Notes