paper-with-me

Papers

Adversarial Robustness for Code

2020-02-11 · ICML 2020 1 · Pavol Bielik, Martin Vechev

Machine learning and deep learning in particular has been recently used to successfully address many tasks in the domain of code such as finding and fixing bugs, code completion, decompilation, type inference and many others. However, the issue of adversarial robustness of models for code has gone largely unnoticed. In this work, we explore this issue by: (i) instantiating adversarial attacks for code (a domain with discrete and highly structured inputs), (ii) showing that, similar to other domains, neural models for code are vulnerable to adversarial attacks, and (iii) combining existing and novel techniques to improve robustness while preserving high accuracy.

📄 PDF Abstract BibTeX arXiv:2002.04694

Code (1)

eth-sri/robust-code pytorch

Tasks

Adversarial RobustnessBIG-bench Machine LearningCode Completion

Similar Papers 제목 키워드 기반

Revisiting Role of Autoencoders in Adversarial Settings

2020-05-21 · Byeong Cheon Kim, Jung Uk Kim, Hakmin Lee, Yong Man Ro

To combat against adversarial attacks, autoencoder structure is widely used to perform denoising which is regarded as gradient masking. In this paper, we revisit the role of autoencoders in adversarial settings. Through …

Adversarial DefenseAdversarial RobustnessDenoising

Language-Driven Anchors for Zero-Shot Adversarial Robustness

2023-01-30 · CVPR 2024 1 · Xiao Li, Wei zhang, Yining Liu, Zhanhao Hu 외

Deep Neural Networks (DNNs) are known to be susceptible to adversarial attacks. Previous researches mainly focus on improving adversarial robustness in the fully supervised setting, leaving the challenging domain of zero…

Adversarial DefenseAdversarial RobustnessImage ClassificationZero-Shot Image Classification+1

On the Adversarial Robustness of Generative Autoencoders in the Latent Space

2023-07-05 · Mingfei Lu, Badong Chen

The generative autoencoders, such as the variational autoencoders or the adversarial autoencoders, have achieved great success in lots of real-world applications, including image generation, and signal communication. How…

Adversarial Robustnesscompressed sensingDecoderDisentanglement+1

CLIP is Strong Enough to Fight Back: Test-time Counterattacks towards Zero-shot Adversarial Robustness of CLIP

2025-03-05 · CVPR 2025 1 · Songlong Xing, Zhengyu Zhao, Nicu Sebe

Despite its prevalent use in image-text matching tasks in a zero-shot manner, CLIP has been shown to be highly vulnerable to adversarial perturbations added onto images. Recent studies propose to finetune the vision enco…

Adversarial RobustnessImage-text matchingText Matching

CLAWSAT: Towards Both Robust and Accurate Code Models

2022-11-21 · Jinghan Jia, Shashank Srikant, Tamara Mitrovska, Chuang Gan 외

We integrate contrastive learning (CL) with adversarial learning to co-optimize the robustness and accuracy of code models. Different from existing works, we show that code obfuscation, a standard code transformation ope…

Code GenerationCode SummarizationContrastive LearningSelf-Supervised Learning