SHF: Small: AI Model Debugging by Analyzing Model Internals with Python Program Analysis
SHF: Small: AI Model Debugging by Analyzing Model Internals with Python Program Analysis
批准号:
1910300
负责人:
Xiangyu Zhang
金额:
$50.0万
依托单位:
依托单位国家:
美国
项目类别:
Standard Grant
财政年份:
2019
资助国家:
美国
项目状态:
已结题
起止时间:
2019-10-01 至 2024-09-30
中文摘要
人工智能(AI),尤其是机器学习(ML),在我们生活的许多方面发挥着越来越重要的作用。AI/ML模型工程(例如,模型训练、调优和维护)因此成为现代软件系统工程的重要组成部分。就像软件不可避免地包含bug,软件调试是软件开发的关键步骤一样,AI/ML模型可能存在bug行为,因此模型调试将是软件工程的关键步骤。人工智能模型的漏洞可能会导致模型精度低、容易受到安全攻击等不良后果,从而极大地阻碍了人工智能模型的应用,尤其是在安全关键领域。目前人工智能模型调试的实践主要集中在参数调优和提供额外的训练数据。但是,它不会尝试从可观察到的症状中诊断根本原因,然后进行相应的修复。没有适用于大量模型的通用调试工具。当前的实践状态是对单个实现执行乏味和冗余的测试,甚至在每个培训会话级别上执行测试。AI模型,尤其是神经网络模型,本质上是通过多个程序阶段(称为层)计算状态变量值(称为神经元激活)的程序(例如,在Python中)。一层神经元的值是通过矩阵乘法和激活函数的应用从前一层的神经元的值计算出来的,激活函数基本上是一个阈值函数,用于确定是否将值用于下一层的计算。该项目将开发将人工智能模型视为具有特定语义的程序的技术,以便人工智能模型调试可以从分析这些程序及其执行状态中受益匪浅。因此,软件工程和程序分析社区在数十年的密集研发中积累的大量软件调试经验可以用来构建通用的和新颖的AI模型调试器。就像软件调试工具帮助开发人员检查程序状态并识别根本原因一样,这些人工智能模型调试器将允许数据工程师比较正确分类和错误分类案例的内部神经元激活值,以识别导致错误分类的根本原因特征,通过提供选择更多输入的指导,以改善与这些特征相关的模型行为。该奖项反映了美国国家科学基金会的法定使命,并通过使用基金会的知识价值和更广泛的影响审查标准进行评估,被认为值得支持。
英文摘要
Artificial Intelligence (AI) in general, and especially Machine Learning (ML), is playing an increasingly important role in many aspects of our life. AI/ML model engineering (e.g., model training, tuning, and maintenance) is hence becoming an essential part of modern software-systems engineering. Just like software inevitably contains bugs and software debugging is a key step in software development, AI/ML models may have buggy behaviors, and thus model debugging will be a critical step in software engineering. AI model bugs may lead to undesirable consequences such as low model accuracy and vulnerabilities to security attacks, which substantially hinder the application of AI models, especially in safety-critical areas. The current practice of AI model debugging mainly focuses on tuning parameters and providing additional training data. However, it does not try to diagnose the root cause from the observable symptoms and then repair accordingly. There are no general debugging tools that work for a large set of models. The current state of practice is to perform tedious and redundant tests on individual implementations and even at a per-training-session level. AI models, especially neural network models, are essentially programs (e.g., in Python) that compute state-variable values, called neuron activations, through multiple program phases (called layers). The values of neurons in a layer are computed from those of the previous layer through matrix multiplication and application of an activation function, which is basically a threshholding function to determine if values will be used in the computation of the next layer. The project will develop techniques that consider AI models as programs with specific semantics such that AI model debugging can substantially benefit from analyzing these programs and their execution states. As such, the substantial experience of software debugging that is built up by the software-engineering and program-analysis community over decades of intensive R&D can be leveraged to build general and novel AI model debuggers. Just like software-debugging tools help developers to inspect program states and identify root causes, these AI model debuggers will allow data engineers to compare internal neuron-activation values of correctly classified and mis-classified cases to identify root cause features that lead to misclassification, by providing guidance in selecting more inputs to improve model behavior related to these features.This award reflects NSF's statutory mission and has been deemed worthy of support through evaluation using the Foundation's intellectual merit and broader impacts review criteria.
期刊论文(16)
专著(0)
科研奖励(0)
会议论文
登录
查看更多内容
DOI:
10.1109/cvpr52688.2022.01301
发表时间:
2022-06
期刊:
2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
影响因子:
--
作者:
[Guanhong Tao;Guangyu Shen;Yingqi Liu;Shengwei An;Qiuling Xu;Shiqing Ma;X. Zhang]
通讯作者:
Guanhong Tao;Guangyu Shen;Yingqi Liu;Shengwei An;Qiuling Xu;Shiqing Ma;X. Zhang
DOI:
--
发表时间:
2022-02
期刊:
影响因子:
--
作者:
[Guangyu Shen;Yingqi Liu;Guanhong Tao;Qiuling Xu;Zhuo Zhang;Shengwei An;Shiqing Ma;X. Zhang]
通讯作者:
Guangyu Shen;Yingqi Liu;Guanhong Tao;Qiuling Xu;Zhuo Zhang;Shengwei An;Shiqing Ma;X. Zhang
DOI:
10.1145/3319535.3363216
发表时间:
2019-11
期刊:
Proceedings of the 2019 ACM SIGSAC Conference on Computer and Communications Security
影响因子:
--
作者:
[Yingqi Liu;Wen-Chuan Lee;Guanhong Tao;Shiqing Ma;Yousra Aafer;X. Zhang]
通讯作者:
Yingqi Liu;Wen-Chuan Lee;Guanhong Tao;Shiqing Ma;Yousra Aafer;X. Zhang
DOI:
10.1145/3377811.3380423
发表时间:
2020-06
期刊:
2020 IEEE/ACM 42nd International Conference on Software Engineering (ICSE)
影响因子:
--
作者:
[Guanhong Tao;Shiqing Ma;Yingqi Liu;Qiuling Xu;X. Zhang]
通讯作者:
Guanhong Tao;Shiqing Ma;Yingqi Liu;Qiuling Xu;X. Zhang
DOI:
10.1109/ase56229.2023.00166
发表时间:
2023-08
期刊:
2023 38th IEEE/ACM International Conference on Automated Software Engineering (ASE)
影响因子:
--
作者:
[Zhao Tian;Junjie Chen;Xiangyu Zhang]
通讯作者:
Zhao Tian;Junjie Chen;Xiangyu Zhang
共 16 条
EAGER: A Python Program Analysis Infrastructure to Facilitate Better Data Processing
-
批准号:1748764
-
项目类别:Standard Grant
-
资助金额:$14.7万
-
财政年份:2017
-
负责人:Xiangyu Zhang
-
依托单位:
CSR: Small: Elastic and Robust Cloud Programming
-
批准号:1618923
-
项目类别:Standard Grant
-
资助金额:$48.55万
-
财政年份:2016
-
负责人:Xiangyu Zhang
-
依托单位:
Travel Support For ACM SIGSOFT Symposium on the Foundations of Software Engineering (FSE 2014)
-
批准号:1434610
-
项目类别:Standard Grant
-
资助金额:$2.0万
-
财政年份:2014
-
负责人:Xiangyu Zhang
-
依托单位:
SHF: Small: Collaborative Research: Towards Automated Model Synthesis of Library and System Functions for Program-Environment Co-Analysis
-
批准号:1320326
-
项目类别:Standard Grant
-
资助金额:$15.0万
-
财政年份:2013
-
负责人:Xiangyu Zhang
-
依托单位:
SHF: Small: Reliable Data Processing by Dynamic Program Analysis
-
批准号:1320444
-
项目类别:Standard Grant
-
资助金额:$40.0万
-
财政年份:2013
-
负责人:Xiangyu Zhang
-
依托单位:
SHF: CSR: Small: Collaborative Research: Automated Model Synthesis of Library and System Functions for Program-Environment Co-Analysis
-
批准号:1218993
-
项目类别:Standard Grant
-
资助金额:$4.48万
-
财政年份:2012
-
负责人:Xiangyu Zhang
-
依托单位:
CSR: Small: Automated Software Failure Causal Path Computation
-
批准号:0917007
-
项目类别:Standard Grant
-
资助金额:$49.33万
-
财政年份:2009
-
负责人:Xiangyu Zhang
-
依托单位:
CAREER: Scalable Dynamic Program Reasoning
-
批准号:0845870
-
项目类别:Continuing Grant
-
资助金额:$42.5万
-
财政年份:2009
-
负责人:Xiangyu Zhang
-
依托单位:
CSR-AES-RCS: Scalable and Efficient Dynamic Information Flow Tracking in Multithreaded Programs
-
批准号:0720516
-
项目类别:Standard Grant
-
资助金额:$10.0万
-
财政年份:2007
-
负责人:Xiangyu Zhang
-
依托单位:
CRI: IAD An Advanced Infrastructure for Generation, Storage, and Analysis of Program Execution Traces
-
批准号:0708464
-
项目类别:Standard Grant
-
资助金额:$0.0万
-
财政年份:2007
-
负责人:Xiangyu Zhang
-
依托单位:
国内基金
海外基金
登录
查看更多内容
昼夜节律性small RNA在血斑形成时间推断中的法医学应用研究
-
批准号:
-
项目类别:省市级项目
-
资助金额:--
-
批准年份:2024
-
负责人:
-
依托单位:
tRNA-derived small RNA上调YBX1/CCL5通路参与硼替佐米诱导慢性疼痛的机制研究
-
批准号:
-
项目类别:省市级项目
-
资助金额:10.0万元
-
批准年份:2022
-
负责人:张祥忠
-
依托单位:
Small RNA调控I-F型CRISPR-Cas适应性免疫性的应答及分子机制
-
批准号:32000033
-
项目类别:青年科学基金项目
-
资助金额:24.0万元
-
批准年份:2020
-
负责人:林平
-
依托单位:
Small RNAs调控解淀粉芽胞杆菌FZB42生防功能的机制研究
-
批准号:31972324
-
项目类别:面上项目
-
资助金额:58.0万元
-
批准年份:2019
-
负责人:高学文
-
依托单位:
变异链球菌small RNAs连接LuxS密度感应与生物膜形成的机制研究
-
批准号:81900988
-
项目类别:青年科学基金项目
-
资助金额:21.0万元
-
批准年份:2019
-
负责人:毛梦莹
-
依托单位:
肠道细菌关键small RNAs在克罗恩病发生发展中的功能和作用机制
-
批准号:31870821
-
项目类别:面上项目
-
资助金额:56.0万元
-
批准年份:2018
-
负责人:陈江宁
-
依托单位:
基于small RNA 测序技术解析鸽分泌鸽乳的分子机制
-
批准号:31802058
-
项目类别:青年科学基金项目
-
资助金额:26.0万元
-
批准年份:2018
-
负责人:麻慧
-
依托单位:
Small RNA介导的DNA甲基化调控的水稻草矮病毒致病机制
-
批准号:31772128
-
项目类别:面上项目
-
资助金额:60.0万元
-
批准年份:2017
-
负责人:吴建国
-
依托单位:
基于small RNA-seq的针灸治疗桥本甲状腺炎的免疫调控机制研究
-
批准号:81704176
-
项目类别:青年科学基金项目
-
资助金额:20.0万元
-
批准年份:2017
-
负责人:赵继梦
-
依托单位:
水稻OsSGS3与OsHEN1调控small RNAs合成及其对抗病性的调节
-
批准号:91640114
-
项目类别:重大研究计划
-
资助金额:85.0万元
-
批准年份:2016
-
负责人:何祖华
-
依托单位: