Geometric Median Shapes

Total Page:16

File Type:pdf, Size:1020Kb

Geometric Median Shapes GEOMETRIC MEDIAN SHAPES Alexandre Cunha Center for Advanced Methods in Biological Image Analysis Center for Data Driven Discovery California Institute of Technology, Pasadena, CA, USA ABSTRACT an efficient linear program in practice. They observed that smooth We present an algorithm to compute the geometric median of shapes do not necessarily lead to smooth medians, an aspect we also shapes which is based on the extension of median to high dimen- verified in some of our experiments. sions. The median finding problem is formulated as an optimization We propose a method to quickly build median shapes from over distances and it is solved directly using the watershed method closed planar contours representing silhouettes of shapes discretized as an optimizer. We show that the geometric median shape faithfully in images. Our median shape is computed using the notion of represents the true central tendency of the data, contaminated or not. geometric median [12], also known as the spatial median, Fermat- It is superior to the mean shape which can be negatively affected by Weber point, and L1 median (see [13] for the history and survey the presence of outliers. Our approach can be applied to manifold of multidimensional medians), which is an extension of the median and non manifold shapes, with single or multiple connected com- of numbers to points in higher dimensional spaces. The geometric ponents. The application of distance transform and watershed algo- median has the property, in any dimension, that it minimizes the n rithm, two well established constructs of image processing, lead to sum of its Euclidean distances to given anchor points xj 2 R , an algorithm that can be quickly implemented to generate fast solu- ∗ X x = arg min kx − xj k : (1) tions with linear storage requirement. We demonstrate our methods x in synthetic and natural shapes and compare median and mean re- j sults under increasing outlier contamination. It has a breakdown point of 0.5, i.e. the data can be corrupted with up Index Terms— Shape Analysis, Geometric Median, Median to 50% and it still gives a good prediction representing the sample Shape, Average Shape, Segmentation Fusion [14] (and [15] for the functional median). Unlike the mean (centroid) of points, which can be found directly using a analytical expression, 1. INTRODUCTION the geometric median can only be approximated by numerical algo- rithms. Due to convexity of eq.(1) the median point always exist and The computation of an average shape from a collection of similar it is unique provided the anchor points are not collinear [16]. The ge- shapes is an important tool when classifying, comparing, and search- ometric median lies within the convex hull of the given points (see ing for objects in a database or in an image. It is helpful, for example, e.g. [17]), a property we will exploit in our approach. when morphology is key in the identification of healthy and diseased Researchers have developed fast numerical solutions for this cells, when differentiating wild from mutated cells, in the construc- convex problem. Weiszfeld developed in 1937, at the age of 16 tion of anatomical atlases, and when combining different candidate years old, a gradient descent algorithm which is still quite com- segmentations for the same image. The average usually takes the petitive (see translated reprint [18], and [19] for a review). It was form of the mean or the median, the latter being preferred due to rediscovered many times until recognition on early 60’s. New de- its robustness to automatically filter out outliers. Shape analysis is velopments claim faster algorithms that can handle large data sets a vast field of research and many solutions have been proposed to [20, 21]. We do not rely on these methods as our median shape is determine geometrical and statistical mean shapes (see e.g. [1, 2]), generated by finding paths of minimum cost in the discrete image with applications ranging from cell biology to space exploration and domain. arXiv:1810.12445v3 [cs.CV] 15 Apr 2019 methods in the fields of elastic shape analysis [3, 4] and most re- The emphasis of our presentation is to introduce a novel al- cently in deep learning for shape analysis [5, 6, 7]. gorithm capable of generating median shapes in a fast manner us- Comparatively, very few have proposed methods for computing ing tools already familiar to the image processing community. We medians of shapes. Fletcher et al. [8] developed a method to com- will leave proofs for the mathematical models and formulations pre- pute the geometric median on Riemannian shape manifolds showing sented here for future work. robustness to outliers on the Kendall shape space. In [9] the authors formulate the median finding problem as a variational problem tak- 2. METHODS ing into account the area of the symmetric difference of shapes, a model investigated much earlier in [10]. More recently, the work in 2.1. A distance for planar shapes [11] represents shapes as integral currents and consider median find- ing using a variational formulation which the authors claim lead to We define here the expression to measure the distance between closed planar shapes represented by their contours. It is this metric Funding supporting this work was provided by the Beckman Insti- that we will be optimizing when computing the geometric median tute at Caltech, a research center endowed with funds from the Arnold and Mabel Beckman Foundation, to the Center for Advanced Methods of a set of shapes. We assume contours are rectifiable curves, but in Biological Image Analsysis. Correspondence should be addressed to do not restrict their topology to planar manifolds, crossings are al- [email protected]. lowed. Other popular metrics to measure distances between shapes, 2.2. Geometric median for shapes We formulate the problem of finding the geometric median of shapes as an optimization problem over distances, similar to the high dimen- sional geometric median of points: find the optimal closed contour Γ∗ that minimizes the sum of distances to a given set of closed con- n tours fΓigi=1, n ∗ X Γ = arg min d(Γ; Γi) (5) Γ i=1 Fig. 1: Illustration of planar shape distances. Arrows in the left figure where d(·; ·) is given by eq.(3) and the solution lies in the convex represent the shortest distances dΓ (x) and dΨ(y) from points x 2 Ψ and ∗ y 2 Γ, respectively, to closed contours Γ and Ψ. The figure on the right hull of fΓig, Γ ⊂ ch(fΓig). When each curve Γi degenerates to illustrates a case where the horizontal black curve Γ is equally distant to a point, with jΓij = 1, then the problem is reduced to finding the three different other curves, d(Γ; Γ1) = d(Γ; Γ2) = d(Γ; Γ3) = 63. The geometric median of points. From eq.(5) we then have symmetric distance d captures our two-way expectations: d (Γ; Γ ) = g g 1 n Z 145 > dg(Γ; Γ2) = 129 > dg(Γ; Γ3) = 116. Curves Γi only differ at ∗ X 1 Γ = arg min dΓi (x)ds ; x 2 Γ the bulgy part. Slanted arrows on the right figure are directed to the farthest Γ jΓj i=1 Γ points on Γi from Γ. To compute dg, curves were 8-connected discretized in n ! 429x295 images. 1 Z X = arg min dΓi (x) ds (6) Γ jΓj e.g. Hausdorff and Frechet´ distances, are not suitable for our median Γ i=1 formulation as they do not report distances along the entire length of n ! 1 Z X candidate curves. = arg min kx − yik ds; yi 2 Γi 2 2 Γ jΓj Γ Let dΓ : R ! R give the distance of a point x 2 R to a curve i=1 Γ ⊂ R2, where R and P commute due to Tonelli’s theorem for non-negative dΓ (x) = inf kx − yk > 0 (2) y2Γ functions [22] (indeed, dΓi (·) > 0) and yi is the point in Γi closest to x 2 Γ, as in Fig.1. It should be clear that the location of each y where the infimum is attained for one or more points y 2 Γ closest i depends on the position of x in Γ, thus y := y (x). to x, and the L norm k · k gives the Euclidean distance between i 2 Let’s for a moment ignore jΓj on eq.(6) and consider an approx- points (see Fig.1). Note that d (x) = 0 () x 2 Γ. We then define Γ imation of the unknown Γ by an ordered set of points (x ; : : : ; x ). the distance from a rectifiable curve Γ to another curve Ψ using a 1 m At the solution Γ∗ := (x∗; : : : ; x∗ ), the term in parentheses on the line integral over all points x := x(s) 2 Γ, 1 m last expression in eq.(6) is optimized for each xj which implies that ∗ n 1 Z any point in Γ is in fact the geometric median of points fyigi=1, d(Γ; Ψ) = dΨ (x)ds (3) each from a single Γi, jΓj Γ n ∗ X ∗ ∗ x = arg min kx − yik; yi 2 Γi; 8x 2 Γ (7) where dΨ (·) is given by eq(2), ds is the arc length differential, and x jΓj > 0 is the length of curve Γ. By integrating distances for all i=1 ∗ points along the curve and dividing by its length we have a measure Since we know x 2 ch(fyig) ⊂ ch(fΓig), see e.g. [17], we can ∗ that tells us how far, in average, is the source curve Γ to the target then show by contradiction that Γ ⊂ ch(fΓig), as stated above.
Recommended publications
  • Arxiv:1605.06950V4 [Stat.ML] 12 Apr 2017 Racy of RAND Depends on the Diameter of the Network, 1 X Which Motivated Cohen Et Al
    A Sub-Quadratic Exact Medoid Algorithm James Newling Fran¸coisFleuret Idiap Research Institute & EPFL Idiap Research Institute & EPFL Abstract network analysis. In clustering, the Voronoi iteration K-medoids algorithm (Hastie et al., 2001; Park and Jun, 2009) requires determining the medoid of each of We present a new algorithm trimed for ob- K clusters at each iteration. In operations research, taining the medoid of a set, that is the el- the facility location problem requires placing one or ement of the set which minimises the mean several facilities so as to minimise the cost of connect- distance to all other elements. The algorithm ing to clients. In network analysis, the medoid may is shown to have, under certain assumptions, 3 d represent an influential person in a social network, or expected run time O(N 2 ) in where N is R the most central station in a rail network. the set size, making it the first sub-quadratic exact medoid algorithm for d > 1. Experi- ments show that it performs very well on spa- 1.1 Medoid algorithms and our contribution tial network data, frequently requiring two A simple algorithm for obtaining the medoid of a set orders of magnitude fewer distance calcula- of N elements computes the energy of all elements and tions than state-of-the-art approximate al- selects the one with minimum energy, requiring Θ(N 2) gorithms. As an application, we show how time. In certain settings Θ(N) algorithms exist, such trimed can be used as a component in an as in 1-D where the problem is solved by Quickse- accelerated K-medoids algorithm, and then lect (Hoare, 1961), and more generally on trees.
    [Show full text]
  • Robust Geometry Estimation Using the Generalized Voronoi Covariance Measure Louis Cuel, Jacques-Olivier Lachaud, Quentin Mérigot, Boris Thibert
    Robust Geometry Estimation using the Generalized Voronoi Covariance Measure Louis Cuel, Jacques-Olivier Lachaud, Quentin Mérigot, Boris Thibert To cite this version: Louis Cuel, Jacques-Olivier Lachaud, Quentin Mérigot, Boris Thibert. Robust Geometry Estimation using the Generalized Voronoi Covariance Measure. SIAM Journal on Imaging Sciences, Society for In- dustrial and Applied Mathematics, 2015, 8 (2), pp.1293-1314. 10.1137/140977552. hal-01058145v2 HAL Id: hal-01058145 https://hal.archives-ouvertes.fr/hal-01058145v2 Submitted on 4 Nov 2015 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. Robust Geometry Estimation using the Generalized Voronoi Covariance Measure∗y Louis Cuel1,2, Jacques-Olivier Lachaud 2, Quentin M´erigot1,3, and Boris Thibert2 1Laboratoire Jean Kuntzman, Universit´eGrenoble-Alpes, France 2Laboratoire de Math´ematiques(LAMA), Universit´ede Savoie, France 3CNRS November 4, 2015 Abstract d The Voronoi Covariance Measure of a compact set K of R is a tensor-valued measure that encodes geometrical information on K and which is known to be resilient to Hausdorff noise but sensitive to outliers. In this article, we generalize this notion to any distance-like function δ and define the δ-VCM.
    [Show full text]
  • Infield Biomass Bales Aggregation Logistics and Equipment Track
    INFIELD BIOMASS BALES AGGREGATION LOGISTICS AND EQUIPMENT TRACK IMPACTED AREA EVALUATION A Thesis Submitted to the Graduate Faculty of the North Dakota State University of Agriculture and Applied Science By Subhashree Navaneetha Srinivasagan In Partial Fulfillment of the Requirements for the Degree of MASTER OF SCIENCE Major Department: Agricultural and Biosystems Engineering November 2017 Fargo, North Dakota NORTH DAKOTA STATE UNIVERSITY Graduate School Title INFIELD BIOMASS BALES AGGREGATION LOGISTICS AND EQUIPMENT TRACK IMPACTED AREA EVALUATION By Subhashree Navaneetha Srinivasagan The supervisory committee certifies that this thesis complies with North Dakota State University’s regulations and meets the accepted standards for the degree of MASTER OF SCIENCE SUPERVISORY COMMITTEE: Dr. Igathinathane Cannayen Chair Dr. Halis Simsek Dr. David Ripplinger Approved: 11/22/2017 Dr. Sreekala Bajwa Date Department Chair ABSTRACT Efficient bale stack location, infield bale logistics, and equipment track impacted area were conducted in three different studies using simulation in R. Even though the geometric median produced the best logistics, among the five mathematical grouping methods, the field middle was recommended as it was comparable and easily accessible in the field. Curvilinear method developed (8–259 ha), incorporating equipment turning (tractor: 1 and 2 bales/trip, automatic bale picker (ABP): 8–23 bales/trip, harvester, and baler), evaluated the aggregation distance, impacted area, and operation time. The harvester generated the most, followed by the baler, and the ABP the least impacted area and operation time. The ABP was considered as the most effective bale aggregation equipment compared to the tractor. Simple specific and generalized prediction models, developed for aggregation logistics, impacted area, and operation time, have performed 2 well (0.88 R 0.99).
    [Show full text]
  • Robustness Meets Algorithms
    Robustness Meets Algorithms Ankur Moitra (MIT) Robust Statistics Summer School CLASSIC PARAMETER ESTIMATION Given samples from an unknown distribution in some class e.g. a 1-D Gaussian can we accurately estimate its parameters? CLASSIC PARAMETER ESTIMATION Given samples from an unknown distribution in some class e.g. a 1-D Gaussian can we accurately estimate its parameters? Yes! CLASSIC PARAMETER ESTIMATION Given samples from an unknown distribution in some class e.g. a 1-D Gaussian can we accurately estimate its parameters? Yes! empirical mean: empirical variance: R. A. Fisher The maximum likelihood estimator is asymptotically efficient (1910-1920) R. A. Fisher J. W. Tukey The maximum likelihood What about errors in the estimator is asymptotically model itself? (1960) efficient (1910-1920) ROBUST PARAMETER ESTIMATION Given corrupted samples from a 1-D Gaussian: + = ideal model noise observed model can we accurately estimate its parameters? How do we constrain the noise? How do we constrain the noise? Equivalently: L1-norm of noise at most O(ε) How do we constrain the noise? Equivalently: Arbitrarily corrupt O(ε)-fraction L1-norm of noise at most O(ε) of samples (in expectation) How do we constrain the noise? Equivalently: Arbitrarily corrupt O(ε)-fraction L1-norm of noise at most O(ε) of samples (in expectation) This generalizes Huber’s Contamination Model: An adversary can add an ε-fraction of samples How do we constrain the noise? Equivalently: Arbitrarily corrupt O(ε)-fraction L1-norm of noise at most O(ε) of samples (in expectation)
    [Show full text]
  • Rotation Averaging
    Noname manuscript No. (will be inserted by the editor) Rotation Averaging Richard Hartley, Jochen Trumpf, Yuchao Dai, Hongdong Li Received: date / Accepted: date Abstract This paper is conceived as a tutorial on rota- Single rotation averaging. In the single rotation averaging tion averaging, summarizing the research that has been car- problem, several estimates are obtained of a single rotation, ried out in this area; it discusses methods for single-view which are then averaged to give the best estimate. This may and multiple-view rotation averaging, as well as providing be thought of as finding a mean of several points Ri in the proofs of convergence and convexity in many cases. How- rotation space SO(3) (the group of all 3-dimensional rota- ever, at the same time it contains many new results, which tions) and is an instance of finding a mean in a manifold. were developed to fill gaps in knowledge, answering funda- Given an exponent p ≥ 1 and a set of n ≥ 1 rotations p mental questions such as radius of convergence of the al- fR1;:::; Rng ⊂ SO(3) we wish to find the L -mean rota- gorithms, and existence of local minima. These matters, or tion with respect to d which is defined as even proofs of correctness have in many cases not been con- n p X p sidered in the Computer Vision literature. d -mean(fR1;:::; Rng) = argmin d(Ri; R) : We consider three main problems: single rotation av- R2SO(3) i=1 eraging, in which a single rotation is computed starting Since SO(3) is compact, a minimum will exist as long as the from several measurements; multiple-rotation averaging, in distance function is continuous (which any sensible distance which absolute orientations are computed from several rel- function is).
    [Show full text]
  • Understanding the K-Medians Problem
    Int'l Conf. Scientific Computing | CSC'15 | 219 Understanding the K-Medians Problem Christopher Whelan, Greg Harrell, and Jin Wang Department of Mathematics and Computer Science Valdosta State University, Valdosta, Georgia 31698, USA Abstract - In this study, the general ideas surrounding the 2.1 Benefits over K-Means k-medians problem are discussed. This involves a look into The k-means problem was conceived far before the k- what k-medians attempts to solve and how it goes about medians problem. In fact, k-medians is simply a variant of doing so. We take a look at why k-medians is used as k-means as we know it. Why would k-medians be used, opposed to its k-means counterpart, specifically how its then, instead of a more studied and further refined method robustness enables it to be far more resistant to outliers. of locating k cluster centers? K-medians owes its use to We then discuss the areas of study that are prevalent in the robustness of the median as a statistic [1]. The mean is a realm of the k-medians problem. Finally, we view an measurement that is highly vulnerable to outliers. Even just approach to the problem that has decreased its time one drastic outlier can pull the value of the mean away complexity by instead performing the k-medians algorithm from the majority of the data set, which can be a high on small coresets representative of the data set. concern when operating on very large data sets. The median, on the other hand, is a statistic incredibly resistant Keywords: K-medians; K-means; clustering to outliers, for in order to deter the median away from the bulk of the information, it requires at least 50% of the data to be contaminated [1].
    [Show full text]
  • Centering Noisy Images with Application to Cryo-EM
    Centering noisy images with application to cryo-EM Ayelet Heimowitz, Nir Sharon, and Amit Singer Abstract We target the problem of estimating the center of mass of noisy 2-D images. We assume that the noise dominates the image, and thus many standard approaches are vulnerable to estimation errors. Our approach uses a surrogate function to the geometric median, which is a robust estimator of the center of mass. We mathematically analyze cases in which the geometric median fails to provide a reasonable estimate of the center of mass, and prove that our surrogate function leads to a successful estimate. One particular application for our method is to improve 3-D reconstruction in single-particle cryo-electron mi- croscopy (cryo-EM). We show how to apply our approach for a better translational alignment of macromolecules picked from experimental data. In this way, we facilitate the succeeding steps of reconstruction and streamline the entire cryo-EM pipeline, saving valuable computational time and supporting resolution enhancement. 1 Introduction The center of mass, also known as the centroid for objects with uniform densities, is the point around which all the mass of a system (or object) is concentrated. Formally, the center of mass is defined as the arithmetic mean of all the points in the system (object) weighted by their local densities. Alternatively, the center of mass can be defined as the point for which the sum of squared distances from all other points in the system (object) is minimized. The correct identification of this point is crucial to many applications for several reasons.
    [Show full text]
  • A Geometric Approach to Server Selection for Interactive Video Streaming
    1 A Geometric Approach to Server Selection for Interactive Video Streaming Yaochen Hu, Di Niu Department of Electrical and Computer Engineering University of Alberta fyaochen, [email protected] Zongpeng Li Department of Computer Science University of Calgary [email protected] Abstract—Many distributed interactive multimedia applica- provisioned and high-bandwidth backbone networks. Third, tions, such as live video conferencing and video sharing, require a large part of mixing and processing jobs can be done by each participating client to transmit its captured video stream to servers, relieving the computational burden of users. other clients via relay servers. We consider connecting multiple clients through a multiple relay servers and study the server In this paper, we ask the questions—how can the choices selection problem from a dense pool of CDN edge locations and of server locations affect end-to-end delays between clients datacenters to reduce the end-to-end delays between clients. To in interactive video/audio streaming applications? Is a single achieve scalability in the presence of a large number of candidate server sufficient, or can we reduce end-to-end delays by using servers, we formulate server selection as a geometric problem in multiple relay servers spread at different locations? And where a delay space instead of in a graph, which turns out to be an extension of the well known Euclidean k-median problem. We should these relay servers be placed? As a toy example, if 3 propose practical approximation schemes when using only one clients in Paris are in a meeting with 3 other clients in Sao or two servers with theoretical worst-case guarantees as well Paulo, having two inter-connected servers placed in the two as fast heuristics when using k servers.
    [Show full text]
  • Robust Statistics, Revisited
    Robust Statistics, Revisited Ankur Moitra (MIT) joint work with Ilias Diakonikolas, Jerry Li, Gautam Kamath, Daniel Kane and Alistair Stewart CLASSIC PARAMETER ESTIMATION Given samples from an unknown distribution in some class e.g. a 1-D Gaussian can we accurately estimate its parameters? CLASSIC PARAMETER ESTIMATION Given samples from an unknown distribution in some class e.g. a 1-D Gaussian can we accurately estimate its parameters? Yes! CLASSIC PARAMETER ESTIMATION Given samples from an unknown distribution in some class e.g. a 1-D Gaussian can we accurately estimate its parameters? Yes! empirical mean: empirical variance: R. A. Fisher The maximum likelihood estimator is asymptotically efficient (1910-1920) R. A. Fisher J. W. Tukey The maximum likelihood What about errors in the estimator is asymptotically model itself? (1960) efficient (1910-1920) ROBUST STATISTICS What estimators behave well in a neighborhood around the model? ROBUST STATISTICS What estimators behave well in a neighborhood around the model? Let’s study a simple one-dimensional example…. ROBUST PARAMETER ESTIMATION Given corrupted samples from a 1-D Gaussian: + = ideal model noise observed model can we accurately estimate its parameters? How do we constrain the noise? How do we constrain the noise? Equivalently: L1-norm of noise at most O(ε) How do we constrain the noise? Equivalently: Arbitrarily corrupt O(ε)-fraction L1-norm of noise at most O(ε) of samples (in expectation) How do we constrain the noise? Equivalently: Arbitrarily corrupt O(ε)-fraction L1-norm of
    [Show full text]
  • Trajectory Box Plot: a New Pattern to Summarize Movements Laurent Etienne, Thomas Devogele, Maike Buckin, Gavin Mcardle
    Trajectory Box Plot: a new pattern to summarize movements Laurent Etienne, Thomas Devogele, Maike Buckin, Gavin Mcardle To cite this version: Laurent Etienne, Thomas Devogele, Maike Buckin, Gavin Mcardle. Trajectory Box Plot: a new pattern to summarize movements. International Journal of Geographical Information Science, Taylor & Francis, 2016, Analysis of Movement Data, 30 (5), pp.835-853. 10.1080/13658816.2015.1081205. hal-01215945 HAL Id: hal-01215945 https://hal.archives-ouvertes.fr/hal-01215945 Submitted on 25 Apr 2019 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. August 4, 2015 10:29 International Journal of Geographical Information Science trajec- tory_boxplot_ijgis_20150722 International Journal of Geographical Information Science Vol. 00, No. 00, January 2015, 1{20 RESEARCH ARTICLE Trajectory Box Plot; a New Pattern to Summarize Movements Laurent Etiennea∗, Thomas Devogelea, Maike Buchinb, Gavin McArdlec aUniversity of Tours, Blois, France; bFaculty of Mathematics, Ruhr University, Bochum, Deutschland; cNational Center for Geocomputation, Maynooth University, Ireland; (v2.1 sent July 2015) Nowadays, an abundance of sensors are used to collect very large datasets of moving objects. The movement of these objects can be analysed by identify- ing common routes.
    [Show full text]
  • Geometric Median and Robust Estimation in Banach Spaces
    Bernoulli 21(4), 2015, 2308–2335 DOI: 10.3150/14-BEJ645 Geometric median and robust estimation in Banach spaces STANISLAV MINSKER 1Mathematics Department, Duke University, Box 90320, Durham, NC 27708-0320, USA. E-mail: [email protected] In many real-world applications, collected data are contaminated by noise with heavy-tailed dis- tribution and might contain outliers of large magnitude. In this situation, it is necessary to apply methods which produce reliable outcomes even if the input contains corrupted measurements. We describe a general method which allows one to obtain estimators with tight concentration around the true parameter of interest taking values in a Banach space. Suggested construction relies on the fact that the geometric median of a collection of independent “weakly concentrated” estimators satisfies a much stronger deviation bound than each individual element in the col- lection. Our approach is illustrated through several examples, including sparse linear regression and low-rank matrix recovery problems. Keywords: distributed computing; heavy-tailed noise; large deviations; linear models; low-rank matrix estimation; principal component analysis; robust estimation 1. Introduction Given an i.i.d. sample X ,...,X R from a distribution Π with Var(X ) < and t> 0, 1 n ∈ 1 ∞ is it possible to construct an estimatorµ ˆ of the mean µ = EX1 which would satisfy t t Pr µˆ µ > C Var(X ) e− (1.1) | − | 1 n ≤ r for some absolute constant C without any extra assumptions on Π? What happens if the sample contains a fixed number of outliers of arbitrary nature? Does the estimator still arXiv:1308.1334v6 [math.ST] 29 Sep 2015 exist? A (somewhat surprising) answer is yes, and several ways to constructµ ˆ are known.
    [Show full text]
  • Constructing Optimal Highways∗
    Constructing Optimal Highways∗ Hee-Kap Ahn1 Helmut Alt2 Tetsuo Asano3 Sang Won Bae4 Peter Brass5 Otfried Cheong4 Christian Knauer2 Hyeon-Suk Na6 Chan-Su Shin7 Alexander Wolff8 Submitted to IJFCS on March 8, 2007. Revised October 22, 2007 Abstract For two points p and q in the plane, a straight line h, called a highway, and a real v > 1, we define the travel time (also known as the city distance) from p and q to be the time needed to traverse a quickest path from p to q, where the distance is measured with speed v on h and with speed 1 in the underlying metric elsewhere. Given a set S of n points in the plane and a highway speed v, we consider the problem of finding a highway that minimizes the maximum travel time over all pairs of points in S. If the orientation of the highway is fixed, the optimal highway can be computed in linear time, both for the L1- and the Euclidean metric as the underlying metric. If arbitrary orientations are allowed, then the optimal highway can be computed in O(n2 log n) time. We also consider the problem of computing an optimal pair of highways, one being horizontal, one vertical. Keywords: Geometric facility location, min-max-min problem, city metric, time metric, optimal highways. 1 Introduction Facility location is a branch of operations research that is concerned with placing facilities such that certain costs are minimized. For example, minimizing distances of facilities to customers helps to keep transportation costs low. Facility-location problems can be defined in unweighted or in weighted graphs where weights may or may not fulfill the triangle inequality.
    [Show full text]