Abstract:Data assimilation performance can be significantly impacted by biased noise in observations, altering the signal magnitude and introducing fast oscillations or discontinuities when the system lacks smoothness. To mitigate these issues, this paper employ variational state estimation using the so-called parametrized-background data-weak method. This approach relies on a background manifold parametrized by a set of constraints, enabling the state estimation by solving a minimization problem on a reduced-order background model, subject to constraints imposed by the input measurements. The proposed formulation incorporates a novel bias correction mechanism and a manifold decomposition that handles rapid oscillations by treating them as slow-decaying modes based on a two-scale splitting of the classical reconstruction algorithm. The method is validated in different examples, including the assimilation of biased synthetic data, discontinuous signals, and Doppler ultrasound data obtained from experimental measurements.
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the performance degradation in the data assimilation process due to the biased noise in the observed data and the lack of smoothness in the system (such as rapid oscillation or discontinuity). Specifically:
1. **Impact of Biased Noise**: The presence of biased noise in the observed data can change the signal amplitude and introduce rapid oscillation or discontinuity when the system lacks smoothness, which seriously affects the performance of data assimilation.
2. **Lack of Smoothness in the System**: When the dynamic characteristics of the system include rapid oscillation or discontinuity, traditional variational state estimation methods may fail or produce inaccurate results.
To solve these problems, the paper proposes a variational state estimation method based on the Parametrized - Background Data - Weak (PBDW) and introduces the following two main improvements:
1. **Bias Correction Mechanism**: By introducing a novel bias correction mechanism, this method can improve the accuracy of state estimation when dealing with observed data with biased noise. Specifically, this method uses the prior - known noise structure information to correct the bias error in state estimation.
2. **Multiscale Decomposition Technique**: To deal with systems with rapid oscillation or discontinuity, the paper proposes a manifold decomposition technique, which divides the classical reconstruction algorithm into slow - decay mode and fast - decay mode, so as to better handle these complex phenomena.
Through the above improvements, the paper verifies the effectiveness of this method in different application scenarios, including synthetic data, discontinuous signals, and Doppler ultrasound data obtained from experimental measurements.
### Mathematical Formula Representation
1. **Observation Model**:
\[
\zeta_i=\hat{\ell}_i(u_{\text{true}})+\psi, \quad i = 1,\ldots,m
\]
where \(\zeta_i\) is the \(i\)-th observed value, \(\hat{\ell}_i\) is a linear functional acting on the true state \(u_{\text{true}}\), and \(\psi\) represents the measurement noise.
2. **Bias Correction Optimization Problem**:
\[
u^*_{\eta}=\arg\min_{u\in V}\frac{1}{2}\|u - \Pi_{V_n}u\|^2\quad\text{s.t.}\quad\Pi_{W_m}u=\eta(\omega^*)
\]
where \(\eta:W_m\rightarrow W_m\) is an appropriate bias correction function.
3. **Bias Corrector Calculation**:
\[
\eta(\omega^*)=\Pi_{W_m}u^*_0+\xi(u^*_0;W_m,R)
\]
where \(u^*_0\) is the biased reconstruction obtained from the classical PBDW problem, and \(\xi(u;W_m,R)\) is the deviation calculated based on the noise model \(R\).
Through these improvements, the paper shows how to perform state estimation more accurately in the presence of biased noise and complex system dynamics.