TPRU: Advancing Temporal and Procedural Understanding in Large Multimodal Models
About
Multimodal Large Language Models (MLLMs), particularly smaller, deployable variants, exhibit a critical deficiency in understanding temporal and procedural visual data, a bottleneck hindering their application in real-world embodied AI. This gap is largely caused by a systemic failure in training paradigms, which lack large-scale, procedurally coherent data. To address this problem, we introduce TPRU, a large-scale dataset sourced from diverse embodied scenarios such as robotic manipulation and GUI navigation. TPRU is systematically designed to cultivate temporal reasoning through three complementary tasks: Temporal Reordering, Next-Frame Prediction, and Previous-Frame Review. A key feature is the inclusion of challenging negative samples, compelling models to transition from passive observation to active, cross-modal validation. We leverage TPRU with a reinforcement learning (RL) fine-tuning methodology, specifically targeting the enhancement of resource-efficient models. Experiments show our approach yields dramatic gains: on our manually curated TPRU-Test, the accuracy of TPRU-7B soars from 50.33\% to 75.70\%, a state-of-the-art result that significantly outperforms vastly larger baselines, including GPT-4o. Crucially, these capabilities generalize effectively, demonstrating substantial improvements on established benchmarks. The codebase is available at https://github.com/Stephen-gzk/TPRU/ .
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Multimodal Understanding | MMStar | -- | 197 | |
| Multimodal Understanding | MME-RealWorld-Lite | Overall Score45.34 | 34 | |
| Multimodal Understanding | RealworldQA | RWQA Score69.8 | 24 | |
| Interleaved Image Multimodal Understanding | BLINK | Score58.81 | 15 | |
| Procedural assembly reasoning | LEGO-Puzzles | Height Accuracy34 | 12 | |
| Multi-image Multimodal Understanding | MMCR | Score0.3986 | 8 | |
| Multi-image Multimodal Understanding | MMTBench | Score61.85 | 8 | |
| Multi-image Multimodal Understanding | MMMU (dev) | Score47 | 8 | |
| Procedural Temporal Understanding | Muirbench (test) | Overall Score65.04 | 7 | |
| Procedural Temporal Understanding | LEGO-Puzzles (test) | Overall Accuracy42.82 | 7 |