paper-with-me

홈 › Papers

Cross-Domain Pre-training with Language Models for Transferable Time Series Representations

2024-03-19 · Mingyue Cheng, Xiaoyu Tao, Qi Liu, Hao Zhang, Yiheng Chen, Defu Lian

Advancements in self-supervised pre-training (SSL) have significantly advanced the field of learning transferable time series representations, which can be very useful in enhancing the downstream task. Despite being effective, most existing works struggle to achieve cross-domain SSL pre-training, missing valuable opportunities to integrate patterns and features from different domains. The main challenge lies in the significant differences in the characteristics of time-series data across different domains, such as variations in the number of channels and temporal resolution scales. To address this challenge, we propose CrossTimeNet, a novel cross-domain SSL learning framework to learn transferable knowledge from various domains to largely benefit the target downstream task. One of the key characteristics of CrossTimeNet is the newly designed time series tokenization module, which could effectively convert the raw time series into a sequence of discrete tokens based on a reconstruction optimization process. Besides, we highlight that predicting a high proportion of corrupted tokens can be very helpful for extracting informative patterns across different domains during SSL pre-training, which has been largely overlooked in past years. Furthermore, unlike previous works, our work treats the pre-training language model (PLM) as the initialization of the encoder network, investigating the feasibility of transferring the knowledge learned by the PLM to the time series area. Through these efforts, the path to cross-domain pre-training of a generic time series model can be effectively paved. We conduct extensive experiments in a real-world scenario across various time series classification domains. The experimental results clearly confirm CrossTimeNet's superior performance.

📄 PDF Abstract BibTeX arXiv:2403.12372

Code (4)

mingyue-cheng/crosstimenet 공식 구현 pytorch
mingyue-cheng/convtimenet pytorch
mingyue-cheng/formertime pytorch
mingyue-cheng/timemae pytorch

Tasks

Language ModellingTime SeriesTime Series Classification

Similar Papers 제목 키워드 기반

Meta-KD: A Meta Knowledge Distillation Framework for Language Model Compression across Domains

2020-12-02 · ACL 2021 5 · Haojie Pan, Chengyu Wang, Minghui Qiu, Yichang Zhang 외

Pre-trained language models have been applied to various NLP tasks with considerable performance gains. However, the large model sizes, together with the long inference time, limit the deployment of such models in real-t…

Knowledge DistillationLanguage ModelingLanguage ModellingMeta-Learning+2

Transferable Decoding with Visual Entities for Zero-Shot Image Captioning

2023-07-31 · ICCV 2023 1 · Junjie Fei, Teng Wang, Jinrui Zhang, Zhenyu He 외

Image-to-text generation aims to describe images using natural language. Recently, zero-shot image captioning based on pre-trained vision-language models (VLMs) and large language models (LLMs) has made significant progr…

Caption GenerationHallucinationImage CaptioningImage to text+2

Learning Transferable Topology Priors for Multi-Agent LLM Collaboration Across Domains

2026-05-17 · Taolin Zhang, Zijie Zhou, Jiuheng Wan, Tingyuan Hu 외 arxiv

Large language model (LLM)-based multi-agent systems have shown strong potential for complex reasoning by coordinating specialized agents through structured communication. However, existing topology-evolution methods typ…

Identifying Transferable Information Across Domains for Cross-domain Sentiment Classification

2018-07-01 · ACL 2018 7 · Raksha Sharma, Pushpak Bhattacharyya, D, S apat 외

Getting manually labeled data in each domain is always an expensive and a time consuming task. Cross-domain sentiment analysis has emerged as a demanding concept where a labeled source domain facilitates a sentiment clas…

ClassificationDomain Adaptationdomain classificationGeneral Classification+3

Learning Vector-Quantized Item Representation for Transferable Sequential Recommenders

2022-10-22 · Yupeng Hou, Zhankui He, Julian McAuley, Wayne Xin Zhao

Recently, the generality of natural language text has been leveraged to develop transferable recommender systems. The basic idea is to employ pre-trained language models~(PLM) to encode item text into item representation…

Language ModellingRecommendation Systemstext similarity