Tensor Products of B-Splines, Control Nets, and Control Net Reduction

library(qwraps2)
options(qwraps2_markup = "markdown")
knitr::opts_chunk$set(collapse = TRUE)
library(cpr)
packageVersion("cpr")

The control polygon reduction methods for uni-variable functions can be extended to multi-variable functions by generalizing control polygons to control nets.

Tensor Products of B-Splines

Where uni-variable functions of B-splines:

\begin{equation} f \left( x \right) = \sum_{j} \theta_j B_{j,k,\boldsymbol{\xi}}\left(x\right) = \boldsymbol{B}{k, \boldsymbol{\xi}} \left(x\right) \boldsymbol{\theta}{\boldsymbol{\xi}} \label{eq:f} \end{equation}

we extend to multi-variable $m$-dimensional B-spline function, built on $m$ B-spline basis matrices $\boldsymbol{B}{k_1, \boldsymbol{\xi}_1} \left(x_1\right),$ $\boldsymbol{B}{k_2, \boldsymbol{\xi}2} \left(x_2\right), \ldots,$ $\boldsymbol{B}{k_m, \boldsymbol{\xi}_m} \left(x_m\right),$ as

\begin{equation} f \left( \boldsymbol{X} \right) = \mathscr{B}{\boldsymbol{K}, \boldsymbol{\Xi}} \left( \boldsymbol{X} \right) \boldsymbol{\theta}{\boldsymbol{\Xi}} \end{equation}

where $\boldsymbol{K} = \left{k_1, k_2, \ldots, k_m\right},$ denotes the set of polynomial orders, $\boldsymbol{\Xi} = \left{ \boldsymbol{\xi}1, \boldsymbol{\xi}_2, \ldots, \boldsymbol{\xi}_m \right}$ is the set of knot sequences, and $\boldsymbol{\theta}{\boldsymbol{\Xi}}$ is a $\prod_{i = 1}^{m} \left( \left\lvert \boldsymbol{\xi}_i \right\rvert - k_i \right) \times 1$ column vector of regression coefficients, and $\boldsymbol{X}$ is the observed data:

\begin{equation} \boldsymbol{X} = \begin{pmatrix} x_{11} & x_{21} & \cdots & x_{m1} \ x_{12} & x_{22} & \cdots & x_{m2} \ \vdots & \vdots & \ddots & \vdots \ x_{12} & x_{22} & \cdots & x_{mn} \end{pmatrix}. \end{equation}

The basis for multi-variable B-splines is constructed by a recursive algorithm. The base case for $m = 2$ is \begin{equation} \label{eq:tensor_product_base_case} \mathscr{B}{ \left{k_1, k_2\right}, \left{ \boldsymbol{\xi}_1, \boldsymbol{\xi}_2 \right}} \left( \boldsymbol{x}_1, \boldsymbol{x}_2 \right) = \left(\boldsymbol{1}^T{\left\lvert{\boldsymbol{\xi}2}\right\rvert - k_2} \otimes \boldsymbol{B}{k_1, \boldsymbol{\xi}1} \left(\boldsymbol{x}_1 \right) \right) \odot \left(\boldsymbol{B}{k_2, \boldsymbol{\xi}2} \left( \boldsymbol{x}_2 \right) \otimes \boldsymbol{1}^{T}{\left\lvert{\boldsymbol{\xi}1}\right\rvert - k_1} \right), \end{equation} where $\odot$ is the element-wise product, $\otimes$ is a Kronecker product, and $\boldsymbol{1}_n$ is a $n \times 1$ column vector of 1s. The two Kronecker products define the correct dimensions for the entry-wise product. The tensor product matrix has the same number of rows as the two input matrices and the columns are generated by all the pairwise products of the columns of the two input matrices. The general case for $m > 2,$ the matrix $\mathscr{B}{\boldsymbol{K}, \boldsymbol{\Xi}} \left( \boldsymbol{X} \right)$ is defined by \begin{equation} \mathscr{B}{\boldsymbol{K}, \boldsymbol{\Xi}} \left( \boldsymbol{X} \right) = \left( \boldsymbol{1}{\left\lvert{\boldsymbol{\xi}m}\right\rvert - k_m}^{T} \otimes \mathscr{B}{\boldsymbol{K} \backslash k_{m}, \boldsymbol{\Xi} \backslash \boldsymbol{\xi}m} \left(\boldsymbol{X} \backslash \boldsymbol{x}{m} \right) \right) \odot \left( \boldsymbol{B}{k_m, \boldsymbol{\xi}_m}\left(\boldsymbol{x}_m\right) \otimes \boldsymbol{1}{\prod_{i = 1}^{m-1} \left(\left\lvert{\boldsymbol{\xi}_i}\right\rvert - k_i \right)}^{T} \right). \end{equation}

