# Vector Field Neural Networks

**Authors:** Daniel Vieira, Joao Paixao

arXiv: 1905.07033 · 2019-05-20

## TL;DR

This paper introduces Vector Fields Neural Networks (VFNN), a novel architecture inspired by vector field interpretations of neural networks, demonstrating competitive performance and offering new geometric regularization techniques.

## Contribution

The paper formalizes a geometric interpretation of neural networks as vector fields and proposes VFNN, a new architecture explicitly modeling these vector fields with promising experimental results.

## Key findings

- VFNN achieves comparable or better results than traditional models.
- The architecture allows geometrically interpretable regularization.
- Experiments show influence of hyperparameters on performance.

## Abstract

This work begins by establishing a mathematical formalization between different geometrical interpretations of Neural Networks, providing a first contribution. From this starting point, a new interpretation is explored, using the idea of implicit vector fields moving data as particles in a flow. A new architecture, Vector Fields Neural Networks(VFNN), is proposed based on this interpretation, with the vector field becoming explicit. A specific implementation of the VFNN using Euler's method to solve ordinary differential equations (ODEs) and gaussian vector fields is tested. The first experiments present visual results remarking the important features of the new architecture and providing another contribution with the geometrically interpretable regularization of model parameters. Then, the new architecture is evaluated for different hyperparameters and inputs, with the objective of evaluating the influence on model performance, computational time, and complexity. The VFNN model is compared against the known basic models Naive Bayes, Feed Forward Neural Networks, and Support Vector Machines(SVM), showing comparable, or better, results for different datasets. Finally, the conclusion provides many new questions and ideas for improvement of the model that can be used to increase model performance.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.07033/full.md

## Figures

398 figures with captions in the complete paper: https://tomesphere.com/paper/1905.07033/full.md

## References

52 references — full list in the complete paper: https://tomesphere.com/paper/1905.07033/full.md

---
Source: https://tomesphere.com/paper/1905.07033