paper-with-me

홈 › Papers

Enhancing Time Series Forecasting via Logic-Inspired Regularization

2025-03-10 · Jianqi Zhang, Jingyao Wang, Xingchen Shen, Wenwen Qiang

Time series forecasting (TSF) plays a crucial role in many applications. Transformer-based methods are one of the mainstream techniques for TSF. Existing methods treat all token dependencies equally. However, we find that the effectiveness of token dependencies varies across different forecasting scenarios, and existing methods ignore these differences, which affects their performance. This raises two issues: (1) What are effective token dependencies? (2) How can we learn effective dependencies? From a logical perspective, we align Transformer-based TSF methods with the logical framework and define effective token dependencies as those that ensure the tokens as atomic formulas (Issue 1). We then align the learning process of Transformer methods with the process of obtaining atomic formulas in logic, which inspires us to design a method for learning these effective dependencies (Issue 2). Specifically, we propose Attention Logic Regularization (Attn-L-Reg), a plug-and-play method that guides the model to use fewer but more effective dependencies by making the attention map sparse, thereby ensuring the tokens as atomic formulas and improving prediction performance. Extensive experiments and theoretical analysis confirm the effectiveness of Attn-L-Reg.

📄 PDF Abstract BibTeX arXiv:2503.06867

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Efficient and Effective Time-Series Forecasting with Spiking Neural Networks

2024-02-02 · Changze Lv, Yansen Wang, Dongqi Han, Xiaoqing Zheng 외

Spiking neural networks (SNNs), inspired by the spiking behavior of biological neurons, provide a unique pathway for capturing the intricacies of temporal data. However, applying SNNs to time-series forecasting is challe…

Model SelectionTime SeriesTime Series Forecasting

Emotion-Inspired Deep Structure (EiDS) for EEG Time Series Forecasting

2020-05-23 · Mahboobeh Parsapoor

Accurate forecasting of an electroencephalogram (EEG) time series is crucial for the correct diagnosis of neurological disorders such as seizures and epilepsy. Since the EEG time series is chaotic, most traditional machi…

EEGElectroencephalogram (EEG)Time SeriesTime Series Analysis+1

Understanding the Role of Textual Prompts in LLM for Time Series Forecasting: an Adapter View

2023-11-24 · Peisong Niu, Tian Zhou, Xue Wang, Liang Sun 외

In the burgeoning domain of Large Language Models (LLMs), there is a growing interest in applying LLM to time series forecasting, with multiple studies focused on leveraging textual prompts to further enhance the predict…

Anomaly DetectionFew-Shot LearningPredictionTime Series+2

Forecasting Soil Moisture Using Domain Inspired Temporal Graph Convolution Neural Networks To Guide Sustainable Crop Management

2022-12-12 · Muneeza Azmat, Malvern Madondo, Kelsey DiPietro, Raya Horesh 외

Climate change, population growth, and water scarcity present unprecedented challenges for agriculture. This project aims to forecast soil moisture using domain knowledge and machine learning for crop management decision…

ClusteringManagementTime SeriesTime Series Analysis

Kolmogorov-Arnold Networks for Time Series: Bridging Predictive Power and Interpretability

2024-06-04 · Kunpeng Xu, Lifei Chen, Shengrui Wang

Kolmogorov-Arnold Networks (KAN) is a groundbreaking model recently proposed by the MIT team, representing a revolutionary approach with the potential to be a game-changer in the field. This innovative concept has rapidl…

Kolmogorov-Arnold NetworksSymbolic RegressionTime SeriesTime Series Forecasting