Transmission Neural Networks:
From Virus Spread Models to Neural Networks
Xuechen Liu
2022.09.16
Background: Virus spread dynamics
The probability of node i being infected at time k+1 satisfies
Defining negative-log-negative probability (Shannon’s information)
By simple substitution, we finally will get the infection estimator
Transmission Neural Networks (TransNN)
We would like to parameterize the links with infection probabilities
By defining the input and output states
And (yet again, math substitutions) we find
Transmission Neural Networks (TransNN)
So the start state can be re-defined as
Where we define the TLogSigmoid activation function from the derivation
It can be further parameterized to
The activation function is related to the “links/transitions”, not only a function of “nodes”. This has some biological inspirations
Equivalent Representations via Neural Nets
We consider the virus spread models with multiple particle transmissions
By defining the I/O states in a similar way
We can describe the dynamics of NN as
And control the weights in a way that similar to the synaptic networks
TransNN as DNN
We then regard the TransNN as a “DNN”
The objectives then become
It and its variants (multi-path transmission models) fits the assumptions of a universal function approximator - for a continuous function space C(R)
For me - More like a Communication System?
Main Takeaways