Search papers, labs, and topics across Lattice.
This paper introduces Random Logit Scaling (RLS), a novel defense mechanism designed to protect deep neural networks from black-box score-based adversarial attacks by randomizing output logits. RLS operates as a plug-and-play post-processing technique that can be easily integrated into existing machine learning models, effectively reducing the success rates of state-of-the-art adversarial attacks while maintaining model accuracy. Additionally, the authors present an adaptive attack against a leading non-randomized defense, highlighting its vulnerabilities and the necessity for robust defenses in adversarial settings.
Random Logit Scaling can drastically reduce adversarial attack success rates while preserving model accuracy, challenging the effectiveness of current black-box defenses.
Machine learning models are increasingly adapted in various domains. However, adversarial examples pose a significant threat to the reliable deployment of these models. In recent years, some powerful adversarial example attacks have been proposed for the fast and query-efficient generation of adversarial examples, even in black-box scenarios, highlighting the need for scalable, low-cost, and powerful defenses. In this work, we present two contributions to the domain of black-box adversarial example attacks and defenses. First, we propose Random Logit Scaling (RLS), a randomization-based defense against black-box score-based adversarial example attacks. RLS is a plug-and-play, post-processing defense that can be implemented on top of any existing ML model with minimal effort. The idea behind RLS is to confuse an attacker by outputting falsified scores resulting from randomly scaled logits while maintaining the model accuracy. We show that RLS significantly reduces the success rate of state-of-the-art black-box score-based attacks while preserving the accuracy and minimizing confidence score distortion compared to state-of-the-art randomization-based defenses. Second, we introduce a novel adaptive attack against AAA, a SOTA non-randomized black-box defense against black-box score-based attacks that also modifies output logits to confuse attackers, demonstrating its vulnerability against adaptive attacks.