they're looking for a compressor that can do more than 200MB/s on a 10mW machine (that's including radio, so it has to run on a CPU clocked like original 8086) and yield 200x size improvement. speaking from the perspective of a data compression person, this is completely unrealistic. the best statistical models that i have on hand yield ~7x compression ratio after some tweaking, but they won't run under these constra…
Neuralink Compression Challenge
11–20 of 32 posts
Re: Neuralink Compression Challenge
#12Re: Neuralink Compression Challenge
#13And in exchange for solving their problem for them, you get... ??? I'm all for challenges, but it is fairly standard to have prizes.
Re: Neuralink Compression Challenge
#14they're looking for a compressor that can do more than 200MB/s on a 10mW machine (that's including radio, so it has to run on a CPU clocked like original 8086) and yield 200x size improvement. speaking from the perspective of a data compression person, this is completely unrealistic. the best statistical models that i have on hand yield ~7x compression ratio after some tweaking, but they won't run under these constra…
I thought 200x is too extreme as well. In compression literature, is there a way to estimate the upper limit on lossless compressibility of a given data set?
As a trivial example, if your dataset is one trillion binary digits of pi, it is essentially incompressible by any regular compressor, but you can fit a generator well under 1 kB.
Re: Neuralink Compression Challenge
#15Earlier quoted context omitted.
I thought 200x is too extreme as well. In compression literature, is there a way to estimate the upper limit on lossless compressibility of a given data set?
There is not, because there could always be some underlying tricky generator that you just haven't discovered, and discovering that pattern is basically equivalent to solving the halting problem. (See https://en.wikipedia.org/wiki/Kolmogorov_complexity#Uncomput... ) As a trivial example, if your dataset is one trillion binary digits of pi, it is essentially incompressible by any regular compressor, but you can fit a…
Re: Neuralink Compression Challenge
#16Earlier quoted context omitted.
There is not, because there could always be some underlying tricky generator that you just haven't discovered, and discovering that pattern is basically equivalent to solving the halting problem. (See https://en.wikipedia.org/wiki/Kolmogorov_complexity#Uncomput... ) As a trivial example, if your dataset is one trillion binary digits of pi, it is essentially incompressible by any regular compressor, but you can fit a…
Cool. Thanks. How about lossy compression?
Re: Neuralink Compression Challenge
#17https://x.com/JohnSmi48253239/status/1794328213923188949?t=_...
Re: Neuralink Compression Challenge
#18why should it be lossless when presumably there is a lot of noise you don't really need to preserve
Re: Neuralink Compression Challenge
#19Re: Neuralink Compression Challenge
#20they're looking for a compressor that can do more than 200MB/s on a 10mW machine (that's including radio, so it has to run on a CPU clocked like original 8086) and yield 200x size improvement. speaking from the perspective of a data compression person, this is completely unrealistic. the best statistical models that i have on hand yield ~7x compression ratio after some tweaking, but they won't run under these constra…