日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
画像レタッチarXiv:2609.01148v1

目を描く:視覚的焦点強調のための意図駆動型画像レタッチエージェント

Dotting the Eye: An Intent-Driven Image Retouching Agent for Visual Focus Enhancement

シェア:XThreadsFacebookLINEはてブBluesky

ユーザーの弱い意図(数回のクリックや粗いストローク)から視覚的焦点を推定し、拡散モデルを用いて自然な画像レタッチを行うMLLM駆動エージェント「EyeControl」を提案した。

詳しい要約

1. どんなもの?

本研究は、画像レタッチを視覚的焦点の強調として捉え、弱いユーザー意図(数回のクリックや粗いストローク)に基づいて画像の注目領域を強調するMLLM駆動のエージェント「EyeControl」を提案する。EyeControlは、拡散ベースのレタッチ実行器を備え、意図解釈と画像内容から視覚焦点を推定し、構造化された意図ガイダンスを生成する。また、実行器の注意マップを疑似意図マップに整合させ、グローバルとローカルの調整を協調させる操作一貫性制約を導入する。さらに、評価用データセットControlArt-Benchを提供する。

2. 先行研究と比べてどこがすごい?

従来の画像レタッチは全体的な画質向上を目的とした色調整が主流であり、視覚焦点の強調という実用的な目的を直接扱っていなかった。また、焦点指向のレタッチはグローバルとローカルの調整を協調させる必要があり、専門知識を要する複雑なプロセスである。EyeControlは、弱いユーザー意図から視覚焦点を推定し、MLLMと拡散モデルを組み合わせることで、専門知識なしで自然な焦点強調を実現する点が新しい。

3. 技術・手法の肝は?

手法の核は、(1) MLLMがユーザー意図と画像内容を解釈して視覚焦点を推定し、レタッチ実行器のための構造化された意図ガイダンスを生成する点、(2) 拡散ベースのレタッチ実行器が、設計された疑似意図マップに注意マップを明示的に整合させることで、対象領域への応答を強化する点、(3) グローバルとローカルの調整の協調を改善するための操作一貫性制約を導入する点である。

4. どうやって有効だと検証した?

提案手法の有効性は、新たに構築した高品質な評価データセットControlArt-Benchを用いた広範な評価により検証された。評価では、知覚的に魅力的な結果と、より強い意図整合性が示された。具体的な評価指標や比較対象は要旨からは不明だが、定量的・定性的評価が行われたと推測される。

5. 議論はある?

要旨からは、議論の余地として、弱いユーザー意図の解釈の曖昧さや、拡散モデルによるレタッチの自然さと意図整合性のトレードオフなどが考えられるが、具体的な議論は要旨に記載されていない。また、ControlArt-Benchの構築方法や評価の主観性についても議論の余地があるが、詳細は不明。

6. 次に読むべき論文は?

要旨で参照されている関連研究は明示されていないが、同分野の定番として、画像レタッチにおける拡散モデルを用いた手法(例: Diffusion-based image editing)や、MLLMを用いた視覚的推論手法(例: Multimodal Large Language Models)が挙げられる。また、視覚的注意やsaliency detectionに関する研究も関連する。具体的な論文名は要旨からは不明。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Chujie Qin, Zilong Zhang, Zewei Chang, Chunle Guo, Ruixing Wang, Tao Hu, Ming-Ming Cheng, Chongyi Li

分類: cs.CV

原文アブストラクト

Image retouching is commonly formulated as enhancing overall visual quality through color adjustment, but in practice, it also serves to emphasize visual focus by guiding viewers' attention toward a specific subject or region. Achieving such focus-oriented retouching is inherently challenging, as it requires well-coordinated global and local adjustments to manipulate perceptual saliency while maintaining visual naturalness. This intricate process typically demands substantial professional expertise. In this study, we propose EyeControl, a MLLM-driven agent with a diffusion-based retouching executor that enables visual focus enhancement under weak user intent. With only a few clicks or coarse strokes, EyeControl directs visual attention to the intended region, effectively "dotting the eye" of the image. The core idea is to explicitly link the weak user intention with the target editing region and the corresponding tonal adjustment operations during retouching. To achieve this, the system first interprets the intent and image content to infer the visual focus and generate structured intent guidance for the retouching executor. Second, the retouching executor is encouraged to respond more strongly to the target region, explicitly aligning its attention map with a designed pseudo-intent map. We also introduce an operation-consistency constraint to improve coordination between global and local adjustments, achieving more natural and coherent retouching. Additionally, we contribute ControlArt-Bench, a high-quality evaluation dataset for visual focus enhancement. Extensive evaluations demonstrate that EyeControl yields perceptually appealing results with stronger intent alignment. Code can be found in https://github.com/DragonisCV/EyeControl.