CachedSearch: Training-Free Cached Exploration for Test-Time Search in Video Diffusion
The paper introduces CachedSearch, a training-free method that accelerates test-time search in video diffusion models by aggressively caching candidate rollouts to preserve ranking fidelity, then re-generating only the top winner at full compute, thereby achieving near-optimal performance gains at significantly reduced cost across various model architectures.
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 find the perfect song in a massive library. You have a very fast, but slightly clumsy, assistant who can scan thousands of songs in seconds, but they sometimes mix up the lyrics or skip a beat. You also have a slow, perfectionist assistant who listens to every note perfectly but takes forever to check just one song. In the world of artificial intelligence, specifically "video generation," we are in a similar spot. AI models can create videos from text descriptions, but making a single high-quality video is incredibly expensive and slow, like hiring the perfectionist assistant for every single song. To get the best result, researchers use a trick called "test-time search": they ask the AI to make many different versions of a video (candidates) and then pick the absolute best one. The problem is that making all those candidates costs a fortune in time and computing power, and most of them get thrown away anyway.
This paper introduces a clever new strategy called CachedSearch to solve this expensive problem. Think of it as a "draft-and-finalize" system. Instead of asking the perfectionist assistant to write every single candidate from scratch, the team uses the fast, clumsy assistant to quickly generate rough drafts of all the options. They use a special "caching" trick to speed this up, which reuses parts of the work from one step to the next, making the drafts appear about twice as fast. Crucially, the researchers tested whether these rough drafts are good enough to tell which video is the best. They found that even though the drafts aren't perfect, they rank the candidates almost exactly the same way the slow, perfect version would. So, the strategy is: use the fast drafts to find the winner, and only then ask the slow, perfectionist assistant to make that single winner video from scratch.
The results are impressive. By using this "explore cheap, commit full" approach, the team found they could keep about 94.7% of the quality improvement you'd get from checking every single option perfectly, but it only costs 63% of the time. In fact, if you have the same amount of time (budget) as checking four perfect videos, this method lets you check eight rough drafts, find the best one, and make it perfect, resulting in a 38% better outcome than the old way. The paper shows this works across different AI models, from small ones with 1.3 billion parameters to huge ones with 14 billion. The key discovery is that the "mistakes" made by the fast drafts mostly happen when the videos are already so similar that it barely matters which one you pick. This means the method is safe to use without needing to retrain the AI models, acting like a plug-in upgrade that makes video generation much faster and cheaper without losing the magic.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.