y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#gan News & Analysis

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

8 articles
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.

AINeutralarXiv โ€“ CS AI ยท Mar 125/10
๐Ÿง 

Enhancing Network Intrusion Detection Systems: A Multi-Layer Ensemble Approach to Mitigate Adversarial Attacks

Researchers developed a multi-layer ensemble defense system to protect AI-powered Network Intrusion Detection Systems (NIDS) from adversarial attacks. The solution combines stacking classifiers with autoencoder validation and adversarial training, demonstrating improved resilience against GAN and FGSM-generated attacks on security datasets.

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.