Patch-based methods in multivariate time series forecasting face a fundamental limitation: fixed segmentation fragments semantic information and prevents models from capturing complete dynamic patterns. Adaptive multi-scale approaches promise remedies through structured partitioning that adapts to local information density.
Adaptive Segmentation Instead of Rigid Patches
Researchers identified on November 17, 2025 the core problem of fixed patching approaches: they split critical dynamic information and impair models' ability to capture complete semantic context. For irregular multivariate time series whose information density varies locally, this problem intensifies. The solution requires adaptive patching methods that adapt to local information density while preserving semantic integrity.
Individual time series points carry no explicit semantic information unlike words in natural language processing or patches in computer vision. This insight drove the development of methods that treat time series as sequences of patches rather than individual time steps.
M2Patch: Multi-Scale Architecture with Differentiable Constraints
M2Patch, published on July 7, 2026, extends multi-scale patching through a CNN-based architecture. The system maps channel-independent multivariate observations into structured latent spaces. Two complementary differentiable constraints guide the process:
- Multi-scale patching decomposition decomposes input data into overlapping temporal granularities
- Depthwise-separable convolutions extract scale-specific features with progressive dilation in linear time
- Per-scale learned projections compress features into compact latent representations
- Intra-scale smoothness constraint enforces temporal continuity between adjacent patches
- Inter-scale alignment constraint leverages learnable cross-scale mappings to restore interactions across granularities
In tests across ten real benchmarks and 40 forecasting scenarios, M2Patch achieved 57 best and 34 second-best results. The architecture maintains linear computational complexity and shows robustness against patch-level corruption.
Predecessors: TimeSQL and Multi-Scale Patching
TimeSQL introduced multi-scale patching operations on February 27, 2024 to capture local structures and extract semantic information. The approach combined multi-scale patching with specialized loss functions and built upon series-patching techniques.
Channel Independence Versus Cross-Variable Interactions
The role of channel independence presents a critical architectural trade-off. PatchTST popularized in 2023 the channel-independent design: each univariate series is modeled separately while sharing a transformer backbone. This approach reduces computational complexity and improves capture of local temporal semantics. It became standard in patch-based methods.
Research from December 24, 2024 challenged this paradigm and emphasized that cross-variable interactions contain high-quality information often misapplied in previous studies. PatchMLP proposed combining channel independence for noise handling with channel mixing for semantic information exchange. The system uses simple moving averages for component extraction.
Performance Comparisons on Standard Datasets
SRSNet, published on December 16, 2025, demonstrated competitive performance against multiple baseline models on standard datasets:
On ETTh1, SRSNet achieved 0.366 MSE (±0.001) for the 96-step horizon, while TimeKAN achieved 0.370 and Amplifier 0.373 MSE. For 192 steps, SRSNet was at 0.400 MSE (±0.001), TimeKAN at 0.403 and Amplifier at 0.414. At 720 steps, SRSNet achieved 0.426 MSE (±0.001), Amplifier 0.455 and TimeMixer 0.483.
On ETTh2 for the 96-step horizon, SRSNet achieved 0.271 MSE (±0.002), just behind TimeMixer at 0.270 and ahead of iTransformer at 0.292. For 192 steps, SRSNet was at 0.324 MSE (±0.001), while PatchTST and iTransformer each achieved 0.348. At 336 steps, SRSNet achieved 0.349 MSE (±0.001), TimeMixer 0.367 and iTransformer 0.372.
Integration with Large Language Models
Approaches from June 15, 2025 explore using instruction-tuned large language models for time series forecasting through patch-based prompting. The PatchInstruct technique showed that prompting pretrained LLMs with structured temporal context can match or exceed models trained from scratch. The approach offers a lightweight alternative to explicit decomposition and parameter-tuning methods.
Patch-wise Structural Loss Functions
Research from March 2, 2025 introduced patch-wise structural loss approaches built on segmentation techniques. The method improves locality and captures comprehensive semantic information overlooked by point-based techniques.
PatchTST demonstrated on February 11, 2025 how patching techniques extract local semantic information while significantly reducing computational overhead. The method divides input time series into smaller patches that serve as individual tokens for attention mechanisms.
Architectural Trends
Research identifies patching as fundamental to modern time series forecasting. The approach addresses the semantic deficit of point-based representations. Effective architectures combine multi-scale decomposition, learnable adaptive mechanisms, structured latent space organization, strategic balance between channel independence and cross-variable interaction, and enforcement of temporal continuity constraints across scales.
