Statistical Adversaries: Natural Backdoor-like Features in Vision Datasets

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy · Depth: Expert, extended

Summary

Researchers introduce "statistical adversaries," naturally occurring statistical signals in vision datasets like ImageNet that act as backdoor-like triggers without malicious insertion. By analyzing ImageNet and applying statistical controls to remove random correlations, they found patterns strongly linked to specific labels. These signals predictably alter model predictions, increasing target-specific False Positive Rates (FPR) from 5.005% to 9.689% (a 1.94x lift) on a confirmation panel of 439,560 image evaluations. The effect, observed across CNNs (ResNet-50, ConvNeXt-Tiny) and transformers (ViT-B/16, Swin-T), is more targeted than generic corruptions and transfers across architectures, suggesting dataset structure, not just model idiosyncrasies, drives some vulnerabilities.

Key takeaway

For AI Security Engineers evaluating model robustness, recognize that ordinary, unpoisoned datasets like ImageNet contain inherent "statistical adversaries" that can induce targeted false positives. You should integrate dataset-level audits to identify spurious structures as latent attack surfaces, rather than solely focusing on model-specific adversarial attacks. Proactively testing models against source-statistical perturbations, especially FFT-Hellinger and bandpass-whitened directions, will reveal vulnerabilities that transfer across architectures.

Key insights

Naturally occurring dataset statistics can create backdoor-like vulnerabilities, predictably altering model predictions without malicious poisoning.

Principles

Method

Construct universal targeted perturbations from training-set statistics (class means, global means, diagonally whitened contrasts), apply spectral or channel operators (e.g., FFT-Hellinger, bandpass), and project to an π₋₍ budget (e.g., 8/255, 16/255).

In practice

Topics

Best for: Research Scientist, CTO, VP of Engineering/Data, AI Scientist, Machine Learning Engineer, AI Security Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.