PeterL1n commited on
Commit
25a54fd
·
1 Parent(s): 44c1b23

Update readme

Browse files
Files changed (1) hide show
  1. README.md +18 -7
README.md CHANGED
@@ -4,15 +4,26 @@ license: mit
4
 
5
  # Adversarial Flow Models
6
 
7
- This repository contains the official checkpoins of the paper [Adversarial Flow Models](https://www.arxiv.org/abs/2511.22475).
8
-
9
- Adversarial Flow Models is a class of generative models that unifies Adversarial Models and Flow Models. This repo contains the pretrained ImageNet-256px models in the paper experiment section.
10
 
11
  ## Usage
12
 
13
  Code and instructions are available in the [ByteDance-Seed/Adversarial-Flow-Models](https://github.com/ByteDance-Seed/Adversarial-Flow-Models) repository.
14
 
15
- ## Content
16
- * `models/` contains pre-trained ImageNet256px checkpoints.
17
- * `eval/` contains pre-generated 50k samples for evaluations following ADM npz format.
18
- * `misc/` contains VAE and other checkpoints used in training.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
5
  # Adversarial Flow Models
6
 
7
+ This repository contains the official assets of [Adversarial Flow Models](https://www.arxiv.org/abs/2511.22475) and [Continuous Adversarial Flow Models](https://arxiv.org/abs/2604.11521).
 
 
8
 
9
  ## Usage
10
 
11
  Code and instructions are available in the [ByteDance-Seed/Adversarial-Flow-Models](https://github.com/ByteDance-Seed/Adversarial-Flow-Models) repository.
12
 
13
+ ## Citation
14
+
15
+ ```bibtex
16
+ @article{afm,
17
+ title={Adversarial Flow Models},
18
+ author={Lin, Shanchuan and Yang, Ceyuan and Lin, Zhijie and Chen, Hao and Fan, Haoqi},
19
+ journal={arXiv preprint arXiv:2511.22475},
20
+ year={2025}
21
+ }
22
+
23
+ @article{cafm,
24
+ title={Continuous Adversarial Flow Models},
25
+ author={Lin, Shanchuan and Yang, Ceyuan and Lin, Zhijie and Chen, Hao and Fan, Haoqi},
26
+ journal={arXiv preprint arXiv:2604.11521},
27
+ year={2026}
28
+ }
29
+ ```