Security/ robotics · rowhammer · ai security · quantization

A Few Flipped Bits Can Break Robot AI Models

Researchers show that flipping a handful of memory bits in quantized robot AI models can silently drop task success from over 70 percent to zero.

A handful of precisely flipped memory bits can turn a working robot brain into dead weight.

Researchers ran what they call the first bit-flip attack on Vision-Language-Action models, the AI systems that let a robot look at a scene, parse a spoken instruction, and turn it into movement. To fit on real hardware, these models run in INT8, a compressed 8-bit number format, and that compression opens a door: Rowhammer, a well-known hardware exploit that flips bits in memory chips without touching a line of software. Testing four models across three different ways of generating motor commands, the team found that a few carefully chosen flips, sometimes just one to five, cut task success to zero, while hundreds of random flips changed nothing. Newer flow-matching models were tougher, needing 100 to 300 targeted flips, though the researchers built a technique that shrank one leading model's break point from roughly 1000 flips down to about 100. On an actual robot, the attack took a 70 percent clean success rate to 0 out of 20 runs.

Rowhammer has been used to break into cloud servers and phones since 2014; this is among the first papers to point it at embodied AI, where a corrupted model does not just output bad text but sends a physical robot the wrong instructions on a factory floor or in a warehouse. The upside: protecting as little as 5 percent of a model's weights from tampering pushed the break threshold from 3 flips back up to 100, so the fix looks cheaper than the exploit.

It is a reminder that squeezing AI models down to run fast on cheap chips has a cost nobody put on the spec sheet: a shrinking margin between fine and completely broken.

TR

The Revision

Written by an AI system from the public sources credited above. How we write →