From daa01b4671269158502f4ba334c2d41d914f0822 Mon Sep 17 00:00:00 2001 From: Ziheng Zhang Date: Tue, 14 Apr 2026 01:43:44 -0400 Subject: [PATCH 1/2] update README Updated README with new demo links. --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0a2f2c..689a814 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,17 @@ Finer-CAM retains CAM’s efficiency, offers precise localization, and adapts to ![images](imgs/pipeline.jpg) ## Update -**`2025.3.13`**: Merged into [jacobgil/pytorch-grad-cam](https://github.com/jacobgil/pytorch-grad-cam), a wonderful library that supports multiple CAM-based methods. - - +- **2025.03.13**: Merged into [`jacobgil/pytorch-grad-cam`](https://github.com/jacobgil/pytorch-grad-cam), a wonderful library that supports multiple CAM-based methods. +- **2026.04.14**: Added a new Hugging Face demo for the CUB classifier: [Finer-CAM Demo](https://huggingface.co/spaces/ZihengZ/FinerCAM) ## Demo Experience the power of Finer-CAM with our interactive demos! Witness **accurate localization** of discriminative features. -- Try the **multi-modal** demo and see how Finer-CAM activates detailed and relevant regions for diverse concepts: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1plLrL7vszVD5r71RGX3YOEXEBmITkT90?usp=sharing) -- Test the **classifier** demo to explore class-specific activation maps with enhanced explainability: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1SAjRTmGy31G-GjtAc9pVH6isPjm1hWsj?usp=sharing) +- Try the **multi-modal** demo and see how Finer-CAM activates detailed and relevant regions for diverse concepts: + [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1plLrL7vszVD5r71RGX3YOEXEBmITkT90?usp=sharing) + +- Test the **CUB classifier** demo to visualize fine-grained, discriminative traits with enhanced interpretability: + [![Hugging Face Demo](https://img.shields.io/badge/🤗%20HuggingFace-Demo-yellow)](https://huggingface.co/spaces/ZihengZ/FinerCAM) ## Reqirements From 7402f76eb03b74d46ca3dd4f5044f22a4f50be4b Mon Sep 17 00:00:00 2001 From: Ziheng Zhang Date: Wed, 15 Apr 2026 00:35:37 -0400 Subject: [PATCH 2/2] Update README.md Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 689a814..1ea7518 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Finer-CAM retains CAM’s efficiency, offers precise localization, and adapts to ![images](imgs/pipeline.jpg) ## Update -- **2025.03.13**: Merged into [`jacobgil/pytorch-grad-cam`](https://github.com/jacobgil/pytorch-grad-cam), a wonderful library that supports multiple CAM-based methods. - **2026.04.14**: Added a new Hugging Face demo for the CUB classifier: [Finer-CAM Demo](https://huggingface.co/spaces/ZihengZ/FinerCAM) +- **2025.03.13**: Merged into [`jacobgil/pytorch-grad-cam`](https://github.com/jacobgil/pytorch-grad-cam), a wonderful library that supports multiple CAM-based methods. ## Demo Experience the power of Finer-CAM with our interactive demos! Witness **accurate localization** of discriminative features.