Papers
Topics
Authors
Recent
Search
2000 character limit reached

Can Vision Language Models Judge Action Quality? An Empirical Evaluation

Published 9 Apr 2026 in cs.CV, cs.AI, and cs.CL | (2604.08294v1)

Abstract: Action Quality Assessment (AQA) has broad applications in physical therapy, sports coaching, and competitive judging. Although Vision LLMs (VLMs) hold considerable promise for AQA, their actual performance in this domain remains largely uncharacterised. We present a comprehensive evaluation of state-of-the-art VLMs across activity domains (e.g. fitness, figure skating, diving), tasks, representations, and prompting strategies. Baseline results reveal that Gemini 3.1 Pro, Qwen3-VL and InternVL3.5 models perform only marginally above random chance, and although strategies such as incorporation of skeleton information, grounding instructions, reasoning structures and in-context learning lead to isolated gains, none is consistently effective. Analysis of prediction distributions uncovers two systematic biases: a tendency to predict correct execution regardless of visual evidence, and a sensitivity to superficial linguistic framing. Reformulating tasks contrastively to mitigate these biases yields minimal improvement, suggesting that the models' limitations go beyond these biases, pointing to a fundamental difficulty with fine-grained movement quality assessment. Our findings establish a rigorous baseline for future VLM-based AQA research and provide an actionable outline for failure modes requiring mitigation prior to reliable real-world deployment.

Summary

  • The paper demonstrates that off-the-shelf VLMs exhibit a correctness bias by relying on language priors rather than precise visual cues.
  • The study shows that preprocessing methods like cropping and skeleton overlays yield only isolated performance gains in action quality assessment.
  • The research highlights significant limitations in prompt engineering, urging the need for domain-adaptive, temporally grounded VLM innovations.

Empirical Evaluation of Vision-LLMs for Action Quality Assessment

Problem Setting and Motivation

Action Quality Assessment (AQA) is critical in domains such as physical therapy, sports training, and competitive judging due to its potential for automated, objective, and real-time evaluation of movement execution. Traditional approaches to AQA have primarily involved specialized deep models and regression-based score prediction, often offering limited interpretability and adaptability. Contemporary interest has shifted toward Vision-LLMs (VLMs) given their prompt-based flexibility, inherent multi-modality, and capacity for explaining assessments via reasoning traces. This paper rigorously investigates whether state-of-the-art VLMs—specifically Gemini 3.1 Pro, Qwen3-VL, and InternVL3.5—can reliably judge action quality across a spectrum of physical activities and tasks without task-specific fine-tuning (2604.08294).

Experimental Design

A diverse suite of datasets is adopted to probe VLM capabilities:

  • LLM-FMS: Keyframe-based exercise images with VQA.
  • EgoExo-Fitness: Video-based fitness actions with technical guideline verification.
  • Fitness-AQA: Gym exercise videos annotated with form errors.
  • FineFS: Figure skating clips scored for Grade of Execution (GOE).
  • MTL-AQA: Olympic diving videos with judge execution scores.

Tasks cover classification, error detection, guideline-based verification, and regression. Multiple modalities are explored, including RGB frames and skeleton representations, alongside various preprocessing methods.

Model probing is broad: base inference, cropping and keypoint overlays, multi-step reasoning, domain guidelines (positive and negative), and in-context learning (ICL) are exhaustively applied. Systematic analysis of prediction distributions, prompt phrasing effects, and contrastive task formulations expand the probe to VLM biases and failure modes.

Results: Quantitative and Qualitative Assessment

Baseline Performance

Across classification and regression tasks, VLMs yield marginal improvements over naive baselines (random guess, mean regression). While Gemini 3.1 Pro outperforms others on image-based data, overall results confirm VLMs' inability to reliably ground decisions in visual evidence for fine-grained movement assessment. Figure 1

Figure 1: Prompt engineering strategies modulate VLM action quality predictions, but prediction correctness and regression values remain largely insensitive to visual content and are biased towards correct execution.

Preprocessing and Skeleton Information

The inclusion of skeleton overlays and cropping provides isolated performance gains in certain models and tasks but does not generalize. Skeleton-only renders degrade performance in both classification and regression, indicating that VLMs cannot extract temporal and spatial cues necessary for nuanced movement quality assessment from abstract keypoints alone. Figure 2

Figure 2

Figure 2

Figure 2

Figure 2: Example preprocessing for LLM-FMS dataset demonstrates impact of visual cropping and keypoint overlays.

Figure 3

Figure 3

Figure 3

Figure 3

Figure 3: EgoExo-Fitness preprocessing visualizations illustrate skeleton-based enhancement methods applied to video frames.

Figure 4

Figure 4

Figure 4

Figure 4

Figure 4: Fitness-AQA preprocessing examples highlight the variance introduced by cropping and skeleton-only rendering.

Prompt Engineering and Systematic Biases

Standard prompt engineering strategies, including reasoning templates, visual grounding cues, and technical guidelines, yield only marginal and inconsistent improvements. Notably, ICL demonstrates moderate gains for regression on image-based AQA but fails on video due to context window limitations.

Two systematic biases are uncovered:

  1. Correctness Bias: VLMs overwhelmingly predict correct execution regardless of visual evidence, reflective of reliance on language priors versus actual sensory grounding.
  2. Prompt Sensitivity: Predictions are highly susceptible to superficial linguistic framing; positive and negative guideline variants induce consistent shifts in task outcomes independent of semantic equivalence.

Contrastive task reformulation, designed to neutralize such biases, reveals only modest improvement over random, except for tasks with large execution score gaps, implying that VLMs are only sensitive to macroscopic visual cues and fail on fine-grained comparison. Figure 5

Figure 5: Accuracy on contrastive FineFS and MTL-AQA tasks is monotonically correlated with ground-truth score gap, affirming VLM sensitivity to coarse differences while failing subtle discrimination.

Reasoning Trace Analysis

Inspection of VLM-generated reasoning exposes persistent anchoring in prior domain knowledge. Models default to descriptions of ideal form and exercise execution ("The person is in a squat, so the trunk is likely parallel") rather than detailed visual analysis. This corroborates the correctness bias and the observed lack of visual understanding, limiting the explainability and reliability of generated feedback.

Implications and Future Directions

This work establishes a comprehensive baseline for AQA using VLMs, identifying clear limitations and actionable failure modes. The practical implication is that off-the-shelf VLMs cannot yet be deployed for reliable, automated AQA in real-world environments due to insufficient grounding and susceptibility to linguistic shortcutting.

From a theoretical perspective, these results highlight fundamental challenges at the intersection of vision-language grounding, prompt robustness, and sensorimotor understanding. Future research must address:

  • Architectures integrating domain-adaptive visual encoders and temporal dynamics with explicit grounding mechanisms.
  • Fine-tuning VLMs on domain-specific movement datasets to combat correctness and prompt sensitivity biases.
  • Leveraging skeleton or pose representations in models with hybrid vision-language architectures that can temporally contextualize action execution.

The clear inadequacy of current models for fine-grained AQA raises broader questions regarding VLM versatility outside high-level object and scene recognition, necessitating methodological advances in multimodal learning.

Conclusion

Empirical evaluation demonstrates that general-purpose VLMs are fundamentally unreliable for action quality assessment across classification, error detection, and complex regression tasks. No preprocessing or prompting strategy achieves consistently robust performance. The identified biases—over-reliance on prior knowledge and prompt framing—are intrinsic but not solely responsible for underperformance. Future progress requires methodological innovation in multimodal representation learning and explicit grounding strategies. This work serves as a benchmark for systematically evaluating and advancing VLM-based AQA under real-world constraints.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.