paper-with-me

홈 › Papers

Exploring Silent Data Corruption as a Reliability Challenge in LLM Training

2026-04-01 · Anton Altenbernd, Philipp Wiesner, Odej Kao arxiv

As Large Language Models (LLMs) scale in size and complexity, the consequences of failures during training become increasingly severe. A major challenge arises from Silent Data Corruption (SDC): hardware-induced faults that bypass system-level detection mechanisms. SDC may behave like benign numerical noise, but can also cause harmful gradient corruption that leads to loss spikes, divergence, or stalled progress. This work provides a controlled study of how intermittent SDC affects LLM pretraining. Using targeted fault injection at the level of GPU matrix-multiply instructions, we characterize the sensitivity of different bit positions, kernel functions, and execution stages. Our analysis shows that locally originating faults can produce impactful corruption, including NaN propagation, short-lived spikes in loss, gradient norm, and attention logits, as well as persistent parameter divergence. Building on the observed corruption signatures, we propose a lightweight detection method that identifies potentially harmful parameter updates. Experiments on LLaMA models with 60M, 350M, and 1.3B parameters demonstrate that recomputing the most recent training step upon detection can effectively mitigate the impact of these events.

📄 PDF Abstract BibTeX arXiv:2604.00726

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Diagnosing Corruption-Induced Reliability Failures in Vision-Language Models

2025-11-24 · Xiangjie Sui, Songyang Li, Hanwei Zhu, Baoliang Chen 외 arxiv

Visual corruptions can change vision--language model (VLM) behavior in ways that top-1 accuracy does not capture. A model may keep the same answer while losing distributional support, or improve accuracy through unstable…

PVF (Parameter Vulnerability Factor): A Scalable Metric for Understanding AI Vulnerability Against SDCs in Model Parameters

2024-05-02 · Xun Jiao, Fred Lin, Harish D. Dixit, Joel Coburn 외

Reliability of AI systems is a fundamental concern for the successful deployment and widespread adoption of AI technologies. Unfortunately, the escalating complexity and heterogeneity of AI hardware systems make them inc…

text-classificationText Classification

Taming Silent Failures: A Framework for Verifiable AI Reliability

2025-10-25 · Guan-Yan Yang, Farn Wang arxiv

The integration of Artificial Intelligence (AI) into safety-critical systems introduces a new reliability paradigm: silent failures, where AI produces confident but incorrect outputs that can be dangerous. This paper int…

Teaching Robots to Say 'I Don't Know' : SENTINEL for Uncertainty-Aware SLAM

2026-06-03 · Abhishek S, Badrikanath Praharaj, Sreeram MV arxiv

Low-cost 2D LiDARs lack the intensity channel that higher-end sensors use to diagnose measurement failures, yet they are widely used on educational and budget robotics platforms. We present SENTINEL, a training - free, l…

Continuous Discovery of Vulnerabilities in LLM Serving Systems with Fuzzing

2026-05-11 · Yunze Zhao, Yibo Zhao, Yuchen Zhang, Zaoxing Liu 외 arxiv

LLM inference and serving systems have become security-critical infrastructure; however, many of their most concerning failures arise from the serving layer rather than from model behavior alone. Modern inference engines…