paper-with-me

Papers

GoldenTransformer: A Modular Fault Injection Framework for Transformer Robustness Research

2025-09-13 · Luke Howard arxiv

Transformers have become the foundation for a wide range of state--of--the--art models across natural language processing, computer vision, and other machine learning domains. Despite their widespread deployment, the robustness of these models under fault conditions remains underexplored. We present GoldenTransformer, a modular and extensible fault injection framework designed to evaluate the resiliency of Large Language Models to induced hardware faults. GoldenTransformer offers a unified Python-based platform for injecting diverse classes of faults--such as weight corruption, activation injections, and attention--level disruptions--into pretrained transformer--based models. Inspired by the GoldenEye simulator for DNNs, our framework focuses on the unique challenges of working with large transformer architectures, including considerations such as structural complexity, latent dependencies, and nonuniform layer definitions. GoldenTransformer is built atop PyTorch and HuggingFace Transformers, and it supports experiment reproducibility, metric logging, and visualization out of the box. We detail the technical design and use of GoldenTransformer and demonstrate through several example experiments on classification and generation tasks. By enabling controlled injection of faults at multiple logical and structural points in a transformer, GoldenTransformer offers researchers and practitioners a valuable tool for model robustness analysis and for guiding dependable system design in real-world LLM applications.

📄 PDF Abstract BibTeX arXiv:2509.10790

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TreeFI: Value-Aware Statistical Fault Injection for Deep Neural Networks

2026-09-04 · Noam Bires, Marcello Traiola, Angeliki Kritikakou, Elisa Fromont arxiv

Reliability evaluation of deep neural networks under hardware faults commonly relies on fault injection, but exhaustive campaigns are intractable for modern models and datasets. Statistical fault injection reduces this c…

A non-invasive fault location method for modular multilevel converters under light load conditions

2022-08-16 · Yaqian Zhang, Yi Zhang, Frede Blaabjerg, Jianzhong Zhang

This paper proposes a non-invasive fault location method for modular multilevel converters (MMC) considering light load conditions. The prior-art fault location methods of the MMC are often developed and verified under f…

MRFI: An Open Source Multi-Resolution Fault Injection Framework for Neural Network Processing

2023-06-20 · Haitong Huang, Cheng Liu, Bo Liu, Xinghua Xue 외

To ensure resilient neural network processing on even unreliable hardware, comprehensive reliability analysis against various hardware faults is generally required before the deep neural network models are deployed, and …

Large-Scale Application of Fault Injection into PyTorch Models -- an Extension to PyTorchFI for Validation Efficiency

2023-10-30 · Ralf Graafe, Qutub Syed Sha, Florian Geissler, Michael Paulitsch

Transient or permanent faults in hardware can render the output of Neural Networks (NN) incorrect without user-specific traces of the error, i.e. silent data errors (SDE). On the other hand, modern NNs also possess an in…

MeMo: Meaningful, Modular Controllers via Noise Injection

2024-05-24 · Megan Tjandrasuwita, Jie Xu, Armando Solar-Lezama, Wojciech Matusik

Robots are often built from standardized assemblies, (e.g. arms, legs, or fingers), but each robot must be trained from scratch to control all the actuators of all the parts together. In this paper we demonstrate a new a…

Graph Neural Network