# Unsupervised Progressive Learning and the STAM Architecture

**Authors:** James Smith, Cameron Taylor, Seth Baer, and Constantine Dovrolis

arXiv: 1904.02021 · 2021-05-14

## TL;DR

This paper introduces the Unsupervised Progressive Learning (UPL) problem, focusing on online, non-stationary data streams, and proposes the STAM architecture that learns persistent features without storing data, evaluated through clustering and classification tasks.

## Contribution

The paper presents the STAM architecture, a novel unsupervised continual learning model that learns hierarchical features online without data replay, addressing the UPL problem.

## Key findings

- STAM effectively learns persistent features in non-stationary streams.
- Compared to adapted continual learning models, STAM shows promising results.
- STAM outperforms existing models in clustering and classification tasks.

## Abstract

We first pose the Unsupervised Progressive Learning (UPL) problem: an online representation learning problem in which the learner observes a non-stationary and unlabeled data stream, learning a growing number of features that persist over time even though the data is not stored or replayed. To solve the UPL problem we propose the Self-Taught Associative Memory (STAM) architecture. Layered hierarchies of STAM modules learn based on a combination of online clustering, novelty detection, forgetting outliers, and storing only prototypical features rather than specific examples. We evaluate STAM representations using clustering and classification tasks. While there are no existing learning scenarios that are directly comparable to UPL, we compare the STAM architecture with two recent continual learning models, Memory Aware Synapses (MAS) and Gradient Episodic Memories (GEM), after adapting them in the UPL setting.

## Full text

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

## Figures

61 figures with captions in the complete paper: https://tomesphere.com/paper/1904.02021/full.md

## References

28 references — full list in the complete paper: https://tomesphere.com/paper/1904.02021/full.md

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