Fetching from the wire…
Public story · 2026-07-23 · high
It classifies every attention head once per clip into four roles, skips fine-tuning, and matches full-attention quality on VBench.
Why now: The paper's arXiv identifier, 2607.20125, places it in July 2026, with runnable code already posted alongside it for testing the resolution-scaling claim.
HeadCast cuts inference cost for autoregressive video diffusion by classifying every attention head once, at the point of maximum noise, before generation runs.
Attention math dominates inference cost in video diffusion, because the cache of past values keeps growing as a clip gets longer. Existing eviction heuristics fix that but cause flicker between frames. HeadCast avoids both, cutting inference 1.62x at 720p and 1.95x at 1080p, per the paper.
The classification happens once, sorting heads into four types: Sink, Dummy, Spatial, and Global. Each type then routes through its own cache pathway instead of one generic eviction rule.
Global heads get protected specifically, since they carry the long-range temporal consistency that keeps a video from stuttering. The Spatial pathway runs on a fixed-size grid, so savings grow as resolution climbs instead of staying flat.
VBench scores hold steady against full attention, so the speedup doesn't cost quality, at least by that benchmark.
Code is public at github.com/sjlgaga/HeadCast, so builders running autoregressive video diffusion can test the resolution-scaling claim themselves before committing inference budget to it.
The paper doesn't say how HeadCast performs above 1080p. It also doesn't say whether the four-way split transfers to video architectures outside the autoregressive diffusion family it was built for.
Each link below shares sources, entities, or timing with this story.
arXiv 2608.07468 co-trains a pretrained video expert with a lightweight action expert using joint flow matching and an isolated attention mask, so action prediction never depends on future frames. That lets the entire video branch be discarded post-training, leaving a self-con...
PRISMA 2020 review, six databases, 743 records screened, 85 retained from 2023–2025 (arXiv 2608.10530). Perception-layer work (prompt injection, jailbreaking, adversarial perturbation) is 66% of papers. Action-layer vulnerabilities (tool misuse, code injection, sandbox escape)...
arXiv 2607.23624 shows third-party LLM API routers — the OpenRouter-style layer between your agent and the upstream provider — sit on the trusted path and can silently rewrite responses, with nothing verifying alignment between provider output and the repo actions the agent th...
The paper uses gated linear attention for O(N)-dominated mixing with periodic gated-softmax anchors at 3:1, plus Block Attention Residuals raising effective rank about 12%. 5B and 14B models produce 720p on a single GPU: 13.06 seconds for a 720p 5-second clip fully optimized,...
arXiv 2608.13010 scores top-five retrieval candidates against ranks 6–20 of the same query to spot answer-anchor concentration, and separately compares documents to lexically distinct neighbors to catch coordinated density before any query arrives. Deployed jointly, attack suc...
Skill-α (arXiv 2608.01678) reframes skill generation as RL over sequential edits, decomposing skill construction into individually evaluable changes. The novel signal is a rollback reward that scores each modification by comparing downstream task execution using the original s...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.