IdeaCredIdeaCred

Multimodal extension of Google's TimesFM for time series forecasting with text

What's novel

Multimodal extension of Google's TimesFM for time series forecasting with text

Code Analysis

19 files read · 4 rounds

A research framework that injects text embeddings into the internal representation space of time series foundation models (Chronos-2, TimesFM 2.5) via a lightweight linear fusion layer, with a rigorous ablation methodology to measure whether the model actually reads the text.

Strengths

Genuinely thoughtful research methodology — the 9-mode ablation framework (including oracle ablations that invert the question), the text-mean centering to combat embedding anisotropy, and the text dropout to prevent fusion collapse show deep understanding of the failure modes. The TSFM adapters are real, non-trivial integrations that correctly handle each model's specific tokenization, normalization, and output projection.

Weaknesses

Zero tests despite 114 source files is a significant gap for a project claiming Production/Stable status. The fusion mechanism itself is architecturally simple (1-3 linear layers), and the sample-by-sample preprocessing loop will be a bottleneck on large datasets.

Score Breakdown

Innovation
6 (25%)
Craft
69 (35%)
Traction
8 (15%)
Scope
83 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+1
Concept Novelty+2

Craft

Ci+5
Tests+3
Polish+1
Releases+4
Has License+5
Code Quality+21
Readme Quality+8
Recent Activity+7
Structure Quality+5
Commit Consistency+5
Has Dependency Mgmt+5

Traction

Forks+0
Stars+6
Hn Points+0
Watchers+0
Early Traction+0
Devto Reactions+0
Community Contribs+2

Scope

Commits+8
Languages+5
Subsystems+13
Bloat Penalty+0
Completeness+7
Contributors+7
Authored Files+12
Readme Code Match+3
Architecture Depth+7
Implementation Depth+8

Evidence

Commits

705

Contributors

3

Files

60

Active weeks

30

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

2

Forks

0

License

MIT