paper-with-me

Papers

Interpretable Active Learning

2017-07-31 · Richard L. Phillips, Kyu Hyun Chang, Sorelle A. Friedler

Active learning has long been a topic of study in machine learning. However, as increasingly complex and opaque models have become standard practice, the process of active learning, too, has become more opaque. There has been little investigation into interpreting what specific trends and patterns an active learning strategy may be exploring. This work expands on the Local Interpretable Model-agnostic Explanations framework (LIME) to provide explanations for active learning recommendations. We demonstrate how LIME can be used to generate locally faithful explanations for an active learning strategy, and how these explanations can be used to understand how different models and datasets explore a problem space over time. In order to quantify the per-subgroup differences in how an active learning strategy queries spatial regions, we introduce a notion of uncertainty bias (based on disparate impact) to measure the discrepancy in the confidence for a model's predictions between one subgroup and another. Using the uncertainty bias measure, we show that our query explanations accurately reflect the subgroup focus of the active learning queries, allowing for an interpretable explanation of what is being learned as points with similar sources of uncertainty have their uncertainty bias resolved. We demonstrate that this technique can be applied to track uncertainty bias over user-defined clusters or automatically generated clusters based on the source of uncertainty.

📄 PDF Abstract BibTeX arXiv:1708.00049

Code (1)

rlphilli/InterpretableActiveLearning 공식 구현

Tasks

Active Learning

Methods 이 논문이 사용한 방법론

LIME LIME, or Local Interpretable Model-Agnostic Explanations, is an algorithm that can explain the predictions of any classifier or regressor in a faithful way, by…

Similar Papers 제목 키워드 기반

Designing explainable artificial intelligence with active inference: A framework for transparent introspection and decision-making

2023-06-06 · Mahault Albarracin, Inês Hipólito, Safae Essafi Tremblay, Jason G. Fox 외

This paper investigates the prospect of developing human-interpretable, explainable artificial intelligence (AI) systems based on active inference and the free energy principle. We first provide a brief overview of activ…

Decision MakingExplainable artificial intelligence

Interpretable Reward Modeling with Active Concept Bottlenecks

2025-07-07 · Sonia Laguna, Katarzyna Kobalczyk, Julia E. Vogt, Mihaela Van der Schaar arxiv

We introduce Concept Bottleneck Reward Models (CB-RM), a reward modeling framework that enables interpretable preference learning through selective concept annotation. Unlike standard RLHF methods that rely on opaque rew…

Active Learning

Interactive Concept Bottleneck Models

2022-12-14 · Kushal Chauhan, Rishabh Tiwari, Jan Freyberg, Pradeep Shenoy 외

Concept bottleneck models (CBMs) are interpretable neural networks that first predict labels for human-interpretable concepts relevant to the prediction task, and then predict the final label based on the concept label p…

Prediction

Interpretable Multi-Headed Attention for Abstractive Summarization at Controllable Lengths

2020-02-18 · COLING 2020 8 · Ritesh Sarkhel, Moniba Keymanesh, Arnab Nandi, Srinivasan Parthasarathy

Abstractive summarization at controllable lengths is a challenging task in natural language processing. It is even more challenging for domains where limited training data is available or scenarios in which the length of…

Abstractive Text SummarizationTransfer Learning

Unveiling Global Interactive Patterns across Graphs: Towards Interpretable Graph Neural Networks

2024-07-02 · Yuwen Wang, Shunyu Liu, Tongya Zheng, KaiXuan Chen 외

Graph Neural Networks (GNNs) have emerged as a prominent framework for graph mining, leading to significant advances across various domains. Stemmed from the node-wise representations of GNNs, existing explanation studie…

ClusteringGraph ClassificationGraph ClusteringGraph Mining