option
Home
News
AI Learns to Deliver Enhanced Video Critiques

AI Learns to Deliver Enhanced Video Critiques

April 19, 2025
167

The Challenge of Evaluating Video Content in AI Research

When diving into the world of computer vision literature, Large Vision-Language Models (LVLMs) can be invaluable for interpreting complex submissions. However, they hit a significant roadblock when it comes to assessing the quality and merits of video examples that accompany scientific papers. This is a crucial aspect because compelling visuals are just as important as the text in generating excitement and validating the claims made in research projects.

Video synthesis projects, in particular, rely heavily on demonstrating actual video output to avoid being dismissed. It's in these demonstrations where the real-world performance of a project can be truly evaluated, often revealing the gap between the project's bold claims and its actual capabilities.

I Read the Book, Didn’t See the Movie

Currently, popular API-based Large Language Models (LLMs) and Large Vision-Language Models (LVLMs) are not equipped to analyze video content directly. Their capabilities are limited to analyzing transcripts and other text-based materials related to the video. This limitation is evident when these models are asked to directly analyze video content.

The diverse objections of GPT-4o, Google Gemini and Perplexity, when asked to directly analyze video, without recourse to transcripts or other text-based sources.*The diverse objections of GPT-4o, Google Gemini and Perplexity, when asked to directly analyze video, without recourse to transcripts or other text-based sources.*

Some models, like ChatGPT-4o, might even attempt to provide a subjective evaluation of a video but will eventually admit their inability to directly view videos when pressed.

Having been asked to provide a subjective evaluation of a new research paper's associated videos, and having faked a real opinion, ChatGPT-4o eventually confesses that it cannot really view video directly.*Having been asked to provide a subjective evaluation of a new research paper's associated videos, and having faked a real opinion, ChatGPT-4o eventually confesses that it cannot really view video directly.*

Although these models are multimodal and can analyze individual photos, such as a frame extracted from a video, their ability to provide qualitative opinions is questionable. LLMs often tend to give 'people-pleasing' responses rather than sincere critiques. Moreover, many issues in a video are temporal, meaning that analyzing a single frame misses the point entirely.

The only way an LLM can offer a 'value judgment' on a video is by leveraging text-based knowledge, such as understanding deepfake imagery or art history, to correlate visual qualities with learned embeddings based on human insights.

The FakeVLM project offers targeted deepfake detection via a specialized multi-modal vision-language model. Source: https://arxiv.org/pdf/2503.14905*The FakeVLM project offers targeted deepfake detection via a specialized multi-modal vision-language model.* Source: https://arxiv.org/pdf/2503.14905

While an LLM can identify objects in a video with the help of adjunct AI systems like YOLO, subjective evaluation remains elusive without a loss function-based metric that reflects human opinion.

Conditional Vision

Loss functions are essential in training models, measuring how far predictions are from correct answers, and guiding the model to reduce errors. They are also used to assess AI-generated content, such as photorealistic videos.

One popular metric is the Fréchet Inception Distance (FID), which measures the similarity between the distribution of generated images and real images. FID uses the Inception v3 network to calculate statistical differences, and a lower score indicates higher visual quality and diversity.

However, FID is self-referential and comparative. The Conditional Fréchet Distance (CFD) introduced in 2021 addresses this by also considering how well generated images match additional conditions, such as class labels or input images.

Examples from the 2021 CFD outing. Source: https://github.com/Michael-Soloveitchik/CFID/*Examples from the 2021 CFD outing.* Source: https://github.com/Michael-Soloveitchik/CFID/

CFD aims to integrate qualitative human interpretation into metrics, but this approach introduces challenges like potential bias, the need for frequent updates, and budget constraints that can affect the consistency and reliability of evaluations over time.

cFreD

A recent paper from the US introduces Conditional Fréchet Distance (cFreD), a new metric designed to better reflect human preferences by evaluating both visual quality and text-image alignment.

