paper-with-me

Papers

Exemplar VAE: Linking Generative Models, Nearest Neighbor Retrieval, and Data Augmentation

2020-04-09 · NeurIPS 2020 12 · Sajad Norouzi, David J. Fleet, Mohammad Norouzi

We introduce Exemplar VAEs, a family of generative models that bridge the gap between parametric and non-parametric, exemplar based generative models. Exemplar VAE is a variant of VAE with a non-parametric prior in the latent space based on a Parzen window estimator. To sample from it, one first draws a random exemplar from a training set, then stochastically transforms that exemplar into a latent code and a new observation. We propose retrieval augmented training (RAT) as a way to speed up Exemplar VAE training by using approximate nearest neighbor search in the latent space to define a lower bound on log marginal likelihood. To enhance generalization, model parameters are learned using exemplar leave-one-out and subsampling. Experiments demonstrate the effectiveness of Exemplar VAEs on density estimation and representation learning. Importantly, generative data augmentation using Exemplar VAEs on permutation invariant MNIST and Fashion MNIST reduces classification error from 1.17% to 0.69% and from 8.56% to 8.16%.

📄 PDF Abstract BibTeX arXiv:2004.04795

Code (1)

sajadn/Exemplar-VAE 공식 구현 pytorch

Tasks

Data AugmentationDensity EstimationRepresentation LearningRetrievalVariational Inference

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
USD Coin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

MOLEMAN: Mention-Only Linking of Entities with a Mention Annotation Network

2021-06-02 · ACL 2021 5 · Nicholas FitzGerald, Jan A. Botha, Daniel Gillick, Daniel M. Bikel 외

We present an instance-based nearest neighbor approach to entity linking. In contrast to most prior entity retrieval systems which represent each entity with a single vector, we build a contextualized mention-encoder tha…

Entity LinkingEntity RetrievalRetrieval

Retrieval-based Controllable Molecule Generation

2022-08-23 · Zichao Wang, Weili Nie, Zhuoran Qiao, Chaowei Xiao 외

Generating new molecules with specified chemical and biological properties via generative models has emerged as a promising direction for drug discovery. However, existing methods require extensive training/fine-tuning w…

Drug DiscoveryRetrieval

Exemplar SVMs as Visual Feature Encoders

2015-06-01 · CVPR 2015 6 · Joaquin Zepeda, Patrick Perez

In this work, we investigate the use of exemplar SVMs (linear SVMs trained with one positive example only and a vast collection of negative examples) as encoders that turn generic image features into new, task-tailored f…

image-classificationImage ClassificationImage DescriptionImage Retrieval+1

Generalized Relative Neighborhood Graph (GRNG) for Similarity Search

2022-08-22 · Cole Foster, Berk Sevilmis, Benjamin Kimia

Similarity search is a fundamental building block for information retrieval on a variety of datasets. The notion of a neighbor is often based on binary considerations, such as the k nearest neighbors. However, considerin…

Information RetrievalRetrieval

Exemplar-Based Contrastive Self-Supervised Learning with Few-Shot Class Incremental Learning

2022-02-05 · Daniel T. Chang

Humans are capable of learning new concepts from only a few (labeled) exemplars, incrementally and continually. This happens within the context that we can differentiate among the exemplars, and between the exemplars and…

class-incremental learningClass Incremental LearningData AugmentationFew-Shot Class-Incremental Learning+3