5. Results
5.1. Overall Performance Trends Across Modalities
We begin by examining the global performance trends across all evaluated perceptual modalities.
Table 1 reports the Mean Average Precision (mAP) scores for each model variant on the multi-label verb classification task, under both micro- and macro-averaging schemes. As expected, all learned models substantially outperform the random baseline, indicating that the self-supervised pretraining strategy successfully captures information relevant to verb discrimination across modalities.
A striking observation from
Table 1 is the overall closeness of performance among different modalities. While the combined
2D Image + 3D Trajectory configuration achieves the highest scores, with a micro mAP of 85.02 and a macro mAP of 72.81, its advantage over single-modality counterparts remains modest. Importantly, the 95% confidence intervals overlap with those of the 3D Trajectory and 2D Trajectory models, suggesting that the observed gains are incremental rather than decisive. This pattern already hints at a central conclusion of this work: richer geometric representations do not automatically translate into substantially stronger verb-level semantics.
From a macro-averaged perspective, which weighs each verb equally, the same trend persists. Differences across modalities are further attenuated, reinforcing the notion that no single perceptual input consistently dominates across the entire verb inventory. These findings motivate a deeper, more fine-grained analysis beyond aggregate scores.
5.2. Comparison Against Random and Upper-Bound Baselines
To contextualize the absolute performance levels, we first compare learned models against a random predictor baseline. The random baseline yields mAP values around 40–42%, reflecting the inherent difficulty of the multi-label verb classification task under class imbalance. All learned representations exceed this baseline by a wide margin, confirming that temporal modeling and self-supervision are essential for extracting meaningful action semantics.
At the opposite end, the 3D Trajectory model can be interpreted as a strong upper-bound baseline, given its access to explicit spatial coordinates and rotations. Surprisingly, its performance advantage over purely visual or 2D trajectory models is relatively small. This suggests that the additional degrees of freedom provided by full 3D motion are not fully exploited for verb discrimination under the current task formulation.
5.3. Verb-Specific Performance Breakdown
Aggregate metrics can obscure systematic variation across individual verbs. To address this, we analyze per-verb mAP scores, focusing on verbs where modality-dependent differences are most pronounced.
Table 2 presents detailed results for
fall and
roll, which are the only verbs exhibiting statistically meaningful performance gaps between modalities.
For fall, trajectory-based models achieve near-ceiling performance, with mAP scores exceeding 95%. In contrast, the 2D Image model exhibits a noticeable drop, achieving an mAP of 88.14. Qualitative inspection reveals that image-based failures often occur when the object becomes partially occluded or visually blends into the background, making the downward motion difficult to infer from appearance alone.
In contrast, roll presents an inverse pattern. The 2D Image model outperforms both trajectory-based variants by a substantial margin. This suggests that visual cues such as surface texture, object shape, and rotational appearance changes may provide stronger evidence for rolling behavior than raw positional traces. This discrepancy highlights the inherent ambiguity in verb semantics and underscores the fact that different modalities may privilege different semantic cues.
5.4. Distribution of Verb-Level Gains and Losses
Extending beyond individual case studies, we analyze the distribution of performance gains across all 24 verbs. For each verb
v, we compute the relative improvement of each modality over the 2D Image baseline:
Across verbs, the distribution of is sharply centered around zero for both 2D and 3D trajectory models. Only a small subset of verbs exhibits consistent positive or negative shifts, reinforcing the conclusion that modality choice rarely induces large semantic advantages.
5.5. Error Profile and Confusion Analysis
To further characterize model behavior, we examine confusion patterns between semantically related verbs. Confusions frequently arise among verbs that share similar motion primitives but differ subtly in intent or outcome. For example, slide and push are commonly confused across all modalities, suggesting that none of the representations robustly encode intentional force application.
Interestingly, confusion matrices are qualitatively similar across modalities, indicating that errors are driven more by conceptual overlap in verb definitions than by representational deficiencies of a particular input type.
5.6. Temporal Sensitivity and Clip Length Ablation
We next investigate the sensitivity of each modality to temporal context length. By truncating input sequences to shorter windows (e.g., 0.5s and 1.0s), we observe systematic degradation in performance across all models. However, the relative ordering of modalities remains unchanged, with 2D and 3D representations degrading at comparable rates. This suggests that temporal integration, rather than spatial dimensionality, is the dominant factor governing performance.
5.7. Effect of Multimodal Fusion
The multimodal configurations combining image and trajectory inputs consistently achieve the highest average performance. However, the gains remain marginal, typically within 1–2 mAP points. This indicates that the two modalities provide partially redundant information, with limited complementarity under the current learning objective.
5.8. Probing for Implicit 3D Structure
To test whether 2D representations implicitly encode 3D information, we conduct a probing experiment in which the pretrained encoders are fine-tuned to regress the final 3D object position. Performance is evaluated using Mean Squared Error (MSE):
The results in
Table 3 confirm that 2D-based models can recover substantial 3D information, although they do not match the accuracy of models trained directly on 3D trajectories. This supports the hypothesis that 2D inputs induce an implicit, albeit imperfect, internal 3D representation.
5.9. Cross-Modal Consistency Analysis
To further understand why different perceptual modalities yield comparable downstream performance, we analyze the degree of representational alignment between models trained on different inputs. Specifically, we measure cross-modal consistency by computing Canonical Correlation Analysis (CCA) between latent embeddings produced by encoders trained under different modalities. Given two sets of embeddings
and
for the same set of clips but different modalities, CCA identifies linear projections that maximize their correlation:
where
denotes the
k-th canonical correlation coefficient. We report the average of the top-
K coefficients as a summary statistic of cross-modal alignment.
The results indicate a surprisingly high degree of alignment between representations learned from different inputs. In particular, embeddings from the 2D Image and 3D Trajectory encoders exhibit strong correlations, suggesting that despite their differing input structures, the encoders converge toward a shared latent organization driven by temporal prediction objectives. This provides a concrete quantitative explanation for the similar verb classification performance observed earlier.
Table 4.
Cross-modal representational alignment measured via mean Canonical Correlation Analysis (CCA) over the top 20 components. Higher values indicate stronger alignment.
Table 4.
Cross-modal representational alignment measured via mean Canonical Correlation Analysis (CCA) over the top 20 components. Higher values indicate stronger alignment.
| Modality Pair |
Mean CCA () |
| 2D Image vs. 2D Trajectory |
0.71 |
| 2D Image vs. 3D Trajectory |
0.68 |
| 2D Trajectory vs. 3D Trajectory |
0.83 |
| 2D Image vs. (2D+3D) Fusion |
0.75 |
Interestingly, the highest alignment is observed between 2D and 3D trajectory representations, which is expected given their shared motion-centric structure. However, the relatively strong correlation between image-based and trajectory-based embeddings suggests that temporal visual cues are sufficient to induce internally consistent motion abstractions, even without explicit access to 3D geometry.
5.10. Robustness to Noise and Perturbations
We next examine the robustness of learned verb representations to input-level perturbations. Robustness is a desirable property for grounded language models, as real-world sensory input is often noisy, incomplete, or corrupted. To this end, we apply controlled perturbations to each modality during evaluation and measure the resulting degradation in verb classification performance.
For trajectory-based inputs, we inject isotropic Gaussian noise
into positional coordinates at each timestep. For image-based embeddings, we simulate visual corruption by applying random feature jitter and dropout to the Inception embeddings. Let
denote the original performance and
the performance under noise level
. We report relative degradation:
Across a wide range of perturbation strengths, all modalities exhibit graceful degradation rather than abrupt failure. Notably, no single modality demonstrates systematic fragility. While 3D trajectories are more sensitive to large coordinate noise, image-based models are comparably affected by strong visual jitter. This symmetry reinforces the conclusion that verb semantics are encoded at an abstract level that is resilient to moderate perceptual corruption.
Table 5.
Relative mAP degradation () under increasing levels of input noise. Lower values indicate greater robustness.
Table 5.
Relative mAP degradation () under increasing levels of input noise. Lower values indicate greater robustness.
| Model |
Low Noise |
Medium Noise |
High Noise |
| 3D Trajectory |
0.04 |
0.11 |
0.27 |
| 2D Trajectory |
0.05 |
0.13 |
0.29 |
| 2D Image |
0.06 |
0.12 |
0.25 |
| 2D Image + 3D Trajectory |
0.03 |
0.09 |
0.22 |
These robustness trends further suggest that the learned representations are not overly dependent on precise low-level perceptual details, but instead rely on higher-order temporal regularities that remain stable under perturbation.
Figure 3.
Comparison of verb classification performance (micro mAP) across perceptual modalities. All learned models substantially outperform the random baseline, while differences between 2D and 3D representations remain modest, with the combined 2D Image + 3D Trajectory model achieving the highest overall performance.
Figure 3.
Comparison of verb classification performance (micro mAP) across perceptual modalities. All learned models substantially outperform the random baseline, while differences between 2D and 3D representations remain modest, with the combined 2D Image + 3D Trajectory model achieving the highest overall performance.
5.11. Scaling Behavior with Training Data
To assess how modality-dependent differences evolve with data scale, we conduct subsampling experiments in which the amount of self-supervised pretraining data is systematically reduced. Specifically, we train each encoder using fractions of the available unlabeled data, while keeping the supervised evaluation protocol fixed.
The results reveal a clear scaling trend. At smaller data regimes, models trained on 3D trajectories enjoy a modest advantage, likely due to the stronger inductive bias imposed by explicit spatial structure. However, as the amount of training data increases, this advantage diminishes rapidly. At full scale, performance across modalities converges, and the variance across random seeds dominates any consistent modality effect.
Table 6.
Micro mAP scores as a function of self-supervised pretraining data scale.
Table 6.
Micro mAP scores as a function of self-supervised pretraining data scale.
| Model |
10% Data |
25% Data |
50% Data |
100% Data |
| 3D Trajectory |
68.4 |
74.9 |
80.8 |
84.2 |
| 2D Trajectory |
65.9 |
73.1 |
80.1 |
83.8 |
| 2D Image |
63.7 |
72.4 |
79.6 |
81.9 |
These findings indicate that representational differences induced by modality choice are most pronounced in low-data regimes, but become less consequential as models are exposed to larger and more diverse temporal experience.
5.12. Summary of Empirical Findings
Taken together, the expanded set of analyses presented above provides converging evidence that different perceptual modalities give rise to remarkably similar verb-semantic representations when trained under a shared self-supervised temporal objective. Cross-modal consistency analysis shows strong alignment in latent spaces, robustness experiments demonstrate comparable resilience to noise, and scaling studies reveal that modality-dependent gaps shrink as data volume increases.
While 3D representations offer conceptual clarity and a direct connection to physical variables, their empirical advantage over 2D alternatives remains limited within the studied regime. These results suggest that, for verb semantics, the inductive bias imposed by temporal prediction and sequence modeling may play a more decisive role than the dimensionality of the perceptual input itself.
Figure 4.
Qualitative case study illustrating modality-specific biases in distinguishing slide versus roll. The top panels depict visually similar motion scenarios with subtle rotational differences, while the bottom panels show the corresponding prediction scores produced by models trained on 2D images, 2D trajectories, and 3D trajectories, highlighting how different perceptual cues lead to divergent semantic interpretations.
Figure 4.
Qualitative case study illustrating modality-specific biases in distinguishing slide versus roll. The top panels depict visually similar motion scenarios with subtle rotational differences, while the bottom panels show the corresponding prediction scores produced by models trained on 2D images, 2D trajectories, and 3D trajectories, highlighting how different perceptual cues lead to divergent semantic interpretations.
5.13. Case Study: Disambiguating Slide vs. Roll in Ambiguous Motion
To complement the quantitative analyses, we conduct a focused case study examining how different modalities handle semantically ambiguous action instances. We concentrate on clips that are borderline cases between the verbs slide and roll, which are known to be difficult to distinguish even for human annotators. These cases typically involve round or near-round objects moving across a surface with minimal friction, where rotational cues are subtle or intermittent.
For this study, we manually select a subset of 120 clips that received low inter-annotator agreement during annotation. For each clip, we analyze the predicted verb scores produced by models trained on 2D Image, 2D Trajectory, and 3D Trajectory inputs. Let
and
denote the predicted probabilities for clip
i. We define a decision margin:
where values near zero indicate high ambiguity.
We find that the 2D Image model tends to rely heavily on visual appearance cues such as texture changes and shading, leading it to favor roll even when rotational motion is weak. In contrast, the 3D Trajectory model is more conservative, often predicting slide unless consistent angular velocity is present. The 2D Trajectory model exhibits intermediate behavior. These qualitative differences help explain the verb-specific trends reported earlier and illustrate how different modalities encode distinct semantic biases.
Table 7.
Average prediction scores for ambiguous slide/roll clips in the case study. Smaller indicates greater uncertainty.
Table 7.
Average prediction scores for ambiguous slide/roll clips in the case study. Smaller indicates greater uncertainty.
| Model |
Avg.
|
Avg.
|
|
| 2D Image |
0.62 |
0.38 |
0.24 |
| 2D Trajectory |
0.54 |
0.46 |
0.08 |
| 3D Trajectory |
0.47 |
0.53 |
0.06 |
This case study underscores that similar aggregate performance can mask meaningful qualitative differences in how verb semantics are inferred, reinforcing the importance of fine-grained analysis.
5.14. Generalization to Unseen Motion Patterns
We next investigate how well representations learned from each modality generalize to motion patterns not observed during training. To simulate distribution shift, we construct a held-out test set in which object speeds, movement amplitudes, and surface inclinations differ systematically from those seen in the training data. Importantly, verb labels remain unchanged, ensuring that the task tests semantic generalization rather than label transfer.
Performance on this out-of-distribution (OOD) set is evaluated using micro mAP. All models exhibit some degradation relative to in-distribution evaluation, but the magnitude of the drop varies across modalities. Trajectory-based models show slightly better stability under changes in speed and scale, while image-based models generalize comparably well when visual appearance remains consistent.
Table 8.
Generalization performance under distribution shift in motion dynamics.
Table 8.
Generalization performance under distribution shift in motion dynamics.
| Model |
In-Dist. mAP |
OOD mAP |
| 3D Trajectory |
84.2 |
79.6 |
| 2D Trajectory |
83.8 |
78.9 |
| 2D Image |
81.9 |
77.4 |
| 2D Image + 3D Trajectory |
85.0 |
80.7 |
These results suggest that explicit motion structure provides a modest advantage under distribution shift, although the gap remains limited. Once again, the differences are far smaller than might be expected given the disparity in perceptual fidelity between modalities.
5.15. Verb Co-Occurrence and Multi-Label Interaction Analysis
Finally, we examine how different modalities handle cases where multiple verbs co-occur within the same clip. Although annotations are binary per verb, many clips naturally instantiate more than one action (e.g., push and slide). We analyze co-occurrence prediction quality by measuring the consistency of predicted multi-verb sets relative to ground truth.
For each clip
i, let
denote the set of verbs with predicted probability above a fixed threshold
. We compute a co-occurrence F1 score between predicted and true verb sets:
where
is the gold verb set.
Across models, multi-label consistency scores are again highly similar. However, multimodal models combining image and trajectory inputs show slightly higher F1, indicating improved sensitivity to compound actions.
Table 9.
Multi-label verb co-occurrence consistency across modalities.
Table 9.
Multi-label verb co-occurrence consistency across modalities.
| Model |
Co-occurrence F1 |
| 3D Trajectory |
0.71 |
| 2D Trajectory |
0.70 |
| 2D Image |
0.68 |
| 2D Image + 3D Trajectory |
0.74 |
This final experiment highlights a subtle but important advantage of multimodal fusion: while single-modality models suffice for isolated verb recognition, combining complementary cues can improve the modeling of complex, overlapping action semantics.