菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-26
📄 Abstract - PhotoAgent: Agentic Photo Editing with Exploratory Visual Aesthetic Planning

With the recent fast development of generative models, instruction-based image editing has shown great potential in generating high-quality images. However, the quality of editing highly depends on carefully designed instructions, placing the burden of task decomposition and sequencing entirely on the user. To achieve autonomous image editing, we present PhotoAgent, a system that advances image editing through explicit aesthetic planning. Specifically, PhotoAgent formulates autonomous image editing as a long-horizon decision-making problem. It reasons over user aesthetic intent, plans multi-step editing actions via tree search, and iteratively refines results through closed-loop execution with memory and visual feedback, without requiring step-by-step user prompts. To support reliable evaluation in real-world scenarios, we introduce UGC-Edit, an aesthetic evaluation benchmark consisting of 7,000 photos and a learned aesthetic reward model. We also construct a test set containing 1,017 photos to systematically assess autonomous photo editing performance. Extensive experiments demonstrate that PhotoAgent consistently improves both instruction adherence and visual quality compared with baseline methods. The project page is this https URL.

顶级标签: agents computer vision model evaluation
详细标签: autonomous image editing aesthetic planning tree search closed-loop execution benchmark 或 搜索:

PhotoAgent:基于探索性视觉美学规划的智能照片编辑系统 / PhotoAgent: Agentic Photo Editing with Exploratory Visual Aesthetic Planning


1️⃣ 一句话总结

这篇论文提出了一个名为PhotoAgent的智能照片编辑系统,它能够像人类一样通过规划多步骤的美学调整方案来自主编辑图片,无需用户一步步给出详细指令,从而显著提升了编辑效果和图像质量。

源自 arXiv: 2602.22809