Papers
Topics
Authors
Recent
Search
2000 character limit reached

Quantile Neural Basis Model Insights

Updated 12 July 2026
  • Quantile Neural Basis Model is a neural approach that represents conditional quantiles via learned basis functions, enabling continuous quantile mapping.
  • The model replaces traditional fixed parametric likelihoods with adaptable quantile representations, improving interpretability and avoiding strong distributional assumptions.
  • It employs techniques like pinball loss, spline components, and copula coupling to generate coherent multi-horizon forecasts and robust uncertainty quantification.

Searching arXiv for papers on Quantile Neural Basis Model and closely related quantile-based neural architectures. Searching arXiv for "Quantile Neural Basis Model" and related quantile neural forecasting papers. Searching arXiv. Searching arXiv for relevant papers. Searching arXiv for relevant papers on quantile neural basis models, quantile-copula models, neural spline search, quantile neural processes, and neural partially linear quantile regression. I’m looking up the relevant arXiv papers now. Quantile Neural Basis Model denotes a neural approach to probabilistic prediction in which conditional quantiles, or structures that generate them, are represented through learned basis-like components rather than through a fixed parametric likelihood. In the narrow sense, it names the interpretable multi-horizon forecasting model introduced for electricity price prediction, where shared basis functions, feature-specific shape functions, and horizon- and quantile-specific readouts produce direct conditional quantiles (Brusaferri et al., 17 Sep 2025). In a broader research usage suggested by related work, the term also covers neural models that learn an entire conditional quantile function from a latent quantile coordinate, adaptively sample informative quantile levels, or construct monotone quantile representations from spline, additive, or semiparametric components (Wen et al., 2019, Mohseni et al., 2023, Sun et al., 2023, Xu et al., 2021, Zhong et al., 2021, Warin, 2023).

1. Quantile functions as neural basis representations

The central object is the conditional quantile function, written in several papers as the inverse conditional CDF,

q(α,x)=FyX=x1(α),α[0,1],q(\alpha,x)=F^{-1}_{y\mid X=x}(\alpha), \qquad \alpha\in[0,1],

or, equivalently, as a neural map

y=Q(ux),uU(0,1),y = Q(u\mid \mathbf{x}), \qquad u\sim U(0,1),

so that the quantile index itself becomes an input or latent coordinate rather than a fixed output label (Wen et al., 2019, Sun et al., 2023). This replaces the standard practice of fitting only a finite set of quantiles with a function defined over the whole unit interval. In that sense, the “basis” is not necessarily a classical linear basis; it may be the continuous latent uniform coordinate uu, a set of shared nonlinear basis functions zk()z_k(\cdot), a monotone spline family, or a finite vector of quantile features extracted from a distribution (Wen et al., 2019, Brusaferri et al., 17 Sep 2025, Warin, 2023).

This broader interpretation is explicit in several lines of work. In deep generative quantile-copula modeling, the latent uniform variable is the coordinate that spans the entire conditional distribution, and the model can be queried at any u(0,1)u\in(0,1) (Wen et al., 2019). In adaptive conditional quantile neural processes, the predictive distribution is formed from a family of conditional quantile components indexed by τ\tau, with an adaptation network learning which quantile levels are informative for a given input (Mohseni et al., 2023). In neural spline search, the quantile function is assembled from monotone spline components combined by symbolic operators such as summation, scaling, and chaining, making the model a basis-function-style quantile construction in the paper’s own interpretation (Sun et al., 2023).

A recurring motivation is that quantile models avoid strong parametric distributional assumptions while remaining directly tied to probabilistic summaries of interest. The electricity forecasting QNBM makes this explicit by positioning itself as the quantile-level counterpart of NBMLSS: it preserves additive interpretability and end-to-end neural training, but predicts conditional quantiles directly rather than location, scale, and shape parameters of a parametric family (Brusaferri et al., 17 Sep 2025).

2. Canonical mathematical formulations

Across the literature, several canonical formulations recur.

The first is the generative quantile map

y(u)=g(u,x),y^{(u)} = g(u,\mathbf{x}),

which is trained with the pinball loss

QLu(y,y^(u))=u(yy^(u))++(1u)(y^(u)y)+,QL_u(y,\hat{y}^{(u)}) = u(y-\hat{y}^{(u)})_{+} + (1-u)(\hat{y}^{(u)}-y)_{+},

with ()+=max(0,)(\cdot)_+ = \max(0,\cdot). When uU(0,1)u\sim U(0,1), the same network acts as a sampler from the conditional predictive distribution (Wen et al., 2019). This formulation turns quantile regression into a fully generative model and is the clearest instance of the latent-quantile-coordinate view.

The second is the additive shared-basis decomposition introduced as QNBM for electricity price forecasting: y=Q(ux),uU(0,1),y = Q(u\mid \mathbf{x}), \qquad u\sim U(0,1),0

y=Q(ux),uU(0,1),y = Q(u\mid \mathbf{x}), \qquad u\sim U(0,1),1

y=Q(ux),uU(0,1),y = Q(u\mid \mathbf{x}), \qquad u\sim U(0,1),2

Here y=Q(ux),uU(0,1),y = Q(u\mid \mathbf{x}), \qquad u\sim U(0,1),3 are shared basis functions, y=Q(ux),uU(0,1),y = Q(u\mid \mathbf{x}), \qquad u\sim U(0,1),4 are feature-specific shape functions, and y=Q(ux),uU(0,1),y = Q(u\mid \mathbf{x}), \qquad u\sim U(0,1),5 is the predicted conditional quantile at horizon y=Q(ux),uU(0,1),y = Q(u\mid \mathbf{x}), \qquad u\sim U(0,1),6 and quantile level y=Q(ux),uU(0,1),y = Q(u\mid \mathbf{x}), \qquad u\sim U(0,1),7 (Brusaferri et al., 17 Sep 2025).

The third is the adaptive quantile-mixture formulation used in conditional quantile neural processes: y=Q(ux),uU(0,1),y = Q(u\mid \mathbf{x}), \qquad u\sim U(0,1),8 with implicit reparameterization

y=Q(ux),uU(0,1),y = Q(u\mid \mathbf{x}), \qquad u\sim U(0,1),9

The predictive law is thus an uncountable mixture of Asymmetric Laplace components indexed by quantile level, and the adaptive network uu0 learns where to sample quantiles efficiently (Mohseni et al., 2023).

The fourth is the spline-based quantile representation

uu1

implemented through monotone c-spline and p-spline components or through I-spline expansions of a conditional CDF. In neural spline search, the model searches over function classes uu2 built from spline bases and symbolic operators, while QUINN writes the conditional CDF as

uu3

with simplex-constrained neural coefficients uu4 (Sun et al., 2023, Xu et al., 2021).

A fifth formulation appears in semiparametric partially linear quantile regression: uu5 where the linear term remains interpretable and the nuisance component uu6 is learned by a sparse ReLU network (Zhong et al., 2021). This is basis-like in the sense that the network acts as an adaptive representation system for the nonlinear component.

3. Major architectural families

These formulations correspond to distinct architectural families rather than a single canonical network.

Family Basis notion Representative paper
Generative quantile-copula model Latent uniform coordinate uu7 plus copula coupling (Wen et al., 2019)
Conditional quantile neural process Quantile-indexed AL components with adaptive sampling (Mohseni et al., 2023)
Neural spline search Monotone spline components combined by symbolic operators (Sun et al., 2023)
Bayesian neural spline CDF model I-spline basis with neural coefficient functions (Xu et al., 2021)
Partially linear deep quantile regression Sparse neural nuisance function plus linear parametric term (Zhong et al., 2021)
Quantile feature network for distribution functionals Finite quantile feature vector fed to an MLP (Warin, 2023)
Interpretable additive QNBM Shared nonlinear bases and feature-wise shape functions (Brusaferri et al., 17 Sep 2025)

The multivariate generative quantile-copula model first learns marginals through per-dimension quantile functions and then associates latent quantile variables through a Gaussian copula. In the concrete parameterization used in the paper,

uu8

so the network jointly parameterizes marginal shapes and dependence structure through a single implicit generative deep neural network (Wen et al., 2019). In the time-series setting, this quantile-copula layer is plugged into the multi-horizon quantile forecaster of Wen et al., turning horizon-wise quantile predictions into a coherent joint predictive distribution over the future path (Wen et al., 2019).

Adaptive Conditional Quantile Neural Processes preserve the encoder-aggregation-decoder backbone of Conditional Neural Processes but replace the Gaussian output head with a quantile decoder conditioned on uu9. Their distinctive addition is the adaptation network zk()z_k(\cdot)0, which maps a base uniform draw into an input-dependent quantile level and thereby concentrates computation on informative parts of the predictive distribution (Mohseni et al., 2023).

Neural Spline Search organizes quantile modeling as a search over monotone spline constructions. NSS-sum is the closest analogue to a classical neural basis expansion because it combines spline components additively, for example

zk()z_k(\cdot)1

while NSS-chain composes spline transforms sequentially and is described as more flow-like (Sun et al., 2023).

The electricity forecasting QNBM is architecturally distinct because it is explicitly additive and interpretable. Shared basis decomposition reduces the need to learn a separate nonlinear map for every feature and every output, while low-rank factorization of the projection tensors zk()z_k(\cdot)2 and zk()z_k(\cdot)3 controls cost through

zk()z_k(\cdot)4

This allows the same feature functions to be reused across horizons and quantiles with different readout weights (Brusaferri et al., 17 Sep 2025).

4. Training objectives, probabilistic semantics, and guarantees

Despite architectural variation, these models are unified by quantile-centric objectives. The most common loss is the pinball or check loss, which appears in direct quantile regression, continuous-quantile generative models, and the multi-horizon objective of QNBM (Wen et al., 2019, Brusaferri et al., 17 Sep 2025). Neural spline search trains across all quantiles with the Continuous Ranked Probability Score,

zk()z_k(\cdot)5

approximated by Monte Carlo sampling over zk()z_k(\cdot)6 when the integral is not analytically tractable (Sun et al., 2023).

Some models endow the quantile representation with a full probabilistic likelihood. CQNP and ACQNP use the Asymmetric Laplace density

zk()z_k(\cdot)7

so that quantile regression corresponds to maximizing a quantile-indexed likelihood (Mohseni et al., 2023). QUINN instead models the entire conditional density and CDF through M-spline and I-spline expansions and performs fully Bayesian inference with a likelihood

zk()z_k(\cdot)8

combined with Gaussian priors on network weights and NUTS/HMC posterior sampling (Xu et al., 2021).

The generative quantile-copula model separates marginal learning from dependence learning. It trains the quantile map with expected quantile loss over random quantile indices, trains an inverse network zk()z_k(\cdot)9 to reconstruct latent quantile indices, and then maximizes the Gaussian copula likelihood through a negative log-likelihood objective u(0,1)u\in(0,1)0 defined on inferred normal scores (Wen et al., 2019). The paper notes that normal scores u(0,1)u\in(0,1)1 are often used instead of u(0,1)u\in(0,1)2 inside the network for stability and dynamic range, and it gives a practical parameterization of u(0,1)u\in(0,1)3 through separate diagonal and off-diagonal outputs, clipping, u(0,1)u\in(0,1)4, and row normalization (Wen et al., 2019).

Several works also establish structural or asymptotic guarantees. QUINN guarantees non-crossing quantiles because quantiles are obtained by inverting a valid monotone conditional CDF (Xu et al., 2021). NSS enforces non-crossing through non-negative spline increments, cumulative sums of widths and heights, and monotone interpolation (Sun et al., 2023). DPLQR establishes root-u(0,1)u\in(0,1)5 consistency and asymptotic normality of the parametric coefficient estimator together with the minimax optimal convergence rate of the neural nonparametric function estimator over a compositional Hölder class (Zhong et al., 2021). The distribution-functional paper proves universal approximation theorems for both quantile and moment networks, with quantile universal approximation stated for continuous functionals on u(0,1)u\in(0,1)6 and moment universal approximation stated for continuous functionals on bounded multivariate supports (Warin, 2023).

