paper-with-me

홈 › Papers

Multi-Agent Game Generation and Evaluation via Audio-Visual Recordings

2025-08-01 · Alexia Jolicoeur-Martineau arxiv

While AI excels at generating text, audio, images, and videos, creating interactive audio-visual content such as video games remains challenging. Current LLMs can generate JavaScript games and animations, but lack automated evaluation metrics and struggle with complex content that normally requires teams of humans working for many months (multi-shot, multi-agents) using assets made by artists. To tackle these issues, we built a new metric and a multi-agent system. We propose AVR-Eval, a relative metric for multimedia content quality using Audio-Visual Recordings (AVRs). An omni-modal model (processing text, video, and audio) compares the AVRs of two contents, with a text model reviewing evaluations to determine superiority. We show that AVR-Eval properly identifies good from broken or mismatched content. We built AVR-Agent, a multi-agent system generating JavaScript code from a bank of multimedia assets (audio, images, 3D models). The coding agent selects relevant assets, generates multiple initial codes, uses AVR-Eval to identify the best version, and iteratively improves it through omni-modal agent feedback from the AVR. We run experiments on games and animations with AVR-Eval (win rate of content A against B). We find that content generated by AVR-Agent has a significantly higher win rate against content made through one-shot generation. However, models struggle to leverage custom assets and AVR feedback effectively, showing no higher win rate. This reveals a critical gap: while humans benefit from high-quality assets and audio-visual feedback, current coding models do not seem to utilize these resources as effectively, highlighting fundamental differences between human and machine content creation approaches.

📄 PDF Abstract BibTeX arXiv:2508.00632

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MUGEN: A Playground for Video-Audio-Text Multimodal Understanding and GENeration

2022-04-17 · Thomas Hayes, Songyang Zhang, Xi Yin, Guan Pang 외

Multimodal video-audio-text understanding and generation can benefit from datasets that are narrow but rich. The narrowness allows bite-sized challenges that the research community can make progress on. The richness ensu…

NavigateRetrievalText RetrievalText to Audio/Video Retrieval+2

GameXpert-Bench: How Far Are Coding Agents from Expert Game Development?

2026-08-22 · Kun Chen, Haorong Hong, Peizhong Gao, Jianfeng Lin 외 hf

Recent large language models (LLMs) can operate as coding agents that build complete games from natural language requests. Game development is especially demanding because program logic, visual and audio content, interfa…

LynnReal-Omni: Native multi-modal Video Generation for Agentic Visual Workflows

2026-09-14 · Xiaofeng Mao, Peijia Lin, Shaohao Rui, Yibo Zhang 외 hf

Video diffusion models are stochastic and hard to control: precise content often requires repeated sampling without guaranteed success, and long-horizon scenes drift in appearance, interactions, and temporal coherence. A…

Instruction FollowingVideo RestorationVideo Generation

First Steps Towards Overhearing LLM Agents: A Case Study With Dungeons & Dragons Gameplay

2025-05-28 · Andrew Zhu, Evan Osgood, Chris Callison-Burch

Much work has been done on conversational LLM agents which directly assist human users with tasks. We present an alternative paradigm for interacting with LLM agents, which we call "overhearing agents". These overhearing…

"Did You Hear That?" Learning to Play Video Games from Audio Cues

2019-06-10 · Raluca D. Gaina, Matthew Stephenson

Game-playing AI research has focused for a long time on learning to play video games from visual input or symbolic information. However, humans benefit from a wider array of sensors which we utilise in order to navigate …

Game DesignNavigateQ-Learning