| license: mit | |
| # Adversarial Flow Models | |
| 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). | |
| ## Usage | |
| Code and instructions are available in the [ByteDance-Seed/Adversarial-Flow-Models](https://github.com/ByteDance-Seed/Adversarial-Flow-Models) repository. | |
| ## Citation | |
| ```bibtex | |
| @article{afm, | |
| title={Adversarial Flow Models}, | |
| author={Lin, Shanchuan and Yang, Ceyuan and Lin, Zhijie and Chen, Hao and Fan, Haoqi}, | |
| journal={arXiv preprint arXiv:2511.22475}, | |
| year={2025} | |
| } | |
| @article{cafm, | |
| title={Continuous Adversarial Flow Models}, | |
| author={Lin, Shanchuan and Yang, Ceyuan and Lin, Zhijie and Chen, Hao and Fan, Haoqi}, | |
| journal={arXiv preprint arXiv:2604.11521}, | |
| year={2026} | |
| } | |
| ``` |