TS2Vec
Summary
TS2Vec is a self-supervised time-series representation model built around hierarchical contrastive learning over augmented temporal contexts.
Role In The Wiki
TS2Vec is a pre-TSFM-era representation-learning anchor. Its timestamp-level embeddings, hierarchical contrastive loss, and context-consistency objective are useful reference points when comparing newer masked-reconstruction and foundation-model approaches.
Official Artifacts
- Official code: https://github.com/zhihanyue/ts2vec
- ETNA TS2Vec embedding model: https://docs.etna.ai/2.9.0/api_reference/api/etna.transforms.embeddings.models.TS2VecEmbeddingModel.html
- ETNA pretrained embedding tutorial: https://docs.etna.ai/2.9.0/tutorials/210-embedding_models.html