Generative Adversarial Nets [8] were recently introduced as a novel way to train generative models. In this work we introduce the conditional version of generative adversarial nets, which can be constructed by simply feeding the data, y, we wish to condition on to both the generator and discriminator. We show that this…
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
ME-Net defends neural nets against adversarial attacks by reconstructing images.
Improves neural net generalization by modeling hidden state distribution.
This paper offers a mathematical introduction to GANs.
Generative model creates poisoning attacks against machine learning classifiers.
Triple-GAIL learns from multiple sources to improve imitation learning for complex behaviors.
Adversarial training leads to clean data generalization with significant robust overfitting gap.
Deep generative models can learn to generate realistic-looking images, but many of the most effective methods are adversarial and involve a saddlepoint optimization, which requires a careful balancing of training between a generator network and a critic network. Maximum mean discrepancy networks (MMD-nets) avoid this i…
We propose a general framework for increasing local stability of Artificial Neural Nets (ANNs) using Robust Optimization (RO). We achieve this through an alternating minimization-maximization procedure, in which the loss of the network is minimized over perturbed examples that are generated at each parameter update. We…
We propose a novel method for imputing missing data by adapting the well-known Generative Adversarial Nets (GAN) framework. Accordingly, we call our method Generative Adversarial Imputation Nets (GAIN). The generator (G) observes some components of a real data vector, imputes the missing components conditioned on what …
Recent studies have highlighted the vulnerability of deep neural networks (DNNs) to adversarial examples - a visually indistinguishable adversarial image can easily be crafted to cause a well-trained model to misclassify. Existing methods for crafting adversarial examples are based on and distortion me…
We show that training of generative adversarial network (GAN) may not have good generalization properties; e.g., training may appear successful but the trained distribution may be far from target distribution in standard metrics. However, generalization does occur for a weaker metric called neural net distance. It is a…
CGAN simulates time series data using categorical and continuous auxiliary info.
Our work proves convergence to low robust training loss for polynomial width ReLU networks.
Adversarially-trained models transfer better in limited data scenarios.
GANs have hidden assumptions causing practical issues.
Paper finds the best way to estimate neural net distance from samples.
Class labels have been empirically shown useful in improving the sample quality of generative adversarial nets (GANs). In this paper, we mathematically study the properties of the current variants of GANs that make use of class label information. With class aware gradient and cross-entropy decomposition, we reveal how …
Proposes KDA to protect deep nets from adversarial attacks.
Study MinMax methods for optimization problems, including optimal transport.
New method generates adversarial examples with conditional GAN.
Generative model for inferring graph from time series data.
We provide an approach for learning deep neural net representations of models described via conditional moment restrictions. Conditional moment restrictions are widely used, as they are the language by which social scientists describe the assumptions they make to enable causal inference. We formulate the problem of est…
Generative modeling over natural images is one of the most fundamental machine learning problems. However, few modern generative models, including Wasserstein Generative Adversarial Nets (WGANs), are studied on manifold-valued images that are frequently encountered in real-world applications. To fill the gap, this pape…
DAL uses disentanglement for automatic labeling in GAN-based active learning.
A machine learning approach optimizes data obfuscation for privacy.
Improved neural network robustness with instance-specific perturbation margins.
Generative adversarial networks (GANs) are successful deep generative models. GANs are based on a two-player minimax game. However, the objective function derived in the original motivation is changed to obtain stronger gradients when learning the generator. We propose a novel algorithm that repeats the density ratio e…
The Madry Lab recently hosted a competition designed to test the robustness of their adversarially trained MNIST model. Attacks were constrained to perturb each pixel of the input image by a scaled maximal distortion = 0.3. This discourages the use of attacks which are not optimized on the dis…
We present Optimal Transport GAN (OT-GAN), a variant of generative adversarial nets minimizing a new metric measuring the distance between the generator distribution and the data distribution. This metric, which we call mini-batch energy distance, combines optimal transport in primal form with an energy distance define…
Improved DNN robustness to adversarial attacks using data-dependent activation and total variation minimization.
Recently, a unified model for image-to-image translation tasks within adversarial learning framework has aroused widespread research interests in computer vision practitioners. Their reported empirical success however lacks solid theoretical interpretations for its inherent mechanism. In this paper, we reformulate thei…
HexaGAN tackles real-world classification issues with missing data, class imbalance, and missing labels.
New method uses GANs and proper scoring rules for robust scatter estimation.
Develops asymptotic theory for adversarial estimators.
Symbolic knowledge in neural models can inadvertently make them more vulnerable to adversarial attacks.
Paper improves robustness and sparsity in adversarially trained DNNs.
A new generative adversarial network is developed for joint distribution matching. Distinct from most existing approaches, that only learn conditional distributions, the proposed model aims to learn a joint distribution of multiple random variables (domains). This is achieved by learning to sample from conditional dist…
ZK-GanDef uses GANs to defend against adversarial examples without using them during training.
Generative Adversarial Network (GAN) and its variants exhibit state-of-the-art performance in the class of generative models. To capture higher-dimensional distributions, the common learning procedure requires high computational complexity and a large number of parameters. The problem of employing such massive framewor…
Generative data augmentation boosts learning performance in various tasks.
Study shows various pixel p-norm measures do not match human perception of adversarial attacks.
Developments in deep generative models have allowed for tractable learning of high-dimensional data distributions. While the employed learning procedures typically assume that training data is drawn i.i.d. from the distribution of interest, it may be desirable to model distinct distributions which are observed sequenti…
We propose in this paper a novel approach to tackle the problem of mode collapse encountered in generative adversarial network (GAN). Our idea is intuitive but proven to be very effective, especially in addressing some key limitations of GAN. In essence, it combines the Kullback-Leibler (KL) and reverse KL divergences …
Deterministic neural nets have been shown to learn effective predictors on a wide range of machine learning problems. However, as the standard approach is to train the network to minimize a prediction loss, the resultant model remains ignorant to its prediction confidence. Orthogonally to Bayesian neural nets that indi…
New SSIM measure improves adversarial attacks' perceptual quality.
New margin measure improves deep learning generalization and robustness.
RODE-Net learns ODEs from data with random parameters using neural networks and GANs.