| --- |
| license: cc-by-nc-sa-4.0 |
| base_model: |
| - Qwen/Qwen-Image-Edit |
| tags: |
| - automatic image enhancement |
| - image editing |
| --- |
| |
| <div align=center> |
| <img src="assets/logo.png" width="150px"> |
| </div> |
| <h2 align="center"> |
| SmartPhotoCrafter: Unified Reasoning, Generation and Optimization for Automatic Photographic Image Editing |
| </h2> |
|
|
|
|
| <a href="https://arxiv.org/abs/2604.19587"><img src='https://img.shields.io/badge/arXiv-2501.11325-red?style=flat&logo=arXiv&logoColor=red' alt='arxiv'></a> |
| <a href="https://vivocameraresearch.github.io/smartphotocrafterweb"><img src='https://img.shields.io/badge/Project-Page-Green' alt='Project'></a> |
| <a href="https://huggingface.co/papers/2604.19587"><img src='https://img.shields.io/badge/π€-HuggingFace-blue' alt='HuggingFace'></a> |
| <a href=""><img src='https://img.shields.io/badge/π€-ModelScope-purple' alt='ModelScope'></a> |
| <a href="http://www.apache.org/licenses/LICENSE-2.0"><img src='https://img.shields.io/badge/License-CC BY--NC--SA--4.0-lightgreen?style=flat&logo=Lisence' alt='License'></a> |
|
|
| **SmartPhotoCrafter** is an end-to-end framework for automatic photographic image editing that reformulates traditional editing as a closed-loop reasoning-to-generation process. Unlike prior methods that rely on explicit user instructions, our approach autonomously identifies aesthetic deficiencies, reasons about improvement strategies, and performs targeted edits without human prompts. |
|
|
|
|
| ## β¨ Highlights |
| - **Fully Automatic Editing** β No user instructions or parameters required; the model completes the closed loop of quality assessment β reasoning β editing autonomously. |
| - **Dual Capability** β Supports both **image restoration** (denoising, deblurring, low-light enhancement) and **image retouching** (color, tone, contrast enhancement). |
| - **Aesthetic Reasoning** β Explicitly generates image quality analysis and editing suggestions, improving interpretability. |
| - **High-Fidelity Generation** β Preserves original content structure while delivering photo-realistic outputs with high tonal/color semantic sensitivity. |
| - **Reinforcement Learning Optimization** β Jointly optimizes reasoning and generation modules, aligning editing trajectories with human aesthetic preferences. |
|
|
| ## πΌοΈ Demo |
|  |
|
|
| ## πΌοΈ Demo Video |
| <a href="https://www.youtube.com/watch?v=2p3t1ju_CxA" target="_blank"> |
| <img src="assets/thumbnail.jpg" alt="SmartPhotoCrafter" width="760" height="450"> |
| </a> |
|
|
|
|
| ## β Code and Usage |
| The official code and model are available at the following GitHub repository: |
| https://github.com/vivoCameraResearch/SmartPhotoCrafter |
|
|
|
|
| ## π License |
| All the materials, including code, checkpoints, and demos, are made available under the [Creative Commons BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license. You are free to copy, redistribute, remix, transform, and build upon the project for non-commercial purposes, as long as you give appropriate credit and distribute your contributions under the same license. |
|
|
|
|
| ## π Citation |
|
|
| ``` |
| @article{zeng2026smartphotocrafter, |
| title={SmartPhotoCrafter: Unified Reasoning, Generation and Optimization for Automatic Photographic Image Editing}, |
| author={Zeng, Ying and Luo, Miaosen and Li, Guangyuan and Yang, Yang and Fan, Ruiyang and Shi, Linxiao and Yang, Qirui and Zhang, Jian and Liu, Chengcheng and Zheng, Siming and others}, |
| journal={arXiv preprint arXiv:2604.19587}, |
| year={2026} |
| } |
| |
| ``` |