Remix.run Logo
gyomu 4 days ago

Right, and the point ppl are making upthread is that deterministic signal processing and probabilistic reconstruction approaches are apples and oranges.

oasisaimlessly 4 days ago | parent [-]

It's trivial to make most AI implementations deterministic; just use a constant RNG seed.

klabb3 3 days ago | parent [-]

Deterministic within a single image yes, but not within arbitrary subsections. Classical filters aren’t trying to reconstruct something resembling “other images it’s seen before”. Makes a difference both in theory and practice.