groffo
commited on
Commit
·
d7087a8
1
Parent(s):
af67216
meta
Browse files
README.md
CHANGED
@@ -1,15 +1,3 @@
|
|
1 |
-
---
|
2 |
-
tags:
|
3 |
-
- vision
|
4 |
-
- transformers
|
5 |
-
- vit
|
6 |
-
- feature-selection
|
7 |
-
- miccai2024
|
8 |
-
license: mit
|
9 |
-
library_name: PyTorch
|
10 |
-
inference: false
|
11 |
-
---
|
12 |
-
|
13 |
# 🔬 Feature Selection Gates (FSG) for Vision Transformers (ViT)
|
14 |
|
15 |
This repository provides a modular, extensible PyTorch implementation of **Feature Selection Gates (FSG)** with **Gradient Routing (GR)**, integrated into **Vision Transformers (ViTs)**. The approach is proposed in:
|
@@ -154,3 +142,15 @@ Lead Author: **Giorgio Roffo**
|
|
154 |
🏢 Cosmo Intelligent Medical Devices (IMD), Lainate, Italy
|
155 |
|
156 |
For more: [github.com/cosmoimd/feature-selection-gates](https://github.com/cosmoimd/feature-selection-gates)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 🔬 Feature Selection Gates (FSG) for Vision Transformers (ViT)
|
2 |
|
3 |
This repository provides a modular, extensible PyTorch implementation of **Feature Selection Gates (FSG)** with **Gradient Routing (GR)**, integrated into **Vision Transformers (ViTs)**. The approach is proposed in:
|
|
|
142 |
🏢 Cosmo Intelligent Medical Devices (IMD), Lainate, Italy
|
143 |
|
144 |
For more: [github.com/cosmoimd/feature-selection-gates](https://github.com/cosmoimd/feature-selection-gates)
|
145 |
+
|
146 |
+
---
|
147 |
+
tags:
|
148 |
+
- vision
|
149 |
+
- transformers
|
150 |
+
- vit
|
151 |
+
- feature-selection
|
152 |
+
- miccai2024
|
153 |
+
license: mit
|
154 |
+
library_name: PyTorch
|
155 |
+
inference: false
|
156 |
+
---
|