Why Better Data Beats Better Models: Linum's Data Filtering Journey
Getting video models to learn better, faster
Linum's field notes detail how they improved generative video pre-training through data filtering, not model architecture. They trace their evolution from 2024's CPU-based CV heuristics (PySceneDetect, EAST, H.264 motion vectors) to 2025's finetuned LLMs and reinforcement learning, emphasizing the importance of removing noisy data, rebalancing categories, and filtering out un-captionable clips. The post argues that most gains in video models come from data improvements, not architectural changes.
If you throw a bunch of low-quality data (e.g. heavily compressed JPEGs) into pre-training, your model is going to waste a significant amount of its capacity learning how to mimic this slice of data.
- schopra909
Hi HN, one of the authors here. Lmk if you have any questions, and I'll try my best to answer them!
- smurf9852
Very nice!