Add pipeline tag and link to paper

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -1,8 +1,23 @@
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 checkpoints.
 
 
 
 
 
 
7
 
8
- For more details or tutorials see https://github.com/shallowdream204/LAformer.
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: image-to-image
4
  ---
5
+
6
  ## Fast and Accurate Image Restoration and Generation with Rank Enhanced Linear Attention (ECCV 2026)
7
 
8
+ This repository contains the pretrained checkpoints for **LAformer**, presented in the paper [Fast and Accurate Image Restoration and Generation with Rank Enhanced Linear Attention](https://huggingface.co/papers/2505.16157).
9
+
10
+ LAformer is an efficient and effective Vision Transformer built upon **Rank Enhanced Linear Attention (RELA)**, designed to handle high-resolution image processing and global context modeling with linear complexity.
11
+
12
+ For more details, training configurations, and evaluation tutorials, please see the [LAformer GitHub repository](https://github.com/shallowdream204/LAformer).
13
+
14
+ ### Citation
15
 
16
+ ```bibtex
17
+ @inproceedings{ai2026fast,
18
+ title = {Fast and Accurate Image Restoration and Generation with Rank Enhanced Linear Attention},
19
+ author = {Ai, Yuang},
20
+ booktitle = {ECCV},
21
+ year = {2026}
22
+ }
23
+ ```