CVMar 31, 2025

PixelCAM: Pixel Class Activation Mapping for Histology Image Classification and ROI Localization

arXiv:2503.24135v25 citationsh-index: 13
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem for histology image analysis, offering an incremental improvement over existing weakly supervised localization methods by mitigating asynchronous convergence and enhancing feature learning.

The paper tackled the problem of weakly supervised object localization in histology images, where existing methods suffer from under- or over-activation and asynchronous convergence between classification and localization tasks, by introducing PixelCAM, a multi-task approach that trains a pixel-wise classifier in the pixel-feature space, resulting in improved ROI localization and image classification without requiring modifications to CNN- or transformer-based architectures.

Weakly supervised object localization (WSOL) methods allow training models to classify images and localize ROIs. WSOL only requires low-cost image-class annotations yet provides a visually interpretable classifier. Standard WSOL methods rely on class activation mapping (CAM) methods to produce spatial localization maps according to a single- or two-step strategy. While both strategies have made significant progress, they still face several limitations with histology images. Single-step methods can easily result in under- or over-activation due to the limited visual ROI saliency in histology images and scarce localization cues. They also face the well-known issue of asynchronous convergence between classification and localization tasks. The two-step approach is sub-optimal because it is constrained to a frozen classifier, limiting the capacity for localization. Moreover, these methods also struggle when applied to out-of-distribution (OOD) datasets. In this paper, a multi-task approach for WSOL is introduced for simultaneous training of both tasks to address the asynchronous convergence problem. In particular, localization is performed in the pixel-feature space of an image encoder that is shared with classification. This allows learning discriminant features and accurate delineation of foreground/background regions to support ROI localization and image classification. We propose PixelCAM, a cost-effective foreground/background pixel-wise classifier in the pixel-feature space that allows for spatial object localization. Using partial-cross entropy, PixelCAM is trained using pixel pseudo-labels collected from a pretrained WSOL model. Both image and pixel-wise classifiers are trained simultaneously using standard gradient descent. In addition, our pixel classifier can easily be integrated into CNN- and transformer-based architectures without any modifications.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes