paper-with-me

Papers

Det-LIME: Detector-Aware, Multi-Instance Local Interpretable Model-Agnostic Explanations for Automated Marine Mammal Detection

2026-09-15 · Jiayi Zhou, David W. Johnston, Brinnae Bent arxiv

Despite the rapid uptake of black-box object detectors in marine mammal research and monitoring, explainability techniques are rarely integrated into conservation workflows. Furthermore, most classification-oriented explainability tools are ill-suited to detection tasks involving imagery of social organisms or those with colonial life histories, as they ignore multiple detections within a scene and produce single-instance outputs that blur evidence across individuals. These methods also generate low-resolution, often biologically irrelevant visuals, limiting their utility for debugging, targeted data augmentation, and refined data collection. We proposed Det-LIME, a detector-aware, multi-instance adaptation of Local Interpretable Model-Agnostic Explanations (LIME) that produced instance-specific, box-aligned explanations by combining per-detection weighting, a proximity kernel that emphasizes regions near each box, and Intersection-over-Union-based matching to track the same instance across perturbations. We evaluated Det-LIME on aerial drone imagery for harbor seal detection, with an additional seabird case study to assess generality, and compared it with vanilla LIME, Stabilized LIME, Deterministic LIME, and gradient-based attribution methods. Using the Attribution Ratio and Max Saliency Hit Rate metrics, we showed that Det-LIME consistently improved multi-instance attribution. In practice, these higher-resolution, instance-aware explanations provide insight into model outputs and support post-processing, debugging, and actionable improvements in modeling and data collection or augmentation.

📄 PDF Abstract BibTeX arXiv:2609.17479

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

ITL-LIME: Instance-Based Transfer Learning for Enhancing Local Explanations in Low-Resource Data Settings

2025-08-19 · Rehan Raza, Guanjin Wang, Kok Wai Wong, Hamid Laga 외 arxiv

Explainable Artificial Intelligence (XAI) methods, such as Local Interpretable Model-Agnostic Explanations (LIME), have advanced the interpretability of black-box machine learning models by approximating their behavior l…

Contrastive LearningTransfer Learning

Robust Object Detection With Inaccurate Bounding Boxes

2022-07-20 · Chengxin Liu, Kewei Wang, Hao Lu, Zhiguo Cao 외

Learning accurate object detectors often requires large-scale training data with precise object bounding boxes. However, labeling such data is expensive and time-consuming. As the crowd-sourcing labeling process and the …

Multiple Instance LearningObjectobject-detectionObject Detection+1

Using Decision Tree as Local Interpretable Model in Autoencoder-based LIME

2022-04-07 · Niloofar Ranjbar, Reza Safabakhsh

Nowadays, deep neural networks are being used in many domains because of their high accuracy results. However, they are considered as "black box", means that they are not explainable for humans. On the other hand, in som…

Self-Driving Cars

CORE-Text: Improving Scene Text Detection with Contrastive Relational Reasoning

2021-12-14 · Jingyang Lin, Yingwei Pan, Rongfeng Lai, Xuehang Yang 외

Localizing text instances in natural scenes is regarded as a fundamental challenge in computer vision. Nevertheless, owing to the extremely varied aspect ratios and scales of text instances in real scenes, most conventio…

RelationRelational ReasoningScene Text DetectionText Detection

DLIME: A Deterministic Local Interpretable Model-Agnostic Explanations Approach for Computer-Aided Diagnosis Systems

2019-06-24 · Muhammad Rehman Zafar, Naimul Mefraz Khan

Local Interpretable Model-Agnostic Explanations (LIME) is a popular technique used to increase the interpretability and explainability of black box Machine Learning (ML) algorithms. LIME typically generates an explanatio…

ClusteringFeature Importancefeature selection