paper-with-me

Papers

HybridNet: Integrating Model-based and Data-driven Learning to Predict Evolution of Dynamical Systems

2018-06-19 · Yun Long, Xueyuan She, Saibal Mukhopadhyay

The robotic systems continuously interact with complex dynamical systems in the physical world. Reliable predictions of spatiotemporal evolution of these dynamical systems, with limited knowledge of system dynamics, are crucial for autonomous operation. In this paper, we present HybridNet, a framework that integrates data-driven deep learning and model-driven computation to reliably predict spatiotemporal evolution of a dynamical systems even with in-exact knowledge of their parameters. A data-driven deep neural network (DNN) with Convolutional LSTM (ConvLSTM) as the backbone is employed to predict the time-varying evolution of the external forces/perturbations. On the other hand, the model-driven computation is performed using Cellular Neural Network (CeNN), a neuro-inspired algorithm to model dynamical systems defined by coupled partial differential equations (PDEs). CeNN converts the intricate numerical computation into a series of convolution operations, enabling a trainable PDE solver. With a feedback control loop, HybridNet can learn the physical parameters governing the system's dynamics in real-time, and accordingly adapt the computation models to enhance prediction accuracy for time-evolving dynamical systems. The experimental results on two dynamical systems, namely, heat convection-diffusion system, and fluid dynamical system, demonstrate that the HybridNet produces higher accuracy than the state-of-the-art deep learning based approach.

📄 PDF Abstract BibTeX arXiv:1806.07439

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh 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…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

HybridNet: A Hybrid Neural Architecture to Speed-up Autoregressive Models

2018-01-01 · ICLR 2018 1 · Yanqi Zhou, Wei Ping, Sercan Arik, Kainan Peng 외

This paper introduces HybridNet, a hybrid neural network to speed-up autoregressive models for raw audio waveform generation. As an example, we propose a hybrid model that combines an autoregressive network named WaveNet…

Speech Synthesistext-to-speechText to Speech

HybridNets: End-to-End Perception Network

2022-03-17 · Dat Vu, Bao Ngo, Hung Phan

End-to-end Network has become increasingly important in multi-tasking. One prominent example of this is the growing significance of a driving perception system in autonomous driving. This paper systematically studies an …

Autonomous DrivingDrivable Area DetectionLane Detectionobject-detection+2

Hybridnet for depth estimation and semantic segmentation

2024-02-09 · Dalila Sánchez-Escobedo, Xiao Lin, Josep R. Casas, Montse Pardàs

Semantic segmentation and depth estimation are two important tasks in the area of image processing. Traditionally, these two tasks are addressed in an independent manner. However, for those applications where geometric a…

Autonomous NavigationDepth EstimationSegmentationSemantic Segmentation

Attn-HybridNet: Improving Discriminability of Hybrid Features with Attention Fusion

2020-10-13 · Sunny Verma, Chen Wang, Liming Zhu, Wei Liu

The principal component analysis network (PCANet) is an unsupervised parsimonious deep network, utilizing principal components as filters in its convolution layers. Albeit powerful, the PCANet consists of basic operation…

HybridNet: Classification and Reconstruction Cooperation for Semi-Supervised Learning

2018-07-30 · ECCV 2018 9 · Thomas Robert, Nicolas Thome, Matthieu Cord

In this paper, we introduce a new model for leveraging unlabeled data to improve generalization performances of image classifiers: a two-branch encoder-decoder architecture called HybridNet. The first branch receives sup…

ClassificationDecoderGeneral ClassificationImage Classification