PulseAugur
LIVE 10:51:58
tool · [1 source] ·
0
tool

NoRIN advances time-series forecasting with non-linear normalization

Researchers have introduced NoRIN, a novel non-linear reversible normalization technique for time-series forecasting that goes beyond the linear affine transformations of existing methods like RevIN. NoRIN utilizes a Johnson $S_U$ transform with parameters that can adjust for distribution tails and skewness, unlike RevIN's limitations. The method decouples shape parameter optimization from gradient training, using a quantile fit and Bayesian optimization to prevent the model from defaulting to a linear form, demonstrating that different network architectures benefit from distinct normalization parameters. AI

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

IMPACT Introduces a more flexible normalization technique that could improve the performance of various time-series forecasting models.

RANK_REASON The cluster contains an academic paper detailing a new method for time-series forecasting. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

COVERAGE [1]

  1. arXiv cs.LG TIER_1 · Yuyang Xiao ·

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

    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, $x \mapsto ax+b$, so they cannot reshape the underlying distribution -- hea…