Multi-Level Mixer Autoencoder for Noisy Multivariate Time Series

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current time-series foundation models (TSFMs) face challenges such as lack of unlabeled data for pretraining, noise in data quality, missing data causing overfitting, difficulty in incorporating multivariate time-series data, and distribution shift, with existing models like PatchTST and TSMixer having limitations in sequence length and model capacity.

Innovation Solution

A phased mixer masked autoencoder architecture is introduced, utilizing a multilevel mixer MAE with a TS independent backbone for pretraining and a TS correlation backbone for capturing cross-correlations, combined with masking strategies to manage different process variates and generate embeddings, and a thin decoder head for fine-tuning.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If masked autoencoder is used for pretraining time-series foundation model, then representation learning is improved, but model capacity and generalization for downstream tasks deteriorates

Engineering Contradiction:
Improverepresentation learningVSAvoidmodel capacity for downstream tasks
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The model is segmented into distinct components: a pretrained encoder backbone for representation learning and a separate decoder head for downstream tasks. This allows the encoder to learn robust representations through masking while the decoder can be specialized for specific prediction tasks, resolving the contradiction between general representation learning and task-specific capacity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The encoder is pretrained in advance using masked autoencoder on large amounts of unlabeled time-series data to learn robust representations. This preliminary action builds a strong foundation that can be efficiently fine-tuned for downstream tasks, avoiding the need to train from scratch and thus preserving both representation learning quality and model capacity.

Inventive Principle:
Principle #10Preliminary action

2Adaptability or versatility

If multivariate time-series data is incorporated, then cross-correlation capture is improved, but data quality noise and missing data issues worsen

Engineering Contradiction:
Improvecross-correlation captureVSAvoiddata quality
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The approach extracts and separates control variables from non-control variables through masking. By identifying which variables should be masked and which should be preserved, the model can focus on learning from high-quality control variables while ignoring or imputing missing/non-control variables, thus maintaining cross-correlation capture ability while being robust to data quality issues.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

Different variables in the multivariate time-series are treated differently based on their characteristics. Control variables are handled with one masking strategy while non-control variables use another. This local differentiation allows the model to leverage high-quality data where available and handle noisy or missing data gracefully, maintaining overall model reliability.

Inventive Principle:
Principle #3Local quality

3Productivity

If masking strategy is applied to manage process variates, then training efficiency is improved, but complexity of variable identification worsens

Engineering Contradiction:
Improvetraining efficiencyVSAvoidvariable identification complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The model automatically identifies and masks variables based on predefined criteria or learned patterns, rather than requiring manual annotation or complex preprocessing. The masking mechanism itself serves the dual purpose of training efficiency and variable management, reducing the need for separate complex identification systems.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS20250371336A1Multi-level mixer masked autoencoder
Publication Date: 2025.12.04 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US20250371336A1 patent drawing
  • US20250371336A1 patent drawing
  • US20250371336A1 patent drawing

AI summary

An approach for pretraining a time-series foundation model, based on masking one or more non-control variables associated with one or more channels of a time-series data set. Pretraining may include identifying one or more control variables from the plurality of process variates, masking all the process variates except the control variates and generate all the masked process variates except the control variables, based on the control variables The approach may further involve finetuning the time-series foundation model, where filtering may include based on filtering out the one or more non-control variables.