A research paper out of arXiv proposes QuantFlow, a forecasting framework built to handle long, high-dimensional time-series data while keeping raw records out of a central server.
The system combines bidirectional Mamba state-space decoders with federated learning, meaning model updates travel between clients rather than the underlying data. Each variable is embedded across the full observation window, processed in both directions, and mapped to five conditional quantiles — giving uncertainty estimates alongside point forecasts. A data augmentation technique called TSMixup uses Dirichlet-weighted interpolation to broaden temporal diversity without breaking sequence structure. In a 20-client non-IID test, QuantFlow held useful accuracy after just three communication rounds.
Most time-series foundation models still lean on Transformer attention, which scales poorly with sequence length and demands centralized training data — a non-starter in finance, health, and energy settings where data governance is the whole problem. QuantFlow's bet is that selective state-space modelling is a more efficient substrate for privacy-conscious forecasting, and the benchmark numbers give that bet some credibility: mean squared errors of 0.2834 on ETTm1 and 0.2218 on Weather.
The paper is candid about where the approach breaks down — irregular epidemiological signals and long-horizon generalization remain weak spots, which is a polite way of saying the model struggles when the data is messy and the future is far away.