Update readme
Browse files
README.md
CHANGED
|
@@ -4,15 +4,26 @@ license: mit
|
|
| 4 |
|
| 5 |
# Adversarial Flow Models
|
| 6 |
|
| 7 |
-
This repository contains the official
|
| 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 |
-
##
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
```
|