paper-with-me

Papers

Transductive Adversarial Networks (TAN)

2018-02-08 · Sean Rowan

Transductive Adversarial Networks (TAN) is a novel domain-adaptation machine learning framework that is designed for learning a conditional probability distribution on unlabelled input data in a target domain, while also only having access to: (1) easily obtained labelled data from a related source domain, which may have a different conditional probability distribution than the target domain, and (2) a marginalised prior distribution on the labels for the target domain. TAN leverages a fully adversarial training procedure and a unique generator/encoder architecture which approximates the transductive combination of the available source- and target-domain data. A benefit of TAN is that it allows the distance between the source- and target-domain label-vector marginal probability distributions to be greater than 0 (i.e. different tasks across the source and target domains) whereas other domain-adaptation algorithms require this distance to equal 0 (i.e. a single task across the source and target domains). TAN can, however, still handle the latter case and is a more generalised approach to this case. Another benefit of TAN is that due to being a fully adversarial algorithm, it has the potential to accurately approximate highly complex distributions. Theoretical analysis demonstrates the viability of the TAN framework.

📄 PDF Abstract BibTeX arXiv:1802.02798

Code (2)

sean-rowan/tan 공식 구현
seanrowan/tan

Tasks

Domain Adaptation

Similar Papers 제목 키워드 기반

Towards Adversarial Robustness via Transductive Learning

2021-06-15 · Jiefeng Chen, Yang Guo, Xi Wu, Tianqi Li 외

There has been emerging interest to use transductive learning for adversarial robustness (Goldwasser et al., NeurIPS 2020; Wu et al., ICML 2020). Compared to traditional "test-time" defenses, these defense mechanisms "dy…

Adversarial RobustnessBilevel OptimizationTransductive Learning

TransductGAN: a Transductive Adversarial Model for Novelty Detection

2022-03-29 · Najiba Toron, Janaina Mourao-Miranda, John Shawe-Taylor

Novelty detection, a widely studied problem in machine learning, is the problem of detecting a novel class of data that has not been previously observed. A common setting for novelty detection is inductive whereby only e…

Generative Adversarial NetworkmodelNovelty DetectionOut-of-Distribution Detection

Towards Evaluating the Robustness of Neural Networks Learned by Transduction

2021-10-27 · ICLR 2022 4 · Jiefeng Chen, Xi Wu, Yang Guo, YIngyu Liang 외

There has been emerging interest in using transductive learning for adversarial robustness (Goldwasser et al., NeurIPS 2020; Wu et al., ICML 2020; Wang et al., ArXiv 2021). Compared to traditional defenses, these defense…

Adversarial RobustnessBilevel OptimizationTransductive Learning

Transductive Robust Learning Guarantees

2021-10-20 · Omar Montasser, Steve Hanneke, Nathan Srebro

We study the problem of adversarially robust learning in the transductive setting. For classes $\mathcal{H}$ of bounded VC dimension, we propose a simple transductive learner that when presented with a set of labeled tra…

Transductive and Learning-Augmented Online Regression

2025-10-04 · Vinod Raman, Shenghao Xie, Samson Zhou arxiv

Motivated by the predictable nature of real-life in data streams, we study online regression when the learner has access to predictions about future examples. In the extreme case, called transductive online learning, the…