paper-with-me

Papers

Towards Evaluating the Robustness of Neural Networks Learned by Transduction

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

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 mechanisms "dynamically learn" the model based on test-time input; and theoretically, attacking these defenses reduces to solving a bilevel optimization problem, which poses difficulty in crafting adaptive attacks. In this paper, we examine these defense mechanisms from a principled threat analysis perspective. We formulate and analyze threat models for transductive-learning based defenses, and point out important subtleties. We propose the principle of attacking model space for solving bilevel attack objectives, and present Greedy Model Space Attack (GMSA), an attack framework that can serve as a new baseline for evaluating transductive-learning based defenses. Through systematic evaluation, we show that GMSA, even with weak instantiations, can break previous transductive-learning based defenses, which were resilient to previous attacks, such as AutoAttack. On the positive side, we report a somewhat surprising empirical result of "transductive adversarial training": Adversarially retraining the model using fresh randomness at the test time gives a significant increase in robustness against attacks we consider.

📄 PDF Abstract BibTeX arXiv:2110.14735

Code (1)

jfc43/eval-transductive-robustness 공식 구현 pytorch

Tasks

Adversarial RobustnessBilevel OptimizationTransductive Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Sparse Graph-based Transduction for Image Classification

2014-08-26 · Sheng Huang, Dan Yang, Jia Zhou, Luwen Huangfu 외

Motivated by the remarkable successes of Graph-based Transduction (GT) and Sparse Representation (SR), we present a novel Classifier named Sparse Graph-based Classifier (SGC) for image classification. In SGC, SR is lever…

ClassificationGeneral Classificationimage-classificationImage Classification

Compositional Transduction with Latent Analogies for Offline Goal-Conditioned Reinforcement Learning

2026-05-20 · Junseok Kim, Dohyeong Kim, Mineui Hong, Songhwai Oh arxiv

Compositional generalization is essential for reaching unseen goals under novel contextual variations in offline goal-conditioned reinforcement learning (GCRL), where a generalist goal-reaching agent must be learned from…

Reinforcement Learning

Two Heads are Better than One: Towards Better Adversarial Robustness by Combining Transduction and Rejection

2023-05-27 · Nils Palumbo, Yang Guo, Xi Wu, Jiefeng Chen 외

Both transduction and rejection have emerged as important techniques for defending against adversarial perturbations. A recent work by Tram\`er showed that, in the rejection-only case (no transduction), a strong rejectio…

Adversarial Robustness

Compression, Transduction, and Creation: A Unified Framework for Evaluating Natural Language Generation

2021-06-20 · Anonymous

Natural language generation (NLG) spans a broad range of tasks, each of which serves for specific objectives and desires different properties of generated text. The complexity makes automatic evaluation of NLG particular…

Style TransferText GenerationText Summarization

Attending to Mathematical Language with Transformers

2018-12-05 · Artit Wangperawong

Mathematical expressions were generated, evaluated and used to train neural network models based on the transformer architecture. The expressions and their targets were analyzed as a character-level sequence transduction…

Decoder