paper-with-me

홈 › Papers

Learn to Rank: Visual Attribution by Learning Importance Ranking

2026-04-07 · David Schinagl, Christian Fruhwirth-Reisinger, Alexander Prutsch, Samuel Schulter, Horst Possegger arxiv

Interpreting the decisions of complex computer vision models is crucial to establish trust and accountability, especially in safety-critical domains. An established approach to interpretability is generating visual attribution maps that highlight regions of the input most relevant to the model's prediction. However, existing methods face a three-way trade-off. Propagation-based approaches are efficient, but they can be biased and architecture-specific. Meanwhile, perturbation-based methods are causally grounded, yet they are expensive and for vision transformers often yield coarse, patch-level explanations. Learning-based explainers are fast but usually optimize surrogate objectives or distill from heuristic teachers. We propose a learning scheme that instead optimizes deletion and insertion metrics directly. Since these metrics depend on non-differentiable sorting and ranking, we frame them as permutation learning and replace the hard sorting with a differentiable relaxation using Gumbel-Sinkhorn. This enables end-to-end training through attribution-guided perturbations of the target model. During inference, our method produces dense, pixel-level attributions in a single forward pass with optional, few-step gradient refinement. Our experiments demonstrate consistent quantitative improvements and sharper, boundary-aligned explanations, particularly for transformer-based vision models.

📄 PDF Abstract BibTeX arXiv:2604.05819

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Top-$k$ Feature Importance Ranking

2025-09-18 · Yuxi Chen, Tiffany Tang, Genevera Allen arxiv

Accurate ranking of important features is a fundamental challenge in interpretable machine learning with critical applications in scientific discovery and decision-making. Unlike feature selection and feature importance,…

Interpretable Machine LearningFeature Importance

RankingSHAP -- Listwise Feature Attribution Explanations for Ranking Models

2024-03-24 · Maria Heuss, Maarten de Rijke, Avishek Anand

While SHAP (SHapley Additive exPlanations) and other feature attribution methods are commonly employed to explain model predictions, their application within information retrieval (IR), particularly for complex outputs s…

Information RetrievalLearning-To-Rankvalid

Towards Fair RAG: On the Impact of Fair Ranking in Retrieval-Augmented Generation

2024-09-17 · To Eun Kim, Fernando Diaz

Modern language models frequently include retrieval components to improve their outputs, giving rise to a growing number of retrieval-augmented generation (RAG) systems. Yet, most existing work in RAG has underemphasized…

FairnessRAGRetrievalRetrieval-augmented Generation

RankSHAP: Shapley Value Based Feature Attributions for Learning to Rank

2024-05-03 · Tanya Chowdhury, Yair Zick, James Allan

Numerous works propose post-hoc, model-agnostic explanations for learning to rank, focusing on ordering entities by their relevance to a query through feature attribution methods. However, these attributions often weakly…

Computational EfficiencyLearning-To-Rank

Interpreting Neural Ranking Models using Grad-CAM

2020-05-12 · Jaekeol Choi, Jungin Choi, Wonjong Rhee

Recently, applying deep neural networks in IR has become an important and timely topic. For instance, Neural Ranking Models(NRMs) have shown promising performance compared to the traditional ranking models. However, expl…

Interpretable Machine Learning