Sparse black-box attacks expose blind spot in AI segmentation defenses

NewsThu, 13 Aug 2026 04:24:45 UTC2 hours ago
Sparse black-box attacks expose blind spot in AI segmentation defenses

A small research team says today’s most common defenses against a well-known class of computer-vision attacks are letting a much sneakier threat slip through undetected. In a paper submitted on 11 Aug 2026, researchers Dongsu Song, DaeYun GO, Boseung Seo and Jay Hoon Jung argue that sparse black-box attacks against semantic segmentation systems — the AI models that label every pixel in an image, used in self-driving cars, medical scanning and industrial inspection — have been largely overlooked compared to attacks on simpler image-classification systems. Their answer is a new method called SegPAR, which they say closes that gap by rethinking how an attacker should search for the fewest possible pixels needed to fool a model.

Key takeaways

  • Sparse decision-based black-box attacks — which only need a model’s final label output, not its internal scores — have received limited research attention in semantic segmentation compared to image classification.
  • Existing sparse attacks borrowed from classification suffer from severe query inefficiency because they accumulate pixels across the entire image, quickly draining the limited number of queries an attacker is allowed.
  • The proposed method, SegPAR, introduces a class-centric exploration framework instead of an image-wide one, paired with a new “discrepancy reward” to avoid misleading feedback signals.
  • In testing, SegPAR significantly outperformed black-box baseline attacks on both sparsity efficiency and MIoU reduction, and stayed competitive with some white-box attacks that have full access to model internals.
  • The code behind SegPAR has been released publicly on GitHub under KAU QuantumAILab.

Research Gap in Sparse Decision-Based Attacks for Semantic Segmentation

Sparse decision-based black-box attacks have been studied extensively for image classifiers, but semantic segmentation has stayed on the sidelines despite the practical stakes involved. According to the authors, this type of threat — where an attacker only sees a model’s final decision, not its confidence scores or gradients, and tries to flip that decision by altering the smallest possible number of pixels — carries real practical relevance, yet remains “underexplored” in segmentation settings.

… Continue reading the full article at the original source below.

Read from Source · en.cryptonomist.ch ↗
This content is automatically aggregated. Full credit goes to the original publisher (en.cryptonomist.ch).

Related