DL frameworks are the basis of constructing all DL programs and models, and thus their bugs could lead to the unexpected behaviors of any DL program or model relying on them. Such a wide effect demonstrates the necessity and importance of guaranteeing DL frameworks' quality. Understanding the characteristics of DL framework bugs is a fundamental step for this quality assurance task, facilitating designing effective bug detection and debugging approaches. Hence, in this work we conduct the most large-scale study on 1,000 bugs from four popular and diverse DL frameworks (i.e., TensorFlow, PyTorch, MXNet, and DL4J). By analyzing the root causes and symptoms of DL framework bugs associated with 5 components decomposed from DL frameworks, as well as measuring test coverage achieved by three state-of-the-art testing techniques, we obtain 12 major findings for the comprehensive understanding of DL framework bugs and the current status of existing DL framework testing practice, and then provide a series of actionable guidelines for better DL framework bug detection and debugging. Finally, based on the guidelines, we design and implement a prototype DL-framework testing tool, called TenFuzz, which is evaluated to be effective and finds 3 unknown bugs on the latest TensorFlow framework in a preliminary study, indicating the significance of our guidelines.
翻译:深度学习框架是构建所有深度学习程序与模型的基础,因此其缺陷可能导致依赖这些框架的任何深度学习程序或模型出现意外行为。这种广泛影响彰显了保障深度学习框架质量的必要性与重要性。理解深度学习框架缺陷的特性是这一质量保障任务的基础环节,有助于设计有效的缺陷检测与调试方法。为此,本研究针对四个主流且多样的深度学习框架(即TensorFlow、PyTorch、MXNet和DL4J)中的1000个缺陷开展了最大规模的实证研究。通过分析与深度学习框架中分解出的5个组件相关的缺陷根本原因和症状,并测量三种先进测试技术实现的测试覆盖率,我们获得了12项主要发现,从而全面理解深度学习框架缺陷及现有框架测试实践的现状,进而提出了一系列可操作的指导原则,以优化深度学习框架的缺陷检测与调试。最后,基于这些原则,我们设计并实现了一款原型深度学习框架测试工具TenFuzz,经评估该工具效果显著,并在初步研究中于最新版TensorFlow框架上发现了3个未知缺陷,这验证了我们指导原则的重要价值。