
Noise Reduction
Noise reduction refers to processes that remove unwanted components from a signal – such as street noise from an audio recording or image grain from a phone photo. Modern systems use trained AI models for this, which have learned to distinguish between interference and the actual signal.
Almost every recording contains more than you want it to. In a low-light phone photo, colorful blotches lie over the image. In a voice message from the train, you hear the rattling of the rails along with it. These unwanted components are called noise. Noise reduction is the umbrella term for all techniques that calculate away the noise and leave the actual content standing. The goal sounds simple, but it isn’t: a program first has to decide which part of the recording is interference and which is not.
Why clean signals determine the quality of products
Noise reduction is the difference between a usable and an unusable result. A video call with construction noise in the background is exhausting. A night photo full of color splotches ends up in the trash. That’s why manufacturers put a lot of effort into precisely these computational steps. With smartphone cameras, the visible quality difference today arises less from the lens than from the software behind it.
Noise is also a problem for other programs. Speech recognition understands noisy speech noticeably worse. A medical evaluation program can overlook structures in a grainy ultrasound image. Noise reduction is therefore often a preparatory step: it cleans up the signal before other software works with it.
Economically, this is a market of its own. Headphones with active noise cancelling regularly cost a multiple of models without it. Providers of video conferencing software advertise their filters as a main feature. And in astronomy or materials research, better denoising methods enable measurements that would previously have been lost in the noise.
From averaging to trained model
The oldest methods simply calculate averages. Each pixel is replaced by the average of its neighbors. Random outliers cancel each other out, and the image becomes calmer. The price is high: real edges and fine details also blur. You buy less noise at the cost of less sharpness.
AI methods work differently. A model is shown a very large number of image pairs: once noisy, once clean. From these examples, the model learns what a real face, a house wall, or a leaf normally looks like. When it later encounters a noisy image, it fills in the most probable clean version. So it doesn’t just filter, it reconstructs.
This is exactly where the catch lies. The model invents details that were no longer actually contained in the recording. Most of the time it’s right, sometimes it isn’t. With heavily denoised night shots, this can be seen in faces that look smoother than in reality. A related principle, incidentally, is used by image generators: diffusion models create images by computationally extracting structure from pure noise step by step.
For audio, there is an additional physical trick. Active noise cancelling in headphones measures ambient noise with a microphone. It then plays back an exactly opposite sound wave. Both waves largely cancel each other out before they reach the ear. This works very well for steady, low sounds like engine hum, but poorly for sudden voices.
In the headphones, in the camera app, in the video call
The term is most commonly encountered with headphones. Advertising there speaks of noise cancelling or ANC for short. Almost as widespread is the silent variant in the phone: every photo you take in poor light runs through denoising without you noticing anything.
In video conferences, you’ll usually find a switch for background noise. It suppresses keyboard clatter, fans, and street noise. In image editing programs, the function is often called Denoise or Noise Reduction and can be adjusted in levels. If you turn it up too far, you get a waxy, overly smooth image.
In tech news, noise reduction mainly comes up in camera tests and chip announcements. Manufacturers then emphasize that a dedicated image processor handles the denoising directly on the device. This is faster and protects privacy, because no recording is sent to a server.