TL;DR
Robotic diffusion policies, which generate actions based on visual input, are vulnerable to real-time adversarial manipulation. The authors developed a technique called Test-time Adversarial Takeover (TAKO), allowing attackers to hijack a robot's actions by manipulating its visual input.
✦ Why It Matters
Engineers must recognize the vulnerabilities in robotic systems to develop more robust defenses against adversarial manipulation.
Key Takeaways
How It Works
TAKO operates by learning a set of universal visual patches that can be applied to the camera stream of a robot. These patches are designed to manipulate the robot's perception, allowing an attacker to steer its actions in real-time.
By switching between these patches during operation, the attacker can effectively control the robot's trajectory without needing to alter the robot's core policy.
Related