paper-with-me

Papers

MJ-Bench: Is Your Multimodal Reward Model Really a Good Judge for Text-to-Image Generation?

2024-07-05 · Zhaorun Chen, Yichao Du, Zichen Wen, Yiyang Zhou, Chenhang Cui, Zhenzhen Weng, Haoqin Tu, Chaoqi Wang, Zhengwei Tong, Qinglan Huang, Canyu Chen, Qinghao Ye, Zhihong Zhu, Yuqing Zhang, Jiawei Zhou, Zhuokai Zhao, Rafael Rafailov, Chelsea Finn, Huaxiu Yao

While text-to-image models like DALLE-3 and Stable Diffusion are rapidly proliferating, they often encounter challenges such as hallucination, bias, and the production of unsafe, low-quality output. To effectively address these issues, it is crucial to align these models with desired behaviors based on feedback from a multimodal judge. Despite their significance, current multimodal judges frequently undergo inadequate evaluation of their capabilities and limitations, potentially leading to misalignment and unsafe fine-tuning outcomes. To address this issue, we introduce MJ-Bench, a novel benchmark which incorporates a comprehensive preference dataset to evaluate multimodal judges in providing feedback for image generation models across four key perspectives: alignment, safety, image quality, and bias. Specifically, we evaluate a large variety of multimodal judges including smaller-sized CLIP-based scoring models, open-source VLMs (e.g. LLaVA family), and close-source VLMs (e.g. GPT-4o, Claude 3) on each decomposed subcategory of our preference dataset. Experiments reveal that close-source VLMs generally provide better feedback, with GPT-4o outperforming other judges in average. Compared with open-source VLMs, smaller-sized scoring models can provide better feedback regarding text-image alignment and image quality, while VLMs provide more accurate feedback regarding safety and generation bias due to their stronger reasoning capabilities. Further studies in feedback scale reveal that VLM judges can generally provide more accurate and stable feedback in natural language (Likert-scale) than numerical scales. Notably, human evaluations on end-to-end fine-tuned models using separate feedback from these multimodal judges provide similar conclusions, further confirming the effectiveness of MJ-Bench. All data, code, models are available at https://huggingface.co/MJ-Bench.

📄 PDF Abstract BibTeX arXiv:2407.04842

Code (1)

MJ-Bench/MJ-Bench 공식 구현 pytorch

Tasks

HallucinationImage GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
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 제목 키워드 기반

AV-Odyssey Bench: Can Your Multimodal LLMs Really Understand Audio-Visual Information?

2024-12-03 · Kaixiong Gong, Kaituo Feng, Bohao Li, Yibing Wang 외

Recently, multimodal large language models (MLLMs), such as GPT-4o, Gemini 1.5 Pro, and Reka Core, have expanded their capabilities to include vision and audio modalities. While these models demonstrate impressive perfor…

Multiple-choice

DT2IT-MRM: Debiased Preference Construction and Iterative Training for Multimodal Reward Modeling

2026-04-21 · Zhihong Zhang, Jie Zhao, Xiaojian Huang, Jin Xu 외 arxiv

Multimodal reward models (MRMs) play a crucial role in aligning Multimodal Large Language Models (MLLMs) with human preferences. Training a good MRM requires high-quality multimodal preference data. However, existing pre…

Do MLLMs Really See It: Reinforcing Visual Attention in Multimodal LLMs

2026-02-09 · Siqu Ou, Tianrui Wan, Zhiyuan Zhao, Junyu Gao 외 arxiv

While chain-of-thought (CoT) reasoning has substantially improved multimodal large language models (MLLMs) on complex reasoning tasks, existing approaches largely rely on long textual reasoning trajectories and provide l…

Reinforcement LearningVisual Reasoning

SoundnessBench: Can Your AI Scientist Really Tell Good Research Ideas from Bad Ones?

2026-05-28 · Sy-Tuyen Ho, Minghui Liu, Huy Nghiem, Furong Huang arxiv

Autonomous AI research agents aim to accelerate scientific discovery by automating the research pipeline, from hypothesis generation to peer review. However, existing benchmarks rarely test a fundamental bottleneck: whet…

Guide Your Agent with Adaptive Multimodal Rewards

2023-09-21 · NeurIPS 2023 11

Developing an agent capable of adapting to unseen environments remains a difficult challenge in imitation learning. This work presents Adaptive Return-conditioned Policy (ARP), an efficient framework designed to enhance …