Neural Networks Compress Video and Audio into SIREN Weights

Nishan Khanal, Saugat Neupane, Abhinav Chalise, Nimesh Gopal Pradhan, Dinesh Baniya Kshatri· July 20, 2026 View original

Summary

Researchers developed a data-driven video codec that stores video and audio as weights of a single sinusoidal representation network (SIREN), rather than compressed pixel data. This method uses knowledge distillation and quantization to achieve significant compression ratios while maintaining reasonable quality, and a browser-based prototype demonstrates its capabilities.

Traditional video codecs compress pixel data, but a new approach proposes storing entire video and audio streams as the learned weights of a neural network. Specifically, a sinusoidal representation network (SIREN) is trained to map space-time coordinates to RGB values and audio amplitudes. This network includes separate initialization layers for audio and video, shared hidden layers, and distinct output branches for each modality, with Siamese audio branches used for noise estimation. After training this "teacher" network to overfit the media, its knowledge is distilled into a smaller "student" network. This student network then undergoes 16-bit symmetric weight quantization, followed by lossless LZMA2 encoding for further compression. In tests, this pipeline achieved a 2.61 compression ratio on a 6.08 MiB video, reducing it to 2.33 MiB, with acceptable video and audio quality metrics. While the approach shows promise, it currently falls short of established codecs like H.264, HEVC, and MP3 in certain aspects. A browser-based prototype exists for training, transfer, and decoding these neural representations via WebRTC.

Why it matters

This novel compression technique could fundamentally change how media is stored and transmitted, potentially leading to new efficiencies and applications in streaming, archival, and real-time communication, especially as neural networks become more ubiquitous.

How to implement this in your domain

  1. 1Investigate implicit neural representations (INRs) as an alternative to traditional media compression techniques.
  2. 2Experiment with SIREN-based models for encoding and decoding specific types of media content.
  3. 3Evaluate the trade-offs between compression ratio, reconstruction quality, and computational overhead for INR codecs.
  4. 4Consider integrating early-stage INR encoding/decoding capabilities into media processing pipelines for specialized applications.
  5. 5Monitor advancements in neural compression to identify potential future applications in content delivery networks or real-time communication.

Who benefits

Media & EntertainmentTelecommunicationsCloud StorageGamingEdTech

Key takeaways

  • A new codec stores video and audio as neural network weights, not pixel data.
  • It uses SIRENs, knowledge distillation, and quantization for compression.
  • The method achieves significant compression ratios but currently trails traditional codecs in quality.
  • A browser-based prototype demonstrates its potential for future media applications.

Original post by Nishan Khanal, Saugat Neupane, Abhinav Chalise, Nimesh Gopal Pradhan, Dinesh Baniya Kshatri

"arXiv:2607.15298v1 Announce Type: cross Abstract: A conventional codec stores a video as compressed pixel data. We instead store the video, together with its audio track, as the weights of a single sinusoidal representation network (SIREN) that maps space-time coordinates to RGB…"

View on X

Originally posted by Nishan Khanal, Saugat Neupane, Abhinav Chalise, Nimesh Gopal Pradhan, Dinesh Baniya Kshatri on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses