paper-with-me

홈 › Papers

Routing to the Right Expertise: A Trustworthy Judge for Instruction-based Image Editing

2025-04-10 · Chenxi Sun, Hongzhi Zhang, Qi Wang, Fuzheng Zhang

Instruction-based Image Editing (IIE) models have made significantly improvement due to the progress of multimodal large language models (MLLMs) and diffusion models, which can understand and reason about complex editing instructions. In addition to advancing current IIE models, accurately evaluating their output has become increasingly critical and challenging. Current IIE evaluation methods and their evaluation procedures often fall short of aligning with human judgment and often lack explainability. To address these limitations, we propose JUdgement through Routing of Expertise (JURE). Each expert in JURE is a pre-selected model assumed to be equipped with an atomic expertise that can provide useful feedback to judge output, and the router dynamically routes the evaluation task of a given instruction and its output to appropriate experts, aggregating their feedback into a final judge. JURE is trustworthy in two aspects. First, it can effortlessly provide explanations about its judge by examining the routed experts and their feedback. Second, experimental results demonstrate that JURE is reliable by achieving superior alignment with human judgments, setting a new standard for automated IIE evaluation. Moreover, JURE's flexible design is future-proof - modular experts can be seamlessly replaced or expanded to accommodate advancements in IIE, maintaining consistently high evaluation quality. Our evaluation data and results are available at https://github.com/Cyyyyyrus/JURE.git.

📄 PDF Abstract BibTeX arXiv:2504.07424

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

SDoH-Aware Narrative Anchoring Bias in Medical LLMs for Trustworthy Clinical Decision Support

2026-08-24 · Ahnaf Atef Choudhury, Ramkrishna Saha arxiv

Medical large language models are often judged by how many clinical questions they answer correctly. That view is useful, but it misses a practical risk. A model may know the right answer and still change its response wh…

Question Answering

Balanced Accuracy: The Right Metric for Evaluating LLM Judges -- Explained through Youden's J statistic

2025-12-08 · Stephane Collot, Colin Fraser, Justin Zhao, William F. Shen 외 arxiv

Rigorous evaluation of large language models (LLMs) relies on comparing models by the prevalence of desirable or undesirable behaviors, such as task pass rates or policy violations. These prevalence estimates are produce…

Dealing with Expert Bias in Collective Decision-Making

2021-06-25 · Axel Abels, Tom Lenaerts, Vito Trianni, Ann Nowé

Quite some real-world problems can be formulated as decision-making problems wherein one must repeatedly make an appropriate choice from a set of alternatives. Multiple expert judgements, whether human or artificial, can…

Decision Making

LLMs as Assessors: Right for the Right Reason?

2026-01-13 · Sourav Saha, Mandar Mitra, Aditya Dutta arxiv

A good deal of recent research has focused on how Large Language Models (LLMs) may be used as judges in place of humans to evaluate the quality of the output produced by various text / image processing systems. Within th…

Information Retrieval

TinyJudge: Unverifiable Constraint Alignment via Lightweight Specialist Ensembles

2026-04-19 · Yirong Zeng, Yufei Liu, Xiao Ding, Yutai Hou 외 arxiv

Instruction Following (IF) is a core capability of LLMs, requiring strict adherence to diverse constraints, ranging from verifiable ones (e.g., output length) to unverifiable ones (e.g., tone). Reinforcement learning wit…

Reinforcement LearningInstruction Following