From 65c60b56f33594e34f2f10bd5a6277ccbe0bc14d Mon Sep 17 00:00:00 2001 From: Gianpaolo Bontempo Date: Mon, 5 Aug 2024 13:04:15 +0200 Subject: [PATCH 1/2] TMI 2024 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eba369..8c81255 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,5 @@ | Feature Re-Embedding: Towards Foundation Model-Level Performance in Computational Pathology | CVPR 2024 | [![arXiv](https://img.shields.io/badge/arXiv-2402.17228-b31b1b.svg)](https://arxiv.org/abs/2402.17228) | [![GitHub](https://img.shields.io/github/stars/DearCaat/RRT-MIL?style=flat)](https://github.com/DearCaat/RRT-MIL) | Online learnable transformation of features before MIL | | MambaMIL: Enhancing Long Sequence Modeling with Sequence Reordering in Computational Pathology | MICCAI 2024 | [![arXiv](https://img.shields.io/badge/arXiv-2403.06800-b31b1b.svg)](https://arxiv.org/abs/2403.06800) | [![GitHub](https://img.shields.io/github/stars/isyangshu/MambaMIL?style=flat)](https://github.com/isyangshu/MambaMIL) | The first Mamba-based MIL for WSI classification | | Rethinking Multiple Instance Learning for Whole Slide Image Classification: A Bag-Level Classifier is a Good Instance-Level Teacher | TMI 2024 | [![arXiv](https://img.shields.io/badge/arXiv-2312.01099-b31b1b.svg)](https://arxiv.org/abs/2312.01099) | [![GitHub](https://img.shields.io/github/stars/Dootmaan/ICMIL?style=flat)](https://github.com/Dootmaan/ICMIL) | Decouple the patch-level embeddings and bag-level predictions | -| | | | | | +| A Graph-Based Multi-Scale Approach With Knowledge Distillation for WSI classification | TMI 2024 | [IEEE](https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=10332153) | ![Github](https://github.com/aimagelab/mil4wsi) | Self- knowledge distillation, Multi resolution Graph | From 6baa46116cb04005e45a23fd4d76987f5379c84f Mon Sep 17 00:00:00 2001 From: Gianpaolo Bontempo Date: Mon, 5 Aug 2024 13:11:57 +0200 Subject: [PATCH 2/2] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c81255..511f763 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,5 @@ | Feature Re-Embedding: Towards Foundation Model-Level Performance in Computational Pathology | CVPR 2024 | [![arXiv](https://img.shields.io/badge/arXiv-2402.17228-b31b1b.svg)](https://arxiv.org/abs/2402.17228) | [![GitHub](https://img.shields.io/github/stars/DearCaat/RRT-MIL?style=flat)](https://github.com/DearCaat/RRT-MIL) | Online learnable transformation of features before MIL | | MambaMIL: Enhancing Long Sequence Modeling with Sequence Reordering in Computational Pathology | MICCAI 2024 | [![arXiv](https://img.shields.io/badge/arXiv-2403.06800-b31b1b.svg)](https://arxiv.org/abs/2403.06800) | [![GitHub](https://img.shields.io/github/stars/isyangshu/MambaMIL?style=flat)](https://github.com/isyangshu/MambaMIL) | The first Mamba-based MIL for WSI classification | | Rethinking Multiple Instance Learning for Whole Slide Image Classification: A Bag-Level Classifier is a Good Instance-Level Teacher | TMI 2024 | [![arXiv](https://img.shields.io/badge/arXiv-2312.01099-b31b1b.svg)](https://arxiv.org/abs/2312.01099) | [![GitHub](https://img.shields.io/github/stars/Dootmaan/ICMIL?style=flat)](https://github.com/Dootmaan/ICMIL) | Decouple the patch-level embeddings and bag-level predictions | -| A Graph-Based Multi-Scale Approach With Knowledge Distillation for WSI classification | TMI 2024 | [IEEE](https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=10332153) | ![Github](https://github.com/aimagelab/mil4wsi) | Self- knowledge distillation, Multi resolution Graph | +| A Graph-Based Multi-Scale Approach With Knowledge Distillation for WSI classification | TMI 2024 | [IEEE](https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=10332153) | [![Github](https://img.shields.io/github/stars/aimagelab/mil4wsi?style=flat)](https://github.com/aimagelab/mil4wsi) | knowledge distillation, Multi resolution, similarity Graph |