paper-with-me

Papers

Generative Latent Implicit Conditional Optimization when Learning from Small Sample

2020-03-31 · Idan Azuri, Daphna Weinshall

We revisit the long-standing problem of learning from a small sample, to which end we propose a novel method called GLICO (Generative Latent Implicit Conditional Optimization). GLICO learns a mapping from the training examples to a latent space and a generator that generates images from vectors in the latent space. Unlike most recent works, which rely on access to large amounts of unlabeled data, GLICO does not require access to any additional data other than the small set of labeled points. In fact, GLICO learns to synthesize completely new samples for every class using as little as 5 or 10 examples per class, with as few as 10 such classes without imposing any prior. GLICO is then used to augment the small training set while training a classifier on the small sample. To this end, our proposed method samples the learned latent space using spherical interpolation, and generates new examples using the trained generator. Empirical results show that the new sampled set is diverse enough, leading to improvement in image classification in comparison with the state of the art, when trained on small samples obtained from CIFAR-10, CIFAR-100, and CUB-200.

📄 PDF Abstract BibTeX arXiv:2003.14297

Code (1)

IdanAzuri/glico-learning-small-sample 공식 구현 pytorch

Tasks

Conditional Image GenerationData Augmentationimage-classificationImage ClassificationSmall Data Image Classification

Methods 이 논문이 사용한 방법론

WideResNet 설명 없음
Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…

Similar Papers 제목 키워드 기반

Black-Box Optimization with Implicit Constraints for Public Policy

2023-10-27 · Wenqian Xing, Jungho Lee, Chong Liu, Shixiang Zhu

Black-box optimization (BBO) has become increasingly relevant for tackling complex decision-making problems, especially in public policy domains such as police redistricting. However, its broader application in public po…

Bayesian OptimizationDecision Making

Implicit Autoencoders

2018-05-24 · ICLR 2019 5 · Alireza Makhzani

In this paper, we describe the "implicit autoencoder" (IAE), a generative autoencoder in which both the generative path and the recognition path are parametrized by implicit distributions. We use two generative adversari…

ClusteringImage-to-Image TranslationTranslation

Stein Latent Optimization for Generative Adversarial Networks

2021-06-09 · ICLR 2022 4 · Uiwon Hwang, Heeseung Kim, Dahuin Jung, Hyemi Jang 외

Generative adversarial networks (GANs) with clustered latent spaces can perform conditional generation in a completely unsupervised manner. In the real world, the salient attributes of unlabeled data can be imbalanced. H…

Attribute

Latent Constraints: Learning to Generate Conditionally from Unconditional Generative Models

2017-11-15 · ICLR 2018 1 · Jesse Engel, Matthew Hoffman, Adam Roberts

Deep generative neural networks have proven effective at both conditional and unconditional modeling of complex data distributions. Conditional generation enables interactive control, but creating new controls often requ…

Attribute

Deep Generative Quantile-Copula Models for Probabilistic Forecasting

2019-07-24 · Ruofeng Wen, Kari Torkkola

We introduce a new category of multivariate conditional generative models and demonstrate its performance and versatility in probabilistic time series forecasting and simulation. Specifically, the output of quantile regr…

Probabilistic Time Series Forecastingquantile regressionregressionTime Series+2