A Composable Evaluation System for Reproducible Omni-Modal Foundation Model Evaluation

📅 2026-09-01
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决多模态基础模型评估中工具不兼容问题,OmniEvaluator通过连接现有推理引擎和评估库提供统一接口,支持跨模型比较和结果复现。
📝 Abstract
Building an omni-modal foundation model means evaluating it across text, image, video, and audio. Excellent evaluation toolkits exist for each modality, but their inference engines, prompt conventions, and metric implementations are mutually incompatible, so practitioners end up maintaining separate environments for every toolchain and still struggle to compare results across them. OmniEvaluator grew out of this need in our own model development: rather than reimplementing benchmarks, it connects existing inference engines and curated evaluation libraries at a higher level, exposing four inference backends, four evaluation frameworks, and over a thousand benchmarks through a single interface. Every run is recorded as an artifact capturing the full configuration for exact reproduction, and results flow into a shared dashboard for cross-model comparison. A federated mode shares GPU inference servers across concurrent evaluations, and a built-in verifier, small enough to run on CPU, keeps its score stable across engines and prompts where rule-based scoring fluctuates under configuration mismatch, matching cost-efficient commercial LLM judges without their recurring API cost. The system, demo video, and dashboard are publicly available. (https://github.com/naver-ai/omni-evaluator)
Problem

Research questions and friction points this paper is trying to address.

omni-modal foundation model
evaluation toolkit
incompatibility
cross-model comparison
Innovation

Methods, ideas, or system contributions that make the work stand out.

omni-modal foundation model
reproducible evaluation
inference backend integration
federated GPU sharing
built-in verifier
H
Hodong Lee
NAVER Cloud AI, Korea University
S
Sanghee Park
NAVER Cloud AI, KAIST AI
D
Dohoon Ryu
NAVER Cloud AI
J
Jungwhan Kim
NAVER Cloud AI, Seoul National University
Junyeob Kim
Junyeob Kim
Seoul National University
S
Soyoon Kim
NAVER Cloud AI, KAIST AI
Geewook Kim
Geewook Kim
NAVER Cloud AI & KAIST AI
Large Language ModelsMultimodal LLMsDocument AI