Google Research AI Image Noise Reduction Is Out of This World (techcrunch.com) 48
Google Research has released an open source project it calls MultiNerf that does an "out of this world" job at removing digital noise from pictures, according to TechCrunch. "The algorithms run on raw image data and adds AI magic to figure out what footage 'should have' looked like without the distinct video noise generated by imaging sensors."
"I can write a million words about how awesome this is," writes TechCrunch's Haje Jan Kamps. You can see how Nerf performs in the dark in this YouTube video.
"I can write a million words about how awesome this is," writes TechCrunch's Haje Jan Kamps. You can see how Nerf performs in the dark in this YouTube video.
Can it see through clothes? (Score:4, Funny)
Can it see through clothes? Asking for a friend who doesn't have a Slashdot account...
Re:Can it see through clothes? (Score:4, Funny)
Can it see through clothes? Asking for a friend
For small enough values of "see," sure.
You can also just close your eyes and see it, though. With hot grits.
Re: (Score:2)
There have been AIs that do clothes removal, although the results are not great. Obviously doing it without permission is a crime in some jurisdictions so I wouldn't recommend it.
Re: (Score:2)
Re: (Score:2)
In the ones where non-consensual sexual images of other people are illegal.
Re: (Score:2)
More "image guessing" than "noise reduction" (Score:2, Insightful)
Using this stuff for entertainment is fine, but for documentaries / evidence / news there is a risk that peopl
Re: (Score:2)
all those aliens and UFOs... will look like characters from fictional media
I, for one, welcome our new harem anime overlords!
Re:More "image guessing" than "noise reduction" (Score:5, Informative)
But here is no neural network generalizing across a database of images here. It's "just" a different way to process a sequence of raw images of the same scene.
Re: (Score:2)
Re: (Score:2)
To me it still seems kinda magical. However, I did not notice the video stipulate the subject must be stationary, which I'm not sure, but seems must be the case. If so, it would generally not be useful for the one thing people love to photograph the most - other people.
Re: (Score:2)
Re: (Score:2)
Well, "AI" let alone "magic" aren't exactly well-defined terms, but I'd guess whoever at TechCrunch wrote this doesn't really know the difference anyways.
To me it still seems kinda magical. However, I did not notice the video stipulate the subject must be stationary, which I'm not sure, but seems must be the case. If so, it would generally not be useful for the one thing people love to photograph the most - themselves.
Fixed that for you.
Re: More "image guessing" than "noise reduction" (Score:1)
Re: (Score:3)
Re: (Score:2)
Yeah, it's a combination of temporal noise reduction and displacement-based effects. Because there's movement it can determine the distance to any part of the scene by the parallax effect. Not really "AI" as far as I can see... just some application of known physics and algorithms in a novel way.
Re: (Score:3)
Re: (Score:3)
The confusion is understandable, since the linked video mentions the blending of multiple images, but doesn't actually show it. This presentation, as usual, just shows the before and after and expects people to fill in the blanks with their imagination.
The tech is impressive, but these presentations always leave a lot to be desired.
Re: (Score:1)
I guess this is similar to NASA processing 10000 images of deep space Webb Telescope images, when it takes 1000s of short exposures.
The more images, the more data you have, the more noise you can detect to remove.
(NOTE slashdot, why cant the LOGIN success auto redirect to the page I was where I clicked login)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
That's also not at all how DLSS works either, btw. It's a neural net trained on noiseless images meant to r
Re: (Score:2)
Regarding DLSS, nVidia tells the opposite of what you write: https://forums.developer.nvidi... [nvidia.com] (and for DLSS we have no source code to verify their claims).
Re: (Score:3, Funny)
> we will now get perfectly sharp and detailed images of all those aliens and UFOs we so far only had a few noisy pixels from
Result. [web2carz.com]
Re: (Score:1)
Wow that's crazy - so it's true that Toyota is run by aliens after all.
I just found another video documentary about it
https://www.youtube.com/watch?... [youtube.com]
is this google's version of ... (Score:2)
Am I understanding this correctly? (Score:2)
Can it turn my insanely huge catalog of 9-shot HDR photos into snazzy little video snippets with selective, changing focus and moving the camera around? If so, then oh my god, I can't wait for this to be part of Visions of Chaos so I can get my local beast production box heating up the room with this magic.
Re: (Score:2)
Sure, if you're really crappy at shooting multiple exposures and the camera moved a lot between frames.
ENHANCE... (Score:3, Funny)
ENHANCE...ENHANCE!
Re: (Score:1)
Re: (Score:2)
Honestly we aren't far off that now. If you look at the video they fake a few photos in a dark area, and it spits out not just a great low noise image, but a 3D model that lets you move around it a bit to get a better perspective.
The range of movement is limited by the source photos, the more you take from different angles the more freedom you have. Photogammetry of that kind has been around for a while and you can get very good results with a phone camera, but Google has elevated it to working in the dark.
Multiple pictures / video as input (Score:5, Informative)
It's important to note that this technology requires many different images (or video) from different views of a scene as input, and uses that to construct output. So it is not accurate to say this technology is de-noising an image, because it doesn't work on a single image. It's also not clear how well this works on multiple images taken from exactly the same viewpoint. IE from a security camera that doesn't move.
I went to the trouble of reading some of the paper, and indeed their examples took between 25 and 200 input images. I would imagine that those highest quality results in the dark are the result of the higher end number of input images. Even 25 images is a lot of pictures of one single scene.
Re: (Score:2)
So, many cellphone camera tricks these days use numerous exposures, as from the camera shooting video instead of stills.
"Night Sight" for example.
As far as gathering the photographs needed goes, moving a cellphone camera around is all that's needed. The compute resources, might be a while before those go into the phone itself.
Re: (Score:2)
It's also not clear how well this works on multiple images taken from exactly the same viewpoint. IE from a security camera that doesn't move.
Presumably you lose the ability to perspective shift, but combining many fixed identical images for noise reduction has been a standard technique for decades. The most simple and braindead of them all is a simple average or max mathematics and produces amazing results providing subjects don't move.
The magic part here is handling the movement.
comparison not always fair (Score:2)
Re: Multiple pictures / video as input (Score:2)
Meh (Score:2)
Call me when it can track 45 right and enhance.
How does it compare to plenoxels? (Score:5, Informative)
NeRF is a neat algorithm but it requires a crazy amount of computing time. Plenoxels (plenoptic volume elements) seems to do just as good a job (if not better) than NeRF without a computationally heavy neural network. Nvidia wants to use NeRF to push their video cards. I assume Google is pushing it because they are all in on using neural networks for everything.
Info about plenoxels: https://alexyu.net/plenoxels/ [alexyu.net]
implementation: https://github.com/sxyu/svox2 [github.com]
Re: (Score:3)
Re: (Score:2)
This is excellent. However, it's each iteration (NeRF->plenoxels->InstantNGP) are all two orders of magnitude faster than the previous, so claiming it crushed it is relative. I wouldn't be surprised if the lessons learned from InstantNGP were reintegrated into plenoxels for an even faster outcome. However, it may take longer as Nvidia has paid staff with the goal of promoting Nvidia hardware which is why they go for the neural networks.
a large benefit for satellite imaging (Score:4, Interesting)
This technology may prove valuable to analysts looking at satellite images for intelligence services. By its very nature there will be a strip of related images at similar but not identical scenes, with significant noise.
Re: (Score:1)
Re: (Score:1)
Unless they look like your mom.
Re: (Score:2)
It'll certainly be great for imaging women sunbathing on their roof at midnight.
Unless they look like your mom.
Dunno, maybe the OP's name is "Stacey" .
Re: (Score:1)
It may introduce artifacts that could lead to false conclusions. It's more useful for aesthetics than for decision making.
Compare to DeNoise AI? (Score:3)
I know some people use DeNoise AI [topazlabs.com] to reduce noise in their astro images. Would this compare to that? I'd love to try an open source variant on this anyway.
Going rapidly over the comments, it rather sounds like it's doing a sort of "dithering" - the technique astrophotographers use to take a series of pictures with slight offsets, so noise / hot pixels aren't always in the same place and can be "averaged out" during stacking.
Two Minute Papers (Score:2)
https://www.youtube.com/watch?... [youtube.com]