English

REBAR: Retrieval-Based Reconstruction for Time-series Contrastive Learning

Machine Learning 2024-10-29 v4

Abstract

The success of self-supervised contrastive learning hinges on identifying positive data pairs, such that when they are pushed together in embedding space, the space encodes useful information for subsequent downstream tasks. Constructing positive pairs is non-trivial as the pairing must be similar enough to reflect a shared semantic meaning, but different enough to capture within-class variation. Classical approaches in vision use augmentations to exploit well-established invariances to construct positive pairs, but invariances in the time-series domain are much less obvious. In our work, we propose a novel method of using a learned measure for identifying positive pairs. Our Retrieval-Based Reconstruction (REBAR) measure measures the similarity between two sequences as the reconstruction error that results from reconstructing one sequence with retrieved information from the other. Then, if the two sequences have high REBAR similarity, we label them as a positive pair. Through validation experiments, we show that the REBAR error is a predictor of mutual class membership. Once integrated into a contrastive learning framework, our REBAR method learns an embedding that achieves state-of-the-art performance on downstream tasks across various modalities.

Keywords

Cite

@article{arxiv.2311.00519,
  title  = {REBAR: Retrieval-Based Reconstruction for Time-series Contrastive Learning},
  author = {Maxwell A. Xu and Alexander Moreno and Hui Wei and Benjamin M. Marlin and James M. Rehg},
  journal= {arXiv preprint arXiv:2311.00519},
  year   = {2024}
}

Comments

ICLR 2024 | Code available at: https://github.com/maxxu05/rebar

R2 v1 2026-06-28T13:08:34.074Z