← Latest papers
💻 computer science

Leveraging Gaze and Set-of-Mark in VLLMs for Human-Object Interaction Anticipation from Egocentric Videos

This paper proposes a novel approach for anticipating human-object interactions in egocentric videos using Vision Large Language Models, which integrates Set-of-Mark prompting for visual grounding, gaze trajectory analysis for intent understanding, and an inverse exponential sampling strategy for temporal dynamics, achieving state-of-the-art performance on the HD-EPIC dataset.

Original authors: Daniele Materia, Francesco Ragusa, Giovanni Maria Farinella

Published 2026-04-07
📖 5 min read🧠 Deep dive

Original authors: Daniele Materia, Francesco Ragusa, Giovanni Maria Farinella

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are wearing a pair of smart glasses that can see exactly what you see. Your goal is to build an AI assistant that doesn't just watch you cook or work, but predicts what you are about to do next before you even do it.

This paper is about teaching that AI assistant to be a "mind reader" for your daily life, specifically in tricky situations like a busy kitchen or a factory floor. Here is how they did it, explained simply.

The Big Problem: The AI is a bit "Clueless"

Imagine you are holding a knife and looking at a cutting board, but the AI only sees a blurry mess of moving pictures. It doesn't know if you are about to chop an onion, slice a tomato, or just wave the knife around.

Current AI models (called Vision Large Language Models or VLLMs) are like very smart students who have read a million books but have never actually seen a kitchen. They can talk about cooking, but when you show them a video, they often guess wrong because they miss the small details of where you are looking and what you are focusing on.

The Solution: Three Superpowers

The authors gave their AI three "superpowers" to fix this. Think of it like upgrading a detective's toolkit.

1. The "Set-of-Mark" Glasses (Highlighting the Scene)

The Metaphor: Imagine you are looking at a crowded room. It's hard to pick out one specific person. Now, imagine someone puts a glowing, colored sticker on everyone's head. Suddenly, it's easy to see who is who.

How it works: The AI takes the video frame and automatically puts "sticky notes" (masks) around every object in the scene (the pot, the egg, the spoon). This forces the AI to stop seeing a blurry blob and start seeing distinct, labeled objects. It's like turning a chaotic sketch into a clear, labeled diagram.

2. The "Gaze Trail" (Following the Eyes)

The Metaphor: Have you ever watched a magician? You know they are about to pull a rabbit out of a hat because your eyes were already staring at the hat. Humans look at what they are about to touch.

How it works: The AI doesn't just look at the current picture; it looks at a trail of breadcrumbs left by your eyes.

  • If you looked at the egg 2 seconds ago, then the pan 1 second ago, and now you are staring at the stove, the AI sees this path.
  • They draw this path on the video as a line of dots, fading from blue (old) to red (new).
  • This tells the AI: "Hey, the user is focusing on this path. They are likely about to interact with the object at the end of the line."

3. The "Time-Travel" Filter (Picking the Right Moments)

The Metaphor: Imagine you are trying to guess the ending of a movie, but you are forced to watch the whole 2-hour film at normal speed. It's boring and you might miss the climax. Instead, imagine a smart editor who skips the slow parts and only shows you the 10 seconds right before the explosion.

How it works: AI computers get overwhelmed if you show them too many video frames. The authors created a special "sampling" rule. Instead of picking frames evenly (like every 1 second), they pick frames heavily weighted toward the very end of the clip.

  • They use a math trick called "inverse exponential sampling."
  • Basically, they say: "The last few seconds are the most important. Let's look at those super closely, and ignore the boring stuff that happened 10 seconds ago."

The Result: A Smarter Assistant

The researchers tested this on a dataset called HD-EPIC, which is basically a massive library of videos of people cooking in kitchens.

  • Before: The best AI could guess the next object correctly about 21% of the time.
  • After: With these three superpowers (Sticky Notes + Eye Trail + Smart Time Filter), the AI jumped to 27.5% accuracy.

While 27% might not sound like 100%, in the world of AI prediction, jumping 6-7 percentage points is a massive leap. It's the difference between a student who barely passes and one who gets an A.

Why This Matters

This isn't just about guessing what you're cooking. This technology could:

  • Save lives in factories: Alert a worker before they touch a hot machine.
  • Help the elderly: Remind someone to put the lid on a pot before it boils over.
  • Assist the visually impaired: Tell a blind person, "You are reaching for the coffee mug, not the hot pan."

The Bottom Line

The paper shows that to make AI truly understand human behavior, we can't just feed it raw video. We have to teach it to highlight important objects, follow human eyes, and focus on the critical moments. By combining these tricks, the AI becomes a much better "assistant" for our daily lives.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →