LGCVMar 19, 2023

Cross-GAN Auditing: Unsupervised Identification of Attribute Level Similarities and Differences between Pretrained Generative Models

arXiv:2303.10774v27 citationsh-index: 49
Originality Incremental advance
AI Analysis

This provides an intuitive tool for users and developers to compare GANs, addressing the need for human-interpretable auditing in AI fairness and bias detection, though it is incremental as it builds on existing GAN audit methods.

The paper tackles the problem of auditing generative adversarial networks (GANs) by proposing Cross-GAN Auditing (xGA), which identifies intelligible attributes that are common, novel, or missing between a reference and client GAN, and demonstrates quantitatively that xGA outperforms baseline approaches.

Generative Adversarial Networks (GANs) are notoriously difficult to train especially for complex distributions and with limited data. This has driven the need for tools to audit trained networks in human intelligible format, for example, to identify biases or ensure fairness. Existing GAN audit tools are restricted to coarse-grained, model-data comparisons based on summary statistics such as FID or recall. In this paper, we propose an alternative approach that compares a newly developed GAN against a prior baseline. To this end, we introduce Cross-GAN Auditing (xGA) that, given an established "reference" GAN and a newly proposed "client" GAN, jointly identifies intelligible attributes that are either common across both GANs, novel to the client GAN, or missing from the client GAN. This provides both users and model developers an intuitive assessment of similarity and differences between GANs. We introduce novel metrics to evaluate attribute-based GAN auditing approaches and use these metrics to demonstrate quantitatively that xGA outperforms baseline approaches. We also include qualitative results that illustrate the common, novel and missing attributes identified by xGA from GANs trained on a variety of image datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes