摘要: ## Abstract 背景: 1. the de facto standard to assess the quality of DNNs in the industry is to check their performance (accuracy) on a collected set of 阅读全文
posted @ 2023-08-29 22:25 雪溯 阅读(10) 评论(0) 推荐(0) 编辑
摘要: ## Abstract ## 1. Intro ## 2. Background ### 2.1 Program Understanding and Generation Tasks ### 2.2 NL-PL Pre-Trained Models ![](https://img2023.cnblo 阅读全文
posted @ 2023-08-29 20:14 雪溯 阅读(21) 评论(0) 推荐(0) 编辑
摘要: ## Abstract Task: an artifact to accompany Reducing DNN Properties to Enable Falsification with Adversarial Attacks 包括DNNF ⼯具、数据和脚本 a VirtualBox virtu 阅读全文
posted @ 2023-08-29 16:10 雪溯 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 本文:CRADLE Task: finding and localizing bugs in DL Libraries Method: 1. differential testing between DL Libraries 2. 使用异常传播跟踪和分析来定位DL库中的错误函 阅读全文
posted @ 2023-08-29 16:10 雪溯 阅读(8) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 本文:Audee Github: https://github.com/jikechao/Audee Task: test DL frameworks and localizing bugs Method: 1. search-based 2. 3 different mut 阅读全文
posted @ 2023-08-29 16:09 雪溯 阅读(10) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 本文: LEMON Task: Fuzzing DL Libraries Method: 1. specified mutators for DL Libraries to explore different invoking sequences of library cod 阅读全文
posted @ 2023-08-29 16:09 雪溯 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 本文:Myia Github: https://github.com/mila-iqia/myia Task: Review automatic differentiation for array programming in machine learning, propos 阅读全文
posted @ 2023-08-29 16:08 雪溯 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 本文: review on adversarial attacks on CV models Task: 1. design of attack 2. defenses 3. evaluate adversarial attacks in real-world scenari 阅读全文
posted @ 2023-08-29 16:07 雪溯 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ## Abstract Github: https://github.com/lts4/deepfool 背景:neural networks对小的扰动的表现并不稳定 本文: Deepfool Task: compute perturbations that fool deep networks 阅读全文
posted @ 2023-08-29 16:06 雪溯 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 本文: DeepCheck Task: Testing DNNs with lightweight symbolic execution and program analysis Method: use lightweight symbolic analysis to ide 阅读全文
posted @ 2023-08-29 16:06 雪溯 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 背景:大多数defenses against adversarial立刻被证明不可用 本文: review on defenses against adversarial attacks Task: 1. method 2. commonly adopted best pra 阅读全文
posted @ 2023-08-29 16:06 雪溯 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 本文: Github: 1. https://github.com/MadryLab/mnist_challenge 2. https://github.com/MadryLab/cifar10_challenge Task: 1. study the adversarial 阅读全文
posted @ 2023-08-29 16:06 雪溯 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 背景:numerical bugs可能导致NaN或者Inf这样的异常值,这种异常值被传播后最后会造成如log()这类的函数崩溃 本文:GRIST Github: https://github.com/Jacob-yen/GRIST Task: generate a small 阅读全文
posted @ 2023-08-29 16:05 雪溯 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 本文: Task: formalize the space of adversaries against DNNs and then introduce an adversarial testing 实验: 方法:defining a hardness measure 效果: 阅读全文
posted @ 2023-08-29 16:05 雪溯 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 背景: the robustness requires the model to produce consistent decisions given minorly perturbed code inputs 本文:CARROT Github: https://github 阅读全文
posted @ 2023-08-29 16:05 雪溯 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 阅读全文
posted @ 2023-08-29 16:04 雪溯 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 本文: DeepPERF Github: https://dlperf.github.io/ 对象:TensorFlow, Keras Task: 1. characterize symptoms, root causes, and introducing and expos 阅读全文
posted @ 2023-08-29 16:04 雪溯 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 本文:描述AD, its motivations, implementation approaches, dataflow programming, example programs with Tensorflow and PyTorch ## 1. Intro ## 2. 阅读全文
posted @ 2023-08-29 16:03 雪溯 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 背景: 1. AD涉及computational fluid dynamics, atmospheric sciences, engineering design optimization 2. AD与DL长时间并不相互交流,直到dynamic computational g 阅读全文
posted @ 2023-08-29 16:03 雪溯 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 背景:在architecture level detecting bugs获利更高 本文:DEBAR Github: https://github.com/ForeverZyh/DEBAR Task: static analysis of neural architectur 阅读全文
posted @ 2023-08-29 16:03 雪溯 阅读(2) 评论(0) 推荐(0) 编辑