MLLGDec 19, 2024

Enhancing Masked Time-Series Modeling via Dropping Patches

arXiv:2412.15315v17 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses efficiency and representation quality in time-series analysis, offering incremental improvements to existing masked modeling techniques.

The paper tackles the problem of improving masked time-series modeling by introducing DropPatch, a method that randomly drops sub-sequence patches, resulting in a square-level improvement in pre-training efficiency and enhanced performance in various scenarios like cross-domain and few-shot learning.

This paper explores how to enhance existing masked time-series modeling by randomly dropping sub-sequence level patches of time series. On this basis, a simple yet effective method named DropPatch is proposed, which has two remarkable advantages: 1) It improves the pre-training efficiency by a square-level advantage; 2) It provides additional advantages for modeling in scenarios such as in-domain, cross-domain, few-shot learning and cold start. This paper conducts comprehensive experiments to verify the effectiveness of the method and analyze its internal mechanism. Empirically, DropPatch strengthens the attention mechanism, reduces information redundancy and serves as an efficient means of data augmentation. Theoretically, it is proved that DropPatch slows down the rate at which the Transformer representations collapse into the rank-1 linear subspace by randomly dropping patches, thus optimizing the quality of the learned representations

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes