PulseAugur
EN
LIVE 05:43:13

Deep4ge dataset released for DNN fault detection and diagnosis

Researchers have introduced Deep4ge, a new benchmark dataset designed to aid in the detection and diagnosis of faults within deep learning systems. This dataset comprises over 14,000 training runs generated from 59 adapted TensorFlow/Keras programs, including nearly 10,000 faulty variants created through 27 source-code transformations. Each run is characterized by 26 features measuring training behavior at every epoch, such as weights, gradients, and accuracy trends. Deep4ge is intended to support tasks like binary fault detection, multi-class fault diagnosis, and early fault prediction from partial training data. AI

IMPACT Provides a standardized dataset for improving the reliability and robustness of deep learning models.

RANK_REASON The cluster contains an academic paper detailing a new dataset and benchmark for deep learning fault detection. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Deep4ge dataset released for DNN fault detection and diagnosis

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Sigma Jahan ·

    Deep4ge: DNN Training Trajectories for Fault Detection and Diagnosis

    Deep learning systems often fail due to subtle implementation faults that alter training behavior. Recent work has studied how to detect and diagnose such failures from changes observed across training epochs. However, the software engineering community still lacks a public datas…