Add task category, paper link, and GitHub link to dataset card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -1,8 +1,26 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
4
  ## Fast and Accurate Image Restoration and Generation with Rank Enhanced Linear Attention (ECCV 2026)
5
 
6
- This repo is used to host LAformer's visualization results.
 
 
 
 
 
 
 
 
7
 
8
- For more details or tutorials see https://github.com/shallowdream204/LAformer.
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - image-to-image
5
  ---
6
+
7
  ## Fast and Accurate Image Restoration and Generation with Rank Enhanced Linear Attention (ECCV 2026)
8
 
9
+ This repository is used to host the visualization results for **LAformer** from the paper [Fast and Accurate Image Restoration and Generation with Rank Enhanced Linear Attention](https://huggingface.co/papers/2505.16157).
10
+
11
+ - **Paper:** [Fast and Accurate Image Restoration and Generation with Rank Enhanced Linear Attention](https://huggingface.co/papers/2505.16157)
12
+ - **Code:** [GitHub - shallowdream204/LAformer](https://github.com/shallowdream204/LAformer)
13
+ - **Pretrained Models:** [Hugging Face Models](https://huggingface.co/shallowdream204/LAformer)
14
+
15
+ ## Citation
16
+
17
+ If this work is useful for your research, please cite:
18
 
19
+ ```bibtex
20
+ @inproceedings{ai2026fast,
21
+ title = {Fast and Accurate Image Restoration and Generation with Rank Enhanced Linear Attention},
22
+ author = {Ai, Yuang},
23
+ booktitle = {ECCV},
24
+ year = {2026}
25
+ }
26
+ ```