# Unsupervised Learning through Temporal Smoothing and Entropy   Maximization

**Authors:** Per Rutquist

arXiv: 1905.03100 · 2019-05-09

## TL;DR

This paper introduces an unsupervised learning method for time-series data that combines temporal smoothing with entropy maximization to extract slowly evolving features while filtering noise.

## Contribution

It presents a novel neural network training approach using opposing objectives of temporal smoothing and covariance maximization for unsupervised learning from time-series.

## Key findings

- Extracts slowly changing features useful for control.
- Effectively filters out high-frequency noise.
- Balances information preservation with temporal coherence.

## Abstract

This paper proposes a method for machine learning from unlabeled data in the form of a time-series. The mapping that is learned is shown to extract slowly evolving information that would be useful for control applications, while efficiently filtering out unwanted, higher-frequency noise.   The method consists of training a feedforward artificial neural network with backpropagation using two opposing objectives.   The first of these is to minimize the squared changes in activations between time steps of each unit in the network. This "temporal smoothing" has the effect of correlating inputs that occur close in time with outputs that are close in the L2-norm.   The second objective is to maximize the log determinant of the covariance matrix of activations in each layer of the network. This objective ensures that information from each layer is passed through to the next. This second objective acts as a balance to the first, which on its own would result in a network with all input weights equal to zero.

## Full text

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

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1905.03100/full.md

## References

10 references — full list in the complete paper: https://tomesphere.com/paper/1905.03100/full.md

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