← Latest papers
💻 computer science

Detect Early, Escalate Rarely: Anytime Detection of AI-Generated Video from the Compressed Bitstream

This paper reframes AI-generated video detection as a streaming perception task by analyzing motion fields directly from compressed bitstreams, enabling anytime-valid, low-compute decisions with calibrated false-positive rates and measurable accuracy-compute trade-offs without requiring new detector architectures.

Original authors: Mert Onur Cakiroglu, Mehmet Dalkilic, Hasan Kurban

Published 2026-07-23
📖 4 min read☕ Coffee break read

Original authors: Mert Onur Cakiroglu, Mehmet Dalkilic, Hasan Kurban

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 the internet as a massive, chaotic library where books are constantly being written by both human authors and incredibly talented robots. For a long time, librarians (the detectors) could only check a book's authenticity after reading the entire story, page by page, to see if the handwriting looked fake. But now, these robots are writing stories so fast and so well that reading the whole thing takes too long, and the librarians are getting overwhelmed. This paper lives in the world of computer vision, a field where machines learn to "see" and understand images and videos. The key idea here is that videos aren't just a pile of pictures; they are compressed into tiny packages of instructions (called a bitstream) that tell a computer how to move from one picture to the next. Just like a movie director uses a storyboard to plan camera movements, video codecs (the software that compresses video) write down a "motion map" to save space. The big question is: Can we spot a fake video just by looking at these motion maps, without even watching the actual movie?

The authors of this paper, Mert Onur Cakiroglu, Mehmet Dalkilic, and Hasan Kurban, say "Yes, and we can do it super fast." They treat video detection not as a final exam after the movie ends, but as a live commentary that happens while the video is still streaming. Instead of decoding the whole video into high-definition pixels (which is like printing out the whole book to check the ink), their method reads the "motion map" directly from the compressed file. They found that AI-generated videos often have "skeleton-like" motion—too simple and sparse—while real videos have "rich," complex movement. By scanning these motion maps, their system can spot a fake almost immediately, using a tiny fraction of the computer power required by traditional methods.

Here is the magic trick: They built a two-stage security guard. The first guard is a lightweight, super-fast CPU scanner that reads the motion map. It's so cheap and quick that it can check every single video as it arrives. If the motion looks suspiciously simple, this guard shouts "Fake!" and stops the video right there. If the motion looks very normal, it says "Real!" and lets it pass. But what if the motion is confusing or sits right on the edge? That's when the second guard steps in. This second guard is a heavy-duty, expensive AI model that actually watches the video pixels to make a final call. The brilliant part is that this expensive guard only gets called for those confusing cases—about 15% of the time. This means the system saves a massive amount of energy and time, using about 7 times less computing power than checking every single video with the heavy model, while actually getting slightly more accurate results.

The paper also proves a very important safety rule: because their first guard's score only goes up (it never goes down as it sees more of the video), they can set a single "stop line" that guarantees they won't accidentally flag too many real videos as fake, even if they stop checking early. It's like a security checkpoint where you only get a full body scan if you set off the metal detector or if you look ambiguous; if you look clearly safe, you walk right through. They tested this on thousands of videos and found that their method could spot fakes after seeing just the first few seconds (or even the first "chunk" of the video), whereas older methods had to wait for the whole clip. While the system isn't perfect and can get confused if the video is compressed differently than expected, it offers a new way to catch AI fakes that is fast, cheap, and smart enough to know when to ask for help.

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 →