-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About the seismic colormap #7
Comments
Or how do you view the test results of a test set for a specific image? |
Our method does not provide anomaly segmentation results per-se, as we aggregate over all spatial locations by means of average pooling before modeling the PDF by means of MVG.
The heatmaps in our paper are generated by applying XAI techniques, i.e. they are a means to attribute how much the individual pixels contributed to the image-level anomaly score by means of modified backpropagation. Such techniques are in general more compute intensive than those that generate segmentations directly (e.g. PaDiM/PatchCore), and suffer from their own drawbacks (refer also the paper). If you are interested in XAI, I can try to make the time to publish the code also here (iirc we were refactoring it but never got around to publishing it). Here, I would recommend you to apply XAI to the heatmaps generated by PaDiM/PatchCore to resolve the non-linear contribution of the input pixels to the per-location anomaly scores as a direction of future research (this would require numerous code changes though). Hope this helps. |
|
Hi,Can the code to get the seismic colormap be made publicly available?
The text was updated successfully, but these errors were encountered: