Restore
The one lab with no neural network in it. Edge-aware filters amplify local contrast while leaving flat areas alone — a useful baseline for what 'AI' is and isn't.
Nothing enhanced yet
A slightly soft or low-contrast photograph shows the effect most clearly. An already-sharp image has little headroom.
Nothing was added. An edge-preserving filter split the image into a smooth base layer and a detail layer, multiplied the detail layer, and put them back together. Every step is an equation somebody wrote by hand in the 2000s — there are no learned parameters anywhere in this lab.
An edge-preserving filter separates the image into a smooth base layer and a detail layer, boosts the detail layer, then recombines them. Every step is a fixed equation written by a person. Nothing was learned from data.
Deterministic and fast, but strictly limited to redistributing contrast that already exists in the pixels.
- It cannot add information that isn't there. It makes existing detail more visible; it does not reconstruct lost detail.
- Push it too far and you get halos around edges and amplified sensor noise — the classic over-sharpened look.
- Compare this to what a generative upscaler does: that one invents plausible detail. This one doesn't invent anything.
This page says “the model predicts”, not “the model knows”. That is deliberate. None of these systems understand the images or sentences you give them; they map inputs to outputs using patterns fixed at training time. The difference matters most exactly when the output is impressive.