Linear Models for Regression

Total Page:16

File Type:pdf, Size:1020Kb

Linear Models for Regression Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Linear Models for Regression Henrik I Christensen Robotics & Intelligent Machines @ GT Georgia Institute of Technology, Atlanta, GA 30332-0280 [email protected] Henrik I Christensen (RIM@GT) Linear Regression 1 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Outline 1 Introduction 2 Preliminaries 3 Linear Basis Function Models 4 Baysian Linear Regression 5 Baysian Model Comparison 6 Summary Henrik I Christensen (RIM@GT) Linear Regression 2 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Introduction The objective of regression is to enable prediction of a value t based on modelling over a dataset X . Consider a set of D observations over a space How can we generate estimates for the future? Battery time? Time to completion? Position of doors? Henrik I Christensen (RIM@GT) Linear Regression 3 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Introduction (2) Example from Chapter 1 1 t 0 −1 0 x 1 m 2 m X i y(x, w) = w0 + w1x + w2x + ... + wmx = wi x i=0 Henrik I Christensen (RIM@GT) Linear Regression 4 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Introduction (3) In general the functions could be beyond simple polynomials The “components” are termed basis functions, i.e. m X T ~ y(x, w) = wi φi (x) = w~ φ(x) i=0 Henrik I Christensen (RIM@GT) Linear Regression 5 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Outline 1 Introduction 2 Preliminaries 3 Linear Basis Function Models 4 Baysian Linear Regression 5 Baysian Model Comparison 6 Summary Henrik I Christensen (RIM@GT) Linear Regression 6 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Loss Function For optimization we need a penalty / loss function L(t, y(x)) Expected loss is then ZZ E[L] = L(t, y(x))p(x, t)dxdt For the squared loss function we have ZZ E[L] = {y(x) − t}2p(x, t)dxdt Goal: choose y(x) to minimize expected loss (E[L]) Henrik I Christensen (RIM@GT) Linear Regression 7 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Loss Function Derivation of the extrema δE[L] Z = 2 {y(x) − t}p(x, t)dt = 0 δy(x) Implies that R tp(x, t)dt Z y(x) = = tp(t|x)dt = E[t|x] p(x) Henrik I Christensen (RIM@GT) Linear Regression 8 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Loss Function - Interpretation t y(x) y(x0) p(tjx0) x0 x Henrik I Christensen (RIM@GT) Linear Regression 9 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Alternative Consider a small rewrite {y(x) − t}2 = {y(x) − E[t|x] + E[t|x] − t}2 The expected loss is then Z Z E[L] = {y(x) − E[t|x]}2p(x)dx + {E[t|x] − t}2p(x)dx Henrik I Christensen (RIM@GT) Linear Regression 10 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Outline 1 Introduction 2 Preliminaries 3 Linear Basis Function Models 4 Baysian Linear Regression 5 Baysian Model Comparison 6 Summary Henrik I Christensen (RIM@GT) Linear Regression 11 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Polynomial Basis Functions 1 Basic Definition: 0.5 φ (x) = xi i 0 Global functions −0.5 Small change in x affects all of them −1 −1 0 1 Henrik I Christensen (RIM@GT) Linear Regression 12 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Gaussian Basis Functions Basic Definition: 1 2 − (x−µi ) φi (x) = e 2s2 0.75 A way to Gaussian mixtures, 0.5 local impact Not required to have 0.25 probabilistic interpretation. 0 µ control position and s −1 0 1 control scale Henrik I Christensen (RIM@GT) Linear Regression 13 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Sigmoid Basis Functions Basic Definition: 1 x − µ φ (x) = σ i i s 0.75 where 0.5 1 σ(a) = 0.25 1 + e−a 0 µ controls location and s −1 0 1 controls slope Henrik I Christensen (RIM@GT) Linear Regression 14 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Maximum Likelihood & Least Squares Assume observation from a deterministic function contaminated by Gaussian Noise t = y(x, w) + p(|β) = N(|0, β−1) the problem at hand is then p(t|x, w, β) = N(t|y(x, w), β−1) From a series of observations we have the likelihood N Y T −1 p(t|X|w, β) = N(ti |w φ(xi ), β ) i=1 Henrik I Christensen (RIM@GT) Linear Regression 15 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Maximum Likelihood & Least Squares (2) This results in N N ln p(t|w, β) = ln β − ln(2π) − βE (w) 2 2 D where N 1 X E (w) = {t − wT φ(x )}2 D 2 i i i=1 is the sum of squared errors Henrik I Christensen (RIM@GT) Linear Regression 16 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Maximum Likelihood & Least Squares (3) Computing the extrema yields: −1 T T wML = Φ Φ Φ t where φ0(x1) φ1(x1) ··· φM−1(x1) φ0(x1) φ1(x2) ··· φM−1(x2) Φ = . .. . φ0(xN ) φ1(xN ) ··· φM−1(xN ) Henrik I Christensen (RIM@GT) Linear Regression 17 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Line Estimation Least square minimization: Line equation: y = ax + b P 2 Error in fit: i (yi − axi − b) Solution: y¯2 x¯2 x¯ a = y¯ x¯ 1 b Minimizes vertical errors. Non-robust! Henrik I Christensen (RIM@GT) Linear Regression 18 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References LSQ on Lasers Line model: ri cos(φi − θ) = ρ Error model: di = ri cos(φi − θ) − ρ P 2 Optimize: argmin(ρ,θ) i (ri cos(φi − θ) − ρ) Error model derived in Deriche et al. (1992) Well suited for “clean-up” of Hough lines Henrik I Christensen (RIM@GT) Linear Regression 19 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Total Least Squares Line equation: ax + by + c = 0 P 2 2 2 Error in fit: i (axi + byi + c) where a + b = 1. Solution: x¯2 − x¯x¯ xy¯ − x¯y¯ a a = µ xy¯ − x¯y¯ y¯2 − y¯y¯ b b where µ is a scale factor. c = −ax¯ − by¯ Henrik I Christensen (RIM@GT) Linear Regression 20 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Line Representations The line representation is crucial Often a redundant model is adopted Line parameters vs end-points Important for fusion of segments. End-points are less stable Henrik I Christensen (RIM@GT) Linear Regression 21 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Sequential Adaptation In some cases one at a time estimation is more suitable Also known as gradient descent (τ+1) (τ) w = w − η∇En (τ) (τ)T = w − η(tn − w φ(xn))φ(xn) Knows as least-mean square (LMS). An issue is how to choose η? Henrik I Christensen (RIM@GT) Linear Regression 22 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Regularized Least Squares As seen in lecture 2 sometime control of parameters might be useful. Consider the error function: ED (w) + λEW (w) which generates N 1 X λ {t − w t φ(x )}2 + wT w 2 i i 2 i=1 which is minimized by −1 w = λI + ΦT Φ ΦT t Henrik I Christensen (RIM@GT) Linear Regression 23 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Outline 1 Introduction 2 Preliminaries 3 Linear Basis Function Models 4 Baysian Linear Regression 5 Baysian Model Comparison 6 Summary Henrik I Christensen (RIM@GT) Linear Regression 24 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Bayesian Linear Regression Define a conjugate prior over w p(w) = N(w|m0, S0) given the likelihood function and regular from Bayesian analysis we can derive p(w|t) = N(w|mN , SN ) where −1 T mN = SN S0 m0 + βΦ t −1 −1 T SN = S0 + βΦ Φ Henrik I Christensen (RIM@GT) Linear Regression 25 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Bayesian Linear Regression (2) A common choice is p(w) = N(w|0, α−1I ) So that T mN = βSN Φ t −1 T SN = αI + βΦ Φ Henrik I Christensen (RIM@GT) Linear Regression 26 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Example - No Data Henrik I Christensen (RIM@GT) Linear Regression 27 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Example - 1 Data Point Henrik I Christensen (RIM@GT) Linear Regression 28 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Example - 2 Data Points Henrik I Christensen (RIM@GT) Linear Regression 29 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Example - 20 Data Points Henrik I Christensen (RIM@GT) Linear Regression 30 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Outline 1 Introduction 2 Preliminaries 3 Linear Basis Function Models 4 Baysian Linear Regression 5 Baysian Model Comparison 6 Summary Henrik I Christensen (RIM@GT) Linear Regression 31 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References Bayesian Model Comparison How does one select an appropriate model? Assume for a minute we want to compare a set of models Mi , i ∈ 1, ...L for a dataset D We could compute p(Mi |D) ∝ p(D|Mi )p(Mi ) Bayes Factor: Ratio of evidence for two models p(D|Mi ) p(D|Mj ) Henrik I Christensen (RIM@GT) Linear Regression 32 / 39 Introduction Preliminaries Linear Models Bayes Regress Model Comparison Summary References The mixture distribution approach We could use all the models: L X p(t|x, D) = p(t|x, Mi , D)p(Mi |D) i=1 Or simply go with the most probably/best model.
Recommended publications
  • Least-Squares Fitting of Circles and Ellipses∗
    Least-Squares Fitting of Circles and Ellipses∗ Walter Gander Gene H. Golub Rolf Strebel Dedicated to Ake˚ Bj¨orck on the occasion of his 60th birthday. Abstract Fitting circles and ellipses to given points in the plane is a problem that arises in many application areas, e.g. computer graphics [1], coordinate metrol- ogy [2], petroleum engineering [11], statistics [7]. In the past, algorithms have been given which fit circles and ellipses in some least squares sense without minimizing the geometric distance to the given points [1], [6]. In this paper we present several algorithms which compute the ellipse for which the sum of the squares of the distances to the given points is minimal. These algorithms are compared with classical simple and iterative methods. Circles and ellipses may be represented algebraically i.e. by an equation of the form F(x) = 0. If a point is on the curve then its coordinates x are a zero of the function F. Alternatively, curves may be represented in parametric form, which is well suited for minimizing the sum of the squares of the distances. 1 Preliminaries and Introduction Ellipses, for which the sum of the squares of the distances to the given points is minimal will be referred to as \best fit” or \geometric fit", and the algorithms will be called \geometric". Determining the parameters of the algebraic equation F (x)=0intheleast squares sense will be denoted by \algebraic fit" and the algorithms will be called \algebraic". We will use the well known Gauss-Newton method to solve the nonlinear least T squares problem (cf.
    [Show full text]
  • Lesson 4 – Instrumental Variables
    Ph.D. IN ENGINEERING AND Advanced methods for system APPLIED SCIENCES identification Ph.D. course Lesson 4: Instrumental variables TEACHER Mirko Mazzoleni PLACE University of Bergamo Outline 1. Introduction to error-in-variables problems 2. Least Squares revised 3. The instrumental variable method 4. Estimate an ARX model from ARMAX generated data 5. Application study: the VRFT approach for direct data driven control 6. Conclusions 2 /44 Outline 1. Introduction to error-in-variables problems 2. Least Squares revised 3. The instrumental variable method 4. Estimate an ARX model from ARMAX generated data 5. Application study: the VRFT approach for direct data driven control 6. Conclusions 3 /44 Introduction Many different solutions have been presented for system identification of linear dynamic systems from noise-corrupted output measurements On the other hand, estimation of the parameters for linear dynamic systems when also the input is affected by noise is recognized as a more difficult problem Representations where errors or measurement noises are present on both inputs and outputs are usually called Errors-in-Variables (EIV) models In case of static systems, errors-in-variables representations are closely related to other well-known topics such as latent variables models and factor models 4 /44 Introduction Errors-in-variables models can be motivated in several situations: • modeling of the dynamics between the noise-free input and noise-free output. The reason can be to have a better understanding of the underlying relations (e.g. in econometrics), rather than to make a good prediction from noisy data • when the user lacks enough information to classify the available signals into inputs and outputs and prefer to use a “symmetric” system model.
    [Show full text]
  • Overview of Total Least Squares Methods
    Overview of total least squares methods ,1 2 Ivan Markovsky∗ and Sabine Van Huffel 1 — School of Electronics and Computer Science, University of Southampton, SO17 1BJ, UK, [email protected] 2 — Katholieke Universiteit Leuven, ESAT-SCD/SISTA, Kasteelpark Arenberg 10 B–3001 Leuven, Belgium, [email protected] Abstract We review the development and extensions of the classical total least squares method and describe algorithms for its generalization to weighted and structured approximation problems. In the generic case, the classical total least squares problem has a unique solution, which is given in analytic form in terms of the singular value de- composition of the data matrix. The weighted and structured total least squares problems have no such analytic solution and are currently solved numerically by local optimization methods. We explain how special structure of the weight matrix and the data matrix can be exploited for efficient cost function and first derivative computation. This allows to obtain computationally efficient solution methods. The total least squares family of methods has a wide range of applications in system theory, signal processing, and computer algebra. We describe the applications for deconvolution, linear prediction, and errors-in-variables system identification. Keywords: Total least squares; Orthogonal regression; Errors-in-variables model; Deconvolution; Linear pre- diction; System identification. 1 Introduction The total least squares method was introduced by Golub and Van Loan [25, 27] as a solution technique for an overde- termined system of equations AX B, where A Rm n and B Rm d are the given data and X Rn d is unknown.
    [Show full text]
  • Uncorrected Proof
    Annals of Operations Research 124, 69–79, 2003 2003 Kluwer Academic Publishers. Manufactured in The Netherlands. 1 1 2 2 3 3 4 Multiple Neutral Data Fitting 4 5 5 6 6 CHRIS TOFALLIS [email protected] 7 7 Deptament of Stats, Econ, Accounting and Management Systems, Business School, 8 University of Hertfordshire, UK 8 9 9 10 10 11 Abstract. A method is proposed for estimating the relationship between a number of variables; this differs 11 12 from regression where the emphasis is on predicting one of the variables. Regression assumes that only 12 13 one of the variables has error or natural variability, whereas our technique does not make this assumption; 13 instead, it treats all variables in the same way and produces models which are units invariant – this is 14 important for ensuring physically meaningful relationships. It is thus superior to orthogonal regression in 14 15 that it does not suffer from being scale-dependent. We show that the solution to the estimation problem is 15 16 a unique and global optimum. For two variables the method has appeared under different names in various 16 17 disciplines, with two Nobel laureates having published work on it. 17 18 18 Keywords: functional relation, data fitting, regression, model fitting 19 19 20 20 21 Introduction 21 22 22 23 23 24 The method of regression is undoubtedly one of the most widely used quantitative meth- 24 25 ods in both the natural and social sciences. For most users of the technique the term is 25 26 taken to refer to the fitting of a function to data by means of the least squares criterion.
    [Show full text]
  • ROBUST SOLUTIONS to LEAST-SQUARES PROBLEMS with UNCERTAIN DATA ∗ ´ LAURENT EL GHAOUI† and HERVE LEBRET† Abstract
    SIAM J. MATRIX ANAL. APPL. c 1997 Society for Industrial and Applied Mathematics Vol. 18, No. 4, pp. 1035–1064, October 1997 015 ROBUST SOLUTIONS TO LEAST-SQUARES PROBLEMS WITH UNCERTAIN DATA ∗ ´ LAURENT EL GHAOUI† AND HERVE LEBRET† Abstract. We consider least-squares problems where the coefficient matrices A, b are unknown but bounded. We minimize the worst-case residual error using (convex) second-order cone program- ming, yielding an algorithm with complexity similar to one singular value decomposition of A. The method can be interpreted as a Tikhonov regularization procedure, with the advantage that it pro- vides an exact bound on the robustness of solution and a rigorous way to compute the regularization parameter. When the perturbation has a known (e.g., Toeplitz) structure, the same problem can be solved in polynomial-time using semidefinite programming (SDP). We also consider the case when A, b are rational functions of an unknown-but-bounded perturbation vector. We show how to mini- mize (via SDP) upper bounds on the optimal worst-case residual. We provide numerical examples, including one from robust identification and one from robust interpolation. Key words. least-squares problems, uncertainty, robustness, second-order cone programming, semidefinite programming, ill-conditioned problem, regularization, robust identification, robust in- terpolation AMS subject classifications. 15A06, 65F10, 65F35, 65K10, 65Y20 PII. S0895479896298130 Notation. For a matrix X, X denotes the largest singular value and X F k k k k the Frobenius norm. If x is a vector, maxi xi is denoted by x . For a matrix A, | | k k∞ A† denotes the Moore–Penrose pseudoinverse of A.
    [Show full text]
  • Thesis Would Not Be Possible
    SYMMETRIC AND TRIMMED SOLUTIONS OF SIMPLE LINEAR REGRESSION by Chao Cheng A Dissertation Presented to the FACULTY OF THE GRADUATE SCHOOL UNIVERSITY OF SOUTHERN CALIFORNIA In Partial Fulfillment of the Requirements for the Degree MASTER OF SCIENCE (STATISTICS) December 2006 Copyright 2006 Chao Cheng Dedication to my grandmother to my parents ii Acknowledgments First and foremost, I would like to thank my advisor, Dr. Lei Li, for his patience and guidance during my graduate study. Without his constant support and encouragement, the completion of the thesis would not be possible. I feel privileged to have had the opportunity to work closely and learn from him. I am very grateful to Dr. Larry Goldstein and Dr. Jianfeng Zhang, in the Depart- ment of Mathematics, for their most valuable help in writing this thesis. Most of my knowledge about linear regression is learned from Dr. Larry Goldstein’s classes. I would also like to thank Dr. Xiaotu Ma, Dr. Rui Jiang, Dr. Ming Li, Huanying Ge, and all the past and current members in our research group for their suggestions and recommendations. I greatly benefit from the discussion and collaboration with them. Finally, I would like to thank my little sister and my parents for their love, support and encouragement. I would also like to thank my grandmother, who passed away in 2002, soon after I began my study in USC. I feel sorry that I did not accompany her in her last minute. This thesis is dedicated to her. iii Table of Contents Dedication ii Acknowledgments iii List of Tables vi List of Figures vii Abstract 1 Chapter 1: INTRODUCTION 2 1.1 Simple linear regression model .
    [Show full text]
  • Total Least Squares Regression in Input Sparsity Time
    Total Least Squares Regression in Input Sparsity Time Huaian Diao Zhao Song Northeast Normal University & KLAS of MOE University of Washington [email protected] [email protected] David P. Woodruff Xin Yang Carnegie Mellon University University of Washington [email protected] [email protected] Abstract In the total least squares problem, one is given an m n matrix A, and an m d × × matrix B, and one seeks to “correct” both A and B, obtaining matrices A and B, so that there exists an X satisfying the equation AX = B. Typically the problem is overconstrained, meaning that m max(n, d). The cost of the solutionb A,bB 2 2 b b is given by A A F + B B F . We give an algorithm for finding a solution k − k k − k 2 b2 b X to the linear system AX = B for which the cost A A F + B B F is at most a multiplicativeb (1 + )bfactor times the optimalk − cost,k up tok an− additivek error η that may be an arbitrarilyb b small function of n. Importantly,b our runningb time is O(nnz(A) + nnz(B)) + poly(n/) d, where for a matrix C, nnz(C) denotes its number of non-zero entries. Importantly,· our running time does not directlye depend on the large parameter m. As total least squares regression is known to be solvable via low rank approximation, a natural approach is to invoke fast algorithms for approximate low rank approximation, obtaining matrices A and B from this low rank approximation, and then solving for X so that AX = B.
    [Show full text]
  • A Bayesian Approach to Nonlinear Parameter Identification for Rigid
    A Bayesian Approach to Nonlinear Parameter Identification for Rigid Body Dynamics Jo-Anne Ting∗, Michael Mistry∗, Jan Peters∗, Stefan Schaal∗† and Jun Nakanishi†‡ ∗Computer Science, University of Southern California, Los Angeles, CA, 90089-2520 †ATR Computational Neuroscience Labs, Kyoto 619-0288, Japan ‡ICORP, Japan Science and Technology Agency Kyoto 619-0288, Japan Email: {joanneti, mmistry, jrpeters, sschaal}@usc.edu, [email protected] Abstract— For robots of increasing complexity such as hu- robots such as humanoid robots have significant additional manoid robots, conventional identification of rigid body dynamics nonlinear dynamics beyond the rigid body dynamics model, models based on CAD data and actuator models becomes due to actuator dynamics, routing of cables, use of protective difficult and inaccurate due to the large number of additional nonlinear effects in these systems, e.g., stemming from stiff shells and other sources. In such cases, instead of trying to wires, hydraulic hoses, protective shells, skin, etc. Data driven explicitly model all possible nonlinear effects in the robot, parameter estimation offers an alternative model identification empirical system identification methods appear to be more method, but it is often burdened by various other problems, useful. Under the assumption that a rigid body dynamics such as significant noise in all measured or inferred variables (RBD) model is sufficient to capture the entire robot dynamics, of the robot. The danger of physically inconsistent results also exists due to unmodeled nonlinearities or insufficiently rich data. this problem is theoretically straightforward as all unknown In this paper, we address all these problems by developing a parameters of the robot such as mass, center of mass and Bayesian parameter identification method that can automatically inertial parameters appear linearly in the rigid body dynamics detect noise in both input and output data for the regression equations [3].
    [Show full text]
  • Orthogonal Decomposition of Left Ventricular Remodeling in Myocardial Infarction
    Touro Scholar Office of the esidentPr Publications and Research Office of the esidentPr 2017 Orthogonal Decomposition of Left Ventricular Remodeling in Myocardial Infarction Xingyu Zhang Pau Medrano-Gracia Bharath Ambale-Venkatesh David A. Bluemke Brett R. Cowan See next page for additional authors Follow this and additional works at: https://touroscholar.touro.edu/president_pubs Part of the Cardiovascular Diseases Commons, and the Disease Modeling Commons Recommended Citation Zhang, X., Medrano-Gracia, P., Ambale-Venkatesh, B., Bluemke, D. A., Cowan, B. R., Finn, J. P., . Kadish, A. H. (2017). Orthogonal decomposition of left ventricular remodeling in myocardial infarction. GigaScience, 6(3), 1-15. This Article is brought to you for free and open access by the Office of the President at Touro Scholar. It has been accepted for inclusion in Office of the President Publications and Research by an authorized administrator of Touro Scholar. For more information, please contact [email protected]. Authors Xingyu Zhang, Pau Medrano-Gracia, Bharath Ambale-Venkatesh, David A. Bluemke, Brett R. Cowan, J. Paul Finn, and Alan H. Kadish This article is available at Touro Scholar: https://touroscholar.touro.edu/president_pubs/162 GigaScience, 6, 2017, 1–15 doi: 10.1093/gigascience/gix005 Advance Access Publication Date: 6 February 2017 Research RESEARCH Orthogonal decomposition of left ventricular remodeling in myocardial infarction Xingyu Zhang1, Pau Medrano-Gracia1, Bharath Ambale-Venkatesh2, David A. Bluemke3,BrettRCowan1,J.PaulFinn4, Alan
    [Show full text]
  • Tikhonov Regularization for Weighted Total Least Squares Problems✩
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Applied Mathematics Letters 20 (2007) 82–87 www.elsevier.com/locate/aml Tikhonov regularization for weighted total least squares problems✩ Yimin Wei a,b,∗, Naimin Zhangc, Michael K. Ngd, Wei Xue a School of Mathematical Sciences, Fudan University, Shanghai 200433, PR China b Key Laboratory of Mathematics for Nonlinear Sciences (Fudan University), Ministry of Education, PR China c Mathematics and Information Science College, Wenzhou University, Wenzhou 325035, PR China d Department of Mathematics, Hong Kong Baptist University, Kowloon Tong, Hong Kong e Department of Computing and Software, McMaster University, Hamilton, Ont., Canada L8S 4L7 Received 15 August 2003; received in revised form 15 January 2006; accepted 1 March 2006 Abstract In this work, we study and analyze the regularized weighted total least squares (RWTLS) formulation. Our regularization of the weighted total least squares problem is based on the Tikhonov regularization. Numerical examples are presented to demonstrate the effectiveness of the RWTLS method. c 2006 Elsevier Ltd. All rights reserved. Keywords: Tikhonov regularization; Total least squares; Weighted regularized total least squares; Matrix differentiation; Lagrange multiplier 1. Introduction In this work, we study the regularized weighted total least squares (RWTLS) formulation. Our regularization of the weighted total least squares problem is based on the Tikhonov regularization [1]. For the total least squares (TLS) problem [2], the truncation approach has already been studied by Fierro et al. [3]. In [4], Golub et al. has considered the Tikhonov regularization approach for TLS problems. They derived a new regularization method in which stabilization enters the formulation in a natural way, and that is able to produce regularized solutions with superior properties for certain problems in which the perturbations are large.
    [Show full text]
  • A Gauss--Newton Iteration for Total Least Squares Problems
    A GAUSS–NEWTON ITERATION FOR TOTAL LEAST SQUARES PROBLEMS ∗ DARIO FASINO† AND ANTONIO FAZZI‡ Abstract. The Total Least Squares solution of an overdetermined, approximate linear equation Ax ≈ b minimizes a nonlinear function which characterizes the backward error. We show that a globally convergent variant of the Gauss–Newton iteration can be tailored to compute that solution. At each iteration, the proposed method requires the solution of an ordinary least squares problem where the matrix A is perturbed by a rank-one term. Key words. Total Least Squares, Gauss–Newton method AMS subject classifications. 65F20 1. Introduction. The Total Least Squares (TLS) problem is a well known tech- nique for solving overdetermined linear systems of equations Ax b, A Rm×n, b Rm (m>n), ≈ ∈ ∈ in which both the matrix A and the right hand side b are affected by errors. We consider the following classical definition of TLS problem, see e.g., [4, 13]. Definition 1.1 (TLS problem). The Total Least Squares problem with data A Rm×n and b Rm, with m n, is ∈ ∈ ≥ min (E f) F, subject to b + f Im(A + E), (1.1) E,f k | k ∈ where E Rm×n and f Rm. Given a matrix (E¯ f¯) that attains the minimum in (1.1), any∈x Rn such that∈ | ∈ (A + E¯)x = b + f¯ is called a solution of the Total Least Squares problem (1.1). Here and in what follows, F denotes the Frobenius matrix norm, while (E f) denotes the m (n +1) matrixk·k whose first n columns are the ones of E, and the last| column is the vector× f.
    [Show full text]
  • Appendix D: Nonlinear Least Squares for Data Fitting
    Appendix D Nonlinear Least Squares Data Fitting D.1 Introduction A nonlinear least squares problem is an unconstrained minimization problem of the form m 2 minimize f(x)= fi(x) , x i=1 where the objective function is defined in terms of auxiliary functions { fi }.It is called “least squares” because we are minimizing the sum of squares of these functions. Looked at in this way, it is just another example of unconstrained min- imization, leading one to ask why it should be studied as a separate topic. There are several reasons. In the context of data fitting, the auxiliary functions { fi } are not arbitrary nonlinear functions. They correspond to the residuals in a data fitting problem (see m Chapter 1). For example, suppose that we had collected data { (ti,yi) }i=1 consist- ing of the size of a population of antelope at various times. Here ti corresponds to the time at which the population yi was counted. Suppose we had the data ti :12458 yi :3461120 where the times are measured in years and the populations are measured in hun- dreds. It is common to model populations using exponential models, and so we might hope that x2ti yi ≈ x1e for appropriate choices of the parameters x1 and x2. A model of this type is illus- trated in Figure D.1. If least squares were used to select the parameters (see Section 1.5) then we would solve 5 x2ti 2 minimize f(x1,x2)= (x1e − yi) x1,x2 i=1 743 744 Appendix D. Nonlinear Least Squares Data Fitting 20 y 18 16 14 12 10 8 6 4 2 0 0 1 2 3 4 5 6 7 8 9 10 t Figure D.1.
    [Show full text]