paper-with-me

Papers

Improving Decision Sparsity

2024-10-27 · Yiyang Sun, Tong Wang, Cynthia Rudin

Sparsity is a central aspect of interpretability in machine learning. Typically, sparsity is measured in terms of the size of a model globally, such as the number of variables it uses. However, this notion of sparsity is not particularly relevant for decision-making; someone subjected to a decision does not care about variables that do not contribute to the decision. In this work, we dramatically expand a notion of decision sparsity called the Sparse Explanation Value(SEV) so that its explanations are more meaningful. SEV considers movement along a hypercube towards a reference point. By allowing flexibility in that reference and by considering how distances along the hypercube translate to distances in feature space, we can derive sparser and more meaningful explanations for various types of function classes. We present cluster-based SEV and its variant tree-based SEV, introduce a method that improves credibility of explanations, and propose algorithms that optimize decision sparsity in machine learning models.

📄 PDF Abstract BibTeX arXiv:2410.20483

Code (1)

williamsyy/multiplesev 공식 구현 pytorch

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Sparsity in Optimal Randomized Classification Trees

2020-02-21 · Rafael Blanquero, Emilio Carrizosa, Cristina Molero-Río, Dolores Romero Morales

Decision trees are popular Classification and Regression tools and, when small-sized, easy to interpret. Traditionally, a greedy approach has been used to build the trees, yielding a very fast training process; however, …

ClassificationGeneral Classification

Sparse and Faithful Explanations Without Sparse Models

2024-02-15 · Yiyang Sun, Zhi Chen, Vittorio Orlandi, Tong Wang 외

Even if a model is not globally sparse, it is possible for decisions made from that model to be accurately and faithfully described by a small number of features. For instance, an application for a large loan might be de…

Inference for relative sparsity

2023-06-25 · Samuel J. Weisenthal, Sally W. Thurston, Ashkan Ertefaie

In healthcare, there is much interest in estimating policies, or mappings from covariates to treatment decisions. Recently, there is also interest in constraining these estimated policies to the standard of care, which g…

Improved prediction rule ensembling through model-based data generation

2021-09-28 · Benny Markovitch, Marjolein Fokkema

Prediction rule ensembles (PRE) provide interpretable prediction models with relatively high accuracy.PRE obtain a large set of decision rules from a (boosted) decision tree ensemble, and achieves sparsitythrough applica…

Predictionregression

The Impact of Uniform Inputs on Activation Sparsity and Energy-Latency Attacks in Computer Vision

2024-03-27 · Andreas Müller, Erwin Quiring

Resource efficiency plays an important role for machine learning nowadays. The energy and decision latency are two critical aspects to ensure a sustainable and practical application. Unfortunately, the energy consumption…

image-classificationImage Classification