← Latest papers
💻 computer science

Concepts in Motion: Temporal Concept Bottleneck Model for Interpretable Video Classification

This paper introduces MoTIF, a transformer-based framework that enhances interpretable video classification by leveraging a class-conditioned VLM to automatically discover temporal concepts and modeling their dynamic patterns through per-concept self-attention, thereby bridging the performance gap between interpretable models and black-box video baselines.

Original authors: Patrick Knab, Sascha Marton, Philipp J. Schubert, Drago Guggiana, Christian Bartelt

Published 2026-05-13
📖 5 min read🧠 Deep dive

Original authors: Patrick Knab, Sascha Marton, Philipp J. Schubert, Drago Guggiana, Christian Bartelt

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 trying to teach a computer to recognize what's happening in a video, like someone shooting a bow and arrow. Most modern AI models are like super-smart but silent magicians. They get the answer right (they say "Yes, that's archery!"), but if you ask them why, they just stare back with a black box. You can't see their thought process.

This paper introduces a new system called MoTIF (Moving Temporal Interpretable Framework). Think of MoTIF not as a magician, but as a very organized detective who solves crimes by checking off a specific list of clues, one by one, while keeping a diary of when those clues appeared.

Here is how it works, broken down into simple parts:

1. The "Clue List" (Concepts)

Instead of looking at the video as a blurry mess of pixels, MoTIF breaks the video down into a list of human-understandable "concepts."

  • The Old Way: A standard AI looks at the whole video at once and guesses.
  • The MoTIF Way: It asks, "Do I see a bow? Do I see an arrow? Do I see someone mounting the horse? Do I see them shooting?"
  • The Magic Trick: The paper uses a special "smart assistant" (a Vision-Language Model) to automatically generate this list of clues from the training videos. It doesn't need a human to write the list; the AI figures out that "bow" and "shoot" are the important words to look for.

2. The "Diary" (Time Matters)

This is the most important part. In a photo, a bow is just a bow. In a video, time is everything.

  • If you see a bow, then a person, then a shooting motion, that's archery.
  • If you see a shooting motion, then a bow, then a person, that's weird and probably not archery.

Most AI models mix all these clues together into a big smoothie, losing the order. MoTIF is different. It keeps a separate diary for each clue.

  • It has a "Bow Diary" that tracks when the bow appears.
  • It has a "Shoot Diary" that tracks when the shooting happens.
  • It has a "Mount Diary" for the horse.

It uses a special "attention" mechanism (think of it as a spotlight) that only looks at the Bow Diary to decide when the bow is important, and the Shoot Diary for the shooting. It never mixes the diaries up. This ensures that if the AI says "Bow," you know exactly when in the video it saw the bow.

3. The "Verdict" (Prediction)

Once the diaries are filled out, MoTIF combines the notes.

  • It looks at the "Bow" entry: "Appeared at 2 seconds."
  • It looks at the "Shoot" entry: "Appeared at 5 seconds."
  • It combines these with a mathematical formula (Log-Sum-Exp pooling) to make a final decision: "Archery."

Because it kept the diaries separate, it can tell you exactly why it made that choice. It can say, "I chose Archery because I saw a bow at 2 seconds and a shooting motion at 5 seconds."

4. The "What-If" Test (Intervention)

The paper shows that because the system is so transparent, you can actually edit its mind to fix mistakes.

  • Scenario: The AI sees a video of someone sitting in a barber chair and mistakenly thinks, "Shaving a beard."
  • The Fix: The researchers can manually turn off the "Barber Chair" clue in the system.
  • The Result: The AI immediately changes its mind and says, "Oh, wait, without the chair, this is actually 'Applying Lipstick'!"
    This proves the system isn't just guessing; it's actually relying on the specific clues you can see and touch.

Why is this a big deal?

The authors tested MoTIF on several video datasets (like people doing breakfast tasks, sports, and random actions).

  • Accuracy: It performs almost as well as the "black box" models that no one can understand.
  • Interpretability: Unlike the black boxes, MoTIF can show you a map of when it saw the bow, the horse, or the arrow.
  • The Trade-off: The paper admits that keeping the diaries strictly separate (so you can trust the clues) sometimes makes the AI slightly less accurate than if it were allowed to mix the clues together. However, they found that this "mixing" makes the AI harder to understand, so they chose to keep the diaries separate to prioritize trust.

In Summary

MoTIF is like a video detective that solves crimes by checking off a list of clues (concepts) in a specific order (time). It doesn't just guess; it keeps a record of exactly when it saw the bow, the arrow, and the horse, allowing humans to look over its shoulder and understand exactly how it reached its conclusion. It bridges the gap between "smart but mysterious" AI and "smart and explainable" AI.

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 →