Model Norm
Although all of our computations for solving the inverse problem are done using vectors and matrices, for most of our inverse problems were are attempting to find a function in 1D, 2D, or 3D that could have given rise to the data. When we address nonuniqueness it is helpful to remember that the theoretical underpinnings of our problem reside in a function space. As such we first introduce some norms for our function space and then discretize them with our mesh to get the final quantity to be minimized.
2.6.1. Smallest Model Norm¶
This norm penalizes the amplitude difference between the sought model and the reference model . Minimizing produces a solution that is close to everywhere on the domain. Incorporating a powerful way to include additional information into the inversion. It is common for inversionists to omit the reference model term and then say that they have not included apriori information. That is not correct; omitting it is the same as setting . The inversion will then produce a solution that is as close to zero as possible, and the details and character of that result might be quite incorrect.
2.6.2. Flattest Model Norm¶
This norm penalizes derivatives and reduces the amount of structure in the final solution. The reference model can be kept in this term or omitted. In the latter case the final solution is smooth throughout the domain. In working with this norm we often talk about the “smoothest” model but any verbal confusion is clarified by the equations. The choice of including a nonzero reference depends upon what you know about the underlying model and your goals for the inversion. We will address these subtitles later.
2.6.3. Combined Norms¶
In most cases we desire a model that is close to a prescribed reference model and is also smooth. Mathematically this can be accomplished by combining the above two norms in a single objective function
The quantities and are nonnegative constants that adjust the relative importance of the two terms. If then the result will be a smallest model (often with a substantial amount of structure) while setting will generate a smooth model with fewer oscillations.
Intuitively, it might seem that if then the components of the model norm are equally important in controlling the final model. However, this is not the case. We note that the two integrals in (3) have different dimensions. The flattest model norms is scaled by compared to the smallest model norm. If the cell size is 0.01, as it is in the app, then that amplifies the size of the norm by a factor of 104. For the two terms, and to have similar magnitudes, . This is a somewhat subtle point, but it is very important. The decision about what values of α are small, or large, depends upon the functions inside the integral and the discretization used in the problem. We shall revisit this aspect in later chapters.
The function norms presented above have their counter-parts in vector space. The smallest model can be written as
For our toy problem, if , then the solution that fits the data is and . It is the black dot in 2.5. Nonuniqueness-Figure 1. If the reference model is the solution is and 0.2. It is shown as the blue dot.
The smoothness or flattest model term, written as
uses discrete differences and therefore has one fewer element in the summation. For our toy problem ; the solution is and , shown as the red dot in2.5. Nonuniqueness-Figure 1.