File size: 841 Bytes
69dc9c8
 
 
 
 
 
25a54fd
69dc9c8
2c67a55
 
 
69dc9c8
25a54fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
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}
}
```