It is possible to write the above as a set of summations: \begin{equation} \begin{split} f\left( \boldsymbol{X} \right) & = \mathscr{B}{\boldsymbol{K}, \boldsymbol{\Xi}} \left( \boldsymbol{X} \right) \boldsymbol{\theta}{\boldsymbol{\Xi}} \ & = \sum_{j_1 = 1}^{\left\lvert{\boldsymbol{\xi}1}\right\rvert - k_1} \sum{j_2 = 1}^{\left\lvert{\boldsymbol{\xi}2}\right\rvert - k_2} \cdots \sum{j_m = 1}^{\left\lvert{\boldsymbol{\xi}m}\right\rvert - k_m} \boldsymbol{B}{k_1, \boldsymbol{\xi}1}\left(\boldsymbol{x}_1\right) \boldsymbol{B}{k_2, \boldsymbol{\xi}2}\left(\boldsymbol{x}_2\right) \cdots \boldsymbol{B}{k_m, \boldsymbol{\xi}m}\left(\boldsymbol{x}_m\right) \theta{\boldsymbol{\Xi}, j_1, j_2, \ldots, j_m} \ & = \sum_{j_1 = 1}^{\left\lvert{\boldsymbol{\xi}1}\right\rvert - k_1} \boldsymbol{B}{k_1,\boldsymbol{\xi}1}\left(\boldsymbol{x}_1\right) \underbrace{ \sum{j_2 = 1}^{\left\lvert{\boldsymbol{\xi}2}\right\rvert - k_2} \cdots \sum{j_m = 1}^{\left\lvert{\boldsymbol{\xi}m}\right\rvert - k_m} \boldsymbol{B}{k_2,\boldsymbol{\xi}2}\left(\boldsymbol{x}_2\right) \cdots \boldsymbol{B}{k_m,\boldsymbol{\xi}m}\left(\boldsymbol{x}_m\right) \theta{\boldsymbol{\Xi}, j_1, j_2, \ldots, j_m} }{\text{polynomial coefficients}} \ & = \text{diag}\left( \boldsymbol{B}{k_1, \boldsymbol{\xi}1} \left(\boldsymbol{x}_1\right) \boldsymbol{\theta}{\boldsymbol{\Xi}\backslash \boldsymbol{\xi}_1} \left( \boldsymbol{X} \backslash \boldsymbol{x}_1 \right)\right). \end{split} \end{equation} This is critical in the extension from the uni-variable control polygon reduction method to the multi-variable control polygon reduction method. By conditioning on $m-1$ marginals, the multi-variable B-spline becomes a uni-variable B-spline in terms of the $m^{th}$ marginal. Thus, the metrics and methods of control polygon reduction can be applied.

Control Nets

For multi-variable B-splines, a meaningful geometric relationship between the set of knot sequences, $\boldsymbol{\Xi},$ and regression coefficients, $\boldsymbol{\theta}{\boldsymbol{\Xi}},$ is provided by a control net. A control net for $m = 2$ variables would be: \begin{equation} {CN}{\boldsymbol{K} = \left{k_1, k_2\right}, \boldsymbol{\Xi} = \left{ \boldsymbol{\xi}1, \boldsymbol{\xi}_2 \right}, \boldsymbol{\theta}{\boldsymbol{\Xi}}} = \left{ \left( \xi_{1i}^{}, \xi_{2j}^{}, \theta_{ij} \right) \right}{i = 1, j = 1}^{\left\lvert{\boldsymbol{\xi}_1}\right\rvert - k_1, \left\lvert{\boldsymbol{\xi}_2}\right\rvert - k_2}, \quad \xi^{*}{lj} = \frac{1}{k_l + 1} \sum_{i = 1}^{k_l - 1} \xi_{l, j + i}. \end{equation}

Building a control net in the cpr package is done by calling the r backtick(cn) function after defining a basis via the r backtick(btensor) method.

Define a tensor product of B-splines by providing a list of vectors, iknots, bknots, and orders.

tpmat <-
  btensor(x = list(x1 = runif(51), x2 = runif(51)),
          iknots = list(numeric(0), c(0.418, 0.582, 0.676, 0.840)),
          bknots = list(c(0, 1), c(0, 1)),
          order = list(3, 4))
tpmat

An example of a control net and the surface it produces:

theta <-
  c(-0.03760,  0.03760, -0.03760,  0.77579, -0.84546,  0.63644, -0.87674,
     0.71007, -1.21007,  0.29655, -0.57582, -0.26198,  0.23632, -0.58583,
    -0.46271, -0.39724, -0.02194, -1.23562, -0.19377, -0.27948, -1.14028,
     0.00405, -0.50405, -0.99595)

