Rotated Robustness: A Training-Free Defense against Bit-Flip Attacks on Large Language Models
Deng Liu, Song Chen

TL;DR
Rotated Robustness (RoR) is a training-free method that enhances the reliability of large language models against bit-flip hardware faults by applying orthogonal rotations to the activation space, effectively breaking the alignment with vulnerable weights.
Contribution
We introduce RoR, a novel training-free defense using orthogonal Householder transformations to improve LLM robustness against hardware-induced bit-flip attacks.
Findings
RoR reduces collapse rate from 3.15% to 0.00% under random attacks.
RoR maintains near-original accuracy under severe targeted attacks.
RoR exponentially increases attack complexity from a few bits to over 17,000.
Abstract
Hardware faults, specifically bit-flips in quantized weights, pose a severe reliability threat to Large Language Models (LLMs), often triggering catastrophic model collapses. We demonstrate that this vulnerability fundamentally stems from the spatial alignment between sensitive weight bits and extreme activation outliers, which causes a single hardware fault to be massively amplified. To address this, we propose Rotated Robustness (RoR), a training-free defense utilizing orthogonal Householder transformations. By applying an orthogonal rotation to the activation space, RoR geometrically smooths extreme outliers across all feature dimensions. This mechanism effectively breaks the alignment between outliers and vulnerable weights, mathematically guaranteeing original model accuracy. Extensive empirical evaluations across Llama-2/3, OPT, and Qwen families demonstrate the superior…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Security and Verification in Computing · Physical Unclonable Functions (PUFs) and Hardware Security
