Qwen 3.6 vs Gemma 4 vs Holo 3: Real-World Video Cup Game Tracking Benchmark

Three multimodal models tackle a real-world video shell game to test dynamic visual tracking.
A Reddit developer organized a benchmark pitting Qwen 3.6, Gemma 4, and Holo 3 against a real-world video version of the classic cup-and-ball shell game. Unlike prior tests using a synthetic Three.js scene, real footage introduces distractors like lighting changes, cluttered backgrounds, motion blur, and occlusion — dramatically raising the bar for temporal visual reasoning. These community-driven tests fill gaps left by standard benchmarks and give developers practical, first-hand insight beyond paper metrics. The author also hinted at adding Claude to future comparisons.
A Model Showdown on Visual Tracking
As multimodal large language models iterate at breakneck speed, objectively evaluating their visual understanding and spatial tracking capabilities has become a focal point for the developer community. Recently, a Reddit developer launched a compelling comparative test, pitting Qwen 3.6, Gemma 4, and Holo 3 head-to-head on the classic "cup and ball" shell game.
Unlike the previous week's test using a Three.js synthetic scene, the author raised the stakes this time by using real-world video footage. This change may seem minor, but it significantly increases the complexity of the visual tracking task.

Why Real Footage Is Harder to Track Than Synthetic Scenes
At its core, the "cup game" is a dynamic object tracking task: a ball is hidden under one of several cups, which are then rapidly shuffled across a table. The model must continuously track the target cup throughout the entire sequence and correctly identify its final position.
The author specifically highlights that the biggest challenge with real footage lies in distractors. Compared to a controlled Three.js environment, real-world video is filled with visual noise:
- Lighting changes: Shadows and reflections in real scenes interfere with the model's ability to detect object boundaries
- Cluttered backgrounds: Table textures, hand movements, and surrounding environments all become potential sources of distraction
- Motion blur: Fast movement in real recordings produces blur, testing the model's ability to reason across consecutive frames
- Viewpoint and occlusion: Hands partially occlude the cups during movement, requiring the model to make inferences under incomplete information
These factors collectively form a rigorous test of temporal visual reasoning — far closer to real-world application demands than idealized synthetic scenes.
What Makes Each of the Three Models Unique
The three models in this comparison each take a distinct approach, representing different technical directions in the current vision-language model landscape.
Qwen 3.6: A Steady Contender in Bilingual Multimodal Tasks
As the multimodal entry in Alibaba's Tongyi Qianwen series, the Qwen family has consistently delivered solid performance on bilingual Chinese-English understanding and visual tasks. Its deep integration of visual encoders with the language model gives it a notable edge in complex scene comprehension.
Gemma 4: Testing the Limits of a Lightweight Open-Source Model
Gemma is Google's lightweight open-source model series, designed for high efficiency under constrained compute. Including it in a visual tracking benchmark helps reveal just how far a lightweight model can go on fine-grained visual tasks.
Holo 3: A Niche Contender with Spatial Reasoning Focus
The Holo series is relatively lesser-known, but features purpose-built design choices for specific spatial understanding and tracking tasks. Putting it up against mainstream models offers the community a broader, more diverse frame of reference.
The Unique Value of Community-Driven Testing
These community-organized comparisons are particularly valuable because they fill a gap that standardized benchmarks leave behind. Traditional multimodal evaluations tend to focus on static tasks like question-answering accuracy and image captioning quality. The cup game, by contrast, is a dynamic, continuous, state-maintaining task — precisely the kind that exposes a model's weaknesses in real interactive scenarios.
This testing approach matters for several reasons:
- Visually intuitive: Anyone can immediately tell whether a model "lost track" just by looking at the final result
- Adjustable difficulty: Moving from synthetic to real-world footage provides a natural gradient of increasing challenge
- Application-relevant: Video understanding and object tracking are core capabilities in autonomous driving, security surveillance, robotics, and more
From Synthetic to Real: A Progressive Evaluation Pathway
The author notes this is "a follow-up to last week's synthetic scene test" — an iterative testing methodology worth emulating. By first validating a model's baseline tracking logic in a controllable Three.js environment, then introducing real footage to add variables, it becomes far easier to pinpoint exactly where a model starts to break down. Is it caused by distractors triggering misidentification, or by motion being too fast, causing the model to lose track?
The author also hinted that Anthropic's Claude series may be included in future tests. With Claude's visual capabilities continuing to grow, adding it to the comparison would make this benchmark considerably more comprehensive.
Real-World Scenarios Are the True Litmus Test for Multimodal Models
As multimodal models are released at an ever-accelerating pace with ever-higher benchmark scores, we need stress tests grounded in the real world to validate actual capabilities. The cup game may be simple in format, but it strikes directly at the core challenge of dynamic visual reasoning.
For developers focused on deploying multimodal models in production, community-run tests like this provide invaluable first-hand reference: beyond the numbers on a spec sheet, what truly determines a model's value is its reliable performance in real-world scenarios full of noise and uncertainty. We look forward to seeing more models added to future comparisons, building out a more comprehensive map of visual capability across the field.
Related articles

Skud: Branded File Delivery Tool Built for Designers — Just Drag and Drop
Skud is a macOS menu bar app for designers. Drag files to share branded delivery links, track access, and control passwords and expiration with ease.

DeepSeek V4 Pro Burning Through Credits Too Fast? The Hidden Logic Behind AI Model Pricing
Why does DeepSeek V4 Pro drain credits so fast while Flash barely moves? A deep dive into AI token billing, Pro vs. Flash pricing differences, and cost optimization tips.

RealPDE Competition Breakdown: The Frontier Challenge of AI-Powered Real-World Fluid Dynamics PDE Solving
A deep dive into the NeurIPS 2026 RealPDE Competition, covering the Sim2Real and LTTTA tracks, and how neural operators tackle real-world PIV and CFD fluid PDE challenges.