Research
On-device research index

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.

169,341 papers · 148 categories

Trend · papers per month

208417625833 · Jun 202019922001200920182026
48 results for Discriminative Training

Rob-GAN combines generator, discriminator, and adversarial attack for improved robustness and quality.

problem Improving robustness and quality of GAN-generated images under adversarial attacks.
method Rob-GAN framework that jointly optimizes generator and discriminator in the presence of adversarial attacks.
result Rob-GAN improves convergence speed, image quality, and robustness of discriminators under strong adversarial attacks.

Pairwise discriminators stabilize adversarial training by ensuring the generator's alignment is preserved.

problem Stability issues in adversarial training when using sub-optimal discriminators.
method Introducing a family of objectives using pairwise discriminators, ensuring the generator's alignment is preserved.
result Only the generator needs to converge, and the alignment is preserved with any discriminator.

This paper tackles GAN instability by dualizing the discriminator.

problem GAN training instability due to the maximin formulation.
method Dualizing the discriminator to reformulate the saddle point objective into a maximization problem.
result The dualing GAN approach removes instability for linear discriminators and provides an alternative for nonlinear discriminators.

This paper proposes a curriculum learning method for GANs using multiple discriminators.

problem Training GANs with sufficient convergence conditions and avoiding mode collapse.
method A framework for training the generator against an ensemble of discriminator networks, formalized in the full-information adversarial bandit framework.
result Our approach improves samples quality and diversity over existing baselines by effectively learning a curriculum.

We present local discriminative Gaussian (LDG) dimensionality reduction, a supervised dimensionality reduction technique for classification. The LDG objective function is an approximation to the leave-one-out training error of a local quadratic discriminant analysis classifier, and thus acts locally to each training po…

2012-06-18abs ↗pdf ↗

Paper analyzes the tradeoff between a discriminator's ability to identify true distribution and its ability to generalize.

problem Discrimination-generalization tradeoff in GANs.
method Analyzes the linear span of discriminator sets and their relationship to generalization and discriminative ability.
result Discriminator sets with dense linear span are both discriminative and generalizable.

Proposes a sparse classifier for discriminative Gaussian Mixture Models.

problem Softmax-based discriminative models assume unimodality, leading to parameter redundancy.
method Sparse Bayesian learning for GMM-based discriminative model, reducing parameters and complexity.
result The SDGM outperforms existing softmax-based discriminative models.

The paper examines GANs' forgetting and mode collapse, showing how they relate and impact training.

problem Catastrophic forgetting and mode collapse in GANs during continual learning.
method Investigates the continual learning nature of GANs, analyzing discriminator's output landscapes and convergence.
result Catastrophic forgetting and mode collapse are interrelated and prevent GANs from converging.

The paper proposes using a discriminator for both domain adaptation and pseudo labeling confidence.

problem Improving generalization of classifiers trained on labeled source data to unlabeled target data.
method Multi-purposing the discriminator to learn domain-invariant feature representations and generate pseudo labels based on confidence.
result The approach enhances classifier performance by providing confidence measures for pseudo labels.

This work improves GAN training by optimizing multiple discriminator losses.

problem Training GANs with multiple discriminators using single-objective methods.
method Formulates multi-objective optimization of multiple discriminator losses.
result Hypervolume maximization outperforms previous methods in sample quality and computational cost.

FairUDT uses uplift decision trees to detect and mitigate discrimination in training data.

problem Bias in machine learning classifiers due to historical discrimination or underrepresentation of minority groups.
method Integrates uplift modeling with decision trees and introduces a modified leaf relabeling approach for fairness.
result Achieves an acceptable accuracy-discrimination tradeoff while maintaining interpretability.

Study local convergence of GDA for training GANs with kernel-based discriminators.

problem Analyzing the local dynamics of GDA for GANs with kernel-based discriminators.
method Linearization of a non-linear dynamical system, under an isolated points model assumption.
result Showed phase transitions indicating convergence, oscillation, or divergence of GDA.

Feature learning forms the cornerstone for tackling challenging learning problems in domains such as speech, computer vision and natural language processing. In this paper, we consider a novel class of matrix and tensor-valued features, which can be pre-trained using unlabeled samples. We present efficient algorithms f…

2014-12-19abs ↗pdf ↗

Improves GAN training by guiding the discriminator to have more diverse binary activation patterns.

problem Stability and convergence issues in GAN training.
method Binarized Representation Entropy (BRE) regularization to guide the discriminator's model capacity allocation.
result Improves GAN training stability and convergence speed, higher sample quality, and higher classification accuracy.

This work compares lattice-free and lattice-based training criteria for LVCSR.

problem Improving acoustic model performance in speech recognition.
method Direct comparison of lattice-free and lattice-based sequence discriminative training criteria using GPU.
result Lattice-free MMI performance is comparable to lattice-based criteria, while lattice-based sMBR remains superior.

Develops DDC to improve clustering with deep neural networks.

problem Low-level indiscriminative representations and lack of pattern relationships in traditional clustering methods.
method Introduces global and local constraints to a deep neural network for adaptive relationship estimation and high-level representation learning.
result DDC outperforms current methods on multiple datasets.

Improved GAN performance with incomplete data using factorised discriminators.

problem Limited availability of labelled data for GAN training.
method Factorising data distribution into sub-distributions and training sub-discriminators.
result Improved performance in image generation, segmentation, and audio separation tasks.

Develops Triangle GAN for semi-supervised cross-domain learning.

problem Semi-supervised cross-domain joint distribution matching with limited labeled data.
method Triangle GAN architecture with two generators and two discriminators trained adversarially.
result Generators learn conditional distributions between domains, discriminators define ternary function.

Improves GAN training stability and quality through a tempered learning process.

problem Training instability and low quality samples in GANs.
method Integrates a 'tempering' module that controls the real data distribution, balancing generator and discriminator.
result Improves quality, stability, and convergence speed across various GAN architectures.

Paper presents a novel feature learning method using Encoder-Decoder type Deep Neural Nets.

problem Learning discriminative features from high-dimensional complex data.
method Training Encoder/Decoder type Deep Neural Nets for feature learning.
result The approach can learn discriminative features that perform better in pattern classification with limited training samples.

Generative model improves latent space convexity through adversarial training on interpolations.

problem Improving latent space convexity in generative models.
method Adversarial training on latent space interpolations within an AE-GAN architecture.
result Convex latent distribution of generated images, preserving realistic resemblances.

This paper proposes an online knowledge distillation method that transfers feature map information in addition to class probabilities.

problem Previous online knowledge distillation methods only utilized class probabilities, missing feature map information.
method Adversarial training framework to transfer feature map information; multiple networks trained simultaneously with discriminators.
result Our method performs better than direct alignment methods and is more suitable for online distillation.