摘要: ## Abstract 背景:Compiling DNN models into high-efficiency executables is not easy: the compilation procedure often involves converting high-level model 阅读全文
posted @ 2023-09-08 23:22 雪溯 阅读(10) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 背景:深度学习编译器处理的深度学习模型与命令式程序有根本的不同,因为深度学习模型中的程序逻辑是隐式的。(the DL models processed by DL compilers differ fundamentally from imperative programs 阅读全文
posted @ 2023-09-08 04:17 雪溯 阅读(7) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 本文:DeepMutation Github: https://github.com/berkuva/mutation-testing-for-DNNs Task: mutation testing framework specialized for DL systems t 阅读全文
posted @ 2023-09-08 04:08 雪溯 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 本文: Task: Testing the classification accuracy of a deep learning framework that includes a CNN Method: 1. classifier built with SVM 2. met 阅读全文
posted @ 2023-09-08 03:49 雪溯 阅读(9) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 本文: Task: Fuzzing Machine Learning Libraries Method: 1. optimized mutation strategies 2. prioritize the seed 3. optimal mutation strategy 阅读全文
posted @ 2023-09-08 03:17 雪溯 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 本文:DeepCover Github: https://github.com/TrustAI/DeepCover Task: propose 4 novel test criteria to test DNNs Method: inspired by MC/DC cover 阅读全文
posted @ 2023-09-08 02:14 雪溯 阅读(8) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 本文:Tensorflow Github: https://github.com/tensorflow/tensorflow Task: Detail on Tensorflow dataflow model 特点: 1. operates at large scale an 阅读全文
posted @ 2023-09-08 02:02 雪溯 阅读(5) 评论(0) 推荐(0) 编辑