Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Revisiting Sliced Wasserstein on Images: From Vectorization to Convolution

About

The conventional sliced Wasserstein is defined between two probability measures that have realizations as vectors. When comparing two probability measures over images, practitioners first need to vectorize images and then project them to one-dimensional space by using matrix multiplication between the sample matrix and the projection matrix. After that, the sliced Wasserstein is evaluated by averaging the two corresponding one-dimensional projected probability measures. However, this approach has two limitations. The first limitation is that the spatial structure of images is not captured efficiently by the vectorization step; therefore, the later slicing process becomes harder to gather the discrepancy information. The second limitation is memory inefficiency since each slicing direction is a vector that has the same dimension as the images. To address these limitations, we propose novel slicing methods for sliced Wasserstein between probability measures over images that are based on the convolution operators. We derive convolution sliced Wasserstein (CSW) and its variants via incorporating stride, dilation, and non-linear activation function into the convolution operators. We investigate the metricity of CSW as well as its sample complexity, its computational complexity, and its connection to conventional sliced Wasserstein distances. Finally, we demonstrate the favorable performance of CSW over the conventional sliced Wasserstein in comparing probability measures over images and in training deep generative modeling on images.

Khai Nguyen, Nhat Ho• 2022

Related benchmarks

TaskDatasetResultRank
Image GenerationCelebA 64 x 64 (test)
FID12.55
203
Image GenerationCIFAR-10 32x32
FID37.61
44
Image GenerationCelebA-64
FID11.83
31
Generative ModelingSTL10 96x96 (test)
FID77.24
12
Generative ModelingCELEBA-HQ 128x128 (test)
FID22.25
12
Generative ModelingCIFAR10 32x32 (test)
FID63.94
4
Image GenerationCelebA-HQ 128x128
FID39.17
4
Showing 7 of 7 rows

Other info

Code

Follow for update