5. Empirical behavior and application domains

The empirical literature shows that quantile neural basis constructions are used in multi-horizon forecasting, neural processes, generic regression, uncertainty estimation, and learning functionals of distributions.

In day-ahead electricity price forecasting, the formal QNBM was evaluated on Germany and Belgium using out-of-sample data from Oct 1, 2023 to Sep 30, 2024, with training data from Jan 1, 2019 onward and rolling recalibration. It predicts 24 hourly prices ahead and, for each hour, 99 conditional percentiles in one forward pass. On Germany, the reported results are: J-DNN MAE 10.499 and CRPS 3.809, QR-DNN MAE 10.629 and CRPS 3.858, NBMLSS MAE 10.230 and CRPS 3.728, and QNBM MAE 10.411 and CRPS 3.789. On Belgium, the reported results are: J-DNN MAE 13.431 and CRPS 4.847, QR-DNN MAE 13.432 and CRPS 4.863, NBMLSS MAE 12.758 and CRPS 4.644, and QNBM MAE 12.826 and CRPS 4.653. The paper’s main conclusion is not that QNBM beats all alternatives on raw accuracy, but that it achieves near state-of-the-art performance with interpretability and without distributional misspecification (Brusaferri et al., 17 Sep 2025).

The generative multivariate quantile-copula forecaster was evaluated on Amazon demand forecasting with about 180,000 products and weekly horizons up to 52 weeks. GMQ-forecaster achieves accuracy comparable to the strong MQ-CNN quantile forecaster while adding a coherent joint generative structure. Quantile crossing and interval crossing are essentially eliminated in GMQ, while mesh-based quantile methods exhibit nontrivial inconsistencies. The ablation without copula, GMQ_no_cor, does poorly on joint interval targets, and AIQN underperforms on longer horizons (Wen et al., 2019).

Adaptive quantile neural processes were tested on synthetic multimodal tasks, speed-flow data, and image completion. On Double Sine target log-likelihood, the reported scores are CNP u(0,1)u\in(0,1)7, CANP u(0,1)u\in(0,1)8, BNP u(0,1)u\in(0,1)9, CQNP τ\tau0, and ACQNP τ\tau1. On Circle target log-likelihood, the scores are CNP τ\tau2, CANP τ\tau3, BNP τ\tau4, CQNP τ\tau5, and ACQNP τ\tau6. On Lissajous target log-likelihood, they are CNP τ\tau7, CANP τ\tau8, BNP τ\tau9, CQNP y(u)=g(u,x),y^{(u)} = g(u,\mathbf{x}),0, and ACQNP y(u)=g(u,x),y^{(u)} = g(u,\mathbf{x}),1. On the speed-flow dataset, CQNP and ACQNP again achieve the strongest likelihoods, with target scores y(u)=g(u,x),y^{(u)} = g(u,\mathbf{x}),2 and y(u)=g(u,x),y^{(u)} = g(u,\mathbf{x}),3, respectively. The paper also reports consistent gains on MNIST, FashionMNIST, SVHN, Omniglot, and FreyFace (Mohseni et al., 2023).

Neural Spline Search was evaluated on synthetic heteroskedastic data, UCI regression, and M5 time-series forecasting. NSS-sum and NSS-chain capture the true quantile bands well on the synthetic example y(u)=g(u,x),y^{(u)} = g(u,\mathbf{x}),4, calibration plots show they are closer to ideal calibration than QD, and the reported gains on several tabular datasets are around 3.5%–7.0% for pinball loss and up to 17.7% in some MAE comparisons. NSS-chain performs particularly well in forecasting and appears better suited to sequential dependency (Sun et al., 2023).

