Earlier quoted context omitted.
You mean _invents_ details.
You mean _infers_ details.
VideoGigaGAN: Towards detail-rich video super-resolution
41–50 of 243 posts
Re: VideoGigaGAN: Towards detail-rich video super-resolution
#42Earlier quoted context omitted.
That's absurd. I think anybody is aware that it is far superior to e.g. compress in the frequency domain than to down sample your image. If you don't believe me just compare a JPEG compressed image with the same image of the same size compressed with down sampling. You will notice a literal night and day difference. Down sampling is a bad way to do compression. It makes no sense to do NN reconstruction on that if you…
Are you saying that when Netflix streams a 480p version of a 4k movie to my TV they do not perform downsampling?
Re: VideoGigaGAN: Towards detail-rich video super-resolution
#43Re: VideoGigaGAN: Towards detail-rich video super-resolution
#44Earlier quoted context omitted.
There's lots of videos where there isn't high res data available
Totally irrelevant to the discussion, which is explicitly about streaming services delivering in lower resolutions than they have available.
Re: VideoGigaGAN: Towards detail-rich video super-resolution
#45Video quality seems really good, but limitations are quite restrictive "Our model encounters challenges when processing extremely long videos (e.g. 200 frames or more)". I'd say most videos in practice are longer than 200 frames, so lot more research is still needed.
Fascinating how researchers put out amazing work and then claim that videos consisting of more than 200 frames are "extremely long". Would it kill them to say that the method works best on short videos/scenes?
Re: VideoGigaGAN: Towards detail-rich video super-resolution
#46Re: VideoGigaGAN: Towards detail-rich video super-resolution
#47Re: VideoGigaGAN: Towards detail-rich video super-resolution
#48Earlier quoted context omitted.
I agree that it's not perfect, though it does appear to be SoTA. Eventually something like this will just be part of every video codec. You stream a 480p version and let the TV create the 4K detail.
So, DLAA for video instead of games? https://en.m.wikipedia.org/wiki/Deep_learning_anti-aliasing
The OP has more in common with the defunct DLSS 1.0, which tried to infer extra detail out of thin air rather than from previous frames, without much success in practice. That was like 5 years ago though so maybe the idea is worth revisiting at some point.
Re: VideoGigaGAN: Towards detail-rich video super-resolution
#49Earlier quoted context omitted.
>Why would someone ever take a 40Mbps (compressed) video and downsample it so it can be encoded at 400Kbps (compressed) but played back with nearly the same fidelity Because you can just not downscale them and compress them in the frequency domain and encode them in 200Kbps? This is pretty obvious, seriously do you not understand what JPEG does? And why it doesn't do down sampling? Do you seriously believe downscalin…
4:2:0 which is used in all common video codecs is down scaling the color data.
Re: VideoGigaGAN: Towards detail-rich video super-resolution
#50Earlier quoted context omitted.
There is no use case, because it is a stupid idea. Downscaling then reconstructing is a stupid idea for exactly the same reasons why downscaling for compression is a bad idea. The issue isn't NN reconstruction, but that you are reconstructing the wrong data.
if the nn is part of the codec, you can choose to only downscale the regions that get reconstructed correctly.