paper-with-me

홈 › Papers

Condensing CNNs With Partial Differential Equations

2022-01-01 · CVPR 2022 1 · Anil Kag, Venkatesh Saligrama

Convolutional neural networks (CNNs) rely on the depth of the architecture to obtain complex features. It results in computationally expensive models for low-resource IoT devices. Convolutional operators are local and restricted in the receptive field, which increases with depth. We explore partial differential equations (PDEs) that offer a global receptive field without the added overhead of maintaining large kernel convolutional filters. We propose a new feature layer, called the Global layer, that enforces PDE constraints on the feature maps, resulting in rich features. These constraints are solved by embedding iterative schemes in the network. The proposed layer can be embedded in any deep CNN to transform it into a shallower network. Thus, resulting in compact and computationally efficient architectures achieving similar performance as the original network. Our experimental evaluation demonstrates that architectures with global layers require 2-5xless computational and storage budget without any significant loss in performance.

📄 PDF Abstract BibTeX

Code (1)

anilkagak2/pde_globallayer 공식 구현 pytorch

Similar Papers 제목 키워드 기반

A condensing approach to multiple shooting neural ordinary differential equation

2025-05-31 · Siddharth Prabhu, Srinivas Rangarajan, Mayuresh Kothare

Multiple-shooting is a parameter estimation approach for ordinary differential equations. In this approach, the trajectory is broken into small intervals, each of which can be integrated independently. Equality constrain…

parameter estimation

Continuous Convolutional Neural Networks: Coupled Neural PDE and ODE

2021-10-30 · Mansura Habiba, Barak A. Pearlmutter

Recent work in deep learning focuses on solving physical systems in the Ordinary Differential Equation or Partial Differential Equation. This current work proposed a variant of Convolutional Neural Networks (CNNs) that c…

Time SeriesTime Series Analysis

Going Deeper with Five-point Stencil Convolutions for Reaction-Diffusion Equations

2023-08-09 · Yongho Kim, Yongho Choi

Physics-informed neural networks have been widely applied to partial differential equations with great success because the physics-informed loss essentially requires no observations or discretization. However, it is diff…

Learning finite difference methods for reaction-diffusion type equations with FCNN

2022-01-04 · Yongho Kim, Yongho Choi

In recent years, Physics-informed neural networks (PINNs) have been widely used to solve partial differential equations alongside numerical methods because PINNs can be trained without observations and deal with continuo…

Vocal Bursts Type Prediction

Hyena Neural Operator for Partial Differential Equations

2023-06-28 · Saurabh Patil, Zijie Li, Amir Barati Farimani

Numerically solving partial differential equations typically requires fine discretization to resolve necessary spatiotemporal scales, which can be computationally expensive. Recent advances in deep learning have provided…