English

Maximal Brain Damage Without Data or Optimization: Disrupting Neural Networks via Sign-Bit Flips

Machine Learning 2026-04-17 v2 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

Deep Neural Networks (DNNs) can be catastrophically disrupted by flipping only a handful of parameter bits. We introduce Deep Neural Lesion (DNL), a data-free and optimizationfree method that locates critical parameters, and an enhanced single-pass variant, 1P-DNL, that refines this selection with one forward and backward pass on random inputs. We show that this vulnerability spans multiple domains, including image classification, object detection, instance segmentation, and reasoning large language models. In image classification, flipping just two sign bits in ResNet-50 on ImageNet reduces accuracy by 99.8%. In object detection and instance segmentation, one or two sign flips in the backbone collapse COCO detection and mask AP for Mask R-CNN and YOLOv8-seg models. In language modeling, two sign flips into different experts reduce Qwen3-30B-A3B-Thinking from 78% to 0% accuracy. We also show that selectively protecting a small fraction of vulnerable sign bits provides a practical defense against such attacks.

Keywords

Cite

@article{arxiv.2502.07408,
  title  = {Maximal Brain Damage Without Data or Optimization: Disrupting Neural Networks via Sign-Bit Flips},
  author = {Ido Galil and Moshe Kimhi and Ran El-Yaniv},
  journal= {arXiv preprint arXiv:2502.07408},
  year   = {2026}
}

Comments

10 pages, 5 figures. Accepted as a Featured Paper at Transactions on Machine Learning Research (TMLR)

R2 v1 2026-06-28T21:40:00.571Z