y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#gan News & Analysis

13 articles tagged with #gan. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

13 articles
AIBearisharXiv – CS AI · Jun 197/10
🧠

A Controlled Benchmark of Quantum-Latent GAN Augmentation for Brain MRI

Researchers conducted a rigorous controlled benchmark comparing quantum and classical generative models for augmenting brain MRI datasets. The study found no statistically significant performance difference between quantum and classical generators, and neither provided meaningful benefits over real-data-only training across various data scarcity scenarios.

AINeutralarXiv – CS AI · Jun 196/10
🧠

QC-GAN: A Parameter-Efficient Quaternion Conformer GAN for High-Fidelity Speech Enhancement

Researchers introduce QC-GAN, a parameter-efficient speech enhancement model combining Quaternion Conformer architecture with MetricGAN training. The framework achieves state-of-the-art speech quality scores while using less than half the parameters of comparable models, with a 35K-parameter variant demonstrating viable ultra-lightweight performance.

AINeutralarXiv – CS AI · Jun 96/10
🧠

No Free Lunch for Synthetic Images under Data Scarcity Conditions

Researchers evaluated trade-offs between fidelity, privacy, and utility in synthetic image generation across VAE, GAN, and DDPM models under data scarcity conditions. The study reveals that GANs and DDPMs maintain performance better than VAEs when differential privacy mechanisms are applied, suggesting no single generative model excels across all three dimensions simultaneously.

AINeutralarXiv – CS AI · May 296/10
🧠

The Little Book of Generative AI Foundations: An Intuitive Mathematical Primer

A new mathematical primer on arXiv provides a foundational, derivation-focused introduction to generative AI models, systematically connecting PCA, VAEs, diffusion models, normalizing flows, GANs, and energy-based models through coherent mathematical frameworks rather than surveying recent architectures.

AIBullisharXiv – CS AI · May 126/10
🧠

A Paired Point-of-Care Ultrasound Dataset for Image Quality Enhancement and Benchmarking via a cGAN Baseline

Researchers have developed the first publicly available paired dataset of low-quality point-of-care ultrasound (POCUS) images and high-end ultrasound equivalents, using a conditional GAN to enhance image quality by 87% on SSIM metrics. This advancement could significantly improve diagnostic capabilities of affordable handheld ultrasound devices in resource-limited healthcare settings.

AIBullisharXiv – CS AI · Mar 176/10
🧠

A Dual-Path Generative Framework for Zero-Day Fraud Detection in Banking Systems

Researchers propose a dual-path AI framework combining Variational Autoencoders and Wasserstein GANs for real-time fraud detection in banking systems. The system achieves sub-50ms detection latency while maintaining GDPR compliance through selective explainability mechanisms for high-uncertainty transactions.

AIBullisharXiv – CS AI · Mar 36/108
🧠

Mamba-CAD: State Space Model For 3D Computer-Aided Design Generative Modeling

Researchers introduce Mamba-CAD, a state space model using Mamba architecture for generating complex 3D CAD models from parametric sequences. The model addresses limitations in handling longer, fine-grained industrial CAD sequences through an encoder-decoder framework paired with GANs, trained on a new dataset of 77,078 CAD models.

AINeutralLil'Log (Lilian Weng) · Jul 116/10
🧠

What are Diffusion Models?

Diffusion models are a new type of generative AI model that can learn complex data distributions and generate high-quality images competitive with state-of-the-art GANs. The article covers recent developments including classifier-free guidance, GLIDE, unCLIP, Imagen, latent diffusion models, and consistency models.

AINeutralLil'Log (Lilian Weng) · Oct 134/10
🧠

Flow-based Deep Generative Models

This article introduces flow-based deep generative models as a third type of generative AI model that, unlike GANs and VAEs, explicitly learns the probability density function of input data. The piece explains the mathematical challenges in calculating probability density functions due to the intractability of integrating over all possible latent variable values.