DepRadar: Agentic Coordination for Context Aware Defect Impact Analysis in Deep Learning Libraries
Yi Gao, Xing Hu, Tongtong Xu, Jiali Zhao, Xiaohu Yang, Xin Xia

TL;DR
DepRadar is a framework that coordinates specialized agents to analyze and identify the impact of defects in deep learning libraries on downstream programs, improving accuracy and explainability.
Contribution
It introduces a novel agent coordination framework combining static analysis, domain rules, and client tracing for precise defect impact analysis in DL libraries.
Findings
Achieves 90% precision in defect identification
Identifies affected downstream programs with 90% recall
Outperforms baseline methods in impact analysis
Abstract
Deep learning libraries like Transformers and Megatron are now widely adopted in modern AI programs. However, when these libraries introduce defects, ranging from silent computation errors to subtle performance regressions, it is often challenging for downstream users to assess whether their own programs are affected. Such impact analysis requires not only understanding the defect semantics but also checking whether the client code satisfies complex triggering conditions involving configuration flags, runtime environments, and indirect API usage. We present DepRadar, an agent coordination framework for fine grained defect and impact analysis in DL library updates. DepRadar coordinates four specialized agents across three steps: 1. the PR Miner and Code Diff Analyzer extract structured defect semantics from commits or pull requests, 2. the Orchestrator Agent synthesizes these signals…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware Engineering Research · Software Testing and Debugging Techniques · Adversarial Robustness in Machine Learning
