PulseAugur
EN
LIVE 19:15:59

New black-box attack targets DeepSeek-OCR, revealing decoder failures

Researchers have developed a novel black-box adversarial attack targeting DeepSeek-OCR, a generative OCR vision-language model. This attack operates solely on the decoded string output, without access to model internals like gradients or logits. The method frames the attack as a zeroth-order optimization problem, using a random-direction finite-difference scheme to estimate gradients and an Adam optimizer with an ell_infinity projection for imperceptible image perturbations. Initial experiments on DeepSeek-OCR revealed significant qualitative decoder failures, including repetition, truncation, and prompt leakage, though targeted rewriting proved more challenging. AI

IMPACT This research highlights potential security vulnerabilities in advanced OCR systems, prompting further investigation into robust defenses.

RANK_REASON Academic paper detailing a new adversarial attack methodology. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New black-box attack targets DeepSeek-OCR, revealing decoder failures

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
Academic paper detailing a new adversarial attack methodology. [lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, safety
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
46 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Wenbo Sun, Hongzong LI, Yanyun Wang, Jiahao MA, Shuxin Zhuang, Rong Feng, Shiqin Tang, Zi Liang ·

    Adversarial Attacks on Deep OCR Systems

    arXiv:2608.07636v1 Announce Type: cross Abstract: Deep-OCR (DeepSeek-OCR) advances document recognition by treating the visual modality as an optical compression medium, enabling long-context OCR at low token cost. However, its increased complexity may introduce new security vuln…