CRAICVLGJan 19, 2024

PuriDefense: Randomized Local Implicit Adversarial Purification for Defending Black-box Query-based Attacks

arXiv:2401.10586v25 citations
Originality Incremental advance
AI Analysis

This addresses security threats for Machine Learning as a Service systems, offering a more efficient defense compared to traditional methods, though it appears incremental in its approach.

The paper tackles the problem of defending against black-box query-based attacks on MLaaS systems by proposing PuriDefense, an efficient defense mechanism that uses random patch-wise purifications with lightweight models, resulting in significant improvements in robustness as validated on CIFAR-10 and ImageNet datasets.

Black-box query-based attacks constitute significant threats to Machine Learning as a Service (MLaaS) systems since they can generate adversarial examples without accessing the target model's architecture and parameters. Traditional defense mechanisms, such as adversarial training, gradient masking, and input transformations, either impose substantial computational costs or compromise the test accuracy of non-adversarial inputs. To address these challenges, we propose an efficient defense mechanism, PuriDefense, that employs random patch-wise purifications with an ensemble of lightweight purification models at a low level of inference cost. These models leverage the local implicit function and rebuild the natural image manifold. Our theoretical analysis suggests that this approach slows down the convergence of query-based attacks by incorporating randomness into purifications. Extensive experiments on CIFAR-10 and ImageNet validate the effectiveness of our proposed purifier-based defense mechanism, demonstrating significant improvements in robustness against query-based attacks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes