Stable Distribution Alignment Using the Dual of the Adversarial Distance
@article{Usman2017StableDA, title={Stable Distribution Alignment Using the Dual of the Adversarial Distance}, author={Ben Usman and Kate Saenko and Brian Kulis}, journal={ArXiv}, year={2017}, volume={abs/1707.04046} }
Methods that align distributions by minimizing an adversarial distance between them have recently achieved impressive results. However, these approaches are difficult to optimize with gradient descent and they often do not converge well without careful hyperparameter tuning and proper initialization. We investigate whether turning the adversarial min-max problem into an optimization problem by replacing the maximization part with its dual improves the quality of the resulting alignment and…
3 Citations
Deep Adversarial Context-Aware Landmark Detection for Ultrasound Imaging
- Computer ScienceMICCAI
- 2018
This paper proposes a new deep learning based approach which is aimed at localizing several prostate landmarks efficiently and robustly and builds-in a mechanism to learn the contour of the prostate.
A Review of Domain Adaptation without Target Labels
- Computer ScienceIEEE Transactions on Pattern Analysis and Machine Intelligence
- 2021
Domain adaptation has become a prominent problem setting in machine learning and related fields. This review asks the question: How can a classifier learn from a source domain and generalize to a…
A Survey on Deep Domain Adaptation and Tiny Object Detection Challenges, Techniques and Datasets
- Computer ScienceArXiv
- 2021
This survey paper specially analyzed computer vision-based object detection challenges and solutions by different techniques and showed future directions with existing challenges of the field.
References
SHOWING 1-10 OF 39 REFERENCES
Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
- Computer Science
- 2018
The architecture introduced in this paper learns a mapping function G : X 7→ Y using an adversarial loss such thatG(X) cannot be distinguished from Y , whereX and Y are images belonging to two…
Coupled Generative Adversarial Networks
- Computer ScienceNIPS
- 2016
This work proposes coupled generative adversarial network (CoGAN), which can learn a joint distribution without any tuple of corresponding images, and applies it to several joint distribution learning tasks, and demonstrates its applications to domain adaptation and image transformation.
Image-to-Image Translation with Conditional Adversarial Networks
- Computer Science2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)
- 2017
Conditional adversarial networks are investigated as a general-purpose solution to image-to-image translation problems and it is demonstrated that this approach is effective at synthesizing photos from label maps, reconstructing objects from edge maps, and colorizing images, among other tasks.
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
- Computer Science2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)
- 2017
SRGAN, a generative adversarial network (GAN) for image super-resolution (SR), is presented, to its knowledge, the first framework capable of inferring photo-realistic natural images for 4x upscaling factors and a perceptual loss function which consists of an adversarial loss and a content loss.
Adversarial Discriminative Domain Adaptation
- Computer Science2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)
- 2017
It is shown that ADDA is more effective yet considerably simpler than competing domain-adversarial methods, and the promise of the approach is demonstrated by exceeding state-of-the-art unsupervised adaptation results on standard domain adaptation tasks as well as a difficult cross-modality object classification task.
Unsupervised Image-to-Image Translation with Generative Adversarial Networks
- Computer ScienceArXiv
- 2017
This work develops a two step (unsupervised) learning method to translate images between different domains by using unlabeled images without specifying any correspondence between them, so that to avoid the cost of acquiring labeled data.
Generative Moment Matching Networks
- Computer ScienceICML
- 2015
This work forms a method that generates an independent sample via a single feedforward pass through a multilayer perceptron, as in the recently proposed generative adversarial networks, using MMD to learn to generate codes that can then be decoded to produce samples.
Improved Techniques for Training GANs
- Computer ScienceNIPS
- 2016
This work focuses on two applications of GANs: semi-supervised learning, and the generation of images that humans find visually realistic, and presents ImageNet samples with unprecedented resolution and shows that the methods enable the model to learn recognizable features of ImageNet classes.
Unsupervised Pixel-Level Domain Adaptation with Generative Adversarial Networks
- Computer Science2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)
- 2017
This generative adversarial network (GAN)-based method adapts source-domain images to appear as if drawn from the target domain, and outperforms the state-of-the-art on a number of unsupervised domain adaptation scenarios by large margins.
Generative Adversarial Nets
- Computer ScienceNIPS
- 2014
We propose a new framework for estimating generative models via an adversarial process, in which we simultaneously train two models: a generative model G that captures the data distribution, and a…