QUINN was studied in four simulation scenarios and a birth-weight application. The paper reports that QUINN generally had the smallest or near-smallest RMISE, especially when data were sparse, high-dimensional, or involved complex interactions. In the 2019 U.S. Natality Data Set application, the most influential predictors across quantiles included Week, Height, BMI, wtGain, Cigarette, Black, preDiab, Boy, and Smoker, and the strongest interaction was Week × Cigarette (Xu et al., 2021). DPLQR reports superior estimates and more accurate predictions than various alternatives across simulated and real examples while preserving interpretable inference on the linear coefficients (Zhong et al., 2021). For learning functionals of distributions, the quantile network is best when the target is mostly quantile-driven, the moment network is best when the target is mostly moment-driven, and the moment-and-quantile network performs best overall across the tested one-dimensional cases; for bivariate distributions, the moment network outperforms all other networks in every tested case (Warin, 2023).

6. Interpretability, limitations, and conceptual boundaries

Interpretability is a major dividing line within this research area. The electricity forecasting QNBM is explicitly inspired by Quantile Generalized Additive Models: global prediction is the sum of feature-level effects, and each feature effect is a nonlinear neural function learned end to end. The paper visualizes shape functions for quantiles such as y(u)=g(u,x),y^{(u)} = g(u,\mathbf{x}),5 and y(u)=g(u,x),y^{(u)} = g(u,\mathbf{x}),6, reports that learned effects are stable across recalibration runs and consistent with NBMLSS, and highlights relationships such as diminishing influence of renewable generation forecasts and stronger load effects during peak hours (Brusaferri et al., 17 Sep 2025). QUINN takes a different route by using accumulated local effect plots and variable importance measures defined from derivatives of the estimated quantile function, while DPLQR preserves direct coefficient interpretation through the partially linear decomposition (Xu et al., 2021, Zhong et al., 2021).

Several misconceptions are addressed by the literature. A Quantile Neural Basis Model is not simply a neural network with multiple quantile heads: the defining move is to represent a full quantile function or quantile-indexed family, not only a finite set of fixed quantiles (Wen et al., 2019, Sun et al., 2023). It is also not necessarily fully nonparametric in every component: ACQNP uses Asymmetric Laplace components, the generative multivariate forecaster uses a Gaussian copula, and QUINN uses spline bases and Bayesian priors even though the resulting conditional quantile process is highly flexible (Mohseni et al., 2023, Wen et al., 2019, Xu et al., 2021). Conversely, it is not identical to all quantile-based neural methods. The reinforcement-learning paper on Quantile-Based Policy Optimization optimizes a quantile of the return distribution, but the neural network parameterizes the policy rather than a quantile basis representation; the paper explicitly states that it does not introduce a special “quantile neural basis model” in the sense of a separate basis expansion for the quantile function itself (Jiang et al., 2022).

The main limitations are likewise architecture-specific. The generative quantile-copula model identifies the Gaussian copula as a simplifying assumption and notes that the inverse MLP and matrix inversion can become numerically delicate in high dimensions (Wen et al., 2019). ACQNP improves with deeper adaptation networks y(u)=g(u,x),y^{(u)} = g(u,\mathbf{x}),7, but at greater memory and compute cost (Mohseni et al., 2023). The distribution-functional paper emphasizes that quantiles are especially natural in one dimension, whereas moment features extend naturally to multivariate distributions and dominate empirically in the bivariate experiments (Warin, 2023). The electricity forecasting QNBM warns about concurvity among features, possible redundancy in input variables, and under-specification in modern ML pipelines, so its learned shape functions should be interpreted with domain expertise and, ideally, ensemble-based analysis rather than a single fit (Brusaferri et al., 17 Sep 2025).

Taken together, these works suggest a coherent research program: replace fixed quantile heads or rigid parametric likelihoods with neural structures that treat quantiles as continuous coordinates, monotone functions, or additive basis decompositions. The narrow QNBM of electricity price forecasting is one explicit realization of that program, while the surrounding literature shows that the same principle can support generative modeling, Bayesian nonparametrics, neural processes, semiparametric inference, and functional learning over spaces of distributions (Brusaferri et al., 17 Sep 2025, Wen et al., 2019, Mohseni et al., 2023, Sun et al., 2023, Xu et al., 2021, Zhong et al., 2021, Warin, 2023).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Quantile Neural Basis Model.