Related Experiment Video
Updated: Sep 20, 2025

05:25
Setup and Execution Of the Blindfolded Code Training Exercise
Published on: March 29, 2019
9.5K
BlackboxBench: A Comprehensive Benchmark of Black-Box Adversarial Attacks
Summary
This study introduces BlackboxBench, a comprehensive benchmark for evaluating black-box adversarial attacks against deep neural networks (DNNs). It provides a unified codebase and extensive evaluations to analyze attack algorithm performance and guide future research.
Area of Science:
- Artificial Intelligence
- Machine Learning Security
- Deep Neural Networks
Background:
- Deep neural networks (DNNs) are vulnerable to adversarial examples, necessitating robust evaluation methods.
- Black-box adversarial attacks, where model details are unknown, are crucial for real-world security assessments.
- Existing research lacks comprehensive comparisons of black-box attack algorithms, hindering progress analysis.
Purpose of the Study:
- To establish a comprehensive benchmark, BlackboxBench, for evaluating black-box adversarial attacks.
- To provide a unified, extensible, and modular codebase for diverse attack algorithms.
- To conduct thorough evaluations and analyses of current black-box attack strategies.
Main Methods:
- Developed a unified codebase implementing 29 query-based and 30 transfer-based adversarial attack algorithms.
- Conducted extensive evaluations of these algorithms on mainstream DNN architectures using CIFAR-10 and ImageNet datasets.
- Performed comprehensive analysis of algorithm performance, success rates, and query efficiency.
Main Results:
- BlackboxBench facilitates the evaluation of 59 distinct adversarial attack algorithms.
- Over 14,950 evaluations were performed across different models and datasets, generating extensive performance data.
- The benchmark provides new insights into the advantages and disadvantages of various attack methodologies.
Conclusions:
- BlackboxBench serves as a critical resource for understanding and advancing black-box adversarial attack research.
- The benchmark enables systematic comparison and analysis, guiding the development of more robust DNN security.
- This work offers analytical tools and insights crucial for the future roadmap of adversarial machine learning.
Related Concept Videos
Wald-Wolfowitz Runs Test II
330
The Wald-Wolfowitz runs test, commonly referred to as the runs test, is a nonparametric test used to assess the randomness of ordered data. The test evaluates the number of runs, which are consecutive sequences of similar elements within the data. If the number of runs is significantly higher or lower than expected, the data is considered non-random, indicating a detectable pattern or structure.
For binary data, runs are identified using symbols such as + and −, or equivalently, 1s and...
For binary data, runs are identified using symbols such as + and −, or equivalently, 1s and...
330
Multiple Comparison Tests
4.0K
Multiple comparison test, abbreviated as MCT, is a post hoc analysis generally performed after comparing multiple samples with one or more tests. An MCT will help identify a significantly different sample among multiple samples or a factor among multiple factors.
It would be easy to compare two samples using a significance alpha level of 0.05. In other words, there is only one sample pair to be compared. However, it would be difficult to identify a significantly different sample if the number...
It would be easy to compare two samples using a significance alpha level of 0.05. In other words, there is only one sample pair to be compared. However, it would be difficult to identify a significantly different sample if the number...
4.0K
Wald-Wolfowitz Runs Test I
748
The Wald-Wolfowitz test, also known as the runs test, is a nonparametric statistical test used to assess the randomness of a sequence of two different types of elements (e.g., positive/negative values, successes/failures). It examines whether the order of the elements in a sequence is random or if there is a pattern or trend present. This nonparametric test applies to any ordered data despite the population and sample data distribution, even if a higher sample size is available.
The test works...
The test works...
748
Detection of Black Holes
2.3K
Although black holes were theoretically postulated in the 1920s, they remained outside the domain of observational astronomy until the 1970s.
Their closest cousins are neutron stars, which are composed almost entirely of neutrons packed against each other, making them extremely dense. A neutron star has the same mass as the Sun but its diameter is only a few kilometers. Therefore, the escape velocity from their surface is close to the speed of light.
Not until the 1960s, when the first neutron...
Their closest cousins are neutron stars, which are composed almost entirely of neutrons packed against each other, making them extremely dense. A neutron star has the same mass as the Sun but its diameter is only a few kilometers. Therefore, the escape velocity from their surface is close to the speed of light.
Not until the 1960s, when the first neutron...
2.3K
Norton's Theorem
807
Norton's theorem is a fundamental principle stating that a linear two-terminal circuit can be substituted with an equivalent circuit, which comprises a current source (ⅠN) in parallel with a resistor (RN). Here, ⅠN represents the short-circuit current flowing through the terminals, and RN stands for the input or equivalent resistance at the terminals when all independent sources are deactivated. This implies that the circuit illustrated in Figure (a) can be exchanged with the...
807
Types of Hypothesis Testing
26.8K
There are three types of hypothesis tests: right-tailed, left-tailed, and two-tailed.
When the null and alternative hypotheses are stated, it is observed that the null hypothesis is a neutral statement against which the alternative hypothesis is tested. The alternative hypothesis is a claim that instead has a certain direction. If the null hypothesis claims that p = 0.5, the alternative hypothesis would be an opposing statement to this and can be put either p > 0.5, p < 0.5, or p...
When the null and alternative hypotheses are stated, it is observed that the null hypothesis is a neutral statement against which the alternative hypothesis is tested. The alternative hypothesis is a claim that instead has a certain direction. If the null hypothesis claims that p = 0.5, the alternative hypothesis would be an opposing statement to this and can be put either p > 0.5, p < 0.5, or p...
26.8K
