LGAIOct 26, 2025

Learning Without Augmenting: Unsupervised Time Series Representation Learning via Frame Projections

arXiv:2510.22655v1h-index: 10Has Code
Originality Highly original
AI Analysis

This addresses the challenge of designing domain-specific augmentations in time series representation learning, offering a more generalizable approach.

The paper tackles the problem of self-supervised learning for time series by replacing handcrafted data augmentations with views generated from orthonormal bases and overcomplete frames, achieving performance gains of up to 15-20% over existing methods on nine datasets across five tasks.

Self-supervised learning (SSL) has emerged as a powerful paradigm for learning representations without labeled data. Most SSL approaches rely on strong, well-established, handcrafted data augmentations to generate diverse views for representation learning. However, designing such augmentations requires domain-specific knowledge and implicitly imposes representational invariances on the model, which can limit generalization. In this work, we propose an unsupervised representation learning method that replaces augmentations by generating views using orthonormal bases and overcomplete frames. We show that embeddings learned from orthonormal and overcomplete spaces reside on distinct manifolds, shaped by the geometric biases introduced by representing samples in different spaces. By jointly leveraging the complementary geometry of these distinct manifolds, our approach achieves superior performance without artificially increasing data diversity through strong augmentations. We demonstrate the effectiveness of our method on nine datasets across five temporal sequence tasks, where signal-specific characteristics make data augmentations particularly challenging. Without relying on augmentation-induced diversity, our method achieves performance gains of up to 15--20\% over existing self-supervised approaches. Source code: https://github.com/eth-siplab/Learning-with-FrameProjections

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes