Skip to content

Researcher verdict

Recommended implementation path available

implementation baseline
Benchmark trust: grounded evidence
Quality tier: researcher ready

This page has evidence-backed benchmark findings and a concrete implementation recommendation anchored on WenjieDu/PyPOTS. Use it as an implementation baseline, then validate benchmark parity before adapting it.

Why this page is still worth reading

  • Benchmark findings give you an audit trail for validation before picking an implementation path.
  • A concrete repository path exists via WenjieDu/PyPOTS, so this page can act as a practical starting point.
  • Reproduction risks are surfaced explicitly, which helps decide whether the paper is worth immediate prototyping.

Benchmark trust

Concrete benchmark findings are present and can be audited against the extracted evidence.

Use this page as

Start here when you need the most practical implementation path quickly.

Results & Benchmarks

Freshness tier: cold
Direct + Inferred Evidence
Long-term univariate time series forecasting
Weather and Electricity
Reported value
17
Source: llm grounded
LPU boosting across backbones
ETT full
average performance gain
MLP 119.4%, LSTM 97.0%, CNN 13.8%, Attn
Source: llm grounded

Benchmark evidence drill-down

2 findings

Audit each benchmark finding before selecting an implementation path. Evidence refs map to the disclosure section below.

Task Dataset Metric Value Source Evidence refs
Long-term univariate time series forecasting Weather and Electricity Reported value 17 llm-grounded
evidencePack.paperSections[id=paper_21]
LPU boosting across backbones ETT full average performance gain MLP 119.4%, LSTM 97.0%, CNN 13.8%… llm-grounded
evidencePack.paperSections[id=paper_22]

FiLM: Frequency improved Legendre Memory Model for Long-term Time Series Forecasting is the primary contribution described in this paper.

Use This Implementation Because…

Confidence: high

WenjieDu/PyPOTS is the strongest maintained implementation based on ranking signals. CI workflows are present. License is declared (BSD-3-Clause).

Open WenjieDu/PyPOTS

Reproduction Risks

  • No repository-level red flags were detected, but paper-specific preprocessing and hyperparameter details may still be under-specified.
Evidence disclosure

LLM evidence refs: evidencePack.paperSections[id=paper_11], evidencePack.paperSections[id=paper_10], evidencePack.paperSections[id=paper_1], evidencePack.paperSections[id=paper_2], evidencePack.paperSections[id=paper_18], evidencePack.paperSections[id=paper_20], evidencePack.paperSections[id=paper_21], evidencePack.paperSections[id=paper_22], evidencePack.paperSections[id=paper_25], researcherSummary.reproductionRisks[0], researcherSummary.benchmarkSnapshot[0], paper.title, summary.hasReliableImplementation

Evidence graph: 4 refs, 4 links.

Utility signals: depth 90/100, grounding 95/100, status high.

Implementation Comparison

Top 3 paths

Compare maintenance quality, reproducibility coverage, and evidence confidence before choosing a reproduction baseline.

WenjieDu/PyPOTS
best maintained
Maintenance: Active
Confidence: High
Reproducibility: Strong

Official implementation from Papers with Code · Strong overlap with paper title keywords

Stars
1,960
Last push
Mar 6, 2026 (1d ago)
CIReleasesDependencies

Risk flags

  • No Docker setup
tianzhou2011/FiLM
alternative
Maintenance: Stale
Confidence: Medium
Reproducibility: Moderate

Repository link is mentioned in the paper metadata · Matched via arXiv identifier search

Stars
97
Last push
Oct 31, 2022 (1223d ago)
Dependencies

Risk flags

  • No push in 12+ months
  • No CI pipeline detected
  • No tagged releases
Maintenance: Stale
Confidence: Low
Reproducibility: Moderate

Strong overlap with paper title keywords · Community adoption signal (33 stars)

Stars
33
Last push
Oct 31, 2022 (1223d ago)
Dependencies

Risk flags

  • No push in 12+ months
  • No CI pipeline detected
  • No tagged releases

Paper summary

AI-generated

AI-generated summary grounded in paper metadata and artifact signals.

FiLM (Frequency improved Legendre Memory Model) maps an input time-series sequence to an output sequence using two main sub-layers, the Legendre Projection Unit and the Fourier Enhanced Layer, together with a data normalization block RevIN. This page includes benchmark evidence for Long-term multivariate time series forecasting on six real-world benchmark datasets. Reproduction guidance focuses on implementation viability and concrete risk controls.

Key contributions

  • FiLM (Frequency improved Legendre Memory Model) maps an input time-series sequence to an output sequence using two main sub-layers, the Legendre Projection Unit and the Fourier Enhanced Layer, together with a data.
  • FiLM is proposed as a deep learning architecture specifically designed for long-term time series forecasting, targeting improved preservation and utilization of historical information compared to prior RNN.
  • On multivariate long-term forecasting tasks, FiLM achieves the best performance across all six benchmark datasets and all forecast horizons compared with baselines such as FEDformer.
  • For univariate long-term time series forecasting, FiLM shows substantial gains, with improvements exceeding 40 percent on some datasets such as Weather and Electricity over strong baselines.
  • The Legendre Projection Unit acts as a pluggable memory module that significantly boosts long-term forecasting performance of various backbone models, improving MLP by 119.4%, LSTM by 97.0%, CNN by 13.8%.

Implementation guidance

Use WenjieDu/PyPOTS first because deterministic ranking and extracted evidence align on implementation viability. Start with the repo setup path, then validate benchmark reproduction before adaptation.

Reproducibility notes

  • Reproduction results may deviate from the paper if dataset preprocessing steps are not matched to the original FiLM setup.
  • Insufficiently documented hyperparameters or training schedules can lead to significantly worse performance than the reported FiLM benchmarks.
  • Differences in software stack or library versions relative to the original implementation may subtly affect long-horizon forecasting accuracy.

Best implementation now

WenjieDu/PyPOTS
Confidence: High
Reproducibility: Strong

A Python toolkit/library for reality-centric machine/deep learning and data mining on partially-observed time series, including SOTA neural network models for scientific analysis tasks of imputation/classification/clustering/forecasting/anomaly detection/cleaning on incomplete industrial (irregularly-sampled) multivariate TS with NaN missing values

Stars: 1,960
Forks: 179
Last push: Mar 6, 2026
License: BSD-3-Clause
Official implementation from Papers with Code
Strong overlap with paper title keywords
Community adoption signal (1960 stars)
License ✓
CI ✓
Deps ✓
Docker –
  • Selected WenjieDu/PyPOTS as the strongest maintained implementation for new work.
  • Includes CI workflow signals.
  • Includes dependency/environment manifest signals.
  • Repository activity is within the last 24 months.

Reproduction path

Direct

Follow the direct implementation path

  1. 1

    Start with WenjieDu/PyPOTS and validate setup instructions in README.

  2. 2

    Reproduce the baseline result with the provided defaults before modifying hyperparameters.

  3. 3

    Log exact dependency versions and runtime environment for reproducibility.

Time to first repro: a few hours

Additional implementations

Official

No additional official repositories detected.

Community

  • tianzhou2011/FiLM
    Confidence: Medium

    tianzhou2011/FiLM

    Stars: 97
    Last push: Oct 31, 2022
    License: MIT

These repositories had low-confidence matching signals and are hidden by default.

Hugging Face artifacts

No direct paper-linked artifacts were found. Showing strongest curated related artifacts for faster exploration.

Models

Broaden model search

Datasets

No trustworthy dataset matches right now.

Search datasets on Hugging Face

Spaces

No trustworthy demo spaces right now.

Search spaces on Hugging Face

Research context

Tasks

Frequency Improved Legendre Memory Model Long-term

Methods

None detected

Domains

None detected

Evaluation & Human Feedback Data

Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.

Open in HFEPX

Explore Similar Papers

Jump to Paper2Code search queries derived from this paper's research context.

Need human evaluators for your AI research? Scale annotation with expert AI Trainers.