Partial results from the new paper: image rankings (1–9) by different metrics for the prompt 'A living room with a couch and a laptop computer resting on the couch.' Green highlights the top human-rated model (FLUX.1-dev), purple the lowest (SDv1.5). Only cFreD matches human rankings. Please refer to the source paper for complete results, which we do not have room to reproduce here. Source: https://arxiv.org/pdf/2503.21721*Partial results from the new paper: image rankings (1–9) by different metrics for the prompt "A living room with a couch and a laptop computer resting on the couch." Green highlights the top human-rated model (FLUX.1-dev), purple the lowest (SDv1.5). Only cFreD matches human rankings. Please refer to the source paper for complete results, which we do not have room to reproduce here.* Source: https://arxiv.org/pdf/2503.21721

The authors argue that traditional metrics like Inception Score (IS) and FID fall short because they focus solely on image quality without considering how well images match their prompts. They propose that cFreD captures both image quality and conditioning on input text, leading to a higher correlation with human preferences.

The paper's tests indicate that the authors' proposed metric, cFreD, consistently achieves higher correlation with human preferences than FID, FDDINOv2, CLIPScore, and CMMD on three benchmark datasets (PartiPrompts, HPDv2, and COCO).*The paper's tests indicate that the authors' proposed metric, cFreD, consistently achieves higher correlation with human preferences than FID, FDDINOv2, CLIPScore, and CMMD on three benchmark datasets (PartiPrompts, HPDv2, and COCO).*

Concept and Method

The gold standard for evaluating text-to-image models is human preference data gathered through crowd-sourced comparisons, similar to the methods used for large language models. However, these methods are costly and slow, leading some platforms to stop updates.

The Artificial Analysis Image Arena Leaderboard, which ranks the currently-estimated leaders in generative visual AI. Source: https://artificialanalysis.ai/text-to-image/arena?tab=Leaderboard*The Artificial Analysis Image Arena Leaderboard, which ranks the currently-estimated leaders in generative visual AI.* Source: https://artificialanalysis.ai/text-to-image/arena?tab=Leaderboard

Automated metrics like FID, CLIPScore, and cFreD are crucial for evaluating future models, especially as human preferences evolve. cFreD assumes that both real and generated images follow Gaussian distributions and measures the expected Fréchet distance across prompts, assessing both realism and text consistency.

Data and Tests

To evaluate cFreD's correlation with human preferences, the authors used image rankings from multiple models with the same text prompts. They drew on the Human Preference Score v2 (HPDv2) test set and the PartiPrompts Arena, consolidating data into a single dataset.

For newer models, they used 1,000 prompts from COCO's train and validation sets, ensuring no overlap with HPDv2, and generated images using nine models from the Arena Leaderboard. cFreD was evaluated against several statistical and learned metrics, showing strong alignment with human judgments.

Model rankings and scores on the HPDv2 test set using statistical metrics (FID, FDDINOv2, CLIPScore, CMMD, and cFreD) and human preference-trained metrics (Aesthetic Score, ImageReward, HPSv2, and MPS). Best results are shown in bold, second best are underlined.*Model rankings and scores on the HPDv2 test set using statistical metrics (FID, FDDINOv2, CLIPScore, CMMD, and cFreD) and human preference-trained metrics (Aesthetic Score, ImageReward, HPSv2, and MPS). Best results are shown in bold, second best are underlined.*

cFreD achieved the highest alignment with human preferences, reaching a correlation of 0.97 and a rank accuracy of 91.1%. It outperformed other metrics, including those trained on human preference data, demonstrating its reliability across diverse models.

Model rankings and scores on PartiPrompt using statistical metrics (FID, FDDINOv2, CLIPScore, CMMD, and cFreD) and human preference-trained metrics (Aesthetic Score, ImageReward, and MPS). Best results are in bold, second best are underlined.*Model rankings and scores on PartiPrompt using statistical metrics (FID, FDDINOv2, CLIPScore, CMMD, and cFreD) and human preference-trained metrics (Aesthetic Score, ImageReward, and MPS). Best results are in bold, second best are underlined.*

In the PartiPrompts Arena, cFreD showed the highest correlation with human evaluations at 0.73, closely followed by FID and FDDINOv2. However, HPSv2, trained on human preferences, had the strongest alignment at 0.83.

