Artificial Intelligence

   

GSPNN: Graph Shortest Path Neural Network

Authors: Atharv Navale

A neural architecture termed GSPNN (Graph Shortest Path Neural Network) is introducedin which both inference and learning are carried out without backpropagation. Classificationis posed as a shortest-path problem over a layered directed acyclic graph (DAG). Each layerdefines a local softmax distribution over outgoing edges; per-edge cost is the (temperaturescaled) negative log-probability. Inference reduces to a Viterbi (min-sum) dynamic programover the graph. Learning proceeds by local, forward-only updates: for each training example,the shortest path to the true class is compared with the best competing class. If a margin isviolated, normalized per-node updates are applied that increase the probability of chosen (true)edges and decrease it for competing (wrong) edges. The updates require only forward signals(local probabilities and keys) and avoid gradients and backpropagation. On MNIST withPCA features, a compact configuration attains 94—96% test accuracy with sub-second epochtimes on a single Colab GPU due to fully vectorized updates and optional precomputation of per-layer keys. Algorithmic details, computational complexity, ablations (temperature and margin schedules, top-k negatives, EMA), limitations, and connections to Viterbi decoding, structured prediction, and local learning rules are discussed.

Comments: 5 Pages. (Note by viXra Admin: Please submit article written with AI assistance to ai.viXra.org)

Download: PDF

Submission history

[v1] 2025-09-16 17:12:49

Unique-IP document downloads: 177 times

Vixra.org is a pre-print repository rather than a journal. Articles hosted may not yet have been verified by peer-review and should be treated as preliminary. In particular, anything that appears to include financial or legal advice or proposed medical treatments should be treated with due caution. Vixra.org will not be responsible for any consequences of actions that result from any form of use of any documents on this website.

Add your own feedback and questions here:
You are equally welcome to be positive or negative about any paper but please be polite. If you are being critical you must mention at least one specific error, otherwise your comment will be deleted as unhelpful.

comments powered by Disqus