paper-with-me

Papers

LD-GAN: Low-Dimensional Generative Adversarial Network for Spectral Image Generation with Variance Regularization

2023-04-29 · Emmanuel Martinez, Roman Jacome, Alejandra Hernandez-Rojas, Henry Arguello

Deep learning methods are state-of-the-art for spectral image (SI) computational tasks. However, these methods are constrained in their performance since available datasets are limited due to the highly expensive and long acquisition time. Usually, data augmentation techniques are employed to mitigate the lack of data. Surpassing classical augmentation methods, such as geometric transformations, GANs enable diverse augmentation by learning and sampling from the data distribution. Nevertheless, GAN-based SI generation is challenging since the high-dimensionality nature of this kind of data hinders the convergence of the GAN training yielding to suboptimal generation. To surmount this limitation, we propose low-dimensional GAN (LD-GAN), where we train the GAN employing a low-dimensional representation of the {dataset} with the latent space of a pretrained autoencoder network. Thus, we generate new low-dimensional samples which are then mapped to the SI dimension with the pretrained decoder network. Besides, we propose a statistical regularization to control the low-dimensional representation variance for the autoencoder training and to achieve high diversity of samples generated with the GAN. We validate our method LD-GAN as data augmentation strategy for compressive spectral imaging, SI super-resolution, and RBG to spectral tasks with improvements varying from 0.5 to 1 [dB] in each task respectively. We perform comparisons against the non-data augmentation training, traditional DA, and with the same GAN adjusted and trained to generate the full-sized SIs. The code of this paper can be found in https://github.com/romanjacome99/LD_GAN.git

📄 PDF Abstract BibTeX arXiv:2305.00132

Code (2)

hdspgroup/LD-GAN 공식 구현 pytorch
romanjacome99/ld_gan 공식 구현 pytorch

Tasks

Data AugmentationGenerative Adversarial NetworkImage GenerationSuper-Resolution

Similar Papers 제목 키워드 기반

Deep GAN-Based Cross-Spectral Cross-Resolution Iris Recognition

2021-08-03 · Moktari Mostofa, Salman Mohamadi, Jeremy Dawson, Nasser M. Nasrabadi

In recent years, cross-spectral iris recognition has emerged as a promising biometric approach to establish the identity of individuals. However, matching iris images acquired at different spectral bands (i.e., matching …

Generative Adversarial NetworkIris Recognition

Hyperspectral Image Generation with Unmixing Guided Diffusion Model

2025-06-03 · Shiyu Shen, Bin Pan, Ziye Zhang, Zhenwei Shi

Recently, hyperspectral image generation has received increasing attention, but existing generative models rely on conditional generation schemes, which limits the diversity of generated images. Diffusion models are popu…

Hyperspectral UnmixingImage GenerationmodelUnity

Generative Adversarial Networks and Probabilistic Graph Models for Hyperspectral Image Classification

2018-02-10 · Zilong Zhong, Jonathan Li

High spectral dimensionality and the shortage of annotations make hyperspectral image (HSI) classification a challenging problem. Recent studies suggest that convolutional neural networks can learn discriminative spatial…

ClassificationGeneral ClassificationHyperspectral Image Classificationimage-classification+1

Denoising Vision Transformer Autoencoder with Spectral Self-Regularization

2025-11-16 · Xunzhi Xiang, Xingye Tian, Guiyu Zhang, Yabo Chen 외 arxiv

Variational autoencoders (VAEs) typically encode images into a compact latent space, reducing computational cost but introducing an optimization dilemma: a higher-dimensional latent space improves reconstruction fidelity…

Generative adversarial networks for data-scarce spectral applications

2023-07-14 · Juan José García-Esteban, Juan Carlos Cuevas, Jorge Bravo-Abad

Generative adversarial networks (GANs) are one of the most robust and versatile techniques in the field of generative artificial intelligence. In this work, we report on an application of GANs in the domain of synthetic …

Data AugmentationImage Generation