paper-with-me

홈 › Papers

Convolutional Long Short-Term Memory Neural Networks Based Numerical Simulation of Flow Field

2025-05-21 · Chang Liu

Computational Fluid Dynamics (CFD) is the main approach to analyzing flow field. However, the convergence and accuracy depend largely on mathematical models of flow, numerical methods, and time consumption. Deep learning-based analysis of flow filed provides an alternative. For the task of flow field prediction, an improved Convolutional Long Short-Term Memory (Con-vLSTM) Neural Network is proposed as the baseline network in consideration of the temporal and spatial characteristics of flow field. Combining dynamic mesh technology and User-Defined Function (UDF), numerical simulations of flow around a circular cylinder were conducted. Flow field snapshots were used to sample data from the cylinder's wake region at different time instants, constructing a flow field dataset with sufficient volume and rich flow state var-iations. Residual networks and attention mechanisms are combined with the standard ConvLSTM model. Compared with the standard ConvLSTM model, the results demonstrate that the improved ConvLSTM model can extract more temporal and spatial features while having fewer parameters and shorter train-ing time.

📄 PDF Abstract BibTeX arXiv:2505.15533

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
ConvLSTM ConvLSTM is a type of recurrent neural network for spatio-temporal prediction that has convolutional structures in both the input-to-state and state-to-state transitions. The…

Similar Papers 제목 키워드 기반

Improve Long-term Memory Learning Through Rescaling the Error Temporally

2023-07-21 · Shida Wang, Zhanglu Yan

This paper studies the error metric selection for long-term memory learning in sequence modelling. We examine the bias towards short-term memory in commonly used errors, including mean absolute/squared error. Our finding…

Convolutional Long Short-Term Memory Networks for Recognizing First Person Interactions

2017-09-19 · Swathikiran Sudhakaran, Oswald Lanz

In this paper, we present a novel deep learning based approach for addressing the problem of interaction recognition from a first person perspective. The proposed approach uses a pair of convolutional neural networks, wh…

Predicting the Transition from Short-term to Long-term Memory based on Deep Neural Network

2020-12-07 · Gi-Hwan Shin, Young-Seok Kweon, Minji Lee

Memory is an essential element in people's daily life based on experience. So far, many studies have analyzed electroencephalogram (EEG) signals at encoding to predict later remembered items, but few studies have predict…

EEGElectroencephalogram (EEG)Retrieval

Learning to Detect Violent Videos using Convolutional Long Short-Term Memory

2017-09-19 · Swathikiran Sudhakaran, Oswald Lanz

Developing a technique for the automatic analysis of surveillance videos in order to identify the presence of violence is of broad interest. In this work, we propose a deep neural network for the purpose of recognizing v…

LSTM Fully Convolutional Networks for Time Series Classification

2017-09-08 · Fazle Karim, Somshubra Majumdar, Houshang Darabi, Shun Chen

Fully convolutional neural networks (FCN) have been shown to achieve state-of-the-art performance on the task of classifying time series sequences. We propose the augmentation of fully convolutional networks with long sh…

General ClassificationOutlier DetectionTime SeriesTime Series Analysis+1