acn <- cn(tpmat, theta)
par(mfrow = c(1, 2))
plot(acn, rgl = FALSE, xlab = "x1", ylab = "x2", zlab = "control net", clim = c(-1.2, 0.3), colkey = FALSE)
plot(acn, rgl = FALSE, show_net = FALSE, show_surface = TRUE, xlab = "x1", ylab = "x2", zlab = "surface", clim = c(-1.2, 0.3))

Control Net Reduction

Similar to control polygon reduction (CPR), control net reduction (CNR) looks assesses the influence of each internal knot, omits the least influential, refits the model, and repeats. A complication for CNR is that the influence of an internal knot on margin $m$ is a function of the locations values of $x$ on the other margins defining the polynomial coefficients. We suggest using a set of $p=20$ values on each margin for assessment.

For example in a two-variable tensor product, the influence weight of the $j^{th}$ internal knot for the first margin is

$$w_{1j} = \max_{x_2 \in \boldsymbol{U}} w_{\left. 1j \right| x_2},$$ where $$\boldsymbol{U} = \left{ u : \min\left(x_2\right) + \frac{\left{1,2,\ldots,p\right}}{p+1} \left( \max\left(x_2\right) - \min\left(x_2\right)\right) \right} $$

For example:

f <- function(x1, x2) {(x1 - 0.5)^2 * sin(4 * pi * x2) - x1 * x2}
set.seed(42)
cn_data <- expand.grid(x1 = sort(runif(100)), x2 = sort(runif(100)))
cn_data <- within(cn_data, {z = f(x1, x2)})
initial_cn <-
  cn(z ~ btensor(x        = list(x1, x2)
                 , iknots = list(c(0.234), c(0.418, 0.582, 0.676, 0.840))
                 , bknots = list(c(0, 1), c(0, 1))
                 , order  = list(3, 4)
                 )
     , data = cn_data)

influence_of_iknots(initial_cn)

The least influential knot is $\xi_{1,4}$ and the most influential knot is $\xi_{2,5}.$

cn1 <- update_btensor(initial_cn, iknots = list(numeric(0), c(0.418, 0.582, 0.676, 0.840)))
cn2 <- update_btensor(initial_cn, iknots = list(numeric(0.234), c(0.582, 0.676, 0.840)))
par(mfrow = c(1, 3))
plot(initial_cn, rgl = FALSE, show_surface = TRUE, show_net = FALSE, colkey = FALSE, clim = c(-1.2, 0.3), main = "Original")
plot(cn1,        rgl = FALSE, show_surface = TRUE, show_net = FALSE, colkey = FALSE, clim = c(-1.2, 0.3), main = bquote(Omitting~xi[1,1]))
plot(cn2,        rgl = FALSE, show_surface = TRUE, show_net = FALSE, colkey = FALSE, clim = c(-1.2, 0.3), main = bquote(Omitting~xi[2,1]))

A call to r backtick(cnr) runs the full CNR algorithm on an initial control net.

cnr0 <- cnr(initial_cn)
summary(cnr0)
plot(cnr0)

The plot of the residual standard errors by index shows index 3 is the preferable model. We can look at all the surfaces and see there is little difference from the original (index 6) through index 3 with considerable differences in the surfaces for index 1 and 2.

par(mfrow = c(2, 3))
plot(cnr0[[1]], rgl = FALSE, show_surface = TRUE, show_net = FALSE, clim = c(-1.2, 0.3), main = "Index 1", colkey = FALSE)
plot(cnr0[[2]], rgl = FALSE, show_surface = TRUE, show_net = FALSE, clim = c(-1.2, 0.3), main = "Index 2", colkey = FALSE)
plot(cnr0[[3]], rgl = FALSE, show_surface = TRUE, show_net = FALSE, clim = c(-1.2, 0.3), main = "Index 3", colkey = FALSE)
plot(cnr0[[4]], rgl = FALSE, show_surface = TRUE, show_net = FALSE, clim = c(-1.2, 0.3), main = "Index 4", colkey = FALSE)
plot(cnr0[[5]], rgl = FALSE, show_surface = TRUE, show_net = FALSE, clim = c(-1.2, 0.3), main = "Index 5", colkey = FALSE)
plot(cnr0[[6]], rgl = FALSE, show_surface = TRUE, show_net = FALSE, clim = c(-1.2, 0.3), main = "Index 6", colkey = FALSE)

References

Session Info

sessionInfo()


Try the cpr package in your browser

Any scripts or data that you put into this service are public.

cpr documentation built on May 29, 2024, 5:54 a.m.