Unified framework for image classification and regression using cGAN-generated samples.
problem Lack of unified KD methods for both classification and regression tasks.
method cGAN-KD framework based on cGANs.
result Unified framework for both classification and regression tasks, compatible with other KD methods.
Improved cGANs using GOLD measure for better data distribution alignment.
problem Improving the quality and controllability of cGANs.
method Measuring the discrepancy between data and model distributions using GOLD.
result Proposed GOLD measure improves cGANs in training, inference, and data selection.
CGAN fails to improve deterministic sequence predictions, revealing a theoretical limitation.
problem Improving deterministic sequence predictions with CGAN.
method Developed an adversarial content loss approach.
result CGAN does not improve deterministic sequence predictions.
MD-CGAN models forecast time series with probabilistic posterior distributions.
problem Limited applications of GANs in time series forecasting, especially with probabilistic predictions.
method Mixture Density Conditional Generative Adversarial Model (MD-CGAN) using Gaussian mixture output.
result MD-CGAN outperforms benchmarks, especially in noisy time series.
DP-CGAN generates private synthetic data and labels.
problem Preserving privacy in synthetic data generation.
method Differentially private conditional GAN (DP-CGAN) with clipping and perturbation.
result DP-CGAN generates visually and empirically promising results on MNIST with low privacy cost.
S2cGAN uses fewer labels to train cGANs effectively.
problem Training conditional GANs requires expensive labelled data.
method Semi-supervised training with sparse labels and unsupervised data.
result S2cGAN learns conditional mapping with sparse labels and unconditional distribution with unsupervised data.
Generative Adversarial Net (GAN) has been proven to be a powerful machine learning tool in image data analysis and generation. In this paper, we propose to use Conditional Generative Adversarial Net (CGAN) to learn and simulate time series data. The conditions can be both categorical and continuous variables containing…
This paper uses CGANs to simulate and improve trading agent performance in limit order books.
problem Improving trading agent performance in limit order book environments.
method Investigates conditional generative models (CGANs) for order book simulation and adversarial attacks to enhance realism and robustness.
result CGANs can be improved to better simulate real market conditions and are more robust to adversarial attacks.
In recent years, impressive progress has been made in the design of implicit probabilistic models via Generative Adversarial Networks (GAN) and its extension, the Conditional GAN (CGAN). Excellent solutions have been demonstrated mostly in image processing applications which involve large, continuous output spaces. The…
Conditional Generative Adversarial Networks~(CGAN) are a recent and popular method for generating samples from a probability distribution conditioned on latent information. The latent information often comes in the form of a discrete label from a small set. We propose a novel method for training CGANs which allows us t…
Conditional generative adversarial networks (cGAN) have led to large improvements in the task of conditional image generation, which lies at the heart of computer vision. The major focus so far has been on performance improvement, while there has been little effort in making cGAN more robust to noise. The regression (o…
Conditional Generative Adversarial Networks (cGANs) are generative models that can produce data samples (x) conditioned on both latent variables (z) and known auxiliary information (c). We propose the Bidirectional cGAN (BiCoGAN), which effectively disentangles z and c in the generation process and provides a…
In this paper we propose a data augmentation method for time series with irregular sampling, Time-Conditional Generative Adversarial Network (T-CGAN). Our approach is based on Conditional Generative Adversarial Networks (CGAN), where the generative step is implemented by a deconvolutional NN and the discriminative step…
ACGAN improves portfolio allocation by learning trends and uncertainty.
problem Markowitz framework's overemphasis on market uncertainty.
method Autoencoding CGAN (ACGAN) that learns trends and uncertainty.
result ACGAN leads to better portfolio allocation and more accurate series.
HybridCGAN improves portfolio analysis by balancing trend prediction and market uncertainty.
problem Markowitz framework's overemphasis on market uncertainty and trend prediction.
method A hybrid approach combining deep generative models to balance trend prediction and market uncertainty.
result HybridCGAN leads to better portfolio allocation compared to existing methods.
DAT-CGAN improves time series generation for better decision support.
problem Generating accurate time series data for decision support.
method DAT-CGAN uses multi-Wasserstein loss and overlapped block-sampling for improved sample efficiency.
result DAT-CGAN outperforms GAN-based baselines in generating data relevant to decision processes.
Systematic trading strategies are algorithmic procedures that allocate assets aiming to optimize a certain performance criterion. To obtain an edge in a highly competitive environment, the analyst needs to proper fine-tune its strategy, or discover how to combine weak signals in novel alpha creating manners. Both aspec…
A method to improve image synthesis diversity using mutual information.
problem Mode collapse in conditional GANs for multimodal image synthesis.
method Explicitly estimate and maximize mutual information between latent code and output image.
result Prevents mode collapse and encourages synthesis of diverse images.
Improving speech system performance in noisy environments remains a challenging task, and speech enhancement (SE) is one of the effective techniques to solve the problem. Motivated by the promising results of generative adversarial networks (GANs) in a variety of image processing tasks, we explore the potential of cond…
CcGAN tackles conditional image generation for continuous labels.
problem Mathematical challenges in conditioning on continuous, scalar labels.
method Proposes novel empirical losses and label input methods for continuous conditional GANs.
result CcGAN generates diverse, high-quality images from continuous labels.
Study uses cGAN to translate multispectral to nighttime satellite imagery.
problem Limited understanding of nighttime satellite imagery composition.
method Adopted and modified pix2pix cGAN framework for multispectral-to-nighttime translation.
result Proves feasibility of multispectral-to-nighttime translation.
Conditional Generative Adversarial Networks (cGANs) are finding increasingly widespread use in many application domains. Despite outstanding progress, quantitative evaluation of such models often involves multiple distinct metrics to assess different desirable properties, such as image quality, conditional consistency,…
Generative Adversarial Networks (GANs) are a well-known technique that is trained on samples (e.g. pictures of fruits) and which after training is able to generate realistic new samples. Conditional GANs (CGANs) additionally provide label information for subclasses (e.g. apple, orange, pear) which enables the GAN to le…
Proposes a cGAN-based model for probabilistic predictions and uncertainty estimation.
problem Deterministic predictions in ANNs limit their use in fields requiring uncertainty.
method Reverses cGAN structure for probabilistic prediction, introduces entropy for uncertainty measurement.
result Superior estimation performance, especially on noisy data.
cGAN learns a distribution for causal inference without specifying P.
problem Enforcing strong ignorability in causal analyses of observational data.
method Generative adversarial network (GAN)-based model called the Counterfactual χ-GAN (cGAN). result Minimizes Pearson χ2 divergence, maximizing coverage and minimizing variance of ATE estimates. Batch Normalization (BN) is a common technique used to speed-up and stabilize training. On the other hand, the learnable parameters of BN are commonly used in conditional Generative Adversarial Networks (cGANs) for representing class-specific information using conditional Batch Normalization (cBN). In this paper we pro…
Adversarial Regression uses GANs for non-linear regression with uncertainty estimation.
problem Performing high-dimensional non-linear regression with uncertainty estimation.
method Conditional Generative Adversarial Network (CGAN) approach.
result CGANs provide an approximate predictive distribution for new observations.
We propose a simple yet highly effective method that addresses the mode-collapse problem in the Conditional Generative Adversarial Network (cGAN). Although conditional distributions are multi-modal (i.e., having many modes) in practice, most cGAN approaches tend to learn an overly simplified distribution where an input…
Paper tackles leveraging unlabeled data for PU classification and robust generation.
problem Scarcity of labeled data in machine learning problems.
method Introduces a novel training framework that simultaneously targets PU classification and conditional generation using extra unlabeled data.
result Proves the effectiveness of a Classifier-Noise-Invariant Conditional GAN (CNI-CGAN) that enhances PU classifier performance and leverages extra data.
This paper presents a new conditional GAN (named convex relaxing CGAN or crCGAN) to replicate the conventional constrained topology optimization algorithms in an extremely effective and efficient process. The proposed crCGAN consists of a generator and a discriminator, both of which are deep convolutional neural networ…
This work introduces an efficient method to sample high-quality images from conditional GANs.
problem Efficient subsampling of images from conditional GANs (cGANs) is challenging.
method Developed a novel conditional density ratio estimation method (cDRE-F-cSP) and rejection sampling scheme (cDR-RS).
result cDR-RS outperforms state-of-the-art methods in both effectiveness and efficiency.
A method to generate multi-label data from single positive annotations.
problem Generating multi-label datasets is costly and impractical.
method Single-to-multi-label (S2M) sampling using Markov chain Monte Carlo.
result S2M sampling enables high-quality multi-label data with minimal annotation cost.
Generative adversarial networks (GANs) are a framework that learns a generative distribution through adversarial training. Recently, their class-conditional extensions (e.g., conditional GAN (cGAN) and auxiliary classifier GAN (AC-GAN)) have attracted much attention owing to their ability to learn the disentangled repr…
MetalGAN synthesizes images across multiple domains without labels.
problem Synthesizing images across multiple domains using a single network.
method Combines cGAN for image generation and Meta-Learning for domain switch.
result MetalGAN successfully produces multi-domain images without hard-coded labels.
Paper proposes a new method for regression using optimal transport cost optimization.
problem Regression problem, especially with complex noise forms.
method Directly optimizes the optimal transport cost between true and estimated distributions.
result Achieves state-of-the-art results on various datasets.
Paper proposes a new method to simulate realistic markets from data.
problem Lack of accurate market simulators leading to misleading conclusions.
method Proposes a world agent model trained on historical data without agent calibration.
result Models consistently outperform previous methods in realism and responsiveness.
Generative Adversarial Networks simulate realistic market interactions.
problem Lack of agent-level historical data limits market simulation realism.
method Conditional Generative Adversarial Networks (CGANs) trained on real data.
result CGAN-based synthetic market generator outperforms previous methods in market responsiveness and realism.
Generative models improve digital twins for structures with uncertainties.
problem Uncertainty in structural modelling limits deterministic models.
method Two types of generative models: physics-based SFE and data-driven cGANs.
result Data-driven cGANs outperform physics-based models in nonlinear structures.
EvAn detects anomalies in event-based camera data with reduced complexity.
problem Anomaly detection in event-based camera data.
method Dual discriminator cGAN on event data with learned representation.
result Reduction in computational complexity compared to state-of-the-art methods.
This paper reviews and compares deep generative models for financial time series and VaR.
problem Forecasting risk factor distribution in financial markets.
method Apply multiple deep generative models (CGAN, CWGAN, Diffusion, Signature WGAN) and propose new methods for conditional time series generation.
result Top performing models are Historical Simulation, GARCH, and CWGAN.
Hyperbolic GANs improve image generation metrics.
problem Improving image generation quality in neural networks.
method Integrating hyperbolic layers into GAN architectures.
result Hyperbolic GANs achieve better metrics than Euclidean counterparts.
We propose a novel, projection based way to incorporate the conditional information into the discriminator of GANs that respects the role of the conditional information in the underlining probabilistic model. This approach is in contrast with most frameworks of conditional GANs used in application today, which use the …
Improves GANs by incorporating class information with a multi-hinge loss.
problem Improving GANs to better respect class information.
method Proposes a multi-class generalization of the Hinge loss for GANs.
result Improves Inception Scores and Frechet Inception Distance on Imagenet.
Ensemble of GANs improves performance on disconnected data.
problem Disconnected datasets in computer vision cannot be represented by continuous GANs.
method Construct an optimization problem to relate single GAN, ensemble of GANs, conditional GANs, and Gaussian Mixture GANs.
result Ensemble of GANs outperforms single GANs with fewer parameters.
Unified method for multi-defect microscopy image restoration with limited training data.
problem Challenges in applying deep learning methods due to limited training data for multi-defect microscopy images.
method Two-stage approach: data augmentation with GAN and conditional GAN training.
result Proposed method gives comparable or superior results to existing methods in image quality restoration.
A MARL system improves productivity on a metallurgical pickling line.
problem Improving productivity on a metallurgical pickling line.
method Combines mathematical modeling and Multi-Agent Reinforcement Learning (MARL).
result Significant improvement in automation systems.
Study converts echocardiography views using adversarial models.
problem Limited information sharing among echocardiography views.
method Adversarial generative models trained with LSGAN, PatchGAN, and cGAN.
result Generated views correlate with real views in LV area and length.
Proposes GM Score to evaluate GANs considering diversity, disentanglement, and discriminability.
problem Evaluation of GANs for sample quality and diversity.
method Integrates various factors including intra-class and inter-class diversity, disentanglement, and discriminability metrics.
result Demonstrates improved evaluation of GANs on MNIST dataset.