← Latest papers
💻 computer science

Membership Inference Attacks Against Video Large Language Models

This paper introduces a novel black-box membership inference attack against Video Large Language Models that leverages temperature-perturbed generation and video-aware difficulty features to detect training data membership, demonstrating that these models are vulnerable to privacy breaches with an AUC of 0.68.

Original authors: Wei Song, Yuxin Cao, Ziqi Ding, Yi Liu, Gelei Deng, Yuekang Li

Published 2026-05-01
📖 4 min read☕ Coffee break read

Original authors: Wei Song, Yuxin Cao, Ziqi Ding, Yi Liu, Gelei Deng, Yuekang Li

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

The Big Question: Did This Video Get "Memorized"?

Imagine a very smart student (the VideoLLM) who has studied a massive library of videos and their descriptions. This student is so good that they can watch a new video and write a detailed story about it.

The researchers asked a tricky question: If you show this student a video, can you tell if they actually studied that specific video in class, or if they are just guessing based on what they know generally?

This is called a Membership Inference Attack. It's like a detective trying to figure out if a specific person was in a photo of a crowd, even though the detective can't see the original photo album (the training data). They only get to talk to the student.

The Challenge: Why Video is Harder Than Text

Previous studies looked at text or images. But videos are different. They move, they last for different lengths of time, and they can be chaotic.

The researchers realized that if you just ask the student to describe a video, the answer might change for two reasons:

  1. Because they memorized it: They have a "perfect" answer in their head.
  2. Because the video is hard: Maybe the video is 10 minutes long with people running everywhere. Even a smart student might struggle to describe it consistently.

The researchers needed a way to tell the difference between "I know this!" and "This is just a tough video."

The Solution: The "Temperature" Test

The researchers invented a tool called TempVideo-MIA. Think of it as a "temperature test" for the student's brain.

In AI, "temperature" controls how creative or random the answers are.

  • Low Temperature (0°C): The student is very serious, focused, and sticks to the most obvious, memorized answer.
  • High Temperature (0.8°C): The student gets a bit "loose," creative, and might try different ways of saying things.

The Experiment:
The researchers asked the student to describe the same video twice: once when they were "cold and serious" and once when they were "warm and creative."

  • If the student memorized the video: Their "cold" answer and "warm" answer will be very different. Why? Because when they are cold, they stick rigidly to the exact description they memorized. When they get warm, they break away from that rigid memory and wander off. The gap between the two answers is huge.
  • If the student didn't memorize the video: Their answers will be a bit wobbly in both cases because they are just guessing based on general knowledge. The gap between the two answers won't be as dramatic.

The Secret Sauce: Accounting for "Video Difficulty"

Here is the clever part. The researchers knew that a long, action-packed video is naturally harder to describe than a short, still video. If the student gives a wobbly answer for a long video, it might just be because the video is hard, not because they memorized it.

So, they added a "difficulty meter" to their test. They measured:

  1. How much things are moving (Motion Complexity).
  2. How long the video is (Duration).

They combined the "Temperature Test" results with this "Difficulty Meter." This allowed them to say: "Okay, the answer changed a lot, but that's expected because the video was long and chaotic. However, for this specific short video, the answer changed way too much. That means the student probably memorized it."

What They Found

They tested this on a popular video AI model called LLaVA-Video.

  • They created a list of videos the model had seen (Members) and videos it hadn't seen (Non-Members).
  • They ran their test 100 times to be sure.
  • The Result: Their method could correctly identify if a video was in the training set about 68% of the time (AUC of 0.68).

In the world of security, beating a random guess (50%) by a significant margin is a big deal. It proves that even if you can't see the AI's internal brain, you can still tell if it has "memorized" specific private videos just by asking it questions in different ways.

The Takeaway

This paper shows that Video AI models have a privacy leak. Even if you only get to see the text they write (and not their internal code), you can use a "temperature test" combined with video analysis to figure out if they were trained on specific, potentially private videos. It's a warning that we need better ways to protect video data in the future.

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 →