DELA: A Novel Approach for Detecting Errors Induced by Large Atomic Condition Numbers
Youshuai Tan, Zhanwei Zhang, Jinfu Chen, Zishuo Ding, Jifeng Xuan,, Weiyi Shang

TL;DR
DELA is a new method for detecting numerical errors caused by large condition numbers in atomic operations, offering faster and reliable error detection without high-precision computations.
Contribution
DELA introduces a perturbation-based approach to efficiently identify significant numerical errors, overcoming implementation complexity and performance issues of existing high-precision methods.
Findings
DELA detects all significant errors reported by prior research.
DELA achieves high correlation with high-precision results (up to 0.9763).
DELA runs within 0.13% of high-precision time for datasets and 73.46 times faster in complex programs.
Abstract
Numerical programs form the foundation of modern science and engineering, providing essential solutions to complex mathematical problems. Therefore, errors in numerical results would lead to harmful consequences, especially in safety-critical applications. Since only a few inputs may lead to substantial errors for numerical programs, it is essential to determine whether a given input could result in a significant error. Existing researchers tend to use the results of high-precision programs to assess whether there is a substantial error, which introduces three main challenges: difficulty of implementation, existence of potential faults in the detection of numerical errors, and long execution time. To address these limitations, we propose a novel approach named DELA. Our approach is based on the observation that most numerical errors stem from large condition numbers in atomic…
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
TopicsFault Detection and Control Systems · Risk and Safety Analysis
