paper-with-me

홈 › Papers

NoiseGrad: Enhancing Explanations by Introducing Stochasticity to Model Weights

2021-06-18 · Kirill Bykov, Anna Hedström, Shinichi Nakajima, Marina M. -C. Höhne

Many efforts have been made for revealing the decision-making process of black-box learning machines such as deep neural networks, resulting in useful local and global explanation methods. For local explanation, stochasticity is known to help: a simple method, called SmoothGrad, has improved the visual quality of gradient-based attribution by adding noise to the input space and averaging the explanations of the noisy inputs. In this paper, we extend this idea and propose NoiseGrad that enhances both local and global explanation methods. Specifically, NoiseGrad introduces stochasticity in the weight parameter space, such that the decision boundary is perturbed. NoiseGrad is expected to enhance the local explanation, similarly to SmoothGrad, due to the dual relationship between the input perturbation and the decision boundary perturbation. We evaluate NoiseGrad and its fusion with SmoothGrad -- FusionGrad -- qualitatively and quantitatively with several evaluation criteria, and show that our novel approach significantly outperforms the baseline methods. Both NoiseGrad and FusionGrad are method-agnostic and as handy as SmoothGrad using a simple heuristic for the choice of the hyperparameter setting without the need of finetuning.

📄 PDF Abstract BibTeX arXiv:2106.10185

Code (2)

understandable-machine-intelligence-lab/NoiseGrad 공식 구현 pytorch
understandable-machine-intelligence-lab/quantus 공식 구현 tf

Tasks

Decision Making

Similar Papers 제목 키워드 기반

EMA Without the Lag: Bias-Corrected Iterate Averaging Schemes

2025-07-31 · Adam Block, Cyril Zhang arxiv

Stochasticity in language model fine-tuning, often caused by the small batch sizes typically used in this regime, can destabilize training by introducing large oscillations in generation quality. A popular approach to mi…

Exploring the Design Space of Diffusion Bridge Models via Stochasticity Control

2024-10-28 · Shaorong Zhang, Yuanbin Cheng, Xianghao Kong, Greg Ver Steeg

Diffusion bridge models effectively facilitate image-to-image (I2I) translation by connecting two distributions. However, existing methods overlook the impact of noise in sampling SDEs, transition kernel, and the base di…

Diversity

Self-Explainable Temporal Graph Networks based on Graph Information Bottleneck

2024-06-19 · Sangwoo Seo, Sungwon Kim, Jihyeong Jung, Yoonho Lee 외

Temporal Graph Neural Networks (TGNN) have the ability to capture both the graph topology and dynamic dependencies of interactions within a graph over time. There has been a growing need to explain the predictions of TGN…

Link PredictionPrediction

Human-Centered Concept Explanations for Neural Networks

2022-02-25 · Chih-Kuan Yeh, Been Kim, Pradeep Ravikumar

Understanding complex machine learning models such as deep neural networks with explanations is crucial in various applications. Many explanations stem from the model perspective, and may not necessarily effectively comm…

SLM Meets LLM: Balancing Latency, Interpretability and Consistency in Hallucination Detection

2024-08-22 · Mengya Hu, Rui Xu, Deren Lei, Yaxi Li 외

Large language models (LLMs) are highly capable but face latency challenges in real-time applications, such as conducting online hallucination detection. To overcome this issue, we propose a novel framework that leverage…

HallucinationLanguage ModelingLanguage ModellingSmall Language Model