Compressing 2.7B Pixels into a 790k-Parameter Neural Network

thisdudelikesAI · x · 2026-08-12

A developer successfully encoded the 2.7 billion pixels (1,620 frames) of the 'Bad Apple' animation into a tiny 3.2MB neural network with just 790k parameters.

Core Concept: Instead of storing frames or pixels like traditional codecs, the video is represented as a continuous mathematical function. The network takes a 3D coordinate (time, x, y) as input and computes the exact pixel value, effectively 'memorizing' the video in its weights.

Key Optimizations:

Results: Validation MSE dropped from 0.0795 to 0.0090 (9x better). 398 out of 400 sampled frames improved.

While 3MB is larger than the 700KB source file, the breakthrough proves the paradigm of 'learning' rather than 'storing' video works, opening doors for scaling up to real footage and audio.

Original post →

More from Research

Research channel →