Two fields with the same mean β are not the same fog, and the mean does not determine the mean transmission.
What this repairs
Believing fog density is a scalar, so a model trained on uniform fog meets a fog bank and every metric was computed against a homogeneity assumption the world does not have.
Real fog comes in banks. It pools in dips, thins over warm tarmac, and drifts —
so the density along one ray is not the density along the ray next to it, and a
single β is a claim about the atmosphere that is almost never true outdoors.
The pipeline models this by multiplying a base β0 by a smooth random
factor field: fractal Perlin noise, remapped into a range between a minimum and a
maximum factor, with a contrast parameter and a correlation length quoted as a
fraction of the image. The same machinery can modulate the airlight, together or
independently. Optionally the field is normalised to hold its mean at 1 , so
that β=β0 regardless of how the field is shaped — which is
the only way to compare a uniform fog and a patchy one at the same nominal
visibility.
Same mean β, more light through
1
t(u,v)=e−β(u,v)d
Transmission is exponential in the local extinction, so the map from β to t is convex — this one fact drives everything below.
2
E[e−βd]≥e−E[β]d
Jensen’s inequality for a convex function, with equality only when β is constant. Spreading β around a fixed mean can only raise the average transmission, never lower it.
3
β=0.0375m−1,d=60m⟹βd=2.25
A concrete case: 80 m visibility, a surface at 60 m. Uniform fog gives a transmission of 0.106.
4
21(e−0.5⋅2.25+e−1.5⋅2.25)=0.180
Now let half the frame sit at half the mean β and half at one and a half times it. The mean transmission is 70 % higher than the uniform case — same nominal visibility, measurably clearer picture, and that is before anyone looks at the variance.
Check yourself
Two datasets both report a meteorological visibility of 80 m; one is uniform, one is a mean-normalised fBm field. Which has the better average contrast, and does that make it easier?
Show answer
The heterogeneous one has the better average transmission, by Jensen's
inequality — the convexity of e−βd guarantees it, and the example above
puts the gap at 70% for a surface at 60 m. So on a frame-averaged metric it
looks easier. Whether it is easier depends on where the objects are: the same
field contains patches denser than the uniform fog, and an object behind one of
those is harder than anything in the uniform dataset. The averages and the worst
cases move in opposite directions, which is the whole reason to report both.