Slashdot Mirror


Researchers Devise AI System To Reduce Noise in Photos (venturebeat.com)

Researchers from Nvidia, MIT, and Aalto University are using artificial intelligence to reduce noise in photos. The team used 50,000 images from the ImageNet dataset to train its AI system for reconstructing photos, and the system is able to remove noise from an image even though it has never seen the image without noise. VentureBeat: Named Noise2Noise, the AI system was created using deep learning and draws its intelligence from 50,000 images from the ImageNet database. Each came as a clean, high-quality image without noise but was manipulated to add randomized noise. Computer-generated images and MRI scans were also used to train Noise2Noise. Denoising or noise reduction methods have been around for a long time now, but methods that utilize deep learning are a more recent phenomenon.

5 of 69 comments (clear)

  1. should have contacted me by Cederic · · Score: 4, Interesting

    I have a couple of thousand images that would benefit from noise reduction. Shooting movement in low light means high ISO or blur, so I accept the noise.

    If they wanted some serious training data, the whole astrophotography field is full of people that take dozens of pictures of the same thing then sample across all of them to remove noise. That means they have plenty of randomness in their noisy images and a nice clean one for comparison.

    1. Re:should have contacted me by religionofpeas · · Score: 4, Interesting

      Low light enhancement:

      https://www.youtube.com/watch?...

  2. Computer! by psmoot · · Score: 3, Funny

    Magnify and enhance sector A5.

    Once again, life imitates science fiction.

  3. Tired of AI This and AI That by mschwanke97402 · · Score: 4, Funny

    I wish they'd quit with the AI and Artificial Intelligence monikers being applied to everything in tech these days. The day one of these AI's tells me that, no, it won't brew my coffee this morning because it is taking the day off is the day I might buy in to this nonsense.

    1. Re:Tired of AI This and AI That by yaznaz · · Score: 5, Informative

      Did you even check the paper at: https://arxiv.org/pdf/1803.041...

      The abstract states "We apply basic statistical reasoning to signal reconstruction by machine learning — learning to map corrupted observations to clean signals — with a simple and powerful conclusion: under certain common circumstances, it is possible to learn to restore signals without ever observing clean ones , at performance close or equal to training using clean exemplars."

      The results show dramatic improvements that are very close to original image (before random noise is introduced to generate the input)- a level of improvement that is simply not possible with conventional image processing/denoising filters.

      If this is not AI, I don't know what else would be.