AISep 26, 2024

Showing Many Labels in Multi-label Classification Models: An Empirical Study of Adversarial Examples

arXiv:2409.17568v1h-index: 5
Originality Incremental advance
AI Analysis

This addresses security risks in multi-label classification systems, which is an incremental study adapting existing attacks to a specific domain.

The paper tackles the vulnerability of multi-label classification models to adversarial examples by introducing a novel 'Showing Many Labels' attack that aims to maximize the number of labels in predictions, finding that iterative attacks outperform one-step attacks and can show all labels in datasets.

With the rapid development of Deep Neural Networks (DNNs), they have been applied in numerous fields. However, research indicates that DNNs are susceptible to adversarial examples, and this is equally true in the multi-label domain. To further investigate multi-label adversarial examples, we introduce a novel type of attacks, termed "Showing Many Labels". The objective of this attack is to maximize the number of labels included in the classifier's prediction results. In our experiments, we select nine attack algorithms and evaluate their performance under "Showing Many Labels". Eight of the attack algorithms were adapted from the multi-class environment to the multi-label environment, while the remaining one was specifically designed for the multi-label environment. We choose ML-LIW and ML-GCN as target models and train them on four popular multi-label datasets: VOC2007, VOC2012, NUS-WIDE, and COCO. We record the success rate of each algorithm when it shows the expected number of labels in eight different scenarios. Experimental results indicate that under the "Showing Many Labels", iterative attacks perform significantly better than one-step attacks. Moreover, it is possible to show all labels in the dataset.

Code Implementations1 repo
Foundations

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

Your Notes