Standalone repository for running the NetBurst pipeline end-to-end:
- preprocess
- train
- analysis
- retrieval
src/preprocess/- sparse time-series -> IBG/BI -> train/test/context splitssrc/train/- model training, finetuning, inference, representation extractionsrc/analysis/- clustering/CKA/anisotropy workflows and JSON-driven analysis pipelinessrc/retrieval/netburst_faiss/- FAISS index build and retrieval evaluation
Follow module runbooks in this order:
src/preprocess/README.mdsrc/train/README.mdsrc/analysis/README.mdsrc/retrieval/netburst_faiss/README.md
- Preprocess outputs under configured output paths (commonly
<repo-root>/outputs/) - Train checkpoints and evaluation artifacts
- Analysis CSV outputs and optional plot artifacts
- Retrieval FAISS index artifacts and query/distance CSVs
Paper link:
BibTeX:
@misc{guthula2025netbursteventcentricforecastingbursty,
title={NetBurst: Event-Centric Forecasting of Bursty, Intermittent Time Series},
author={Satyandra Guthula and Jaber Daneshamooz and Charles Fleming and Ashish Kundu and Walter Willinger and Arpit Gupta},
year={2025},
eprint={2510.22397},
archivePrefix={arXiv},
primaryClass={cs.NI},
url={https://arxiv.org/abs/2510.22397},
}