Model rankings on randomly sampled COCO prompts using automatic metrics (FID, FDDINOv2, CLIPScore, CMMD, and cFreD) and human preference-trained metrics (Aesthetic Score, ImageReward, HPSv2, and MPS). A rank accuracy below 0.5 indicates more discordant than concordant pairs, and best results are in bold, second best are underlined.*Model rankings on randomly sampled COCO prompts using automatic metrics (FID, FDDINOv2, CLIPScore, CMMD, and cFreD) and human preference-trained metrics (Aesthetic Score, ImageReward, HPSv2, and MPS). A rank accuracy below 0.5 indicates more discordant than concordant pairs, and best results are in bold, second best are underlined.*

In the COCO dataset evaluation, cFreD achieved a correlation of 0.33 and a rank accuracy of 66.67%, ranking third in alignment with human preferences, behind only metrics trained on human data.

Win rates showing how often each image backbone's rankings matched the true human-derived rankings on the COCO dataset.*Win rates showing how often each image backbone's rankings matched the true human-derived rankings on the COCO dataset.*

The authors also tested Inception V3 and found it to be outmatched by transformer-based backbones like DINOv2-L/14 and ViT-L/16, which consistently aligned better with human rankings.

Conclusion

While human-in-the-loop solutions remain the optimal approach for developing metric and loss functions, the scale and frequency of updates make them impractical. cFreD's credibility hinges on its alignment with human judgment, albeit indirectly. The metric's legitimacy relies on human preference data, as without such benchmarks, claims of human-like evaluation would be unprovable.

Enshrining current criteria for 'realism' in generative output into a metric function could be a long-term mistake, given the evolving nature of our understanding of realism, driven by the new wave of generative AI systems.

*At this point, I would normally include an exemplary illustrative video example, perhaps from a recent academic submission; but that would be mean-spirited – anyone who has spent more than 10-15 minutes trawling Arxiv's generative AI output will have already come across supplementary videos whose subjectively poor quality indicates that the related submission will not be hailed as a landmark paper.*

*A total of 46 image backbone models were used in the experiments, not all of which are considered in the graphed results. Please refer to the paper's appendix for a full list; those featured in the tables and figures have been listed.*

First published Tuesday, April 1, 2025

Related article
Uber Engineer Creates AI Clone of CEO to Dodge Direct Questions Uber Engineer Creates AI Clone of CEO to Dodge Direct Questions While most staff dread reporting to the CEO, engineers at global travel leader Uber have discovered a strategic advantage: letting an AI replica of their boss provide feedback beforehand."Dara AI": The Executive Coach Before Boardroom MeetingsUber CE
How Unitree is Shaping the Future of Humanoid Robotics How Unitree is Shaping the Future of Humanoid Robotics Unitree’s New Creature of Embodied AI with ultra-wide 4D LiDAR technology for advanced real-world navigation. Credit: UnitreeWang Xingxing, CEO of Unitree, targets world model breakthroughs to help humanoid machines execute 80% of tasks when placed i
Why Abnormal AI Partnered With OpenAI on Daybreak Why Abnormal AI Partnered With OpenAI on Daybreak Michael Aiello, Head of Product for Cyber at OpenAI | Credit: Michael Aiello/LinkedInAbnormal AI joins OpenAI’s Daybreak programme, as Mike Aiello says the partnership will accelerate the adoption of practical defences for enterprisesLeading frontier
Related Special Topic Recommendations
Health & Wellness Best AI Sleep Coaching Tools for Shift Workers, Jet Lag Recovery, and Better Routines
Best AI Sleep Coaching Tools for Shift Workers, Jet Lag Recovery, and Better Routines

2026 Latest Best AI Sleep Coaching Tools for Shift Workers, Jet Lag Recovery, and Better Routines! XIX.AI has curated a top-rated list of powerful game-changing tools that go through real-world tests to deliver accurate guidance. You can find detailed free vs paid comparison info and see how these must-try solutions help boost sleep quality, speed up jet lag recovery, and build healthier routines. Explore now to discover your perfect tool!

7 tools
xix.ai
code ChatGPT Debugging Tools for Python Errors, API Logs, and Stack Trace Triage
ChatGPT Debugging Tools for Python Errors, API Logs, and Stack Trace Triage

2026 Latest Best ChatGPT debugging tools for Python errors, API logs, and stack trace triage are here on XIX.AI. This curated list of top-rated solutions offers a free vs paid comparison, real-world tests, and detailed rankings to help you find the most powerful tool that can significantly boost your productivity and help you solve complex technical issues faster. Explore now to discover your perfect solution!

