Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# RewardFlow
|
| 2 |
+
|
| 3 |
+
**Official Weights for the paper:**
|
| 4 |
+
**RewardFlow: Generate Images by Optimizing What You Reward**
|
| 5 |
+
|
| 6 |
+
Accepted at **CVPR 2026**
|
| 7 |
+
|
| 8 |
+
## Authors
|
| 9 |
+
|
| 10 |
+
Onkar Kishor Susladkar, Dong-Hwan Jang, Tushar Prakash, Adheesh Sunil Juvekar, Vedant Shah, Ayush Barik, Nabeel Bashir, Muntasir Wahed, Ritish Shrirao, Ismini Lourentzou
|
| 11 |
+
|
| 12 |
+
## Teaser
|
| 13 |
+
|
| 14 |
+
> Teaser figure source: `CVPR2_abs_diagram_8.pdf`
|
| 15 |
+
|
| 16 |
+
[Teaser Figure (attached PDF)](CVPR2_abs_diagram_8.pdf)
|
| 17 |
+
|
| 18 |
+
## Overview
|
| 19 |
+
|
| 20 |
+
This repository contains the official weights for the paper **RewardFlow: Generate Images by Optimizing What You Reward**, accepted at **CVPR 2026**.
|
| 21 |
+
|
| 22 |
+
## Citation
|
| 23 |
+
|
| 24 |
+
```bibtex
|
| 25 |
+
@inproceedings{rewardflow2026,
|
| 26 |
+
title = {RewardFlow: Generate Images by Optimizing What You Reward},
|
| 27 |
+
author = {Susladkar, Onkar Kishor and Jang, Dong-Hwan and Prakash, Tushar and Juvekar, Adheesh Sunil and Shah, Vedant and Barik, Ayush and Bashir, Nabeel and Wahed, Muntasir and Shrirao, Ritish and Lourentzou, Ismini},
|
| 28 |
+
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 29 |
+
year = {2026}
|
| 30 |
+
}
|
| 31 |
+
```
|