mmunir commited on
Commit
85b4762
·
verified ·
1 Parent(s): 5daea6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -7,14 +7,16 @@ license: apache-2.0
7
  <h3>Bridging Convolutions with Multi-Directional Mamba for Efficient
8
  Visual Representation</h3>
9
 
10
- [Mustafa Munir](https://github.com/mmunir127)<sup>1</sup> \*,[Alex Zhang](https://github.com/Wertyuui345)<sup>1</sup> \*,[Radu Marculescu](https://scholar.google.com/citations?user=ZCmYP5cAAAAJ&hl=en)<sup>1</sup>
11
 
12
- <sup>1</sup> University of Texas at Austin
13
 
14
- (\*) equal contribution, (<sup>:email:</sup>) corresponding author.
15
 
16
  ArXiv Preprint (TBD)
17
 
 
 
18
 
19
  </div>
20
 
@@ -30,11 +32,11 @@ Recent advances in Vision Transformers (ViTs) and State Space Models (SSMs) have
30
  ## Citation
31
 
32
  ```bibtex
33
- @inproceedings{
34
- Munir2025vcmamba,
35
- title={{VCM}amba: Bridging Convolutions with Multi-Directional Mamba for Efficient Visual Representation},
36
- author={Anonymous},
37
- booktitle={2nd Workshop on Efficient Computing under Limited Resources: Visual Computing},
38
- year={2025},
39
- url={https://openreview.net/forum?id=rxzFJ795Bq}
40
  }
 
 
7
  <h3>Bridging Convolutions with Multi-Directional Mamba for Efficient
8
  Visual Representation</h3>
9
 
10
+ [Mustafa Munir](https://github.com/mmunir127)\* ,[Alex Zhang](https://github.com/Wertyuui345)\*, [Radu Marculescu](https://scholar.google.com/citations?user=ZCmYP5cAAAAJ&hl=en)
11
 
12
+ University of Texas at Austin
13
 
14
+ (\*) equal contribution
15
 
16
  ArXiv Preprint (TBD)
17
 
18
+ ICCV 2nd Workshop on Efficient Computing under Limited Resources: <https://eclr-workshop.github.io/>
19
+
20
 
21
  </div>
22
 
 
32
  ## Citation
33
 
34
  ```bibtex
35
+ @InProceedings{Munir2025vcmamba,
36
+ author = {Munir, Mustafa and Zhang, Alex, and Marculescu, Radu},
37
+ title = {VCMamba: Bridging Convolutions with Multi-Directional Mamba for Efficient Visual Representation},
38
+ booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) Workshops},
39
+ month = {October},
40
+ year = {2025}
 
41
  }
42
+ ```