Journal Article10.23919/eusipco63174.2024.10715398
Physics-Guided Graph Convolutional Deep Equilibrium Network for Environmental Data
Esther Rodrigo-Bonet,Nikos Deligiannis +1 more
- 26 Aug 2024
pp 987-991
TL;DR: This study proposes a physics-guided graph convolutional deep equilibrium network for environmental data modeling, incorporating physical laws into a graph-based DEQ model, and demonstrates improved performance in air quality estimation tasks using real-world data.
read more
Abstract: Modelling environmental data, including temperature and air pollution, has been tackled by both physical methods and deep learning models. The former approach builds upon physical laws albeit using computationally complex algorithms. Alternatively, deep learning methods are purely data-driven, exploiting diverse spatiotemporal data correlations. While the latter delivers good performance and fast inference, it does not leverage knowledge about the physical phenomena. Recently, deep equilibrium networks (DEQs), i.e., networks that find the fixed point of some iterative procedure, have shown outstanding performance when compared with their equivalent deep models. In this work, we propose a physics-guided DEQ model for environmental data that can be modeled as a graph. Our approach builds on a graph convolutional operator, incorporating the partial differential equation that defines the convection-diffusion physical process. We evaluate the effectiveness of our approach in the task of air quality estimation based on sensor measurements. Experiments on real-world air quality data show the improved performance of our model with respect to state-of-the-art approaches.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
References
Graph Attention Networks
Petar Veličković,Guillem Cucurull,Arantxa Casanova,Adriana Romero,Pietro Liò,Yoshua Bengio +5 more
- 15 Feb 2018
TL;DR: Graph Attention Networks (GATs) as mentioned in this paper leverage masked self-attentional layers to address the shortcomings of prior methods based on graph convolutions or their approximations.
Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations
TL;DR: In this article, the authors introduce physics-informed neural networks, which are trained to solve supervised learning tasks while respecting any given laws of physics described by general nonlinear partial differential equations.
11.6K
Physics-informed machine learning
George Em Karniadakis,Ioannis G. Kevrekidis,Lu Lu,Paris Perdikaris,Sifan Wang,Liu Yang +5 more
- 01 Jun 2021
TL;DR: Some of the prevailing trends in embedding physics into machine learning are reviewed, some of the current capabilities and limitations are presented and diverse applications of physics-informed learning both for forward and inverse problems, including discovering hidden physics and tackling high-dimensional problems are discussed.
3.7K
DGM: A deep learning algorithm for solving partial differential equations
TL;DR: A deep learning algorithm similar in spirit to Galerkin methods, using a deep neural network instead of linear combinations of basis functions is proposed, and is implemented for American options in up to 100 dimensions.
1.8K
•Proceedings Article
Deep Equilibrium Models
Shaojie Bai,J. Zico Kolter,Vladlen Koltun +2 more
- 03 Sep 2019
TL;DR: Deep Equilibrium Model (DEQ) as discussed by the authors proposes to directly find these equilibrium points via root-finding, which is equivalent to running an infinite depth (weight-tied) feedforward network, but has the notable advantage that we can analytically backpropagate through the equilibrium point using implicit differentiation.