🌙

Hausdorff GAN:利用Hausdorff度量提升GAN生成质量

Hausdorff GAN: Improving GAN Generation Quality With Hausdorff Metric

IEEE Transactions on Cybernetics · 2021
被引 35
ABS 3

中文导读

研究发现GAN生成数据与原始数据的内在维度不同会降低质量,提出Hausdorff GAN,通过映射到同一流形并计算Hausdorff距离来匹配维度,在MNIST、CIFAR10和CelebA上取得更高Inception分数和更低FID分数。

Abstract

Data usually resides on a manifold, and the minimal dimension of such a manifold is called its intrinsic dimension. This fundamental data property is not considered in the generative adversarial network (GAN) model along with its its variants; such that original data and generated data often hold different intrinsic dimensions. The different intrinsic dimensions of both generated and original data may cause generated data distribution to not match original data distribution completely, and it certainly will hurt the quality of generated data. In this study, we first show that GAN is often unable to generate simulation data, holding the same intrinsic dimension as the original data with both theoretical analysis and experimental illustration. Next, we propose a new model, called Hausdorff GAN, which removes the issue of different intrinsic dimensions and introduces the Hausdorff metric into GAN training to generate higher quality data. This provides new insights into the success of Hausdorff GAN. Specifically, we utilize a mapping function to map both original and generated data into the same manifold. We then calculate the Hausdorff distance to measure the difference between the mapped original data and the mapped generated data, toward pushing generated data to the side of original data. Finally, we conduct extensive experiments (using MNIST, CIFAR10, and CelebA datasets) to demonstrate the significant performance improvement of the Hausdorff GAN in achieving the largest Inception Score and the smallest Frechet inception distance (FID) score as well as producing diverse generated data at different resolutions.

生成对抗网络内在维度Hausdorff度量图像生成