paper-with-me

홈 › Papers

On the Regularization of Learnable Embeddings for Time Series Processing

2024-10-18 · Luca Butera, Giovanni De Felice, Andrea Cini, Cesare Alippi

In processing multiple time series, accounting for the individual features of each sequence can be challenging. To address this, modern deep learning methods for time series analysis combine a shared (global) model with local layers, specific to each time series, often implemented as learnable embeddings. Ideally, these local embeddings should encode meaningful representations of the unique dynamics of each sequence. However, when these are learned end-to-end as parameters of a forecasting model, they may end up acting as mere sequence identifiers. Shared processing blocks may then become reliant on such identifiers, limiting their transferability to new contexts. In this paper, we address this issue by investigating methods to regularize the learning of local learnable embeddings for time series processing. Specifically, we perform the first extensive empirical study on the subject and show how such regularizations consistently improve performance in widely adopted architectures. Furthermore, we show that methods preventing the co-adaptation of local and global parameters are particularly effective in this context. This hypothesis is validated by comparing several methods preventing the downstream models from relying on sequence identifiers, going as far as completely resetting the embeddings during training. The obtained results provide an important contribution to understanding the interplay between learnable local parameters and shared processing layers: a key challenge in modern time series processing models and a step toward developing effective foundation models for time series.

📄 PDF Abstract BibTeX arXiv:2410.14630

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

VITRO: Vocabulary Inversion for Time-series Representation Optimization

2024-12-23 · Filippos Bellos, Nam H. Nguyen, Jason J. Corso

Although LLMs have demonstrated remarkable capabilities in processing and generating textual data, their pre-trained vocabularies are ill-suited for capturing the nuanced temporal dynamics and patterns inherent in time s…

Language ModelingLanguage ModellingTime SeriesWord Embeddings

TimeCMA: Towards LLM-Empowered Multivariate Time Series Forecasting via Cross-Modality Alignment

2024-06-03 · Chenxi Liu, Qianxiong Xu, Hao Miao, Sun Yang 외

Multivariate time series forecasting (MTSF) aims to learn temporal dynamics among variables to forecast future time series. Existing statistical and deep learning-based methods suffer from limited learnable parameters an…

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting

BALM-TSF: Balanced Multimodal Alignment for LLM-Based Time Series Forecasting

2025-08-30 · Shiqiao Zhou, Holger Schöner, Huanbo Lyu, Edouard Fouché 외 arxiv

Time series forecasting is a long-standing and highly challenging research topic. Recently, driven by the rise of large language models (LLMs), research has increasingly shifted from purely time series methods toward har…

Time Series Forecasting

SPEAR: Soft Prompt Enhanced Anomaly Recognition for Time Series Data

2025-10-04 · Hanzhe Wei, Jiajun Wu, Jialin Yang, Henry Leung 외 arxiv

Time series anomaly detection plays a crucial role in a wide range of fields, such as healthcare and internet traffic monitoring. The emergence of large language models (LLMs) offers new opportunities for detecting anoma…

Time Series Anomaly Detection

Beyond Similarity: Temporal Operator Attention for Time Series Analysis

2026-05-11 · Jevon Twitty, Vinh Pham, Nitiwith Rotchanarak, Viresh Pati 외 arxiv

A persistent paradox in time-series forecasting is that structurally simple MLP and linear models often outperform high-capacity Transformers. We argue that this gap arises from a mismatch in the sequence-modeling primit…

Time Series AnalysisAnomaly Detection