What to Edit Next: Visually Aligned Image-Editing Follow-Up Suggestions in Conversational Systems

Zhijing Zhang, Jinpeng Yu, Xin Song, Bingnan Li, Chuyue Li, Changhui Du, Xiaolin Fang, Jiaming Liu, Ruihua Huang

arXiv:2608.07565 · 2026-08-11 공개 · arXiv · PDF

reinforcement-learning image-editing a-b-testing multimodal-policy visual-verifier click-through-rate multimodal-recommendation sft-policy

Abstract

Conversational assistants increasingly recommend follow-up edits to help users continue a task. Existing systems primarily target text-only interactions, leaving image-creation conversations underexplored. In image-creation tasks, useful follow-up edit suggestions must reflect user preferences, offer diverse directions, and remain executable on the current image. We collected 100,000 real multi-turn image-creation conversation samples from Qwen App and found that 80.1% are image-dependent, underscoring the need for multimodal recommendation. We address this setting with a three-stage framework. In Stage 1, we use real online data to build a human-reviewed table of appropriate follow-up editing intents, then create SFT targets and fine-tune a multimodal policy. In Stage 2, to align rule-guided SFT suggestions with actual user choices, we use user click feedback to optimize the policy through multi-objective reinforcement learning. In Stage 3, to reduce visual inconsistencies between suggested edits and the current image, we introduce a visual verifier as additional training supervision. Extensive experiments demonstrate that our framework significantly outperforms baselines on both automatic and human evaluations. In a live user-randomized A/B test with millions of users, our final framework reduces visual inconsistency from 3.7% to 0.9%. Furthermore, it significantly improves recommendation CTR by 32.70%, image take-away rate by 16.32%, and average conversation turns per user by 39.90% (all p<0.05).

한국어 요약

한 줄 요약

Qwen 앱에서 이미지 생성 대화에서 시각적 일관성을 유지하면서 사용자 선호를 반영한 편집 제안을 생성하기 위한 3단계 프레임워크를 제안한다.

핵심 기여도

핵심 아이디어

기존 대화형 시스템은 텍스트 기반 제안에 집중했으나, 이미지 생성 대화에서는 제안이 현재 이미지와 일관되어야 한다는 점에서 차이가 있다. 본 연구는 사용자 행동과 시각 정보를 모두 고려한 3단계 프레임워크를 제안한다. 첫 번째 단계는 인간 검토를 거친 편집 의도 테이블을 기반으로 SFT를 수행하여 정책을 미세 조정한다. 두 번째 단계는 사용자의 클릭 피드백을 통해 다목적 강화학습을 적용하여 정책을 최적화한다. 마지막 단계는 이미지 기반 Source–Target 구조의 검증기를 도입하여 제안의 시각적 일관성을 보장한다. 이는 기존 시스템이 시각적 실행 가능성에 대한 명시적 지도를 제공하지 못하는 문제를 해결한다.

기술적 접근법

주요 결과

의의 및 한계

본 연구는 이미지 생성 대화에서 사용자 선호와 시각적 실행 가능성을 동시에 고려한 첫 번째 통합 프레임워크를 제시한다. 특히, Source–Target 구조의 검증기는 기존 시스템이 해결하지 못한 시각 불일치 문제를 효과적으로 해결한다. 그러나, 사용자 클릭 데이터는 제안의 실행 가능성보다는 선호도를 반영하므로, 클릭 기반 강화학습만으로는 시각적 일관성을 완전히 보장하기 어렵다는 한계가 있다. 또한, 검증기는 학습 단계에서만 사용되며, 실제 운영 시에는 추가 지연 없이 단일 8B 정책이 사용된다.

실용적 활용

이 프레임워크는 이미지 생성 앱(Qwen App 등)에서 사용자 대화 흐름을 자연스럽게 이어가도록 돕는 데 유용하다. 특히, 디자인, 콘텐츠 제작, 게임 개발 등 시각적 편집이 필요한 산업에서 사용자 참여도와 작업 효율성을 동시에 향상시킬 수 있다.