Open linzhiqiu opened 2 years ago
Given f and g, the joint distribution of y and z is determined by the distribution of x. Suppose an x maps to (y, z) and p(x) > a > q(x) for some value a between 0 and 1, then we have p(y, z) >= p(x) > a. If x is unique so there's no other x' such that q(x') > 0 and it maps to the same (y, z), then we have q(y, z) = q(x) < a. It follows that p(y, z) > q(y, z).
I don't quite understand the second issue you raised. Could you elaborate?
I would like to first get some clarification, because I believe:
I was reading the CVPR paper and confused by the following highlighted statements in proof of theorem 1:
Could you explain why there must exist some x ′ != x such that p(x ′ ) < q(x ′ ) with f(x ′ ) = f(x) and g(x ′ ) = g(x)?
Especially, I don't think we can ensure g() will ever map two inputs to the same vector. I feel like some assumptions are missing here?