paper-with-me

Papers

Matching Adversarial Networks

2018-06-01 · CVPR 2018 6 · Gellért Máttyus, Raquel Urtasun

Generative Adversarial Nets (GANs) and Conditonal GANs (CGANs) show that using a trained network as loss function (discriminator) enables to synthesize highly structured outputs (e.g. natural images). However, applying a discriminator network as a universal loss function for common supervised tasks (e.g. semantic segmentation, line detection, depth estimation) is considerably less successful. We argue that the main difficulty of applying CGANs to supervised tasks is that the generator training consists of optimizing a loss function that does not depend directly on the ground truth labels. To overcome this, we propose to replace the discriminator with a matching network taking into account both the ground truth outputs as well as the generated examples. As a consequence, the generator loss function also depends on the targets of the training examples, thus facilitating learning. We demonstrate on three computer vision tasks that this approach can significantly outperform CGANs achieving comparable or superior results to task-specific solutions and results in stable training. Importantly, this is a general approach that does not require the use of task-specific loss functions.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Depth EstimationLine DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

Towards Practical Non-Adversarial Distribution Matching

2023-10-30 · Ziyu Gong, Ben Usman, Han Zhao, David I. Inouye

Distribution matching can be used to learn invariant representations with applications in fairness and robustness. Most prior works resort to adversarial matching methods but the resulting minimax problems are unstable a…

FairnessRepresentation Learning

ALICE: Towards Understanding Adversarial Learning for Joint Distribution Matching

2017-09-05 · NeurIPS 2017 12 · Chunyuan Li, Hao liu, Changyou Chen, Yunchen Pu 외

We investigate the non-identifiability issues associated with bidirectional adversarial training for joint distribution matching. Within a framework of conditional entropy, we propose both adversarial and non-adversarial…

Towards Adversarially Robust and Domain Generalizable Stereo Matching by Rethinking DNN Feature Backbones

2021-07-31 · Kelvin Cheng, Christopher Healey, Tianfu Wu

Stereo matching has recently witnessed remarkable progress using Deep Neural Networks (DNNs). But, how robust are they? Although it has been well-known that DNNs often suffer from adversarial vulnerability with a catastr…

Adversarial RobustnessStereo Matching

GAMnet: Robust Feature Matching via Graph Adversarial-Matching Network

2021-10-17 · MM 2021 10 · Bo Jiang, Pengfei Sun, Ziyan Zhang, Jin Tang 외

Recently, deep graph matching (GM) methods have gained increasing attention. These methods integrate graph nodes¡¯s embedding, node/edges¡¯s affinity learning and final correspondence solver together in an end-to-end man…

Graph Matching

Confidence-aware Adversarial Learning for Self-supervised Semantic Matching

2020-08-25 · Shuaiyi Huang, Qiuyue Wang, Xuming He

In this paper, we aim to address the challenging task of semantic matching where matching ambiguity is difficult to resolve even with learned deep features. We tackle this problem by taking into account the confidence in…

Self-Supervised LearningSemantic correspondence