paper-with-me

Papers

EditRefiner: A Human-Aligned Agentic Framework for Image Editing Refinement

2026-05-08 · Zitong Xu, Huiyu Duan, Yifei Nie, Mingda Du, Sijing Wu, Xiongkuo Min, Tianyi Zheng, Jian Zhang, Shusong Xu, Jinwei Chen, Bo Li, Guangtao Zhai arxiv

Recent text-guided image editing (TIE) models have made remarkable progress, yet edited images still frequently suffer from fine-grained issues such as unnatural objects, lighting mismatch, and unexpected changes. Existing refinement approaches either rely on costly iterative regeneration or employ vision-language models (VLMs) with weak spatial grounding, often resulting in semantic drift and unreliable local corrections. To address these limitations, we first construct EditFHF-15K, a dataset of fine-grained human feedback for edited images, comprising (1) 15K images from 12 TIE models spanning 43 editing tasks, (2) 60K annotated artifact regions and 80K editing failure regions, each accompanied by textual reasoning, and (3) 45K mean opinion scores (MOSs) assessing perceptual quality, instruction following, and visual consistency. Based on EditFHF-15K, we propose EditRefiner, a hierarchical, interpretable, and human-aligned agentic framework that reformulates post-editing correction as a human-like perception-reasoning-action-evaluation loop. Specifically, we introduce: (1) a perception agent that detects contextual saliency maps of artifacts and editing failures, (2) a reasoning agent that interprets these perceptual cues to perform human-aligned diagnostic inference, (3) an action agent that uses the reasoning output to plan and execute localized re-editing, and (4) an evaluation agent that assesses the re-edited image and guides the action agent on whether further refinements are required. Extensive experiments demonstrate that EditRefiner consistently outperforms state-of-the-art methods in distortion localization, diagnose accuracy and human perception alignment, establishing a new paradigm for self-corrective and perceptually reliable image editing. The code is available at https://github.com/IntMeGroup/EditRefiner.

📄 PDF Abstract BibTeX arXiv:2605.07457

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingImage Editing

Similar Papers 제목 키워드 기반

AgenticIQA: An Agentic Framework for Adaptive and Interpretable Image Quality Assessment

2025-09-30 · Hanwei Zhu, Yu Tian, Keyan Ding, Baoliang Chen 외 arxiv

Image quality assessment (IQA) is inherently complex, as it reflects both the quantification and interpretation of perceptual quality rooted in the human visual system. Conventional approaches typically rely on fixed mod…

Image Quality Assessment

Value-Aligned Prompt Moderation via Zero-Shot Agentic Rewriting for Safe Image Generation

2025-11-12 · Xin Zhao, Xiaojun Chen, Bingshan Liu, Zeyao Liu 외 arxiv

Generative vision-language models like Stable Diffusion demonstrate remarkable capabilities in creative media synthesis, but they also pose substantial risks of producing unsafe, offensive, or culturally inappropriate co…

Text-to-Image Generation

RAGalyst: Automated Human-Aligned Agentic Evaluation for Domain-Specific RAG

2025-11-06 · Joshua Gao, Quoc Huy Pham, Subin Varghese, Silwal Saurav 외 arxiv

Retrieval-Augmented Generation (RAG) is a critical technique for grounding Large Language Models (LLMs) in factual evidence, yet evaluating RAG systems in specialized, safety-critical domains remains a significant challe…

Agentic Retoucher for Text-To-Image Generation

2026-01-05 · Shaocheng Shen, Jianfeng Liang, Chunlei Cai, Cong Geng 외 arxiv

Text-to-image (T2I) diffusion models such as SDXL and FLUX have achieved impressive photorealism, yet small-scale distortions remain pervasive in limbs, face, text and so on. Existing refinement approaches either perform…

Text-to-Image Generation

POLARIS: Typed Planning and Governed Execution for Agentic AI in Back-Office Automation

2026-01-16 · Zahra Moslemi, Keerthi Koneru, Yen-Ting Lee, Sheethal Kumar 외 arxiv

Enterprise back office workflows require agentic systems that are auditable, policy-aligned, and operationally predictable, capabilities that generic multi-agent setups often fail to deliver. We present POLARIS (Policy-A…