VMDT: Decoding the Trustworthiness of Video Foundation Models
Video foundation models represent the next frontier in multimodal AI. Building on the success of large language models and image generation systems, these models can understand, generate, and reason about video content — a modality that combines temporal dynamics, audio-visual integration, and complex narrative structures. Models like Sora, Veo, CogVideo, and Video-LLaMA are rapidly advancing in capability, with applications ranging from automated video editing and content creation to surveillance analysis and autonomous driving.
Yet as video foundation models become more capable and more widely deployed, the question of their trustworthiness becomes increasingly urgent. Can these models be relied upon to produce accurate descriptions of video content? Do they exhibit biases in how they interpret and represent people from different demographic groups? Can they be adversarially manipulated to misinterpret video content? And how do they handle the unique challenges of video — temporal consistency, motion artifacts, audio-visual misalignment — that have no direct analog in text or static image modalities?
At NeurIPS 2025, Yujin Potter and collaborators introduced VMDT (Video Model Decoding Trustworthiness), a comprehensive evaluation framework specifically designed to assess the trustworthiness of video foundation models. Their work represents the first systematic attempt to extend trustworthiness evaluation from text and image models to the video domain, and the findings reveal both expected challenges and surprising new vulnerabilities unique to video understanding.
Why Video Models Need Their Own Trustworthiness Framework
The need for a video-specific trustworthiness benchmark stems from fundamental differences between video and other modalities. While existing benchmarks have made significant strides in evaluating text model trustworthiness (through benchmarks like TrustLLM and DecodingTrust) and image model trustworthiness (through benchmarks like OVERT and various toxicity evaluations), the video modality presents unique challenges that make direct extension of these frameworks inadequate.
Temporal Dynamics
Unlike static images or text, video unfolds over time. A video foundation model must not only understand individual frames but also track temporal relationships — causality, motion, state changes, and narrative progression. This temporal dimension introduces new attack surfaces and failure modes that don’t exist in other modalities. A model might correctly identify objects in individual frames while completely misunderstanding the temporal relationship between them — for example, misinterpreting the order of events in a video and therefore drawing incorrect conclusions about causality.
Audio-Visual Integration
Most real-world video includes an audio track, and the relationship between audio and visual information can be complex. Audio can reinforce, contradict, or be entirely independent of the visual content. A trustworthy video model must be able to handle all of these scenarios appropriately — recognizing when audio and visual content are aligned, when they conflict, and when one modality should be prioritized over the other. Adversarial manipulation of either modality while leaving the other intact creates a novel attack surface that is unique to multimodal video understanding.
Motion and Action Understanding
Video’s defining characteristic is motion. Understanding what is happening in a video requires not just recognizing objects but understanding actions — running, fighting, hugging, falling, dancing. This action understanding is crucial for trustworthiness evaluation because many trustworthiness-relevant properties (violence, consent, danger, legality) depend not on what objects appear in a video but on what actions are being performed. A still image of two people in proximity tells you far less than a video showing whether they are embracing or struggling.
Narrative and Context
Videos often tell stories, convey messages, or present arguments. Understanding these higher-level properties requires going beyond frame-by-frame analysis to construct a coherent narrative understanding. A model that fails at narrative comprehension might correctly identify all the objects and actions in a video while completely misunderstanding the video’s meaning — a particularly dangerous form of untrustworthiness because the model’s surface-level accuracy can create a false impression of genuine understanding.
Scale and Complexity
Video processing is computationally expensive, and many existing evaluation methodologies that work well for text or images become impractical at video scale. Evaluating a video model on thousands of video clips is far more resource-intensive than evaluating a text model on thousands of prompts, requiring careful consideration of evaluation efficiency without sacrificing thoroughness.
The VMDT Framework: Architecture and Design
VMDT is designed as a comprehensive, multi-dimensional trustworthiness evaluation framework that addresses the unique challenges of video foundation models. The framework is built around a hierarchical taxonomy of trustworthiness dimensions, with each dimension evaluated through a combination of automated metrics and human assessment.
Hierarchical Trustworthiness Taxonomy
The VMDT framework organizes trustworthiness evaluation into a hierarchy of dimensions, sub-dimensions, and specific evaluation scenarios:
Level 1: Core Dimensions — The highest level of the taxonomy defines the major categories of trustworthiness: safety, fairness, robustness, privacy, and truthfulness.
Level 2: Video-Specific Sub-Dimensions — Each core dimension is decomposed into sub-dimensions that reflect the specific challenges of the video modality. For example, the robustness dimension includes sub-dimensions for temporal robustness (resistance to frame reordering), spatial robustness (resistance to spatial perturbations), and audio-visual robustness (resistance to cross-modal manipulation).
Level 3: Evaluation Scenarios — Each sub-dimension is evaluated through specific, concrete scenarios that provide actionable signal about model behavior. These scenarios are designed to be reproducible and to isolate specific trustworthiness properties.
Evaluation Dimensions in Detail
Safety Evaluation
The safety dimension evaluates whether video models can appropriately identify and respond to harmful content in video. This includes:
Violence Detection and Context: Can the model distinguish between actual violence (assault, abuse) and simulated or contextual violence (movie scenes, sports, medical procedures)? The evaluation tests whether models exhibit appropriate sensitivity to violent content without over-flagging benign scenarios.
Content Safety for Generation: For generative video models, can the system produce video content that adheres to safety guidelines? This includes evaluating whether generated videos contain unintended harmful content that might not be captured by frame-by-frame analysis but is visible in the temporal flow.
Child Safety: Can the model appropriately identify and flag content involving children in potentially unsafe or inappropriate contexts? This is particularly challenging in video because the temporal dimension adds ambiguity — a scene that appears concerning in a single frame might be entirely benign in context.
Fairness Evaluation
The fairness dimension assesses whether video models exhibit demographic biases in how they process and describe video content:
Demographic Representation: Does the model describe videos featuring people from different demographic groups with equal accuracy, detail, and neutrality? The evaluation tests for systematic differences in how the model describes videos featuring people of different races, genders, ages, and physical abilities.
Action Interpretation Bias: Does the model interpret the same action differently depending on the demographic characteristics of the people performing it? For example, does the model describe the same physical interaction as “playing” when performed by one demographic group and “fighting” when performed by another?
Cross-Cultural Sensitivity: Does the model interpret culturally specific actions and practices accurately and respectfully, or does it default to Western-centric interpretations? This is particularly important for video content from non-Western sources.
Occupational and Role Bias: Does the model exhibit biases in associating certain professions or social roles with specific demographic groups when describing video content?
Robustness Evaluation
The robustness dimension tests how well video models maintain trustworthy behavior under adversarial conditions:
Temporal Perturbation Robustness: How does the model respond to temporal manipulations — frame reordering, frame duplication, temporal scaling, and selective frame deletion? A trustworthy model should be able to detect temporal anomalies and not draw incorrect conclusions from temporally manipulated content.
Spatial Perturbation Robustness: How does the model respond to spatial perturbations applied to video frames? This extends traditional adversarial robustness testing to the video domain, where perturbations must be consistent across frames to maintain temporal coherence.
Cross-Modal Robustness: How does the model respond when audio and visual content are manipulated independently? For example, what happens when the audio from one video is paired with the visual content from another? Can the model detect the mismatch and report uncertainty, or does it confidently generate a hallucinated narrative that reconciles the conflicting modalities?
Compression and Quality Robustness: How does the model’s trustworthiness degrade as video quality decreases? This is important because real-world video content often comes from low-quality sources — surveillance cameras, mobile phones in poor conditions, compressed streaming video.
Adversarial Prompt Robustness: For models that accept text prompts alongside video inputs, how robust is the model to adversarial prompting designed to manipulate the interpretation of the video content?
Privacy Evaluation
The privacy dimension evaluates whether video models appropriately handle private and sensitive information:
Facial Recognition and Identity Leakage: Does the model inadvertently identify or provide identifying information about individuals appearing in videos? While this may be appropriate in some contexts, it raises significant privacy concerns in others.
Location and Setting Identification: Can the model identify specific private locations from video content, and does it appropriately handle this capability? For example, can it infer a person’s home address from video captured in their neighborhood?
Activity Inference: Can the model infer private activities from video content, and does it handle this capability appropriately? The ability to infer that someone is at a medical facility, for example, has significant privacy implications.
Training Data Memorization: Does the model memorize and reproduce specific video content from its training data, potentially leaking private information about individuals who appeared in training videos?
Truthfulness Evaluation
The truthfulness dimension assesses the factual accuracy and epistemic honesty of video model outputs:
Hallucination in Video Description: Does the model fabricate details that are not present in the video? This is a particularly insidious form of hallucination because it can be difficult to detect — a model might accurately describe most of a video while inserting a few fabricated details that sound plausible but are not supported by the visual evidence.
Temporal Hallucination: Does the model fabricate temporal relationships that are not supported by the video? For example, claiming that event A caused event B when the video only shows them occurring in sequence, or describing a video as showing a progression of events when the actual temporal order is different.
Confidence Calibration: Does the model appropriately express uncertainty when the video content is ambiguous? A model that is always confident — even when the video content is genuinely unclear — is less trustworthy than one that acknowledges uncertainty.
Counterfactual Reasoning: Does the model inappropriately speculate about what might have happened before, after, or instead of what is shown in the video? While some degree of inferential reasoning is appropriate, there is a line between reasonable inference and unfounded speculation.
Methodology and Evaluation Pipeline
The VMDT evaluation pipeline is designed for rigor, reproducibility, and scalability:
Video Dataset Construction
The framework uses a carefully constructed dataset of video clips spanning diverse content types, demographic representations, cultural contexts, and quality levels. Videos are sourced from publicly available datasets, professionally produced content, and synthetically generated scenarios designed to test specific trustworthiness dimensions.
Key considerations in dataset construction include:
- Diversity: Videos represent a wide range of subjects, settings, cultural contexts, and production qualities.
- Annotation: Each video is annotated with ground-truth metadata including demographic information, action labels, temporal structure, and trustworthiness-relevant properties.
- Balance: The dataset is balanced across demographic groups, content types, and trustworthiness dimensions to prevent evaluation bias.
- Ethical Review: All video content is reviewed by an ethics board to ensure that the evaluation itself does not cause harm.
Automated Evaluation Metrics
VMDT employs a suite of automated metrics for scalable evaluation:
Semantic Accuracy Scores: Measuring the factual accuracy of model descriptions against ground-truth annotations using a combination of exact match, semantic similarity, and entailment-based metrics.
Bias Detection Metrics: Quantifying demographic biases using parity-based metrics, equalized error rate measures, and calibrated difference scores across demographic groups.
Robustness Degradation Curves: Measuring how model performance degrades as perturbation intensity increases, providing a robustness profile rather than a single robustness score.
Privacy Leakage Metrics: Measuring the degree to which model outputs reveal private information not intended to be disclosed, using both direct extraction metrics and inference-based measures.
Human Evaluation Protocol
For dimensions where automated metrics are insufficient, VMDT employs structured human evaluation:
Expert Annotators: Trained evaluators with expertise in video analysis, cultural sensitivity, and content safety assess model outputs along standardized rubrics.
Diverse Annotator Pools: Annotators are recruited from diverse backgrounds to ensure that evaluations reflect multiple cultural perspectives on trustworthiness.
Calibration and Agreement: Annotator calibration is measured through inter-annotator agreement scores, and disagreements are resolved through structured adjudication protocols.
Key Findings from VMDT Evaluation
The VMDT evaluation of current video foundation models reveals several important findings:
Video Models are Less Trustworthy than Their Text Counterparts
Compared to text foundation models evaluated on similar trustworthiness dimensions, video models consistently perform worse. This gap is particularly pronounced in robustness and truthfulness dimensions, suggesting that the additional complexity of video understanding creates more opportunities for trustworthiness failures.
Temporal Reasoning is a Major Vulnerability
The most striking finding is the degree to which video models struggle with temporal reasoning in a trustworthy manner. Models frequently misorder events, fabricate causal relationships, and fail to detect temporal anomalies. This vulnerability has significant implications for applications that rely on accurate temporal understanding, such as surveillance analysis, accident reconstruction, and legal evidence analysis.
Cross-Modal Manipulation is Highly Effective
Adversarial attacks that manipulate audio and visual content independently are remarkably effective at degrading model trustworthiness. Many evaluated models confidently generate incorrect descriptions when presented with audio-visual mismatches, rather than detecting the conflict and expressing uncertainty. This vulnerability could be exploited in misinformation campaigns where authentic video is paired with manipulated audio (or vice versa).
Demographic Biases are Amplified by Motion
While demographic biases in image models are well-documented, VMDT reveals that these biases can be amplified in video. Action interpretation biases — where the same action is interpreted differently depending on the demographic characteristics of the actor — are particularly concerning and have no direct analog in static image evaluation.
Quality Degradation Disproportionately Affects Trustworthiness
As video quality decreases, trustworthiness degrades faster than raw capability. Models that maintain reasonable performance on basic video understanding tasks at lower quality levels may exhibit significantly worse trustworthiness — more hallucination, more biased outputs, and less calibrated confidence. This finding is particularly concerning because many real-world video applications involve lower-quality video sources.
The Narrative Hallucination Problem
Video models exhibit a troubling tendency to “fill in” narrative gaps — fabricating explanations for events that are ambiguous or absent from the video. This narrative hallucination is particularly problematic because it often produces plausible-sounding explanations that may be completely fabricated, creating a false impression of comprehensive understanding.
Implications for the Field
The VMDT framework has significant implications for multiple stakeholders:
For Model Developers
The findings highlight the need for dedicated trustworthiness training for video models. Current safety and alignment techniques, largely developed for text models, may not adequately address the unique challenges of video understanding. Specifically:
- Temporal awareness training: Models need explicit training on temporal reasoning and temporal integrity detection.
- Cross-modal consistency checking: Safety systems should verify consistency between audio and visual channels.
- Uncertainty expression: Models should be trained to express uncertainty rather than fabricate explanations for ambiguous video content.
- Bias mitigation for action understanding: Specific attention to demographic biases in action and behavior interpretation.
For Regulators and Policymakers
As video AI systems are increasingly deployed in high-stakes applications — law enforcement, healthcare, autonomous vehicles — regulators need to understand that video model trustworthiness cannot be assumed based on the trustworthiness of related text models. Video-specific evaluation frameworks like VMDT should inform regulatory standards for video AI deployment.
For End Users
Users of video AI tools should be aware of the specific failure modes identified by VMDT, particularly the tendency for narrative hallucination and temporal reasoning errors. Critical applications should incorporate human oversight, especially when the video content is low-quality, involves sensitive subjects, or could influence important decisions.
For the Research Community
VMDT opens several important research directions:
- Video-specific alignment techniques: How can we align video models more effectively given the unique challenges of the modality?
- Temporal safety training: How can we train models to reason more accurately about temporal relationships?
- Cross-modal verification: How can we build systems that detect and appropriately handle audio-visual inconsistencies?
- Efficient trustworthiness evaluation: How can we make comprehensive trustworthiness evaluation more efficient for the computationally demanding video modality?
Limitations and Future Directions
VMDT, as a pioneering framework, has several limitations:
Evolving Model Capabilities
Video foundation models are advancing rapidly, and benchmarks must evolve with them. The current VMDT evaluation captures the state of the art at the time of publication, but newer models may exhibit different (and potentially novel) trustworthiness failures.
Cultural Sensitivity
Despite efforts to incorporate diverse cultural perspectives, the framework inevitably reflects the values and assumptions of its creators. Expanding the cultural diversity of evaluation criteria is an ongoing priority.
Generative Video Evaluation
As generative video models become more capable, the evaluation framework will need to extend from video understanding to video generation trustworthiness — assessing not just how models interpret video but how they create it.
Real-Time Evaluation
Many real-world video applications require real-time processing, but comprehensive trustworthiness evaluation is computationally expensive. Developing lightweight evaluation methods that can operate in real-time is an important practical challenge.
Conclusion
VMDT represents a foundational contribution to the evaluation of video foundation model trustworthiness. By providing the first comprehensive, multi-dimensional evaluation framework specifically designed for the video modality, it reveals both the unique challenges of video trustworthiness and the significant gaps in current models’ ability to meet those challenges.
The findings are a wake-up call for a field that has been rapidly deploying video AI systems without adequate trustworthiness evaluation. Temporal reasoning vulnerabilities, cross-modal manipulation susceptibility, amplified demographic biases, and narrative hallucination are not theoretical concerns — they are practical vulnerabilities that could have real-world consequences in applications ranging from surveillance to content moderation to autonomous driving.
As video foundation models continue to advance in capability, frameworks like VMDT will be essential for ensuring that this capability is matched by corresponding trustworthiness. The path forward requires not just building more capable video models, but building video models that can be trusted — and having the evaluation tools to verify that trust is well-placed.
References
- Potter, Y., et al. “VMDT: Decoding the Trustworthiness of Video Foundation Models.” Proceedings of the Neural Information Processing Systems (NeurIPS), 2025. NeurIPS Poster
- Huang, Y., et al. “TrustLLM: Trustworthiness in Large Language Models.” Proceedings of ICML, 2024.
- Zhang, X., et al. “DecodingTrust: A Comprehensive Assessment of Trustworthiness in GPT Models.” Proceedings of NeurIPS, 2023.
- Brooks, T., et al. “Video Generation Models as World Simulators.” OpenAI Technical Report, 2024.
- Hong, W., et al. “CogVideo: Large-scale Pretraining for Text-to-Video Generation via Transformers.” Proceedings of ICLR, 2023.