language-icon Old Web
English
Sign In

Adaptive coding

Adaptive coding refers to variants of entropy encoding methods of lossless data compression. They are particularly suited to streaming data, as they adapt to localized changes in the characteristics of the data, and don't require a first pass over the data to calculate a probability model. The cost paid for these advantages is that the encoder and decoder must be more complex to keep their states synchronized, and more computational power is needed to keep adapting the encoder/decoder state. Adaptive coding refers to variants of entropy encoding methods of lossless data compression. They are particularly suited to streaming data, as they adapt to localized changes in the characteristics of the data, and don't require a first pass over the data to calculate a probability model. The cost paid for these advantages is that the encoder and decoder must be more complex to keep their states synchronized, and more computational power is needed to keep adapting the encoder/decoder state. Almost all data compression methods involve the use of a model, a prediction of the composition of the data. When the data matches the prediction made by the model, the encoder can usually transmit the content of the data at a lower information cost, by making reference to the model.This general statement is a bit misleading as general data compression algorithms would include the popular LZW and LZ77 algorithms,which are hardly comparable to compression techniques typically called adaptive.Run-length encoding and the typical JPEG compression with run length encoding and predefined Huffman codes do not transmit a model.A lot of other methods adapt their model to the current file and need to transmit it in addition to the encoded data, because both the encoder and the decoder need to use the model.

[ "Data compression", "Lossless compression", "Encoding (memory)", "Incremental encoding", "Lempel–Ziv–Stac", "lossless video coding", "PackBits", "Audio Lossless Coding" ]
Parent Topic
Child Topic
    No Parent Topic