Research Blog

Interactive Task Guidance as a Testbed for Multimodal Intelligence

From turn-based multimodal chat to real-world, always-on assistance.

Illustration for interactive task guidance.
April 2026 · Multimodal AI · Streaming Video Understanding

State-of-the-art multimodal LLMs are impressive but most of them still operate in a fundamentally turn-based way: they respond only when prompted. That works well for many text- and image-based tasks, but it is not how intelligence works in the real world. From birds to dogs, animals interact with their environments continuously, integrating multimodal sensory inputs and selecting actions in real time. Replicating this kind of continuous perception and action in AI would be an important step toward AGI and general-purpose robotics, since real-world intelligence requires intelligent agents to perceive, reason, and act over continuous streams of multimodal input.

From turn-based chat to always-on multimodal assistance

This shift is already visible in frontier systems. Google’s Gemini Live adds real-time spoken interaction together with camera and screen sharing, while Project Astra explores a broader “universal assistant” vision with multimodal memory, tool use, action-taking, and proactive responses.

But today’s frontier models are still largely limited to user-initiated conversations: you “Go Live,” speak, and get spoken responses. That is still different from a truly always-on assistant that decides for itself when to intervene.

Gemini Live / Project Astra style interaction

Gemini Live demonstrates fluent, voice-first multimodal interaction grounded in live visual context.

Streaming benchmarks are advancing fast

Academic work has been moving quickly as well. Two especially useful trackers are Awesome Streaming Video Understanding and Awesome Streaming LLMs, which curate models, methods, datasets, and taxonomies for this rapidly growing area.

At the benchmark level, three influential recent efforts are StreamingBench, OVO-Bench, and RIVER (among others). Together, these benchmarks move beyond offline video QA toward temporally grounded, streaming interaction.

What these benchmarks actually test

OVO-Bench online timeline showing forward, backward, and real-time query windows.
OVO-Bench online evaluation setup: forward active responding, backward tracing, and real-time visual perception. Source: arXiv.

Tasks in these benchmarks can be broadly divided into:

Understanding current events: tests the ability to interpret what is happening right now from the current stream. In OVO-Bench, this appears as "Real-Time Visual Perception", which covers objects, actions, attributes, OCR, spatial relationships, and immediate online-style questions.

Recalling past events: test the ability to recover information that is no longer visible. OVO-Bench’s “Backward Tracing” makes this concrete with examples like “Who did I communicate to when chopping egg plants?”, “What did I drop in the bowl in the sink?”, and “What food did I chop?”

Tracking future events: tests the ability to keep monitoring until a relevant event actually happens. In OVO-Bench, “Forward Active Responding” includes tasks like Repetition Event Count and Sequential Steps Recognition, where the correct behavior is continued observation followed by a response at the right moment.

Knowing “when to say”: tests the ability to decide whether to answer now or wait for more evidence. OVO-Bench’s “Clues Reveal Responding” captures this especially well: the model should stay silent until enough visual evidence has accumulated to support a correct response.

But real-world intelligence is harder than benchmark skills in isolation

These benchmark capabilities are important, but they are evaluated in relative isolation. Real-world tasks usually require several of them at once: understanding the present, remembering past progress, anticipating what comes next, detecting when something has gone wrong.

Recent work reinforces how much room there still is to improve evaluation. In particular, SimpleStream very recently showed that an off-the-shelf VLM using only a tiny sliding window of recent frames can already match or beat many specialized streaming models. That suggests current benchmarks are useful, but still not yet sufficient stress tests for real-world multimodal intelligence.

Interactive task guidance: a stronger and more realistic testbed

A particularly compelling next step is interactive task guidance: benchmarks where an AI system must guide a person through a real-world task such as a fitness routine or a recipe, providing instructions, checking progress, and intervening when mistakes occur.

This setup naturally combines perception, memory, anticipation, temporal grounding, and proactive communication in one unified problem. It is much closer to the challenges of the real-world.

This is the motivation behind the Qualcomm Exercise Videos Benchmark and Dataset (NeurIPS 2024), which introduced fitness coaching as a benchmark for situated interaction. The key challenge is not just understanding human motion, but recognizing mistakes and delivering the right feedback at the right time, as the activity unfolds.

This theme continues in Qualcomm Interactive Cooking Benchmark and Dataset (NeurIPS 2025). This benchmark requires models to guide a person through a recipe: providing the next instruction, detecting successful completion, identifing mistakes, and issuing corrective feedback at the right moment.

Why this matters

Guiding a person through a real-world task is one of the cleanest testbeds we have for benchmarking multimodal intelligence with continuous sensory inputs. Such benchmarks would not only enable future interactive assistants running on personal devices such as phones and smart glasses but also test capabilities we eventually want in embodied agents and household robots. It is also particularly appealing as a testbed for multimodal embodied intelligence because it convinently disentangles thinking from acting: the model provides the intelligence and guidance, while the human is the action expert executing the task.


References

  1. Google. Gemini Live — get real-time voice assistance from Gemini. Product page, 2026. Link
  2. Google DeepMind. Project Astra. Research prototype overview, 2026. Link
  3. CNET. Google demos “Gemini Live” AI Android voice chatbot. YouTube video, August 13, 2024. Link
  4. Lin, J., Fang, Z., Chen, C., Wan, Z., Luo, F., Li, P., Liu, Y., and Sun, M. StreamingBench: Assessing the Gap for MLLMs to Achieve Streaming Video Understanding. arXiv preprint arXiv:2411.03628, 2024. Link
  5. Li, Y., Niu, J., Miao, Z., Ge, C., Zhou, Y., He, Q., Dong, X., Duan, H., Ding, S., Qian, R., Zhang, P., Zang, Y., Cao, Y., He, C., and Wang, J. OVO-Bench: How Far is Your Video-LLMs from Real-World Online Video Understanding? CVPR, 2025. Link
  6. Shi, Y., Zhao, Q., Jiang, T., Zeng, X., Wang, Y., and Wang, L. RIVER: A Real-Time Interaction Benchmark for Video LLMs. arXiv preprint arXiv:2603.03985, 2026. Link
  7. Shen, Y., Tian, S., Yang, J., and Liu, Z. A Simple Baseline for Streaming Video Understanding. arXiv preprint arXiv:2604.02317, 2026. Link
  8. Panchal, S., Bhattacharyya, A., Berger, G., Mercier, A., Böhm, C., Dietrichkeit, F., Pourreza, R., Li, X., Madan, P., Lee, M., Todorovich, M., Bax, I., and Memisevic, R. What to Say and When to Say it: Live Fitness Coaching as a Testbed for Situated Interaction. NeurIPS Datasets and Benchmarks Track, 2024. Link
  9. Bhattacharyya, A., Xu, B., Haresh, S., Pourreza, R., Liu, L., Panchal, S., Sigal, L., and Memisevic, R. Can Multi-Modal LLMs Provide Live Step-by-Step Task Guidance? NeurIPS, 2025. Link