TL;DR
This paper introduces ADGAN, an improved GAN framework with adaptive DropBlock regularization and a single classifier discriminator, to enhance hyperspectral image classification by addressing data imbalance and mode collapse issues.
Contribution
The paper proposes ADGAN with adaptive DropBlock and a unified discriminator to improve HSI classification performance and stability over existing GAN-based methods.
Findings
ADGAN outperforms state-of-the-art GAN methods on three HSI datasets.
Adaptive DropBlock effectively alleviates mode collapse.
Single classifier discriminator reduces issues caused by data imbalance.
Abstract
In recent years, hyperspectral image (HSI) classification based on generative adversarial networks (GAN) has achieved great progress. GAN-based classification methods can mitigate the limited training sample dilemma to some extent. However, several studies have pointed out that existing GAN-based HSI classification methods are heavily affected by the imbalanced training data problem. The discriminator in GAN always contradicts itself and tries to associate fake labels to the minority-class samples, and thus impair the classification performance. Another critical issue is the mode collapse in GAN-based methods. The generator is only capable of producing samples within a narrow scope of the data space, which severely hinders the advancement of GAN-based HSI classification methods. In this paper, we proposed an Adaptive DropBlock-enhanced Generative Adversarial Networks (ADGAN) for HSI…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsDropBlock
