Skip to content

Researcher verdict

Recommended implementation path available

implementation baseline
Benchmark trust: grounded evidence

This page has evidence-backed benchmark findings and a concrete implementation recommendation anchored on chengtan9907/OpenSTL. 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 chengtan9907/OpenSTL, 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
Image classification
ImageNet-1K
Top-1 Accuracy
80.0
Source: llm grounded
Image classification
ImageNet-1K
Top-1 Accuracy
87.8
Source: llm grounded
Image classification
ImageNet
Accuracy
87.8
Source: llm grounded

Benchmark evidence drill-down

3 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
Image classification ImageNet-1K Top-1 Accuracy 80.0 llm-grounded
paper.abstractevidencePack.paperSections[id=paper_abstract]
Image classification ImageNet-1K Top-1 Accuracy 87.8 llm-grounded
paper.abstractevidencePack.paperSections[id=paper_abstract]researcherSummary.benchmarkSnapshot[1]
Image classification ImageNet Accuracy 87.8 llm-grounded
researcherSummary.benchmarkSnapshot[1]

By contextualizing the kernel as global as possible, Modern ConvNets have shown great potential in computer vision tasks.

Use This Implementation Because…

Confidence: high

chengtan9907/OpenSTL is the strongest maintained implementation based on ranking signals. License is declared (Apache-2.0). Dependency/environment manifests are present.

Open chengtan9907/OpenSTL

Reproduction Risks

  • No CI workflows detected
Evidence disclosure

LLM evidence refs: paper.abstract, evidencePack.paperSections[id=paper_abstract], researcherSummary.benchmarkSnapshot[0], researcherSummary.benchmarkSnapshot[1], repos[0].fullName, repos[1].fullName, repos[3].fullName, guidance.riskFlags[0]

Evidence graph: 3 refs, 3 links.

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

Implementation Comparison

Top 3 paths

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

chengtan9907/OpenSTL
best maintained
Maintenance: Active
Confidence: High
Reproducibility: Moderate

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

Stars
1,070
Last push
Mar 1, 2026 (6d ago)
ReleasesDependencies

Risk flags

  • No CI pipeline detected
  • No Docker setup
Westlake-AI/openmixup
historical official
Maintenance: Recently updated
Confidence: High
Reproducibility: Moderate

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

Stars
658
Last push
Oct 15, 2025 (143d ago)
ReleasesDependencies

Risk flags

  • No CI pipeline detected
  • No Docker setup
Westlake-AI/MogaNet
alternative
Maintenance: Stale risk
Confidence: High
Reproducibility: Limited

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

Stars
267
Last push
Jun 28, 2025 (252d ago)
Releases

Risk flags

  • No CI pipeline detected
  • No Docker setup
  • Dependency manifest missing

Paper summary

AI-generated

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

MogaNet is a family of modern ConvNets that combines simple convolutions with a multi-order gated aggregation module to efficiently contextualize visual features. The paper reports competitive performance with state-of-the-art Vision Transformers and ConvNets on ImageNet and several downstream tasks, including detection and segmentation. Official Apache-2.0 implementations are available, with OpenSTL recommended as the primary entry point for reproduction, though lack of CI introduces some environment-drift risk.

Key contributions

  • Introduces MogaNet, a pure ConvNet architecture that integrates a multi-order gated aggregation module for adaptive feature contextualization.
  • Targets favorable complexity–performance trade-offs via compact modules and efficient feature aggregation within a ConvNet framework.
  • Demonstrates competitive results versus state-of-the-art Vision Transformers and ConvNets on ImageNet and downstream tasks such as COCO detection and ADE20K segmentation.
  • Reports 80.0% and 87.8% ImageNet-1K top-1 accuracy at 5.2M and 181M parameters, outperforming ParC-Net and ConvNeXt-L with substantially lower FLOPs and fewer parameters.

Implementation guidance

Use the Apache-2.0 OpenSTL repository as the main starting point for reproducing MogaNet-related results. Clone the repo, create the conda environment from the provided environment.yml, activate it, and install the package in development mode. First reproduce a baseline configuration using the default training scripts (for example, SimVP+gSTA on Moving MNIST) to validate your setup and logging. Only after matching baseline metrics should you adapt configurations toward the specific MogaNet experiments described in the paper or related official codebases, keeping exact dependency versions and environment details recorded due to the absence of CI.

Reproducibility notes

  • Official implementations exist with declared Apache-2.0 licenses.
  • Conda environment.yml is provided in OpenSTL for environment setup.
  • No CI workflows are present, so dependency drift is a key risk.
  • Time to first meaningful run is expected to be on the order of hours.

Best implementation now

chengtan9907/OpenSTL
Confidence: High
Reproducibility: Moderate

OpenSTL: A Comprehensive Benchmark of Spatio-Temporal Predictive Learning

Stars: 1,070
Forks: 183
Last push: Mar 1, 2026
License: Apache-2.0
Official implementation from Papers with Code
Repository link is mentioned in the paper metadata
Community adoption signal (1070 stars)
License ✓
CI –
Deps ✓
Docker –
  • Selected chengtan9907/OpenSTL as the strongest maintained implementation for new work.
  • Includes dependency/environment manifest signals.
  • Repository activity is within the last 24 months.
  • Official repository is preserved separately as historical context.

Historical official implementation

Preserved for provenance. Not recommended as the default path for new builds.

Westlake-AI/openmixup
Stars: 658
Last push: Oct 15, 2025

Reproduction path

Direct

Follow the direct implementation path

  1. 1

    Start with chengtan9907/OpenSTL 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
No CI workflows detected

Additional implementations

Official

  • Westlake-AI/MogaNet
    Confidence: High

    [ICLR 2024] MogaNet: Efficient Multi-order Gated Aggregation Network

    Stars: 267
    Forks: 21
    Last push: Jun 28, 2025
    License: Apache-2.0

Community

  • chengtan9907/simvpv2
    Confidence: Medium

    OpenSTL: A Comprehensive Benchmark of Spatio-Temporal Predictive Learning

    Stars: 1,070
    Last push: Mar 1, 2026
    License: Apache-2.0

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

Hugging Face artifacts

No trustworthy direct or curated related Hugging Face artifacts were found yet.

Continue with targeted Hugging Face searches derived from the paper title and method context:

Tip: start with models, then check datasets/spaces if you need evaluation data or demos.

Direct artifact matches are currently sparse. Use targeted Hugging Face searches to quickly locate candidate models, datasets, and demos.

Research context

Tasks

Image classification

Methods

None detected

Domains

Computer vision

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.