paper-with-me

홈 › Papers

Adversarial autoencoders and adversarial LSTM for improved forecasts of urban air pollution simulations

2021-04-13 · César Quilodrán-Casas, Rossella Arcucci, Laetitia Mottet, Yike Guo, Christopher Pain

This paper presents an approach to improve the forecast of computational fluid dynamics (CFD) simulations of urban air pollution using deep learning, and most specifically adversarial training. This adversarial approach aims to reduce the divergence of the forecasts from the underlying physical model. Our two-step method integrates a Principal Components Analysis (PCA) based adversarial autoencoder (PC-AAE) with adversarial Long short-term memory (LSTM) networks. Once the reduced-order model (ROM) of the CFD solution is obtained via PCA, an adversarial autoencoder is used on the principal components time series. Subsequentially, a Long Short-Term Memory network (LSTM) is adversarially trained on the latent space produced by the PC-AAE to make forecasts. Once trained, the adversarially trained LSTM outperforms a LSTM trained in a classical way. The study area is in South London, including three-dimensional velocity vectors in a busy traffic junction.

📄 PDF Abstract BibTeX arXiv:2104.06297

Code (1)

c-quilo/adversarial-AE-LSTM 공식 구현 tf

Tasks

Time SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음
Tanh Activation 설명 없음
PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Adversarially trained LSTMs on reduced order models of urban air pollution simulations

2021-01-05 · César Quilodrán-Casas, Rossella Arcucci, Christopher Pain, Yike Guo

This paper presents an approach to improve computational fluid dynamics simulations forecasts of air pollution using deep learning. Our method, which integrates Principal Components Analysis (PCA) and adversarial trainin…

Targeted Adversarial Attacks on Wind Power Forecasts

2023-03-29 · René Heinrich, Christoph Scholz, Stephan Vogt, Malte Lehna

In recent years, researchers proposed a variety of deep learning models for wind power forecasting. These models predict the wind power generation of wind farms or entire regions more accurately than traditional machine …

Adversarial Robustness

Adversarial Autoencoders in Operator Learning

2024-12-10 · Dustin Enyeart, Guang Lin

DeepONets and Koopman autoencoders are two prevalent neural operator architectures. These architectures are autoencoders. An adversarial addition to an autoencoder have improved performance of autoencoders in various are…

Operator learning

Cycle-Consistent Adversarial Autoencoders for Unsupervised Text Style Transfer

2020-10-02 · COLING 2020 8 · Yufang Huang, Wentao Zhu, Deyi Xiong, Yiye Zhang 외

Unsupervised text style transfer is full of challenges due to the lack of parallel data and difficulties in content preservation. In this paper, we propose a novel neural approach to unsupervised text style transfer, whi…

Style TransferText Style TransferUnsupervised Text Style Transfer

Denoising Adversarial Autoencoders

2017-03-03 · Antonia Creswell, Anil Anthony Bharath

Unsupervised learning is of growing interest because it unlocks the potential held in vast amounts of unlabelled data to learn useful representations for inference. Autoencoders, a form of generative model, may be traine…

DenoisingGeneral Classification