paper-with-me

홈 › Papers

Alternating ConvLSTM: Learning Force Propagation with Alternate State Updates

2020-06-14 · Congyue Deng, Tai-Jiang Mu, Shi-Min Hu

Data-driven simulation is an important step-forward in computational physics when traditional numerical methods meet their limits. Learning-based simulators have been widely studied in past years; however, most previous works view simulation as a general spatial-temporal prediction problem and take little physical guidance in designing their neural network architectures. In this paper, we introduce the alternating convolutional Long Short-Term Memory (Alt-ConvLSTM) that models the force propagation mechanisms in a deformable object with near-uniform material properties. Specifically, we propose an accumulation state, and let the network update its cell state and the accumulation state alternately. We demonstrate how this novel scheme imitates the alternate updates of the first and second-order terms in the forward Euler method of numerical PDE solvers. Benefiting from this, our network only requires a small number of parameters, independent of the number of the simulated particles, and also retains the essential features in ConvLSTM, making it naturally applicable to sequential data with spatial inputs and outputs. We validate our Alt-ConvLSTM on human soft tissue simulation with thousands of particles and consistent body pose changes. Experimental results show that Alt-ConvLSTM efficiently models the material kinetic features and greatly outperforms vanilla ConvLSTM with only the single state update.

📄 PDF Abstract BibTeX arXiv:2006.07818

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Bi-Directional ConvLSTM U-Net with Densley Connected Convolutions

2019-08-31 · In Proceedings of the IEEE/CVF international conference on computer vision workshops 2019 11 · Reza Azad, Maryam Asadi-Aghbolaghi, Mahmood Fathy, Sergio Escalera

In recent years, deep learning-based networks have achieved state-of-the-art performance in medical image segmentation. Among the existing networks, U-Net has been successfully applied on medical image segmentation. In t…

Image SegmentationLesion SegmentationLung Nodule SegmentationMedical Image Segmentation+3

Learning Noise-Aware Encoder-Decoder from Noisy Labels by Alternating Back-Propagation for Saliency Detection

2020-07-23 · ECCV 2020 8 · Jing Zhang, Jianwen Xie, Nick Barnes

In this paper, we propose a noise-aware encoder-decoder framework to disentangle a clean saliency predictor from noisy training examples, where the noisy labels are generated by unsupervised handcrafted feature-based met…

DecoderSaliency Detection

Convolutional LSTM Neural Networks for Modeling Wildland Fire Dynamics

2020-12-11 · John Burge, Matthew Bonanni, Matthias Ihme, Lily Hu

As the climate changes, the severity of wildland fires is expected to worsen. Models that accurately capture fire propagation dynamics greatly help efforts for understanding, responding to and mitigating the damages caus…

BIG-bench Machine Learning

DANTE: Deep AlterNations for Training nEural networks

2019-02-01 · Vaibhav B Sinha, Sneha Kudugunta, Adepu Ravi Sankar, Surya Teja Chavali 외

We present DANTE, a novel method for training neural networks using the alternating minimization principle. DANTE provides an alternate perspective to traditional gradient-based backpropagation techniques commonly used t…

Adversarial Policy Gradient for Alternating Markov Games

2018-01-01 · ICLR 2018 1 · Chao Gao, Martin Mueller, Ryan Hayward

Policy gradient reinforcement learning has been applied to two-player alternate-turn zero-sum games, e.g., in AlphaGo, self-play REINFORCE was used to improve the neural net model after supervised learning. In this paper…

Policy Gradient MethodsReinforcement Learning