PPLNs: Parametric Piecewise Linear Networks for Event-Based Temporal Modeling and Beyond
Chen Song, Zhenxiao Liang, Bo Sun, Qixing Huang
TL;DR
Parametric Piecewise Linear Networks (PPLNs) introduce a bio-inspired temporal model for event-based vision by approximating neuron membrane potentials with a learnable, parametric piecewise-linear function $\tilde{V}_\Theta(t)$ and producing outputs via $f(\mathbf{x},t)=\sigma(\tilde{V}_\Theta(t))$. Coefficients $\Theta=\{\mathbf{m},\mathbf{b},\mathbf{s}\}$ are predicted from input $\mathbf{x}$ and timestamp $t$ is normalized within $[0,1]$, with a smoothing operator and integral normalization ($\sigma$) to ensure learnable segment boundaries and rich gradients. A convolutionally-extended version enables practical deployment, and the approach yields state-of-the-art results on motion deblurring, steering prediction, and 3D human pose estimation for both event-based and frame-based inputs. The work provides convergence theory under smoothing and demonstrates robustness through extensive ablations, highlighting PPLNs as a general, neuromorphic alternative to traditional temporal layers in vision models with broad applicability.
Abstract
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.
