Regularized Matrix Computations Andrew E

Total Page:16

File Type:pdf, Size:1020Kb

Regularized Matrix Computations Andrew E 1 Regularized Matrix Computations Andrew E. Yagle Department of EECS, The University of Michigan, Ann Arbor, MI 48109-2122 H Abstract| We review the basic results on: (1) the ² U is the matrix of eigenvectors for AA ; H singular value decomposition (SVD); (2) sensitivity ² V is the matrix of eigenvectors for A A; and conditioning of solutions of linear systems of equa- H tions; (3) regularization; and (4) iterative solution of ² This is why A = USV instead of A = USV ; H H 2 linear systems of equations. These are applied to the ² AA and A A have same positive eigenvalues σi speci¯c problem of computing a matrix null vector. ² If M 6= N, there are some extra zero eigenvalues. I. SINGULAR VALUE DECOMPOSITION Although this is not how the SVD is actually com- A. Basics puted, it will do here. Using Matlab [U,S,V]=svd(A) changes the signs The singular value decomposition (SVD) of any of the last column of U and the last row of V . You (M £ N) matrix A is should be able to see why this makes no di®erence. 2 3 The null vector of overdetermined A is the last col- A = USV H σ 0 ¢ ¢ ¢ 0 1 umn of V if M > N and the singular values are in U H U = I 6 0 σ ¢ ¢ ¢ 0 7 6 2 7 decreasing order (usually, but check ¯rst!). U is M £ M 6 . 7 6 . .. 7 For convenience, this paper will omit pathological 6 7 S = 6 0 ¢ ¢ ¢ 0 σ 7 (1) cases such as repeated eigenvalues, defective (non- V H V = I 6 N 7 6 0 0 ¢ ¢ ¢ 0 7 diagonalizable) matrices, and the like. V is N £ N 6 7 4 . 5 σ1 ¸ ::: ¸ σN . ¢ ¢ ¢ . II. APPLICATIONS OF THE SVD S is M £ N 0 0 ¢ ¢ ¢ 0 Inserting the SVD A = USV H into linear system Ax = b results in ² S is depicted in (1) for M > N (\tall" matrix A); ² If M < N use the transpose of the S in (1) (for a Ax = (USV H )x = b ! S(V H x) = (U H b) (3) "reclining" matrix A); ² Important: S has the same dimensions as A; This gines the solutions to the following 4 problems. ² This also speci¯es the sizes of U and V . A. Over-Determined Systems Geometrically, the SVD shows that any linear oper- If M > N, the system Ax = b is overdetermined ator can be regarded as the following: (more equations than unknowns). Then there is al- H most surely no solution to the system Ax = b. How- 1. An orthonormal rotation V , followed by ever the x that minimizes (recall U is unitary) 2. Scaling the rotated axes by σi, where 3. Singular values σi ¸ 0, followed by jjAx¡bjj = jjU H (USV H )x¡U H bjj = jjS(V H x)¡U H bjj 4. An orthonormal rotation U. (4) is easily seen to be the solution to the ¯rst N rows of An example of a singular value decomposition: (3), since we can solve the ¯rst N rows exactly, while · ¸ · ¸ · ¸ · ¸T the last M ¡ N rows will always have zero on the left 1:704 0:128 :8 :6 2 0 :96 :28 = side, so the best we can do is replace the right side ¡:928 1:104 ¡:6 :8 0 1 ¡:28 :96 with zero as well. B. Computation To obtain a closed-form solution, premultiply (3) by VSH . This multiplies the last M ¡ N rows by The SVD can be computed by solving the follow- zero, yielding ing two eigenvalue problems: S(V H x) = (U H b) ! (V (SH S)V H )x = (VSH U H )b AAH = (USH V H )(V SU H ) = U(SH S)U H ! (AH A)x = AH b AH A = (VSH U H )(USV H ) = V (SH S)V H H 2 H 2 (5) ! (AA )ui = σi ui and (A A)vi = σi vi (2) which is the pseudo-inverse or Penrose inverse. 2 A special case is ¯nding the null vector of an 2 3 2 3 2 3 2 3 overdetermined system. We solve (AH A)x = 0, i.e., a 110 x 60 ¯nd the eigenvector of AH A associated with its zero 4 b 5 = 4 65 5 ! 4 y 5 ! 4 60 5 (11) eigenvalue. From the de¯nition of SVD above, x is c 47 z 60 H the column VN of V (NOT V ) associated with min- a slight change in the right side yields imum singular value σN = 0. Indeed, the rank of A can be found by counting the number of non-zero σi. 2 3 2 3 2 3 2 3 a 111 x 69 B. Under-Determined Systems 4 b 5 = 4 65 5 ! 4 y 5 ! 4 24 5 (12) c 47 z 90 If M = N and σN > 0, then the system is nonsin- gular and the solution is Slightly di®erent right sides yield very di®erent solu- tions! This means: H x = V diag[1/σ1; 1/σ2 ::: 1/σN ]U b (6) ² The solution to this problem will be sensitive to \If real life were only like this!"{Woody Allen line in noise in the data [b c d]'; Annie Hall (Oscar winner for Best Picture of 1977, ² Worse, how do we know whether the true data is beating out Star Wars). b=110 or b=111? If M < N, the system Ax = b is underdetermined ² The very concept of a "right" answer is in question! (more unknowns than equations). Then there is an in¯nite number of solutions. However, the x that In fact, even though the matrix is nonsingular, for H minimizes jjxjj has the ¯nal (N ¡ M) values of V x practical purposes it may as well be singular, since equal to zero, since these values get multiplied by zero there are any number of solutions that could be the in (3) anyways, and having them be nonzero would \right" one. only increase jjxjj. Another example, which illustrates some ideas: To obtain a closed-form solution, premultiply (3) H H H ¡1 · ¸ · ¸ · ¸ · ¸ · ¸ by VS (U U)(SS ) , yielding 1 1000 x 1:00 x 1 = ! = (13) 0 1 y 0:00 y 0 S(V H x) = (U H b) ! V [SH (SSH )¡1S]V H x = [VSH U H ][U(SSH )¡1U H ]b But changing the right side \data" slightly gives (7) · ¸ · ¸ · ¸ · ¸ · ¸ 1 1000 x 1:00 x ¡9 which, with the artful placement of parentheses = ! = (14) 0 1 y 0:01 y 0:01 above, simpli¯es to · ¸ Is data so good that an error of 0.01 is impossible? I 0 V V H x = x = AH (AAH )¡1b (8) 0 0 B. Symptoms of the Problem since S is diagonal and the ¯nal (N ¡ M) values of H That 1000 suggests a problem, but in fact that by V x are constrained to be zero. I haven't seen that itself isn't it. How can we determine when a problem formula since my graduate school days. Implement: will be super-sensitive? These look like symptoms, but aren't: (AAH )z = b; x = AH z ! V H x = SH U H z (9) ² Large elements like 1000? No{plenty of matrices have large elements without being super-sensitive; so the ¯nal (N ¡ M) values of x will indeed be zero. ² The determinant? No{the determinant=1; III. SENSITIVITY AND CONDITIONING ² The eigenvalues? No{both eigenvalues are one (just like the identity matrix). A. What's the Problem? Consider the solution to the linear system These don't look like symptoms, but are: 2 3 2 3 2 3 ² Although the matrix has determinant=1, changing 60 30 20 x b 1 the lower left value from 0 to 0.001 makes the deter- 4 30 20 15 5 4 y 5 = 4 c 5 (10) 60 minant=0 and the eigenvalues 0 and 2; 20 15 12 z d ² The singular values are 0.001 and 1000, and their The matrix is only (3 £ 3), is symmetric, and has in- ratio is 1 million. teger elements. But note that while 3 C. Condition Number A. Truncated SVD We have the following two results on the sensitivity Without loss of generality, scale the problem so of the solution to a linear system of equations to per- σ1 >> 1 >> σN . Going right to left, rewrite (6): turbations in either the right-hand-side or elements of the matrix. De¯ne the condition number XN H x = vi(ui b/σi) (17) ¡1 i=1 ·(A) = cond(A) = jjAjj ¢ jjA jj = σ1/σN (15) which shows that the component of x in the direction jjAjj = jjAjj2 = σ1=maximum singular value of A. vN is most sensitive to noise in the data, since its 1000 6 For the above matrix, ·(A) = 0:001 = 10 . Now: magni¯cation factor 1/σN is largest. However, what is magni¯ed is the component of the data in direction ² Consider the linear system Ax = b: uN , not vN . ² Perturb A to A + ¢A or: Truncated SVD simply truncates the sum in (17) ² Perturb b to b + ¢b resulting in at i = (N ¡K), where the smallest K singular values ² Perturb x to x + ±x so that σN¡K+1 : : : σN < ² for some threshold ². Any noise ² (A + ¢A)(x + ±x) = b or A(x + ±x) = (b + ±b). in the data is magni¯ed so much that these terms H ² Then the normalized=relative=percentage error in vi(ui b/σi) are meaningless anyways, so we may as the computed x is [1,p.194-5]: well eliminate them and accept the loss.
Recommended publications
  • The Study of Sound Field Reconstruction As an Inverse Problem *
    Proceedings of the Institute of Acoustics THE STUDY OF SOUND FIELD RECONSTRUCTION AS AN INVERSE PROBLEM * F. M. Fazi ISVR, University of Southampton, U.K. P. A. Nelson ISVR, University of Southampton, U.K. R. Potthast University of Reading, U.K. J. Seo ETRI, Korea 1 INTRODUCTION The problem of reconstructing a desired sound field using an array of transducers is a subject of large relevance in many branches of acoustics. In this paper, this problem is mathematically formulated as an integral equation of the first kind and represents therefore an inverse problem. It is shown that an exact solution to this problem can not be, in general, calculated but that an approximate solution can be computed, which minimizes the mean squares error between the desired and reconstructed sound field on the boundary of the reconstruction area. The robustness of the solution can be improved by applying a regularization scheme, as described in third section of this paper. The sound field reconstruction system is assumed to be an ideally infinite distribution of monopole sources continuously arranged on a three dimensional surface S , that contains the region of space Ω over which the sound field reconstruction is attempted. This is represented in Figure 1. The sound field in that region can be described by the homogeneous Helmholtz equation, which means that no source of sound or diffracting objects are contained in Ω . It is also assumed that the information on the desired sound field is represented by the knowledge of the acoustic pressure p(,)x t on the boundary ∂Ω of the reconstruction area.
    [Show full text]
  • Introduction to Inverse Problems
    Introduction to Inverse Problems Bastian von Harrach [email protected] Chair of Optimization and Inverse Problems, University of Stuttgart, Germany Department of Computational Science & Engineering Yonsei University Seoul, South Korea, April 3, 2015. B. Harrach: Introduction to Inverse Problems Motivation and examples B. Harrach: Introduction to Inverse Problems Laplace's demon Laplace's demon: (Pierre Simon Laplace 1814) "An intellect which (. ) would know all forces (. ) and all positions of all items (. ), if this intellect were also vast enough to submit these data to analysis, (. ); for such an intellect nothing would be uncertain and the future just like the past would be present before its eyes." B. Harrach: Introduction to Inverse Problems Computational Science Computational Science / Simulation Technology: If we know all necessary parameters, then we can numerically predict the outcome of an experiment (by solving mathematical formulas). Goals: ▸ Prediction ▸ Optimization ▸ Inversion/Identification B. Harrach: Introduction to Inverse Problems Computational Science Generic simulation problem: Given input x calculate outcome y F x . x X : parameters / input = ( ) y Y : outcome / measurements F X ∈ Y : functional relation / model ∈ Goals:∶ → ▸ Prediction: Given x, calculate y F x . ▸ Optimization: Find x, such that F x is optimal. = ( ) ▸ Inversion/Identification: Given F x , calculate x. ( ) ( ) B. Harrach: Introduction to Inverse Problems Examples Examples of inverse problems: ▸ Electrical impedance tomography ▸ Computerized
    [Show full text]
  • Introductory Geophysical Inverse Theory
    Introductory Geophysical Inverse Theory John A. Scales, Martin L. Smith and Sven Treitel Samizdat Press 2 Introductory Geophysical Inverse Theory John A. Scales, Martin L. Smith and Sven Treitel Samizdat Press Golden White River Junction · 3 Published by the Samizdat Press Center for Wave Phenomena Department of Geophysics Colorado School of Mines Golden, Colorado 80401 and New England Research 76 Olcott Drive White River Junction, Vermont 05001 c Samizdat Press, 2001 Samizdat Press publications are available via FTP from samizdat.mines.edu Or via the WWW from http://samizdat.mines.edu Permission is given to freely copy these documents. Contents 1 What Is Inverse Theory 1 1.1 Too many models . 4 1.2 No unique answer . 4 1.3 Implausible models . 5 1.4 Observations are noisy . 6 1.5 The beach is not a model . 7 1.6 Summary . 8 1.7 Beach Example . 8 2 A Simple Inverse Problem that Isn't 11 2.1 A First Stab at ρ . 12 2.1.1 Measuring Volume . 12 2.1.2 Measuring Mass . 12 2.1.3 Computing ρ . 13 2.2 The Pernicious Effects of Errors . 13 2.2.1 Errors in Mass Measurement . 13 2.3 What is an Answer? . 15 2.3.1 Conditional Probabilities . 15 2.3.2 What We're Really (Really) After . 16 2.3.3 A (Short) Tale of Two Experiments . 16 ii CONTENTS 2.3.4 The Experiments Are Identical . 17 2.4 What does it mean to condition on the truth? . 20 2.4.1 Another example . 21 3 Example: A Vertical Seismic Profile 25 3.0.2 Travel time fitting .
    [Show full text]
  • Definitions and Examples of Inverse and Ill-Posed Problems
    c de Gruyter 2008 J. Inv. Ill-Posed Problems 16 (2008), 317–357 DOI 10.1515 / JIIP.2008.069 Definitions and examples of inverse and ill-posed problems S. I. Kabanikhin Survey paper Abstract. The terms “inverse problems” and “ill-posed problems” have been steadily and surely gaining popularity in modern science since the middle of the 20th century. A little more than fifty years of studying problems of this kind have shown that a great number of problems from various branches of classical mathematics (computational algebra, differential and integral equations, partial differential equations, functional analysis) can be classified as inverse or ill-posed, and they are among the most complicated ones (since they are unstable and usually nonlinear). At the same time, inverse and ill-posed problems began to be studied and applied systematically in physics, geophysics, medicine, astronomy, and all other areas of knowledge where mathematical methods are used. The reason is that solutions to inverse problems describe important properties of media under study, such as density and velocity of wave propagation, elasticity parameters, conductivity, dielectric permittivity and magnetic permeability, and properties and location of inhomogeneities in inaccessible areas, etc. In this paper we consider definitions and classification of inverse and ill-posed problems and describe some approaches which have been proposed by outstanding Russian mathematicians A. N. Tikhonov, V. K. Ivanov and M. M. Lavrentiev. Key words. Inverse and ill-posed problems, regularization. AMS classification. 65J20, 65J10, 65M32. 1. Introduction. 2. Classification of inverse problems. 3. Examples of inverse and ill-posed problems. 4. Some first results in ill-posed problems theory.
    [Show full text]
  • A Survey of Matrix Inverse Eigenvalue Problems
    . Numerical Analysis ProjeM November 1966 Manuscript NA-66-37 * . A Survey of Matrix Inverse Eigenvalue Problems bY Daniel Boley and Gene H. Golub Numerical Analysis Project Computer Science Department Stanford University Stanford, California 94305 A Survey of Matrix Inverse Eigenvalue Problems* Daniel Bole& University of Minnesota Gene H. Golubt Stanford University ABSTRACT In this paper, we present a survey of some recent results regarding direct methods for solving certain symmetric inverse eigenvalue problems. The prob- lems we discuss in this paper are those of generating a symmetric matrix, either Jacobi, banded, or some variation thereof, given only some information on the eigenvalues of the matrix itself and some of its principal submatrices. Much of the motivation for the problems discussed in this paper came about from an interest in the inverse Sturm-Liouville problem. * A preliminary version of this report was issued as a technical report of the Computer Science Department, University of Minnesota, TR 8620, May 1988. ‘The research of the first author was partlally supported by NSF Grant DCR-8420935 and DCR-8619029, and that of the second author by NSF Grant DCR-8412314. -- 10. A Survey of Matrix Inverse Eigenvalue Problems Daniel Boley and Gene H. Golub 0. Introduction. In this paper, we present a survey of some recent results regarding direct methods for solv- ing certain symmetric inverse eigenvalue problems. Inverse eigenvalue problems have been of interest in many application areas, including particle physics and geology, as well as numerical integration methods based on Gaussian quadrature rules [14]. Examples of applications can be found in [ll], [12], [13], [24], [29].
    [Show full text]
  • Inverse Problems in Geophysics Geos
    IINNVVEERRSSEE PPRROOBBLLEEMMSS IINN GGEEOOPPHHYYSSIICCSS GGEEOOSS 556677 A Set of Lecture Notes by Professors Randall M. Richardson and George Zandt Department of Geosciences University of Arizona Tucson, Arizona 85721 Revised and Updated Summer 2003 Geosciences 567: PREFACE (RMR/GZ) TABLE OF CONTENTS PREFACE ........................................................................................................................................v CHAPTER 1: INTRODUCTION ................................................................................................. 1 1.1 Inverse Theory: What It Is and What It Does ........................................................ 1 1.2 Useful Definitions ................................................................................................... 2 1.3 Possible Goals of an Inverse Analysis .................................................................... 3 1.4 Nomenclature .......................................................................................................... 4 1.5 Examples of Forward Problems .............................................................................. 7 1.5.1 Example 1: Fitting a Straight Line ........................................................... 7 1.5.2 Example 2: Fitting a Parabola .................................................................. 8 1.5.3 Example 3: Acoustic Tomography .......................................................... 9 1.5.4 Example 4: Seismic Tomography .........................................................
    [Show full text]
  • Geophysical Inverse Problems
    Seismo 1: Introduction Barbara Romanowicz Institut de Physique du Globe de Paris, Univ. of California, Berkeley Les Houches, 6 Octobre 2014 Kola 1970-1989 – profondeur: 12.3 km Photographié en 2007 Rayon de la terre: 6,371 km Ces disciplines contribuent à nos connaissances sur La structure interne de la terre, dynamique et évolution S’appuyent sur des observations à la surface de la terre, et par télédétection Geomagnetism au moyen de satellites Geochemistry/cosmochemistry Seismology • Lecture 1: Geophysical Inverse Problems • Lecture 2: Body waves, ray theory • Lecture 3: Surface waves, free oscillations • Lecture 4: Seismic tomography – anisotropy • Lecture 5: Forward modeling of deep mantle body waves for fine scale structure • Lecture 6: Inner core structure and anisotropy Seismology: 1 Geophysical Inverse Problems with a focus on seismic tomography Gold buried in beach example Unreasonable True model Model with good fit The forward problem – an example • Gravity survey over an unknown buried mass Gravity measurements x x x x x distribution x x x x x x x x x • Continuous integral x x expression: ? Unknown The anomalous mass at depth The data along the mass at depth surface The physics linking mass and gravity (Newton’s Universal Gravitation), sometimes called the kernel of the integral Make it a discrete problem • Data is sampled (in time and/or space) • Model is expressed as a finite set of parameters Data vector Model vector • Functional g can be linear or non-linear: – If linear: – If non-linear:d = Gm d - d0 = g(m)- g(m0 ) = G(m- m0 ) Linear vs. non-linear – parameterization matters! • Modeling our unknown anomaly as a sphere of unknown radius R, density anomaly Dr, and depth b.
    [Show full text]
  • Geophysical Inversion Versus Machine Learning in Inverse Problems Yuji Kim1 and Nori Nakata1
    Geophysical inversion versus machine learning in inverse problems Yuji Kim1 and Nori Nakata1 https://doi.org/10.1190/tle37120894.1. Abstract Geophysical inverse problems are often ill-posed, nonunique, Geophysical inversion and machine learning both provide and nonlinear problems. A deterministic approach to solve inverse solutions for inverse problems in which we estimate model param- problems is minimizing an objective function. Iterative algorithms eters from observations. Geophysical inversions such as impedance such as Newton algorithm, steepest descent, or conjugate gradients inversion, amplitude-variation-with-offset inversion, and travel- have been used widely for linearized inversion. Geophysical time tomography are commonly used in the industry to yield inversion usually is based on the physics of the recorded data such physical properties from measured seismic data. Machine learning, as wave equations, scattering theory, or sampling theory. Machine a data-driven approach, has become popular during the past learning is a data-driven, statistical approach to solving ill-posed decades and is useful for solving such inverse problems. An inverse problems. Machine learning has matured during the past advantage of machine learning methods is that they can be imple- decade in computer science and many other industries, including mented without knowledge of physical equations or theories. The geophysics, as big-data analysis has become common and com- challenges of machine learning lie in acquiring enough training putational power has improved. Machine learning solves the data and selecting relevant parameters, which are essential in problem of optimizing a performance criterion based on statistical obtaining a good quality model. In this study, we compare geo- analyses using example data or past experience (Alpaydin, 2009).
    [Show full text]
  • Overview of Inverse Problems Pierre Argoul
    Overview of Inverse Problems Pierre Argoul To cite this version: Pierre Argoul. Overview of Inverse Problems. DEA. Parameter Identification in Civil Engineering, Ecole Nationale des Ponts et chaussées, 2012, pp.13. cel-00781172 HAL Id: cel-00781172 https://cel.archives-ouvertes.fr/cel-00781172 Submitted on 25 Jan 2013 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. OverviewOverview ofof Inverse Inverse Problems Problems Pierre ARGOUL Ecole Nationale des Ponts et Chaussées Parameter Identification in Civil Engineering July 27, 2012 Contents Introduction - Definitions . 1 Areas of Use – Historical Development . 2 Different Approaches to Solving Inverse Problems . 6 Functional analysis . 6 Regularization of IllPosed Problems . 6 Stochastic or Bayesian Inversion . 7 Conclusion . 9 Abstract This booklet relates the major developments of the evolution of inverse problems. Three sections are contained within. The first offers definitions and the fundamental characteristics of an inverse problem, with a brief history of the birth of inverse problem the ory in geophysics given at the beginning. Then, the most well known Internet sites and scientific reviews dedicated to inverse problems are presented, followed by a description of research un- dertaken along these lines at IFSTTAR (formerly LCPC) since the 1990s.
    [Show full text]
  • Imaging and Inverse Problems of Electromagnetic Nondestructive Evaluation Steven Gerard Ross Iowa State University
    Iowa State University Capstones, Theses and Retrospective Theses and Dissertations Dissertations 1995 Imaging and inverse problems of electromagnetic nondestructive evaluation Steven Gerard Ross Iowa State University Follow this and additional works at: https://lib.dr.iastate.edu/rtd Part of the Electrical and Electronics Commons Recommended Citation Ross, Steven Gerard, "Imaging and inverse problems of electromagnetic nondestructive evaluation " (1995). Retrospective Theses and Dissertations. 10716. https://lib.dr.iastate.edu/rtd/10716 This Dissertation is brought to you for free and open access by the Iowa State University Capstones, Theses and Dissertations at Iowa State University Digital Repository. It has been accepted for inclusion in Retrospective Theses and Dissertations by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. INFORMATION TO USERS This manuscr^t has been reproduced from the microfibn master. UMI films the text directfy from the original or copy submitted. Thus, some thesis and dissertation copies are in ^writer face, while others may be from aiQr ^rpe of conqniter printer. The qnality of this reproduction is dqiendoit upon the qnali^ of the copy submitted. Broken or indistinct print, colored or poor quality illustrations and photogrsqphs, print bleedtbrough, substandard marging, and in^roper alignment can adversely affect reproduction. In the unlikely event that the author did not send UMI a complete manuscript and there are missing pages, these will be noted. Also, if unauthorized copyright material had to be removed, a note win indicate the deletion. Oversize materials (e.g., maps, drawings, charts) are reproduced by sectioning the original, beginning at the upper left-hand comer and continuing from left to light in equal sections with small overlqjs.
    [Show full text]
  • Least Squares Approach to Inverse Problems in Musculoskeletal Biomechanics
    Least Squares Approach to Inverse Problems in Musculoskeletal Biomechanics Marie Lund Ohlsson and Mårten Gulliksson Mid Sweden University FSCN Fibre Science and Communication Network - a research centre at Mid-Sweden University for the forest industry Rapportserie FSCN - ISSN 1650-5387 2009:52 FSCN-rapport R-09-80 Sundsvall 2009 Least Squares Approach to Inverse Problems in Musculoskeletal Biomechanics Marie Lund Ohlsson∗ and Mårten Gulliksson† ∗Mid Sweden University, SE-83125 Östersund †Mid Sweden University, SE-85170 Sundsvall Abstract. Inverse simulations of musculoskeletal models computes the internal forces such as muscle and joint reaction forces, which are hard to measure, using the more easily measured motion and external forces as input data. Because of the difficulties of measuring muscle forces and joint reactions, simulations are hard to validate. One way of reducing errors for the simulations is to ensure that the mathematical problem is well-posed. This paper presents a study of regularity aspects for an inverse simulation method, often called forward dynamics or dynamical optimization, that takes into account both measurement errors and muscle dynamics. The simulation method is explained in detail. Regularity is examined for a test problem around the optimum using the approximated quadratic problem. The results shows improved rank by including a regularization term in the objective that handles the mechanical over-determinancy. Using the 3-element Hill muscle model the chosen regularization term is the norm of the activation. To make the problem full-rank only the excitation bounds should be included in the constraints. However, this results in small negative values of the activation which indicates that muscles are pushing and not pulling.
    [Show full text]
  • Learning from Examples As an Inverse Problem
    Journal of Machine Learning Research 6 (2005) 883–904 Submitted 12/04; Revised 3/05; Published 5/05 Learning from Examples as an Inverse Problem Ernesto De Vito [email protected] Dipartimento di Matematica Universita` di Modena e Reggio Emilia Modena, Italy and INFN, Sezione di Genova, Genova, Italy Lorenzo Rosasco [email protected] Andrea Caponnetto [email protected] Umberto De Giovannini [email protected] Francesca Odone [email protected] DISI Universita` di Genova, Genova, Italy Editor: Peter Bartlett Abstract Many works related learning from examples to regularization techniques for inverse problems, em- phasizing the strong algorithmic and conceptual analogy of certain learning algorithms with regu- larization algorithms. In particular it is well known that regularization schemes such as Tikhonov regularization can be effectively used in the context of learning and are closely related to algo- rithms such as support vector machines. Nevertheless the connection with inverse problem was considered only for the discrete (finite sample) problem and the probabilistic aspects of learning from examples were not taken into account. In this paper we provide a natural extension of such analysis to the continuous (population) case and study the interplay between the discrete and con- tinuous problems. From a theoretical point of view, this allows to draw a clear connection between the consistency approach in learning theory and the stability convergence property in ill-posed in- verse problems. The main mathematical result of the paper is a new probabilistic bound for the regularized least-squares algorithm. By means of standard results on the approximation term, the consistency of the algorithm easily follows.
    [Show full text]