LowRank-CAM: A Computationally Efficient and Interpretable Framework for Medical Image Analysis (Student Abstract)
Gokaramaiah Thota, Nagaraju K, Sathya Babu Korra
aaai
Research metadataShow detailsHide details
- Affiliations
- Not available
- Published
- 2026-03-17
- Processed
- 7/27/2026, 3:38:25 PM
- Analysis model
- gemini-2.5-flash-lite
- Analysis status
- analyzed
- Local PDF artifact
- papers/pdf/2026/lowrank-cam-a-computationally-efficient-and-interpretable-fr.pdf
Summary
This paper introduces LowRank-CAM, a computationally efficient and interpretable framework for medical image analysis. It addresses the high computational cost of existing methods like Score-CAM by using Singular Value Decomposition (SVD) to extract dominant spatial modes from activation maps, thereby reducing the number of forward passes required for generating explanations. Experiments on the MURA dataset show that LowRank-CAM achieves a significant speedup over Score-CAM while maintaining comparable visual clarity and diagnostic relevance.
Problem
- Existing Class Activation Map (CAM) methods, while providing visual explanations, can be computationally expensive, limiting their applicability in real-time or resource-constrained scenarios.
- Perturbation-based CAM methods, such as Score-CAM, require a large number of forward passes through the classifier head for each activation map, leading to high computational cost. For K activation maps, Score-CAM requires (K + 1) forward passes with a complexity of O((K +1)Tf + KC).
- This high computational demand hinders the integration of interpretable deep learning models into clinical decision-making processes where efficiency is crucial.