Lakonik commited on
Commit
a09811a
·
verified ·
1 Parent(s): d64d216

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - flow-matching
4
+ - pixel-diffusion
5
+ - pixel-generation
6
+ datasets:
7
+ - ILSVRC/imagenet-1k
8
+ license: apache-2.0
9
+ ---
10
+
11
+ # Asymmetric Flow Models
12
+
13
+ Pixel-space flow models trained on ImageNet using the AsymFlow method proposed in the paper:
14
+
15
+ **Asymmetric Flow Models**
16
+ <br>
17
+ arXiv 2026
18
+ <br>
19
+ [Hansheng Chen](https://lakonik.github.io/),
20
+ [Jan Ackermann](https://janackermann.info/),
21
+ [Minseo Kim](https://soniaminseokim.github.io/),
22
+ [Gordon Wetzstein](http://web.stanford.edu/~gordonwz/),
23
+ [Leonidas Guibas](https://geometry.stanford.edu/?member=guibas)<br>
24
+ Stanford University
25
+ <br>
26
+ [Project Page](https://hanshengchen.com/asymflow) | [arXiv](https://arxiv.org/abs/2605.12964) | [Code](https://github.com/Lakonik/LakonLab/blob/main/docs/AsymFlow.md) | [AsymFLUX.2 klein Demo🤗](https://huggingface.co/spaces/Lakonik/AsymFLUX.2-klein)
27
+
28
+ ![asymflow_teaser](https://cdn-uploads.huggingface.co/production/uploads/638067fcb334960c987fbeda/UCU9seMTK_iBccdFNErns.jpeg)
29
+
30
+ ## Citation
31
+ ```
32
+ @article{chen2026asymmetric,
33
+ title={Asymmetric Flow Models},
34
+ author={Hansheng Chen and Jan Ackermann and Minseo Kim and Gordon Wetzstein and Leonidas Guibas},
35
+ journal={arXiv preprint arXiv:2605.12964},
36
+ url={https://arxiv.org/abs/2605.12964},
37
+ year={2026},
38
+ }
39
+ ```