zhoubolei / CAM

Class Activation Mapping
http://cnnlocalization.csail.mit.edu/
MIT License
1.84k stars 466 forks source link

CAM for CNN regression networks? #53

Open minghuisvn opened 1 year ago

minghuisvn commented 1 year ago

I mainly tackle regression problems by CNNs, and want to find a reliable method to calculate the heatmaps for NN's reuslts. However , i find almost all interpretation methods including CAM is used for classification NNs but not for regression NNs. Is there any interpretation method suitable for CNNs which do regression tasks?