arXiv論文メモ
新着一覧
cs.LG · 査読状況未確認

埋込みと真偽ラベルの依存性を使って学習するGAN

EmbeddGAN: A Novel GAN Framework Using an Embedding Network and Gini Distance Correlation

MaTais Caldwell, Yixin Chen, Xin Dang, Charles Walter

この論文をやさしく読む

ひとことで言うと

本物と生成画像を直接分類する代わりに、画像の埋込みと真偽ラベルの統計的なつながりを増減させて学ぶGANです。

何に役立つ?

画像生成の敵対的学習を安定させるための目的関数やモデル構成を検討する際の比較対象になります。

この研究の面白いところ

埋込み側は真偽を区別しやすい依存性を作り、生成側はその依存性を消すように学ぶという対抗関係です。

どこまで分かった?

安定性の報告は3データセットでの実験結果です。gCorがゼロになる条件が明確であることと、学習が必ず収束する保証とは別で、要旨は一般的な収束定理を提示していません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

敵対的生成ネットワーク(GAN)は高品質な合成データの生成に高い性能を示してきた。しかし、収束や学習過程の有効性について形式的な保証がないという制約があり、実際には学習の不安定さ、モード崩壊、ハイパーパラメータへの敏感さにつながる。これに対処するため、依存性に基づく目的関数を持つ新しい敵対的学習の枠組みEmbeddGANを提案する。 標本を本物か偽物かに分類する識別器に頼る代わりに、EmbeddGANは、標本と真偽ラベルの間の統計的依存性を最大化する表現を学ぶ埋込みネットワークを導入する。一方、生成器はこの依存性を最小化するよう学習する。目的関数にはジニ距離相関(gCor)を使う。gCorは、埋込みが真偽ラベルと統計的に独立である場合に、かつその場合に限ってゼロとなる。そのため、この目的関数の最小化は、学習された埋込み空間で本物と生成標本を統計的に区別できなくする方向に働く。 埋込みネットワークは本物と生成データの両方を共通の低次元空間へ写し、そこでペアごとの距離から分布の食い違いを直接測定する。ミニマックス学習を採用し、埋込みネットワークはジニ距離相関を最大化して依存性を強め、生成器は最小化して依存性を弱める。MNIST、CIFAR-10、CelebAでの実験では、EmbeddGANは既存のベースラインに匹敵する性能を達成し、評価したデータセットで特に安定した学習ダイナミクスを示した。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-18(UTC)
最新改訂
2026-09-18 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Generative Adversarial Networks (GANs) have demonstrated strong performance in generating high-quality synthetic data. However, they are limited by no formal guarantees regarding convergence and the effectiveness of the learning process. In practice, this leads to training instability, mode collapse, and sensitivity to hyperparameters. To address this, we propose EmbeddGAN, a novel adversarial training framework based on a dependence-based objective. Instead of relying on a discriminator that classifies samples as real or fake, EmbeddGAN introduces an embedding network that learns a representation in which statistical dependence between samples and their real/fake labels is maximized, while the generator is trained to minimize this dependence. This objective is implemented using the Gini distance correlation (gCor), which equals zero if and only if the embeddings are statistically independent of the real/fake label. Minimizing this objective therefore encourages real and generated samples to become statistically indistinguishable in the learned embedding space. The embedding network projects both real and generated data into a shared low-dimensional space, where distributional discrepancies can be measured directly through pairwise distances. We adopt a minimax training strategy: the embedding network maximizes the Gini distance correlation (maximizing dependence), while the generator minimizes it (minimizing dependence). Experiments on the MNIST, CIFAR-10, and CelebA datasets demonstrate that EmbeddGAN achieves competitive performance relative to established baselines while exhibiting notably stable training dynamics on the evaluated datasets.

著者のコメント

18 Pages, 14 Figures, Submitted to IEEE Access, Awaiting Revisions

arXiv ID: 2609.22508 / 要約の誤りについて