Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## AdaptViG: Adaptive Vision GNN with Exponential Decay Gating (WACV 2026)
|
| 2 |
+
|
| 3 |
+
[PDF](https://openaccess.thecvf.com/content/WACV2026/papers/Munir_AdaptViG_Adaptive_Vision_GNN_with_Exponential_Decay_Gating_WACV_2026_paper.pdf) | [Arxiv](https://arxiv.org/abs/2511.09942)
|
| 4 |
+
|
| 5 |
+
Mustafa Munir, Md Mostafijur Rahman, and Radu Marculescu
|
| 6 |
+
|
| 7 |
+
## Code
|
| 8 |
+
- Repo: https://github.com/mmunir127/AdaptViG
|
| 9 |
+
|
| 10 |
+
### Citation
|
| 11 |
+
|
| 12 |
+
```
|
| 13 |
+
@InProceedings{AdaptViG_WACV,
|
| 14 |
+
title={AdaptViG: Adaptive Vision GNN with Exponential Decay Gating},
|
| 15 |
+
author={Munir, Mustafa and Rahman, Md Mostafijur and Marculescu, Radu},
|
| 16 |
+
booktitle={Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision},
|
| 17 |
+
pages={440--450},
|
| 18 |
+
year={2026}
|
| 19 |
+
}
|
| 20 |
+
```
|