Research

Regularization for inverse problems

Given a forward map \(G:X\rightarrow Y\) between two separable Hilbert spaces $X$ and $Y$, the corresponding inverse problem can usually be written as

\[y = G(u) + \delta\]

where $\delta\in Y$ is an error in the deterministic case; or

\[y = G(u)+\eta\]

where $\eta$ is a $Y$-valued random variable in the stochastic case. Such a problem arises frequently in image processing, computed tomography, geophysics, data assimilation, etc. Most inverse problems are ill-posed, posing big challenges for analysis and computation.

This project mainly focuses on the regularization and its iterative computation for ill-posed inverse problems. We aim to develop efficient iterative regularization methods for different types of regularizers. Here are several related papers:

GSVD computation and related matrix-pair problems

The Generalized Singular Value Decomposition (GSVD) of a matrix-pair is a generalization of the SVD. It is a powerful tool for analysis and computation of many matrix-pair problems. Given two matrices $A\in\mathbb{R}^{m\times n}$ and $L\in\mathbb{R}^{p\times n}$ with $\mathrm{rank}((A^{\top},L^{\top})^{\top})=r$. The GSVD of \(\{A,L\}\) is

\[A = P_{A}C_AX^{-1}, \ \ \ \ L = P_{L}S_LX^{-1} ,\]

where

\[\begin{array}{c c c} C_{A}= & \left[ \begin{array}{c c} \Sigma_{A} & \mathbf{0} \\ \end{array} \right] & \begin{array}{c} m \end{array} \\ & \begin{array}{c c} r & n-r \\ \end{array} & \end{array} \ , \quad \quad \begin{array}{c c c} S_{L}= & \left[ \begin{array}{c c} \Sigma_{L} & \mathbf{0} \\ \end{array} \right] & \begin{array}{c} p \end{array} \\ & \begin{array}{c c} r & n-r \\ \end{array} & \end{array}\]

with

\[\begin{array}{c c c} \Sigma_{A}= & \left[ \begin{array}{c c c} I_{q_1} & & \\ & C_{q_2} & \\ & & \mathbf{0} \end{array} \right] & \begin{array}{c} q_1 \\ q_2 \\ m-q_1-q_2 \end{array} \\ & \begin{array}{c c c} q_1 & q_2 & q_3 \\ \end{array} & \end{array} \ , \quad \quad \begin{array}{c c c} \Sigma_{A}= & \left[ \begin{array}{c c c} \mathbf{0} & & \\ & S_{q_2} & \\ & & I_{q_3} \end{array} \right] & \begin{array}{c} p-r+q_1 \\ q_2 \\ q_3 \end{array} \\ & \begin{array}{c c c} q_1 & q_2 & q_3 \\ \end{array} & \end{array}\]

where $q_1+q_2+q_3=r$, and $P_{A}\in \mathbb{R}^{m\times m}$, $P_{L}\in \mathbb{R}^{p\times p}$ are orthogonal, $X\in\mathbb{R}^{n\times n}$ is invertible, and $\Sigma_{A}^{\top}\Sigma_A+\Sigma_{L}^{\top}\Sigma_L=I_{r}$. The values of \(\{q_1,q_2,q_3\}\) are determined internally by \(\{A,L\}\).

This project focuses on analyzing GSVD from new perspectives, which leads to new numerical methods for its computation, and also new understanding and computation of the matrix-pair problems. Here are several related papers: