Engineering brief

Relative Scoring and In-Loop Eval Fix AI Video Quality

AI Engineer1 min read · saves 22 min

At a glance

Relevance
Practical value
Warnings
None

Character.ai found absolute video quality scores miss storytelling and physics. By comparing pairs on specific axes and distilling a fast VLM, they embedded evaluation into the generation loop—catching slop early and cutting rework significantly.

Most AI video evaluation misses whether the story works. This approach makes axis-specific quality checks fast and integration early in the pipeline.

Summary

AI video generation has raced ahead, but evaluation still leans on frame-level metrics that ignore storytelling, physics, and pacing. Character.ai found LLM-as-judge pipelines too slow and costly for production, while human review doesn't scale.

Their fix: distill a committee of metrics and human-calibrated judges into a small vision model that scores axes—story, physics, audio sync—via relative A/B comparisons. Inference takes 3 seconds per 15-second video. V1 failed by learning vibe over axes; curating a dataset of real vs AI footage, avoiding AI-detector bias, corrected it.

By embedding this fast evaluator inside the generation loop, they shifted quality control from post-hoc to real-time. Agentic workflows now self-correct using the scores, cutting expensive re-generation and improving output consistency at scale.

The core tradeoff was speed vs accuracy. A larger model scored better but was too slow; the marginal gain didn't justify the latency. The lesson: define quality axes, compare relatively, and move eval as close to generation as possible. This pattern applies to any generative output where quality is multi-dimensional and subjective.

Watch the video

This video is blocked due to your privacy settings. To watch this video, please accept YouTube marketing cookies.

Related breakdowns

Get TL;DW

Too Long; Didn't Watch.

A concise breakdowns of the AI and devtools videos that actually matter for engineering leaders.

Free. Weekly. No hype.

Video and thumbnails remain the property of their respective creators. tldw.news provides editorial analysis, commentary, and discovery links to original content.