iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Stop treating AI as the strategy — focus on business outcomes instead Beyond Text-to-SQL: New Agentic LLM System Governs Enterprise Analytics APIs Pruning Optimisations Boost LUT-Based Neural Network Scalability and Efficiency Tree-like Self-Play Framework Teaches LLMs to Fix Security Flaws in Code Generation Research Proposes Task-Based Neurons to Enhance Neural Network Feature Representation EV-WM: Event-Verified World Models Boost Long-Horizon Robotic Manipulation for Industrial Automation Haiku to Opus in Just 10 bits: LLMs Unlock Large Compression Gains 3D Skeleton Person Re-Identification Survey Reveals Taxonomy, Advances, and Interdisciplinary Potential FBI Seizes Drones at World Cup, Warns Pilots of Up to $100,000 Fines for Violating No-Fly Zones NVIDIA's GB10 Edge AI Hardware Has No CPU Energy Monitoring, Researchers Find Stop treating AI as the strategy — focus on business outcomes instead Beyond Text-to-SQL: New Agentic LLM System Governs Enterprise Analytics APIs Pruning Optimisations Boost LUT-Based Neural Network Scalability and Efficiency Tree-like Self-Play Framework Teaches LLMs to Fix Security Flaws in Code Generation Research Proposes Task-Based Neurons to Enhance Neural Network Feature Representation EV-WM: Event-Verified World Models Boost Long-Horizon Robotic Manipulation for Industrial Automation Haiku to Opus in Just 10 bits: LLMs Unlock Large Compression Gains 3D Skeleton Person Re-Identification Survey Reveals Taxonomy, Advances, and Interdisciplinary Potential FBI Seizes Drones at World Cup, Warns Pilots of Up to $100,000 Fines for Violating No-Fly Zones NVIDIA's GB10 Edge AI Hardware Has No CPU Energy Monitoring, Researchers Find
Home ›› Technology ›› Ai ›› Llms ›› TS-Memory: A Plug-and-Play Memory Adapter for Time Series Foundation Models

TS-Memory: A Plug-and-Play Memory Adapter for Time Series Foundation Models

TS-Memory, a lightweight memory adapter proposed by researchers, addresses distribution shift in time series foundation models. It uses Parametric Memory Distillation to combine the benefits of parametric adaptation and non-parametric retrieval without their drawbacks, achieving consistent forecasting improvements with minimal overhead.

iG
iGEN Editorial
June 16, 2026
TS-Memory: A Plug-and-Play Memory Adapter for Time Series Foundation Models

Time series foundation models (TSFMs) have demonstrated strong zero-shot forecasting capabilities through large-scale pre-training, but adapting them to downstream domains under distribution shift remains a significant challenge. According to the paper "TS-Memory: Plug-and-Play Memory for Time Series Foundation Models" published on arXiv, existing adaptation methods face a fundamental trade-off.

The Trade-Off in Adaptation Methods

Parametric adaptation techniques, which fine-tune model parameters, can cause catastrophic forgetting and require costly multi-domain maintenance. On the other hand, non-parametric retrieval methods improve forecasts by searching a datastore of historical examples, but incur high inference latency. TS-Memory proposes a third path: a lightweight memory adapter that augments frozen TSFMs without retrieval during inference.

Method Strengths Weaknesses
Parametric Adaptation Good performance on target domain Catastrophic forgetting, costly multi-domain maintenance
Non-Parametric Retrieval Improved forecasts, no forgetting High inference latency due to datastore search
TS-Memory (proposed) Consistent improvements, constant-time overhead None reported in source

How TS-Memory Works

The researchers propose a technique called Parametric Memory Distillation, implemented as TS-Memory. This memory adapter is trained in two stages. First, an offline, retrieval-leakage-safe k-nearest neighbors (kNN) teacher is constructed. This teacher synthesizes confidence-aware quantile targets from retrieved futures. Second, this retrieval-induced distributional correction is distilled into a lightweight memory adapter via confidence-gated supervision. The process ensures that the adapter learns to mimic the beneficial corrections of retrieval without needing the actual datastore at inference time.

Inference and Performance

During inference, TS-Memory fuses memory and backbone predictions with constant-time overhead, enabling retrieval-free deployment. Experiments across diverse TSFMs and benchmarks demonstrate consistent improvements in both point and probabilistic forecasting over representative adaptation methods. The paper reports that TS-Memory achieves efficiency comparable to the frozen backbone, meaning the added overhead is minimal.

Implications for Enterprise Forecasting

For enterprise technology decision-makers, TS-Memory offers a practical solution to adapt pre-trained time series models to specific operational domains—such as demand forecasting, inventory planning, or energy load prediction—without the cost of retraining or the latency of retrieval systems. The plug-and-play nature allows integration with existing TSFMs, potentially reducing model maintenance overhead while improving forecast accuracy. As foundation models become more prevalent in supply chain and logistics analytics, approaches like TS-Memory could enable faster, more reliable deployment across diverse use cases.


Sources:

Keep Reading

Recommended Stories

Decision-Aware Memory Cards: Counterfactual-Inspired Context Selection for Tool-Using LLM Agents Technology

Decision-Aware Memory Cards: Counterfactual-Inspired Context Selection for Tool-Using LLM Agents

A new framework called the Counterfactual-Inspired Context Layer (CICL) helps LLM agents select and compress context based on decision relevance rather than semantic similarity. In tests on 50 SWE-bench Verified instances, CICL improved hit@1 from 0.58 to 0.78 and saved 44.93 tokens per query through memory cards.

June 16, 2026
VinQA Dataset Enables Multimodal Document QA with Interleaved Visual Elements for Enterprise AI Technology

VinQA Dataset Enables Multimodal Document QA with Interleaved Visual Elements for Enterprise AI

A new dataset called VinQA targets long-form answer generation in multimodal document QA, where cited visual elements are interleaved with text. The paper compares two encoding methods and an evaluation framework, showing that fine-tuning open Qwen2.5-VL models can approach proprietary frontier model performance.

June 16, 2026
FlowState: New Time-Series Model Handles Any Sampling Rate Without Retraining Technology

FlowState: New Time-Series Model Handles Any Sampling Rate Without Retraining

IBM Research has developed FlowState, a novel time-series foundation model (TSFM) that is sampling-rate-equivariant, meaning it can handle data sampled at different rates without retraining. The model uses a state space encoder and a functional basis decoder to achieve continuous-time modeling, and it outperforms larger models on the GIFT-Eval benchmark while being one of the smallest TSFMs.

June 16, 2026
PURe Module Enhances Vision Networks by Adding Multiplicative Local Interactions Technology

PURe Module Enhances Vision Networks by Adding Multiplicative Local Interactions

Researchers propose PURe, a Product-Unit Residual Module that introduces explicit multiplicative local interactions into deep vision networks. The module serves as a drop-in replacement for native residual units, consistently improving performance on benchmarks like ImageNet and CIFAR-10 while using smaller parameter budgets.

June 16, 2026