Another question. Can LADA (or any other video software) remove things like glasses or face masks?
Hi,
Not really, at least not reliably with current tools.
LADA uses AI trained specifically to reconstruct skin/body textures that were pixelized/mosaicked. It works because the model has learned what that specific type of content looks like under the blur. It's essentially an informed guess based on patterns.
Removing glasses or a face mask is a fundamentally harder problem.
A mosaic obscures existing information — LADA tries to reconstruct what's underneath
Glasses/masks physically replace part of the face, the AI would need to invent facial features it has never seen
here's no "ground truth" for what's underneath, it's pure hallucination
What actually exists for this or some tools come close in specific contexts:
DeepFaceLab / DeepFaceLive: can swap/reconstruct faces, but requires reference footage of the same person without the mask
Stable Diffusion inpainting: can "fill in" a masked region, but the result is a fabricated face, not the real one
Face restoration models (GFPGAN, CodeFormer): great for blurry/damaged faces, but won't remove physical objects
Bottom line, no software today can reliably reveal what someone's face looks like
under a mask or glasses without having reference images of that person unmasked. What these tools generate would just be a plausible-looking but entirely fictional face.
-Besh