NeFut Logo NeFut
Admin Login

[CS.AI] Random Logit Scaling: A New Defense Against Black-Box Score Attacks

Published at: 2026-07-18 22:00 Last updated: 2026-07-22 01:03
#algorithm #AI #Machine Learning

Abstract

Machine learning models are increasingly adopted 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 SOTA, 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.

Blogger's Review: The RLS method proposed in this study offers a novel approach to defending against adversarial attacks, particularly in black-box scenarios. By employing clever randomization techniques, RLS enhances model robustness and paves the way for future research directions.

Original Source: https://arxiv.org/abs/2607.14921

[h] Back to Home