paper-with-me

Papers

EditSleuth: A Dataset of Grounded Reasoning Chains for Image-Edit Forensics

2026-05-09 · Van-Loc Nguyen, AprilPyone MaungMaung, Minh-Triet Tran, Isao Echizen arxiv

Forensic analysis of AI-edited images requires more than binary real-versus-fake prediction: a useful system should localize the edit, identify its semantic type, and ground its decisions in visual evidence. Existing image-forensics datasets typically emphasize detection or localization, while reasoning-supervised vision-language datasets rarely target image manipulation and often rely on LLM-generated rationales whose faithfulness is difficult to verify. We introduce EditSleuth, a dataset of 257,725 image-edit triplets constructed from existing image-editing corpora for grounded image-edit forensic reasoning. Each example includes an edited image, its source image, a binary edit mask, a 12-class edit taxonomy label, a difficulty score, and a six-step reasoning chain. EditSleuth chains are generated deterministically from triplet-grounded upstream artifacts, with each statement tied to a specific computable source of evidence. Our analysis reveals that a naive four-component difficulty formulation suffers from a rank-2 correlation collapse among magnitude features; a simplified three-component formulation substantially increases score dispersion on both Pico-Banana and MagicBrush. Difficulty also varies meaningfully within most edit categories, indicating that the score is not a proxy for edit type. As an initial learning study, we fine-tune Qwen2-VL-2B with LoRA and find that chain-as-target supervision matches a label-only baseline on classification accuracy among parseable answers, while additionally yielding grounded explanatory prose that label-only supervision cannot produce. We release the dataset, the deterministic construction pipeline, and pilot training scripts.

📄 PDF Abstract BibTeX arXiv:2605.08695

Code (0)

등록된 구현이 없습니다.

Tasks

Image Manipulation

Similar Papers 제목 키워드 기반

GRIT: Teaching MLLMs to Think with Images

2025-05-21 · Yue Fan, Xuehai He, Diji Yang, Kaizhi Zheng 외

Recent studies have demonstrated the efficacy of using Reinforcement Learning (RL) in building reasoning models that articulate chains of thoughts prior to producing final answers. However, despite ongoing advances that …

Reinforcement Learning (RL)Visual Reasoning

TRACE the Evidence: Constructing Knowledge-Grounded Reasoning Chains for Retrieval-Augmented Generation

2024-06-17 · Jinyuan Fang, Zaiqiao Meng, Craig Macdonald

Retrieval-augmented generation (RAG) offers an effective approach for addressing question answering (QA) tasks. However, the imperfections of the retrievers in RAG models often result in the retrieval of irrelevant infor…

Question AnsweringRAGRetrievalRetrieval-augmented Generation

Artemis: Structured Visual Reasoning for Perception Policy Learning

2025-12-01 · Wei Tang, Yanpeng Sun, Shan Zhang, Weihao Bo 외 arxiv

Recent reinforcement-learning frameworks for visual perception policy usually incorporate intermediate reasoning chains expressed in natural language. Empirical observations indicate that such purely linguistic intermedi…

Visual Reasoning

CaST-Bench: Benchmarking Causal Chain-Grounded Spatio-Temporal Reasoning for Video Question Answering

2026-05-22 · Mingfang Zhang, Jingjing Pan, Ashutosh Kumar, Rajat Saini 외 arxiv

Cause-and-effect reasoning in video is a significant challenge for Vision-Language Models (VLMs), as it requires going beyond surface-level perception to a deeper understanding of causal mechanisms. However, existing ben…

Video Question Answering

IQA-T1: Tool-based Visual Evidence Reasoning for Image Quality Assessment

2026-07-14 · Jinjian Wu, Jiaqi Tang, Wei Wei, Yingying Yan 외 arxiv

Image Quality Assessment (IQA) in open-world environments remains challenging due to limited generalization and interpretability. Recent approaches based on multimodal large language models (MLLMs) introduce textual reas…

Image Quality AssessmentMultimodal Reasoning