Saved in:
Bibliographic Details
Main Authors: Song, Chen, Liang, Zhenxiao, Sun, Bo, Huang, Qixing
Format: Preprint
Published: 2024
Subjects:
Online Access:https://arxiv.org/abs/2409.19772
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • We present Parametric Piecewise Linear Networks (PPLNs) for temporal vision inference. Motivated by the neuromorphic principles that regulate biological neural behaviors, PPLNs are ideal for processing data captured by event cameras, which are built to simulate neural activities in the human retina. We discuss how to represent the membrane potential of an artificial neuron by a parametric piecewise linear function with learnable coefficients. This design echoes the idea of building deep models from learnable parametric functions recently popularized by Kolmogorov-Arnold Networks (KANs). Experiments demonstrate the state-of-the-art performance of PPLNs in event-based and image-based vision applications, including steering prediction, human pose estimation, and motion deblurring. The source code of our implementation is available at https://github.com/chensong1995/PPLN.