NoRIN: Backbone-Adaptive Reversible Normalization for Time-Series Forecasting
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, , 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 transform with two shape parameters that control tailedness and skewness; the linear -score used by RevIN is recovered only in the limit . Training 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: 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 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