Most adversarial-attack research assumes a hand on the input pixels a patch glued to a stop sign, a sticker on a face, a few flipped values in a tensor. This work reaches further upstream, into the physical act of capturing the image. Acoustic energy at the right frequency can mechanically excite a camera's lens assembly or sensor mount before a single pixel exists, producing blur and geometric distortion that an object detector reads as an entirely different scene. Earlier work relied on ultrasonic frequencies above 20kHz, which attenuate quickly and only function at close range. This study instead sweeps the audible low-frequency band 0 to 200Hz against a commodity webcam with no dedicated image-stabilization hardware, feeding live footage of COCO images into a YOLOv11 detector. Two resonant bands, roughly 20–30Hz and 155–180Hz, consistently degrade detection: objects get mislabeled, legitimate detections vanish, and the model hallucinates objects that were never there without touching the digital input or the model's weights at any point.
Image stabilization sensors exist to drive lens elements or imaging sensors against small, low-frequency disturbances from operator movement. Target the same hardware with vibration it was never designed to correct for, and the correction itself becomes the vulnerability.
Four stages, repeated across 100 COCO images and multiple frequency conditions: generate a known signal, couple it physically into the camera, capture live footage under perturbation, then post-process every frame through the detector.
Spatial noise and motion blur are enough to confuse YOLOv11's early convolutional layers the ones responsible for detecting edges and shapes and the resulting errors persist through the rest of the network.
Detection rate is defined as the proportion of detections with confidence ≥0.5. Two frequency bands consistently degrade both detection rate and model confidence across the full 100-image sweep.
The vulnerability sits at the physics-sensor interaction stage a layer beneath where almost all adversarial-ML defense research currently operates.
The study deliberately scopes itself to a single, minimal hardware case to isolate the effect cleanly which also marks out exactly where the next round of testing needs to go.
THE ATTACK
NEVER
TOUCHES
THE
PIXELS.