paper-with-me

홈 › Papers

MetaCAM: Ensemble-Based Class Activation Map

2023-07-31 · Emily Kaczmarek, Olivier X. Miguel, Alexa C. Bowie, Robin Ducharme, Alysha L. J. Dingwall-Harvey, Steven Hawken, Christine M. Armour, Mark C. Walker, Kevin Dick

The need for clear, trustworthy explanations of deep learning model predictions is essential for high-criticality fields, such as medicine and biometric identification. Class Activation Maps (CAMs) are an increasingly popular category of visual explanation methods for Convolutional Neural Networks (CNNs). However, the performance of individual CAMs depends largely on experimental parameters such as the selected image, target class, and model. Here, we propose MetaCAM, an ensemble-based method for combining multiple existing CAM methods based on the consensus of the top-k% most highly activated pixels across component CAMs. We perform experiments to quantifiably determine the optimal combination of 11 CAMs for a given MetaCAM experiment. A new method denoted Cumulative Residual Effect (CRE) is proposed to summarize large-scale ensemble-based experiments. We also present adaptive thresholding and demonstrate how it can be applied to individual CAMs to improve their performance, measured using pixel perturbation method Remove and Debias (ROAD). Lastly, we show that MetaCAM outperforms existing CAMs and refines the most salient regions of images used for model predictions. In a specific example, MetaCAM improved ROAD performance to 0.393 compared to 11 individual CAMs with ranges from -0.101-0.172, demonstrating the importance of combining CAMs through an ensembling method and adaptive thresholding.

📄 PDF Abstract BibTeX arXiv:2307.16863

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

CAM Class activation maps could be used to interpret the prediction decision made by the convolutional neural network (CNN). Image source: [Learning Deep Features for…

Similar Papers 제목 키워드 기반

Joint Noise-Tolerant Learning and Meta Camera Shift Adaptation for Unsupervised Person Re-Identification

2021-03-08 · CVPR 2021 1 · Fengxiang Yang, Zhun Zhong, Zhiming Luo, Yuanzheng Cai 외

This paper considers the problem of unsupervised person re-identification (re-ID), which aims to learn discriminative models with unlabeled data. One popular method is to obtain pseudo-label by clustering and use them to…

ClusteringMeta-LearningPerson Re-IdentificationPseudo Label+1

Comparisons among different stochastic selection of activation layers for convolutional neural networks for healthcare

2020-11-24 · Loris Nanni, Alessandra Lumini, Stefano Ghidoni, Gianluca Maguolo

Classification of biological images is an important task with crucial application in many fields, such as cell phenotypes recognition, detection of cell organelles and histopathological classification, and it might help …

ClassificationGeneral ClassificationMedical Diagnosis

Comparison of different convolutional neural network activation functions and methods for building ensembles

2021-03-29 · Loris Nanni, Gianluca Maguolo, Sheryl Brahnam, Michelangelo Paci

Recently, much attention has been devoted to finding highly efficient and powerful activation functions for CNN layers. Because activation functions inject different nonlinearities between layers that affect performance,…

PEA: Improving the Performance of ReLU Networks for Free by Using Progressive Ensemble Activations

2022-07-28 · Ákos Utasi

In recent years novel activation functions have been proposed to improve the performance of neural networks, and they show superior performance compared to the ReLU counterpart. However, there are environments, where the…

Semantic Segmentation

Activation Ensembles for Deep Neural Networks

2017-02-24 · Mark Harmon, Diego Klabjan

Many activation functions have been proposed in the past, but selecting an adequate one requires trial and error. We propose a new methodology of designing activation functions within a neural network at each layer. We c…