paper-with-me

Papers

An Empirical Study of Aegis

2024-04-24 · Daniel Saragih, Paridhi Goel, Tejas Balaji, Alyssa Li

Bit flipping attacks are one class of attacks on neural networks with numerous defense mechanisms invented to mitigate its potency. Due to the importance of ensuring the robustness of these defense mechanisms, we perform an empirical study on the Aegis framework. We evaluate the baseline mechanisms of Aegis on low-entropy data (MNIST), and we evaluate a pre-trained model with the mechanisms fine-tuned on MNIST. We also compare the use of data augmentation to the robustness training of Aegis, and how Aegis performs under other adversarial attacks, such as the generation of adversarial examples. We find that both the dynamic-exit strategy and robustness training of Aegis has some drawbacks. In particular, we see drops in accuracy when testing on perturbed data, and on adversarial examples, as compared to baselines. Moreover, we found that the dynamic exit-strategy loses its uniformity when tested on simpler datasets. The code for this project is available on GitHub.

📄 PDF Abstract BibTeX arXiv:2404.15784

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Asynchronous ε-Greedy Bayesian Optimisation

2020-10-15 · George De Ath, Richard M. Everson, Jonathan E. Fieldsend

Batch Bayesian optimisation (BO) is a successful technique for the optimisation of expensive black-box functions. Asynchronous BO can reduce wallclock time by starting a new evaluation as soon as another finishes, thus m…

Bayesian OptimisationThompson Sampling

AegisLLM: Scaling Agentic Systems for Self-Reflective Defense in LLM Security

2025-04-29 · Zikui Cai, Shayan Shabihi, Bang An, Zora Che 외

We introduce AegisLLM, a cooperative multi-agent defense against adversarial attacks and information leakage. In AegisLLM, a structured workflow of autonomous agents - orchestrator, deflector, responder, and evaluator - …

AEGIS-Net: Attention-guided Multi-Level Feature Aggregation for Indoor Place Recognition

2023-12-15 · Yuhang Ming, Jian Ma, Xingrui Yang, Weichen Dai 외

We present AEGIS-Net, a novel indoor place recognition model that takes in RGB point clouds and generates global place descriptors by aggregating lower-level color, geometry features and higher-level implicit semantic fe…

DecoderDeep LearningSemantic Segmentation

Aegis: A Trusted, Automatic and Accurate Verification Framework for Vertical Federated Learning

2021-08-16 · Cengguang Zhang, Junxue Zhang, Di Chai, Kai Chen

Vertical federated learning (VFL) leverages various privacy-preserving algorithms, e.g., homomorphic encryption or secret sharing based SecureBoost, to ensure data privacy. However, these algorithms all require a semi-ho…

Federated LearningPrivacy PreservingVertical Federated Learning

Towards Backdoor Attacks and Defense in Robust Machine Learning Models

2020-02-25 · Ezekiel Soremekun, Sakshi Udeshi, Sudipta Chattopadhyay

The introduction of robust optimisation has pushed the state-of-the-art in defending against adversarial attacks. Notably, the state-of-the-art projected gradient descent (PGD)-based training method has been shown to be …

BIG-bench Machine LearningClustering