English

VPNet: Variable Projection Networks

Machine Learning 2021-10-22 v2 Signal Processing Machine Learning

Abstract

We introduce VPNet, a novel model-driven neural network architecture based on variable projection (VP). Applying VP operators to neural networks results in learnable features, interpretable parameters, and compact network structures. This paper discusses the motivation and mathematical background of VPNet and presents experiments. The VPNet approach was evaluated in the context of signal processing, where we classified a synthetic dataset and real electrocardiogram (ECG) signals. Compared to fully connected and one-dimensional convolutional networks, VPNet offers fast learning ability and good accuracy at a low computational cost of both training and inference. Based on these advantages and the promising results obtained, we anticipate a profound impact on the broader field of signal processing, in particular on classification, regression and clustering problems.

Keywords

Cite

@article{arxiv.2006.15590,
  title  = {VPNet: Variable Projection Networks},
  author = {Péter Kovács and Gergő Bognár and Christian Huber and Mario Huemer},
  journal= {arXiv preprint arXiv:2006.15590},
  year   = {2021}
}

Comments

The codes and the experiments are available at: https://git.silicon-austria.com/pub/sparseestimation/vpnet

R2 v1 2026-06-23T16:40:44.253Z