Lossy Compression

The reduction or ideally elimination of redundancies in the original data to result in smaller required storage space is the goal of every compression scheme. There are two categories of data compression: lossy and lossless. Lossy compression is achieved by only discarding the redundancies and out of human perception information and getting rid of those extra bits.

Parameters

  • nn: number of items in input series of data

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 12 of 12 algorithms

See more
Sun; M. Shao; J. Chen; K. Wong; and X. Wu2010O(kmn)O(kmn)O(kmn)O(kmn)
Jalali; A. Montanari; and T. Weissman2010O(n)O(n)O(n)O(n)
Korada and R. Urbanke;2010O(n2n)O(n 2^n)O(N)O(N)
Gupta; Verdu2009O(n3logn)O(n^3 \log n)O(n)O(n)
Jalali and T. Weissman2008O(n)O(n)O(n)O(n)
Miyake 20062006O(n2n)O(n 2^n)O(2n)O(2^n)
Martinian and M. J. Wainwright2006O(n2n)O(n 2^n)O(mn+mk)O(mn+mk)
Maneva and M. J. Wainwright2005O(n2)O(n^2)O(n2)O(n^2)
Ciliberti; Mézard2005O(n2)O(n^2)O(n2)O(n^2)
Matsunaga; Yamamoto2003O(n2n)O(n 2^n)exp(n)\exp(n)
Discrete Cosine Transform1974O(nlogn)O(n \log n)O(n)O(n)
Brute force1940O(n2n)O(n 2^n)O(n2n)O(n2^n)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table