File size: 1,396 Bytes
4cadfab
 
 
 
 
 
 
 
 
 
 
0ffd8ca
4cadfab
 
ecccf7f
 
da6a050
e50a838
bfd0229
07750bc
a8b34b2
da6a050
 
ecccf7f
 
 
da6a050
ecccf7f
4cadfab
679e5bc
 
 
 
 
 
 
 
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
30
31
32
33
34
35
36
37
---
title: Rethinking Test Time Scaling for Flow-Matching Generative Models
license: apache-2.0
arxiv: 2511.22242
tags:
- flow-matching
- test-time-scaling
- generative-models
---

# Rethinking Test Time Scaling for Flow-Matching Generative Models
[![GitHub](https://img.shields.io/badge/GitHub-Repo-181717?logo=github)](https://github.com/TerrysLearning/DOGTrimTTS)
[![arXiv](https://img.shields.io/badge/arXiv-2511.22242-b31b1b.svg)](https://arxiv.org/abs/2511.22242)

## About
This repository contains the models and configuration for our paper **[Rethinking Test Time Scaling for Flow-Matching Generative Models](https://arxiv.org/abs/2511.22242)**.

After analyzing the limitations of existing methods on ODE flow-matching models, we propose: 

***DOG-Trim: Diversity enhanced Order aligned Global flow Trimming***

![Motivation](doc/motivation_plot.png)

## Qualitative examples using Flux1.dev:
![Example](doc/dog_knife.png)
![Example2](doc/someresults.png)

## Citation
If you find this work useful, please consider citing our arXiv preprint.
```bash
@article{yu2026RethinkTTS,
  title={Rethinking Test Time Scaling for Flow-Matching Generative Models},
  author={Yu, Qingtao and Song, Changlin and Sun, Minghao and Yu, Zhengyang and Verma, Vinay Kumar and Roy, Soumya and Negi, Sumit and Li, Hongdong and Campbell, Dylan},
  journal={arXiv preprint arXiv:2511.22242},
  year={2026}
}
```