paper-with-me

Papers

ME-Net: Towards Effective Adversarial Robustness with Matrix Estimation

2019-05-28 · Yuzhe Yang, Guo Zhang, Dina Katabi, Zhi Xu

Deep neural networks are vulnerable to adversarial attacks. The literature is rich with algorithms that can easily craft successful adversarial examples. In contrast, the performance of defense techniques still lags behind. This paper proposes ME-Net, a defense method that leverages matrix estimation (ME). In ME-Net, images are preprocessed using two steps: first pixels are randomly dropped from the image; then, the image is reconstructed using ME. We show that this process destroys the adversarial structure of the noise, while re-enforcing the global structure in the original image. Since humans typically rely on such global structures in classifying images, the process makes the network mode compatible with human perception. We conduct comprehensive experiments on prevailing benchmarks such as MNIST, CIFAR-10, SVHN, and Tiny-ImageNet. Comparing ME-Net with state-of-the-art defense mechanisms shows that ME-Net consistently outperforms prior techniques, improving robustness against both black-box and white-box attacks.

📄 PDF Abstract BibTeX arXiv:1905.11971

Code (1)

YyzHarry/ME-Net 공식 구현 pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Projection-based Adversarial Attack using Physics-in-the-Loop Optimization for Monocular Depth Estimation

2025-12-31 · Takeru Kusakabe, Yudai Hirose, Mashiho Mukaida, Satoshi Ono arxiv

Deep neural networks (DNNs) remain vulnerable to adversarial attacks that cause misclassification when specific perturbations are added to input images. This vulnerability also threatens the reliability of DNN-based mono…

Monocular Depth EstimationAdversarial Attack

Tractable and Near-Optimal Adversarial Algorithms for Robust Estimation in Contaminated Gaussian Models

2021-12-24 · Ziyue Wang, Zhiqiang Tan

Consider the problem of simultaneous estimation of location and variance matrix under Huber's contaminated Gaussian model. First, we study minimum $f$-divergence estimation at the population level, corresponding to a gen…

On the Adversarial Robustness of Camera-based 3D Object Detection

2023-01-25 · Shaoyuan Xie, Zichao Li, Zeyu Wang, Cihang Xie

In recent years, camera-based 3D object detection has gained widespread attention for its ability to achieve high performance with low computational cost. However, the robustness of these methods to adversarial attacks h…

3D Object DetectionAdversarial AttackAdversarial RobustnessAutonomous Driving+4

Towards unlocking the mystery of adversarial fragility of neural networks

2024-06-23 · Jingchao Gao, Raghu Mudumbai, Xiaodong Wu, Jirong Yi 외

In this paper, we study the adversarial robustness of deep neural networks for classification tasks. We look at the smallest magnitude of possible additive perturbations that can change the output of a classification alg…

Adversarial RobustnessClassificationFeature Compression

Estimating Principal Components under Adversarial Perturbations

2020-05-31 · Pranjal Awasthi, Xue Chen, Aravindan Vijayaraghavan

Robustness is a key requirement for widespread deployment of machine learning algorithms, and has received much attention in both statistics and computer science. We study a natural model of robustness for high-dimension…

BIG-bench Machine Learning