paper-with-me

홈 › Papers

3DB: A Framework for Debugging Computer Vision Models

2021-06-07 · Guillaume Leclerc, Hadi Salman, Andrew Ilyas, Sai Vemprala, Logan Engstrom, Vibhav Vineet, Kai Xiao, Pengchuan Zhang, Shibani Santurkar, Greg Yang, Ashish Kapoor, Aleksander Madry

We introduce 3DB: an extendable, unified framework for testing and debugging vision models using photorealistic simulation. We demonstrate, through a wide range of use cases, that 3DB allows users to discover vulnerabilities in computer vision systems and gain insights into how models make decisions. 3DB captures and generalizes many robustness analyses from prior work, and enables one to study their interplay. Finally, we find that the insights generated by the system transfer to the physical world. We are releasing 3DB as a library (https://github.com/3db/3db) alongside a set of example analyses, guides, and documentation: https://3db.github.io/3db/ .

📄 PDF Abstract BibTeX arXiv:2106.03805

Code (1)

3db/3db 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Missingness Bias in Model Debugging

2022-04-19 · ICLR 2022 4 · Saachi Jain, Hadi Salman, Eric Wong, Pengchuan Zhang 외

Missingness, or the absence of features from an input, is a concept fundamental to many model debugging tools. However, in computer vision, pixels cannot simply be removed from an image. One thus tends to resort to heuri…

model

ViT-ReciproCAM: Gradient and Attention-Free Visual Explanations for Vision Transformer

2023-10-04 · Seok-Yong Byun, Wonju Lee

This paper presents a novel approach to address the challenges of understanding the prediction process and debugging prediction errors in Vision Transformers (ViT), which have demonstrated superior performance in various…

image-classificationImage Classificationobject-detectionObject Detection

Debugging Tabular Log as Dynamic Graphs

2025-12-28 · Chumeng Liang, Zhanyang Jin, Zahaib Akhtar, Mona Pereira 외 arxiv

Tabular log abstracts objects and events in the real-world system and reports their updates to reflect the change of the system, where one can detect real-world inconsistencies efficiently by debugging corresponding log …

Graph Neural Network

Large Language Model Guided Self-Debugging Code Generation

2025-02-05 · Muntasir Adnan, Zhiwei Xu, Carlos C. N. Kuhn

Automated code generation is gaining significant importance in intelligent computer programming and system deployment. However, current approaches often face challenges in computational efficiency and lack robust mechani…

Code GenerationComputational EfficiencyHumanEvalLanguage Modeling+3

The Debugging Decay Index: Rethinking Debugging Strategies for Code LLMs

2025-06-23 · Muntasir Adnan, Carlos C. N. Kuhn

The effectiveness of AI debugging follows a predictable exponential decay pattern; most models lose 60-80% of their debugging capability within just 2-3 attempts, despite iterative debugging being a critical capability f…

Code Generation