STLn
STLn stands for Spatiotemporal Linear Network, a class of models designed to capture both spatial structure and temporal dynamics in sequential data. Originating in the context of machine learning for time-series and video data, STLn refers to networks that emphasize linear transformations over short temporal windows, while allowing stochasticity through noise terms or probabilistic latent variables.
Conceptually, an STLn layer applies a linear spatial transform followed by a linear temporal update, often
Training: STLn models are trained via backpropagation through time or truncated BPTT, using objectives such as
Applications and evaluation: STLn models have been explored for video frame prediction, traffic and climate forecasting,
Relation to other work: STLn relates to linear dynamical systems, state-space models, and recurrent neural networks.