9 tools
xix.ai
Text-to-speech AI Voiceover Tools for Product Demo Videos
AI Voiceover Tools for Product Demo Videos

2026 Latest Best Top-Rated AI Voiceover Tools for Product Demo Videos are here on XIX.AI! This curated list features powerful, game-changing options that help you create professional-quality audio content fast, boosting your demo efficiency significantly. We conduct real-world tests and provide a free vs paid comparison along with weekly updated rankings to help you find the perfect fit. Explore now to Unlock your AI edge!

10 tools
xix.ai
Business AI Business Plan Tools for Startup Validation
AI Business Plan Tools for Startup Validation

2026 Latest Best AI Business Plan Tools for Startup Validation! XIX.AI has curated a top-rated list of powerful game-changing tools that go through real-world tests to deliver accurate results. You’ll find a free vs paid comparison, detailed rankings, and easy-to-understand insights to help you choose the perfect solution and boost your startup’s success rate. Explore now to Unlock your AI edge!

9 tools
xix.ai
chatbot AI Chat Apps for Roleplay and Conversation Practice
AI Chat Apps for Roleplay and Conversation Practice

2026 Latest Best AI Chat Apps for Roleplay and Conversation Practice! XIX.AI curates a top-rated list of powerful must-try tools that go through rigorous real-world tests to deliver exceptional results. You’ll find detailed free vs paid comparison, comprehensive rankings, and insights into how these apps can boost your language skills and communication confidence effectively. Explore now to discover your perfect tool for practice!

10 tools
xix.ai
design Best AI Wireframe Tools for Product Teams
Best AI Wireframe Tools for Product Teams

2026 Latest Best Top-rated AI Wireframe Tools for Product Teams! This curated list showcases powerful, game-changing solutions that significantly boost productivity through real-world tests and rigorous rankings. It includes a detailed free vs paid comparison to help you find the perfect fit. XIX.AI provides expert insights to guide your decision. Explore now to Discover your perfect tool and Unlock your AI edge in product development!

8 tools
xix.ai
Comments (6)
0/500
RalphMartínez
RalphMartínez July 21, 2025 at 9:25:03 PM EDT

This AI video critique stuff is wild! Imagine a machine roasting your YouTube edits better than a film critic. 😄 Kinda scary how smart these models are getting, though—hope they don’t start judging my binge-watching habits next!

FrankSmith
FrankSmith April 24, 2025 at 10:29:53 PM EDT

AI Learns to Deliver Enhanced Video Critiques는 유용하지만 비디오 품질의 미묘한 부분을 잡아내는 데는 아직 부족함이 있습니다. 빠른 분석에는 좋지만, 세부 사항까지 완벽하게 원한다면 다른 도구도 고려해보세요. 한번 사용해볼 만해요! 😉

GaryGarcia
GaryGarcia April 23, 2025 at 7:09:01 AM EDT

AI Learns to Deliver Enhanced Video Critiques is a cool tool but it still struggles with some nuances of video quality. It's great for getting a quick analysis but don't expect it to catch every subtle detail. Worth a try if you're into video critiquing! 😎

KennethKing
KennethKing April 22, 2025 at 5:56:13 AM EDT

AI Learns to Deliver Enhanced Video Critiques é uma ferramenta legal, mas ainda tem dificuldade com alguns detalhes da qualidade do vídeo. É ótimo para uma análise rápida, mas não espere que pegue todos os detalhes sutis. Vale a pena experimentar se você gosta de críticas de vídeo! 😄

DouglasPerez
DouglasPerez April 22, 2025 at 4:55:54 AM EDT

AI Learns to Deliver Enhanced Video Critiques es una herramienta genial, pero todavía le cuesta captar algunos matices de la calidad del video. Es excelente para obtener un análisis rápido, pero no esperes que capture cada detalle sutil. ¡Vale la pena probarlo si te interesa la crítica de videos! 😃

GaryGonzalez
GaryGonzalez April 19, 2025 at 10:22:28 PM EDT

AI Learns to Deliver Enhanced Video Critiquesは便利ですが、ビデオの品質の微妙な部分を捉えるのはまだ難しいです。素早い分析には便利ですが、細部まで完璧を求めるなら他のツールも検討してみてください。試してみる価値はありますよ!😊

OR