Earlier quoted context omitted.
“Alexa show me Star Wars but with Dustin Hoffman as Luke”.
I actually would really like this flexibility. "Star Wars, but in Korean with k-pop stars cast", etc.
Extreme video compression with prediction using pre-trainded diffusion models
31–40 of 89 posts
Re: Extreme video compression with prediction using pre-trainded diffusion models
#32Earlier quoted context omitted.
Where’s that quote? Something like “AI is just compression, and compression is indistinguishable from AI”
I'm not sure the quote, but you're probably thinking something related to the Hutter Prize: https://en.m.wikipedia.org/wiki/Hutter_Prize A lossless compression contest to encourage research in AI. It's lossless, I think just to standardize scoring, but I always thought a lossy version would be better for AI -- our memories are definitely lossy!
Gwern posts about this when people say something like that on here, but I'll do it instead. Lossless encoding is just lossy encoding + error correction of some sort.
Re: Extreme video compression with prediction using pre-trainded diffusion models
#33Earlier quoted context omitted.
I'm not sure the quote, but you're probably thinking something related to the Hutter Prize: https://en.m.wikipedia.org/wiki/Hutter_Prize A lossless compression contest to encourage research in AI. It's lossless, I think just to standardize scoring, but I always thought a lossy version would be better for AI -- our memories are definitely lossy!
> A lossless compression contest to encourage research in AI. It's lossless, I think just to standardize scoring, but I always thought a lossy version would be better for AI -- our memories are definitely lossy! Gwern posts about this when people say something like that on here, but I'll do it instead. Lossless encoding is just lossy encoding + error correction of some sort.
Re: Extreme video compression with prediction using pre-trainded diffusion models
#34How fast is this and how big is the decoder/encoder? The model weights are not accessible. From the description, it looks like it's only being tested with 128x128 frames, which implies that the speed is very low.
Why would you expect those kind of details in a paid commercial?
Re: Extreme video compression with prediction using pre-trainded diffusion models
#35Can you share example videos?
Googling gave me the article: https://www.arxiv.org/abs/2402.08934 Which have examples in it.
Unfortunately it only contains still images with teeny thumbnails: https://arxiv.org/html/2402.08934v1/x2.png
Re: Extreme video compression with prediction using pre-trainded diffusion models
#36Re: Extreme video compression with prediction using pre-trainded diffusion models
#37As a casual non-scholar, non-AI person trying to parse this though, it's infuriatingly convoluted. I was expecting a table of "given source file X, we got file size Y with quality loss Z", but while quality (SSIM/LPIPS) is compared to standard codecs like H.264, for the life of me I can't find any measure of how efficient the compression is here.
Applying AI to image compression has been tried before though, with distinctly mediocre results: some may recall the Xerox debacle about 10 years, when it turned out copiers were helpfully "optimizing" images by replacing digits with others in invoices, architectural drawings, etc.
https://www.theverge.com/2013/8/6/4594482/xerox-copiers-rand...
Re: Extreme video compression with prediction using pre-trainded diffusion models
#38Extreme compression will be when you put in a movie and get a SORA prompt back that regenerates something close enough to the movie.
How big is the SORA model itself?
Re: Extreme video compression with prediction using pre-trainded diffusion models
#39Here's the research behind this: https://arxiv.org/html/2402.08934v1 As a casual non-scholar, non-AI person trying to parse this though, it's infuriatingly convoluted. I was expecting a table of "given source file X, we got file size Y with quality loss Z", but while quality (SSIM/LPIPS) is compared to standard codecs like H.264, for the life of me I can't find any measure of how efficient the compression is here. Ap…
This is not even AI. JBIG2 allows a reuse of once-decoded image patches because it's quite reasonable for bi-level images like fax documents. It is true that similar glyphs may be incorrectly groupped into the same patch, but such error is not specific to patch-based compression methods (quantization can often lead to the same result). The actual culprit was Xerox's bad implementation of JBIG2 that incorrectly merged too many glyphs into the same patch.