We will build a flexible and tractable bijective function by stacking a sequence of simple bijections.In each simple bijection, part of the input vector is updated using a function which is simple to invert,but which depends on the remainder of the input vector in a complex way. We refer to each of thesesimple bijections as an affine coupling layer. Given a D dimensional input x and d < D, the outputy of an affine coupling layer follows the equations
RealNVP에서 사용된 Affine coupling transformation이 non-volume preserving인 이유는 무엇인가요? 또한, 이 특성이 모델의 성능에 어떤 영향을 미치나요?