paper-with-me

Papers

Prospector Heads: Generalized Feature Attribution for Large Models & Data

2024-02-18 · Gautam Machiraju, Alexander Derry, Arjun Desai, Neel Guha, Amir-Hossein Karimi, James Zou, Russ Altman, Christopher Ré, Parag Mallick

Feature attribution, the ability to localize regions of the input data that are relevant for classification, is an important capability for ML models in scientific and biomedical domains. Current methods for feature attribution, which rely on "explaining" the predictions of end-to-end classifiers, suffer from imprecise feature localization and are inadequate for use with small sample sizes and high-dimensional datasets due to computational challenges. We introduce prospector heads, an efficient and interpretable alternative to explanation-based attribution methods that can be applied to any encoder and any data modality. Prospector heads generalize across modalities through experiments on sequences (text), images (pathology), and graphs (protein structures), outperforming baseline attribution methods by up to 26.3 points in mean localization AUPRC. We also demonstrate how prospector heads enable improved interpretation and discovery of class-specific patterns in input data. Through their high performance, flexibility, and generalizability, prospectors provide a framework for improving trust and transparency for ML models in complex domains.

📄 PDF Abstract BibTeX arXiv:2402.11729

Code (1)

gmachiraju/k2 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Evaluation of Uncertain Inference Models I: PROSPECTOR

2013-03-27 · Robert M. Yadrick, Bruce M. Perrin, David S. Vaughan, Peter D. Holden 외

This paper examines the accuracy of the PROSPECTOR model for uncertain reasoning. PROSPECTOR's solutions for a large number of computer-generated inference networks were compared to those obtained from probability theory…

The Role of Tuning Uncertain Inference Systems

2013-03-27 · Ben P. Wise, Bruce M. Perrin, David S. Vaughan, Robert M. Yadrick

This study examined the effects of "tuning" the parameters of the incremental function of MYCIN, the independent function of PROSPECTOR, a probability model that assumes independence, and a simple additive linear equatio…

Generalized Attention Flow: Feature Attribution for Transformer Models via Maximum Flow

2025-02-14 · Behrooz Azarkhalili, Maxwell Libbrecht

This paper introduces Generalized Attention Flow (GAF), a novel feature attribution method for Transformer-based models to address the limitations of current approaches. By extending Attention Flow and replacing attentio…

Benchmarking

Interpreting Attention Heads for Image-to-Text Information Flow in Large Vision-Language Models

2025-09-22 · Jinyeong Kim, Seil Kang, Jiwoo Park, Junhyeok Kim 외 arxiv

Large Vision-Language Models (LVLMs) answer visual questions by transferring information from images to text through a series of attention heads. While this image-to-text information flow is central to visual question an…

Visual Question Answering

Backdoor Attribution: Elucidating and Controlling Backdoor in Language Models

2025-09-26 · Miao Yu, Zhenhong Zhou, Moayad Aloqaily, Kun Wang 외 arxiv

Fine-tuned Large Language Models (LLMs) are vulnerable to backdoor attacks through data poisoning, yet the internal mechanisms governing these attacks remain a black box. Previous research on interpretability for LLM saf…