English

NoRIN: Backbone-Adaptive Reversible Normalization for Time-Series Forecasting

Machine Learning 2026-05-12 v1

Abstract

Reversible instance normalization (RevIN) and its successors (Dish-TS, SAN, FAN) have become the de facto plug-in for time-series forecasting, yet the map they apply to each data point is strictly affine, xax+bx \mapsto ax+b, so they cannot reshape the underlying distribution -- heavy tails remain heavy and skewness remains uncorrected. We propose NoRIN, a non-linear reversible normalization based on the arcsinh-form Johnson SUS_U transform with two shape parameters (δ,ε)(\delta,\varepsilon) that control tailedness and skewness; the linear ZZ-score used by RevIN is recovered only in the limit δ\delta \to \infty. Training (δ,ε)(\delta,\varepsilon) jointly with the backbone via gradient descent reliably pushes them toward this linear limit within a few epochs -- a phenomenon we name the degeneration problem: the forecasting loss is locally indifferent to shape, and the high-capacity backbone compensates for any monotone reparameterization of its input. NoRIN escapes the degeneration by decoupling shape selection from gradient training: (δ,ε)(\delta,\varepsilon) are initialized by a closed-form Slifker-Shapiro quantile fit and refined by Bayesian optimization on the validation objective, while the inner training loop is identical to standard RevIN-style training. Across six representative backbones x five real-world datasets x three prediction horizons (90 configurations), decoupled shape optimization recovers (δ,ε)(\delta^\star,\varepsilon^\star) that sit systematically far from the linear limit, with values that vary in a backbone-dependent way. This empirically supports the central thesis: different backbones genuinely require different normalization parameters to reach their best performance.

Cite

@article{arxiv.2605.10823,
  title  = {NoRIN: Backbone-Adaptive Reversible Normalization for Time-Series Forecasting},
  author = {Shun Zhang and Yuyang Xiao},
  journal= {arXiv preprint arXiv:2605.10823},
  year   = {2026}
}

Comments

8 pages, 2 figures