Conformal Coverage Guarantees for Any Video Temporal Grounder
This paper introduces COVER, a post-hoc, model-agnostic framework that transforms any video temporal grounder into a reliable predictor by emitting temporal regions with finite-sample, distribution-free guarantees of containing the true event moment, thereby addressing the inherent ambiguity of event boundaries and the lack of reliability metrics in current systems.
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 watching a movie and someone asks, "When does the hero finally catch the villain?" You might point to a start time and an end time. But if you asked ten different friends to mark those exact moments on the same clip, you'd likely get ten different answers. Some would say the chase started a second earlier; others would say it ended a few seconds later. In the world of computer vision, this is called "video temporal grounding." It's the task of teaching computers to find specific moments in a video based on a text description. The tricky part is that the "true" answer isn't a single, perfect line on a timeline; it's a fuzzy cloud of possibilities because human perception is naturally ambiguous.
Currently, most computer programs act like they are absolutely certain. They draw a single box on the timeline and say, "This is it!" But if that box is wrong, the computer gives no warning. It's like a weather app that says, "It will rain at 2:00 PM," but doesn't tell you if it might actually start at 1:55 or end at 2:10. If you're a robot trying to edit a video or a search engine trying to find a specific clip, you need to know not just where the event is, but how sure the computer is. This paper tackles that problem by giving computers a way to say, "I'm 90% sure the event happens somewhere inside this wider, safer zone," without needing to retrain the computer or peek inside its brain.
The Problem: The "Confident" Mistake
The authors of this paper, working with the Kurban Intelligence Lab, noticed a big gap in how video AI works. When a computer tries to find a moment in a video, it usually spits out a single interval (a start time and an end time). The problem is that the "ground truth"—the actual correct answer—is often a distribution, meaning different people would mark slightly different times. Because the computer only gives one answer, a wrong prediction looks exactly the same as a right one. If you are building a tool that relies on these predictions, you have no way of knowing when to trust the computer and when to widen your search.
Some researchers tried to fix this by training models to guess their own uncertainty, or by just adding a fixed amount of time (a "margin") to the predicted start and end. The authors argue that these methods are flawed. Fixed margins are like wearing the same size shoes for everyone; they might fit a child perfectly but be too big for an adult or too small for a giant. In their tests, they found that simply picking a random margin could result in the computer being right anywhere from 10% to 100% of the time, depending on the video. Other methods that try to learn uncertainty from scratch often fail to deliver the reliability they promise, sometimes missing the true moment even when they claim to be 80% sure.
The Solution: The "Safety Wrapper" (Cover)
Enter Cover, a new tool described in this paper. Think of Cover not as a new brain, but as a smart safety wrapper that you can put over any existing video-finding program, whether it's a complex, trained model or a black-box AI you can't see inside.
Here is how it works, using a simple analogy: Imagine you are trying to catch a slippery fish (the true event) in a net (the computer's prediction). The computer throws a net that is usually close, but sometimes misses the tail or the head. Cover doesn't change the computer's throwing arm. Instead, it watches the computer practice on a set of known videos (a "calibration set"). It measures exactly how much the computer's net needs to be stretched to catch the fish every time.
Once it figures out the right amount of stretch needed to be, say, 90% sure of catching the fish, it applies that stretch to every new prediction. If the computer says the event is from 10 seconds to 20 seconds, Cover might say, "Okay, to be 90% sure, let's say it's actually between 8 seconds and 22 seconds." This new, wider zone is guaranteed to contain the true event with the probability you asked for.
What They Found
The researchers tested this "wrapper" on three different video datasets and five different types of video-finding programs. Their results were quite revealing:
- It Works: When they asked for a 90% guarantee, the system delivered a 90% success rate. The "realized coverage" (how often they were actually right) tracked the target almost perfectly.
- Fixed Margins Fail: They tested the old idea of just adding a fixed amount of time (like "add 10 seconds") without calibration. The results were chaotic. Depending on the video and the model, the success rate swung wildly, from as low as 0.096 (less than 10%!) to 1.000 (100%). This proves that you cannot just guess a safety margin; you must calibrate it.
- The "Evidential" Trap: They tested a special type of AI designed specifically to guess its own uncertainty. Even though this AI claimed to be 80% sure, it was only right 66% of the time. Cover, however, took the exact same predictions from that AI and wrapped them in a new layer that did achieve the valid 80% guarantee. This showed that even models built to be uncertain can be wrong about their own uncertainty.
- Asymmetry Matters: They discovered that some models are great at knowing when an event starts but terrible at knowing when it ends. For these models, Cover found that stretching the end of the interval needed to be much larger than the start. By allowing the wrapper to stretch each side differently, they could make the safety zone tighter and more efficient.
The Takeaway
The paper concludes that for video temporal grounding, the "right" answer isn't a single point in time, but a region with a confidence statement. Cover provides a way to get that region without needing to retrain the AI or have access to its internal code. It turns any video-finding tool into one that can say, "I'm not 100% sure, but I'm 95% sure the event is in this box," and it actually backs up that claim with math.
The authors emphasize that this guarantee holds true as long as the new videos are similar to the ones used for practice (a concept called "exchangeability"). If the videos are totally different from the practice set, the guarantee might weaken, but the method still offers a way to measure and adjust for that. Ultimately, Cover turns a guessing game into a reliable, calibrated process, ensuring that when a computer points to a moment in a video, we know exactly how much trust to place in it.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.