Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 554 Bytes

dynamic_compression.md

File metadata and controls

7 lines (4 loc) · 554 Bytes

Dynamic compression

Consider the soundscape sensor problem, ie. recording a continuous stream of sound from one location. The data might be very sparse and could be compressed well. However with having more data we can compress better.

The interesting possibility is to change the compressed representation over time as the compression models learns from more data. The assumption is that the model can improve and achieve higher compression ratio. The other requirement is to loose no or minimum information.

How to do it?