Earlier quoted context omitted.
Try it yourself. Here is the demo: https://huggingface.co/spaces/prs-eth/thera
Tried it on this image[0] and it was blurry while still being pixelated. [0] https://en.wikipedia.org/wiki/Wing_Commander:_Privateer#/med...
Arbitrary-Scale Super-Resolution with Neural Heat Fields
51–59 of 59 posts
Re: Arbitrary-Scale Super-Resolution with Neural Heat Fields
#52@0x12A what’s the difference between this version and v1 of the paper from November 2023?
Re: Arbitrary-Scale Super-Resolution with Neural Heat Fields
#53I'd like to see the results in something like Wing Commander Privateer.
I tried doing some pixelart->HD conversion with Gemini2.0Flash instead and the results look quite promising:
The images are however all over the place, as it doesn't seem to stick very close to the prompt. Trying to fine tune the image with further chatting often leads to overexposed looking pictures.
All the results are done with prompts along the lines of "here is a pixelart image convert it into a photo" or some variation there of. No img2img, LoRA or anything here, all plain Gemini chat.
Re: Arbitrary-Scale Super-Resolution with Neural Heat Fields
#54The learned frequency banks reminded me of a notion I had: Instead of learning upscaling or image generation in pixel space , why not reuse the decades of effort that has gone into lossy image compression by generating output in a psychovisually optimal space? Perhaps frequency space (discrete cosine transform) with a perceptually uniform color space like UCS. This would allow models to be optimised so that they spen…
Re: Arbitrary-Scale Super-Resolution with Neural Heat Fields
#55The learned frequency banks reminded me of a notion I had: Instead of learning upscaling or image generation in pixel space , why not reuse the decades of effort that has gone into lossy image compression by generating output in a psychovisually optimal space? Perhaps frequency space (discrete cosine transform) with a perceptually uniform color space like UCS. This would allow models to be optimised so that they spen…
You may already know this, but image generators like Stable Diffusion and Flux already do this in the form of “latent diffusion”. Rather than operate on pixel space directly, they learn to operate on images that have been encoded by a VAE (latents). To generate an image with them, you run the reverse diffusion (actually flow in the case of flux) process they’ve learned and then decode the result using the VAE. These…
They... don't. Latents don't meaningfully represent human perception, they represent correlations in the dataset. Parent is talking about the function aligned with actual measured human perception (UCS is an example of that). Whether it's a good idea, and how trivial it is for the model to fit this function automatically, is another question.
Re: Arbitrary-Scale Super-Resolution with Neural Heat Fields
#56I'd like to see the results in something like Wing Commander Privateer.
Try it yourself. Here is the demo: https://huggingface.co/spaces/prs-eth/thera
https://www.wcnews.com/chatzone/threads/all-your-base-s-with...
Re: Arbitrary-Scale Super-Resolution with Neural Heat Fields
#57Very good work! Sadly this model really does not like nosy images that have codec compression artifacts, at least with my few test images.
I wonder if there is a de-artifacting model out there.
Re: Arbitrary-Scale Super-Resolution with Neural Heat Fields
#58Very good work! Sadly this model really does not like nosy images that have codec compression artifacts, at least with my few test images.
I wonder if there is a de-artifacting model out there.
Re: Arbitrary-Scale Super-Resolution with Neural Heat Fields
#59Earlier quoted context omitted.
I wonder if there is a de-artifacting model out there.
Yes, there are plenty of them. Not sure what the SOTA is, though. Similar to super-resolution, it is relatively simple to create a nearly-infinite dataset for these; pick a clean image, then introduce JPG artifacts. Then train a model to invert the process.
Yep, exactly what I was thinking. The thing is it's hard to find enough clean images!