UCLA Electronic Theses and Dissertations

Total Page:16

File Type:pdf, Size:1020Kb

UCLA Electronic Theses and Dissertations UCLA UCLA Electronic Theses and Dissertations Title Operator Splitting Methods for Convex and Nonconvex Optimization Permalink https://escholarship.org/uc/item/78q0n13c Author Liu, Yanli Publication Date 2020 Peer reviewed|Thesis/dissertation eScholarship.org Powered by the California Digital Library University of California UNIVERSITY OF CALIFORNIA Los Angeles Operator Splitting Methods for Convex and Nonconvex Optimization A dissertation submitted in partial satisfaction of the requirements for the degree Doctor of Philosophy in Mathematics by Yanli Liu 2020 c Copyright by Yanli Liu 2020 ABSTRACT OF THE DISSERTATION Operator Splitting Methods for Convex and Nonconvex Optimization by Yanli Liu Doctor of Philosophy in Mathematics University of California, Los Angeles, 2020 Professor Wotao Yin, Chair This dissertation focuses on a family of optimization methods called operator split- ting methods. They solve complicated problems by decomposing the problem structure into simpler pieces and make progress on each of them separately. Over the past two decades, there has been a resurgence of interests in these methods as the demand for solving structured large-scale problems grew. One of the major challenges for split- ting methods is their sensitivity to ill-conditioning, which often makes them struggle to achieve a high order of accuracy. Furthermore, their classical analyses are restricted to the nice settings where solutions do exist, and everything is convex. Much less is known when either of these assumptions breaks down. This work aims to address the issues above. Specifically, we propose a novel acceler- ation technique called inexact preconditioning, which exploits second-order information at relatively low computation cost. We also show that certain splitting methods still work on problems without solutions, in the sense that their iterates provide information on what goes wrong and how to fix. Finally, for nonconvex problems with saddle points, we show that almost surely, splitting methods will only converge to the local minimums under certain assumptions. ii The dissertation of Yanli Liu is approved. Ali H. Sayed Lieven Vandenberghe Luminita Aura Vese Wotao Yin, Committee Chair University of California, Los Angeles 2020 iii Contents List of Figures ................................... x List of Tables .................................... xii Acknowledgments ................................. xiii Curriculum Vitae ................................. xiv I Introduction 1 1 Introduction ................................... 2 1.1 Background ................................. 3 1.2 Operator Splitting Methods ........................ 4 1.3 Contributions ................................ 5 1.3.1 Acceleration by inexact preconditioning .............. 5 1.3.2 Convergence behavior on pathological problems ......... 7 1.3.3 Convergence behavior on nonconvex problems .......... 8 1.4 Notations and Preliminaries ........................ 9 1.5 Common Operator Splitting Schemes ................... 11 II Acceleration by Inexact Preconditioning 15 2 Inexact Preconditioning for PDHG and ADMM ............ 17 2.1 Introduction ................................. 17 iv 2.1.1 Proposed approach ......................... 18 2.1.2 Related Literature ......................... 20 2.1.3 Organization ............................ 21 2.2 Preliminaries ................................ 22 2.3 Main results ................................. 22 2.3.1 Preconditioned PDHG ....................... 23 2.3.2 Choice of preconditioners ...................... 24 2.3.3 PrePDHG with fixed inner iterations ............... 26 2.3.4 Global convergence of iPrePDHG ................. 30 2.4 Numerical experiments ........................... 39 2.4.1 Graph cuts ............................. 43 2.4.2 Total variation based image denoising ............... 44 2.4.3 Earth mover’s distance ....................... 47 2.4.4 CT reconstruction ......................... 49 2.5 Conclusion .................................. 50 2.A ADMM as a special case of PrePDHG .................. 52 2.B Proof of Theorem 2.3.4: bounded relative error when S is the iterator of cyclic proximal BCD ............................ 54 2.C Two-block ordering in Claim 2.4.1 and four-block ordering in Claim 2.4.2 56 3 Inexact Preconditioning for SVRG and Katyusha X .......... 58 3.1 Introduction ................................. 58 3.1.1 Related Work ............................ 58 3.1.2 Our Contributions ......................... 60 v 3.2 Preliminaries and Assumptions ...................... 61 3.3 Proposed Algorithms ............................ 63 3.4 Main Theory ................................ 66 3.5 Experiments ................................. 71 3.5.1 Lasso ................................. 72 3.5.2 Logistic Regression ......................... 74 3.5.3 Sum-of-nonconvex Example .................... 76 3.6 Conclusions and Future Work ....................... 77 3.A Proof of Lemma 3.4.1 ............................ 78 3.B Proof of Theorem 3.4.2 ........................... 84 3.C Proof of Lemma 3.4.4 ............................ 91 3.D Proof of Theorem 3.4.3 ........................... 91 3.E Proof of Theorems 3.4.5 and 3.4.6 ..................... 92 III Convergence Behaviors on Pathological Problems 95 4 DRS for Pathological Conic Programs .................. 97 4.1 Introduction ................................. 97 4.1.1 Basic definitions ........................... 99 4.1.2 Classification of conic programs .................. 100 4.1.3 Classification method overview .................. 105 4.1.4 Previous work ............................ 106 4.2 Obtaining certificates from Douglas-Rachford Splitting ......... 106 4.2.1 Convergence of DRS ........................ 109 vi 4.2.2 Fixed-point iterations without fixed points ............ 111 4.2.3 Feasibility and infeasibility ..................... 114 4.2.4 Modifying affine constraints to achieve strong feasibility ..... 118 4.2.5 Improving direction ......................... 119 4.2.6 Modifying the objective to achieve finite optimal value ..... 122 4.2.7 Other cases ............................. 123 4.2.8 The algorithms ........................... 125 4.2.9 Case-by-case illustration ...................... 126 4.3 Numerical Experiments ........................... 131 5 DRS and ADMM for Pathological Convex Problems ......... 134 5.1 Introduction ................................. 134 5.1.1 Summary of results, contribution, and organization ....... 135 5.1.2 Prior work .............................. 137 5.2 Preliminaries ................................ 139 5.2.1 Duality and primal subvalue .................... 140 5.2.2 Douglas–Rachford operator .................... 142 5.2.3 Fixed-point iterations without fixed points ............ 142 5.3 Theoretical results ............................. 143 5.3.1 Infimal displacement vector of the DRS operator ......... 145 5.3.2 Function-value analysis ....................... 148 5.3.3 Evolution of shadow iterates .................... 153 5.4 Pathological convergence: DRS ...................... 155 5.4.1 Classification ............................ 156 vii 5.4.2 Convergence results ......................... 158 5.4.3 Interpretation ............................ 159 5.4.4 Feasibility problems ......................... 160 5.5 Pathological convergence: ADMM ..................... 162 5.5.1 Classification and convergence results ............... 163 5.5.2 Interpretation ............................ 164 5.5.3 Proofs ................................ 164 5.6 When strong duality fails .......................... 165 5.7 Conclusion .................................. 168 IV Convergence Behaviors on Nonconvex Problems 169 6 Strict-Saddle Point Avoidance of FBS and DRS ............ 171 6.1 Introduction ................................. 171 6.2 Preliminaries ................................ 173 6.3 Davis-Yin Splitting and its Envelope ................... 175 6.3.1 Review of Davis-Yin Splitting ................... 175 6.3.2 Envelope of Davis-Yin Splitting .................. 177 6.4 Properties of Envelope ........................... 178 6.4.1 Global Minimizers Correspondence ................ 181 6.4.2 Davis-Yin Splitting as Gradient Descent of the Envelope .... 183 6.4.3 Local Minimizers Correspondence ................. 187 6.4.4 Critical and Stationary Point Correspondence .......... 188 6.4.5 Strict Saddle Correspondence ................... 189 viii 6.5 Avoidance of Strict Saddle Points ..................... 191 6.6 Conclusions ................................. 195 Bibliography .................................... 196 ix List of Figures 2.1 two-block ordering in Claim 2.4.1 ....................... 41 2.2 four-block ordering in Claim 2.4.2 ....................... 41 2.3 Input image ................................... 44 2.4 Graph cut by iPrePDHG (Inner: BCD) .................... 44 2.5 Noisy image ................................... 46 2.6 Denoising by iPrePDHG (Inner: BCD) .................... 46 × −6 1 2.7 For PDHG, τ = 3 10 , σ = τkdivk2 ; For iPrePDHG (Inner: BCD), τ = −6 −1 T 1 ∗ 3 × 10 , M1 = τ In, M2 = τdivdiv , γ = , and p = 2. km |k1,2 is kM2k obtained by calling CVX. ........................... 48 2.8 ρ0, ρ1 are the white standing cat and the black crouching cat, respectively. Both images are 256 × 256, and the earth mover’s distance between ρ0 and ρ1 is 0.6718. ................................... 49 −3 −8 3.1 Lasso on w1a.t, (n, d) = (47272, 300), λ1 = 10 , λ2 = 10 . For iPreSVRG and iPreKatX: η1 = 0.005; For SVRG and Katyusha X: η2 = 0.08; For Katyusha
Recommended publications
  • The Bibliography
    Referenced Books [Ach92] N. I. Achieser. Theory of Approximation. Dover Publications Inc., New York, 1992. Reprint of the 1956 English translation of the 1st Rus- sian edition; the 2nd augmented Russian edition is available, Moscow, Nauka, 1965. [AH05] Kendall Atkinson and Weimin Han. Theoretical Numerical Analysis: A Functional Analysis Framework, volume 39 of Texts in Applied Mathe- matics. Springer, New York, second edition, 2005. [Atk89] Kendall E. Atkinson. An Introduction to Numerical Analysis. John Wiley & Sons Inc., New York, second edition, 1989. [Axe94] Owe Axelsson. Iterative Solution Methods. Cambridge University Press, Cambridge, 1994. [Bab86] K. I. Babenko. Foundations of Numerical Analysis [Osnovy chislennogo analiza]. Nauka, Moscow, 1986. [Russian]. [BD92] C. A. Brebbia and J. Dominguez. Boundary Elements: An Introductory Course. Computational Mechanics Publications, Southampton, second edition, 1992. [Ber52] S. N. Bernstein. Collected Works. Vol. I. The Constructive Theory of Functions [1905–1930]. Izdat. Akad. Nauk SSSR, Moscow, 1952. [Russian]. [Ber54] S. N. Bernstein. Collected Works. Vol. II. The Constructive Theory of Functions [1931–1953]. Izdat. Akad. Nauk SSSR, Moscow, 1954. [Russian]. [BH02] K. Binder and D. W. Heermann. Monte Carlo Simulation in Statistical Physics: An Introduction, volume 80 of Springer Series in Solid-State Sciences. Springer-Verlag, Berlin, fourth edition, 2002. [BHM00] William L. Briggs, Van Emden Henson, and Steve F. McCormick. A Multigrid Tutorial. Society for Industrial and Applied Mathematics (SIAM), Philadelphia, PA, second edition, 2000. [Boy01] John P. Boyd. Chebyshev and Fourier Spectral Methods. Dover Publi- cations Inc., Mineola, NY, second edition, 2001. [Bra84] Achi Brandt. Multigrid Techniques: 1984 Guide with Applications to Fluid Dynamics, volume 85 of GMD-Studien [GMD Studies].
    [Show full text]
  • UCLA Electronic Theses and Dissertations
    UCLA UCLA Electronic Theses and Dissertations Title Algorithms for Optimal Paths of One, Many, and an Infinite Number of Agents Permalink https://escholarship.org/uc/item/3qj5d7dj Author Lin, Alex Tong Publication Date 2020 Peer reviewed|Thesis/dissertation eScholarship.org Powered by the California Digital Library University of California UNIVERSITY OF CALIFORNIA Los Angeles Algorithms for Optimal Paths of One, Many, and an Infinite Number of Agents A dissertation submitted in partial satisfaction of the requirements for the degree Doctor of Philosophy in Mathematics by Alex Tong Lin 2020 c Copyright by Alex Tong Lin 2020 ABSTRACT OF THE DISSERTATION Algorithms for Optimal Paths of One, Many, and an Infinite Number of Agents by Alex Tong Lin Doctor of Philosophy in Mathematics University of California, Los Angeles, 2020 Professor Stanley J. Osher, Chair In this dissertation, we provide efficient algorithms for modeling the behavior of a single agent, multiple agents, and a continuum of agents. For a single agent, we combine the modeling framework of optimal control with advances in optimization splitting in order to efficiently find optimal paths for problems in very high-dimensions, thus providing allevia- tion from the curse of dimensionality. For a multiple, but finite, number of agents, we take the framework of multi-agent reinforcement learning and utilize imitation learning in order to decentralize a centralized expert, thus obtaining optimal multi-agents that act in a de- centralized fashion. For a continuum of agents, we take the framework of mean-field games and use two neural networks, which we train in an alternating scheme, in order to efficiently find optimal paths for high-dimensional and stochastic problems.
    [Show full text]
  • Prizes and Awards Session
    PRIZES AND AWARDS SESSION Wednesday, July 12, 2021 9:00 AM EDT 2021 SIAM Annual Meeting July 19 – 23, 2021 Held in Virtual Format 1 Table of Contents AWM-SIAM Sonia Kovalevsky Lecture ................................................................................................... 3 George B. Dantzig Prize ............................................................................................................................. 5 George Pólya Prize for Mathematical Exposition .................................................................................... 7 George Pólya Prize in Applied Combinatorics ......................................................................................... 8 I.E. Block Community Lecture .................................................................................................................. 9 John von Neumann Prize ......................................................................................................................... 11 Lagrange Prize in Continuous Optimization .......................................................................................... 13 Ralph E. Kleinman Prize .......................................................................................................................... 15 SIAM Prize for Distinguished Service to the Profession ....................................................................... 17 SIAM Student Paper Prizes ....................................................................................................................
    [Show full text]
  • Stochastic Combinatorial Optimization with Controllable Risk Aversion Level
    Stochastic Combinatorial Optimization with Controllable Risk Aversion Level Anthony Man–Cho So Department of Systems Engineering and Engineering Management, The Chinese University of Hong Kong, Shatin, N. T., Hong Kong email: [email protected] Jiawei Zhang Department of Information, Operations, and Management Sciences, Stern School of Business, New York University, New York, NY 10012, USA email: [email protected] Yinyu Ye Department of Management Science and Engineering and, by courtesy, Electrical Engineering, Stanford University, Stanford, CA 94305, USA email: [email protected] Most of the recent work on 2–stage stochastic combinatorial optimization problems have focused on the min- imization of the expected cost or the worst–case cost of the solution. Those two objectives can be viewed as two extreme ways of handling risk. In this paper we propose to use an one–parameter family of functionals to interpolate between them. Although such a family has been used in the mathematical finance and stochastic programming literature before, its use in the context of approximation algorithms seems new. We show that under standard assumptions, a broad class of risk–adjusted 2–stage stochastic programs can be efficiently treated by the Sample Average Approximation (SAA) method. In particular, our result shows that it is computationally feasible to incorporate some degree of robustness even when the underlying distribution can only be accessed in a black–box fashion. We also show that when combined with suitable rounding procedures, our result yields new approximation algorithms for many risk–adjusted 2–stage stochastic combinatorial optimization problems under the black–box setting.
    [Show full text]
  • Opf)P in OPERATIONS RESEARCH
    APPLICATION OF MATHEMATICAL PROGRAMMING DISSERTATION SUBMITTED IN PARTIAL FULFILMENT OF THE REQUIREMENTS FOR THE AWARD OF THE DEGREE OF iWasiter of ^i)Uo«opf)p IN OPERATIONS RESEARCH By TEG ALAM Under the Supervision of DR. A. BARI DEPARTMENT OF STATISTICS & OPERATIONS-RESEARCH ALIGARH MUSLIM UNIVERSITY ALIGARH (INDIA) 2001 '^•^ P5.-32^^ ^, DS3200 DEPARTMENT OF STATISTICS & OPERATION RESEARCI ALIGARH MUSLIM UNIVERSITY (Dr. X ^ari ALIGARH - 202002 -INDIA Ph.D (AUg) ^hone: 0571-701251 (O) "^ 0571-700112 (R) Dated: OE(RTlTICA'VE Certified that the dissertation entitled "Application of Mathematical Programming" is carried out by Tcg Alaitl under my supervision. The work is sufficient for the requirement of degree of Master of Philosophy in Operations Research. ((Dr. A. (Bari) Supervisor Univ. Exchange: (0571) 700920 -23 Extns:419, 421,422, 441 Fax:+91-571-400528 This Dissertation entitled ''^Application of Mathematical programming''' is submitted to the Aligarh Muslim University, Aligarh, for the partial fiilfillment of the degree of M.Phil in OperationsResearch. Mathematical programming is concerned with the determination of a minimum or a maximum of a function of several variables, which are required to satisfy a number of constraints. Such solutions are sought in diverse fields; including engineering, Operations Research, Management Science, numerical analysis and economics etc. This mamuscript consists of five chapters. Chapter-1 deals with the brief history of Mathematical Programming. It also contains numerous applications of Mathematical Programming. Chapter-2 gives an introduction of Transportation problem and devoted to extensions and methods of solutions. A numerical example and Relation of Transportation problems with Network problems are also discussed. Chapter - 3 gives an introduction of Game theory.
    [Show full text]
  • Boundary Value Problems for Systems That Are Not Strictly
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Applied Mathematics Letters 24 (2011) 757–761 Contents lists available at ScienceDirect Applied Mathematics Letters journal homepage: www.elsevier.com/locate/aml On mixed initial–boundary value problems for systems that are not strictly hyperbolic Corentin Audiard ∗ Institut Camille Jordan, Université Claude Bernard Lyon 1, Villeurbanne, Rhone, France article info a b s t r a c t Article history: The classical theory of strictly hyperbolic boundary value problems has received several Received 25 June 2010 extensions since the 70s. One of the most noticeable is the result of Metivier establishing Received in revised form 23 December 2010 Majda's ``block structure condition'' for constantly hyperbolic operators, which implies Accepted 28 December 2010 well-posedness for the initial–boundary value problem (IBVP) with zero initial data. The well-posedness of the IBVP with non-zero initial data requires that ``L2 is a continuable Keywords: initial condition''. For strictly hyperbolic systems, this result was proven by Rauch. We Boundary value problem prove here, by using classical matrix theory, that his fundamental a priori estimates are Hyperbolicity Multiple characteristics valid for constantly hyperbolic IBVPs. ' 2011 Elsevier Ltd. All rights reserved. 1. Introduction In his seminal paper [1] on hyperbolic initial–boundary value problems, H.O. Kreiss performed the algebraic construction of a tool, now called the Kreiss symmetrizer, that leads to a priori estimates. Namely, if u is a solution of 8 d X C >@ u C A .x; t/@ u D f ;.t; x/ 2 × Ω; <> t j xj R jD1 (1) C >Bu D g;.t; x/ 2 @ × @Ω; :> R ujtD0 D 0; C Pd where the operator @t jD1 Aj@xj is assumed to be strictly hyperbolic and B satisfies the uniform Lopatinski˘ı condition, there is some γ0 > 0 such that u satisfies the a priori estimate p γ kuk 2 C C kuk 2 C ≤ C kf k 2 C C kgk 2 C ; (2) Lγ .R ×Ω/ Lγ .R ×@Ω/ Lγ .R ×Ω/ Lγ .R ×@Ω/ 2 2 −γ t for γ ≥ γ0.
    [Show full text]
  • On Mathematical Programming (ISMP 2015), the Most Important Meeting of the Mathematical Optimization Society (MOS)
    TABLE OF CONTENTS i PROGRAM COMMITTEE LOCAL ORGANIZING COMMITTEE Welcome from the Chair ii Chair Chair Schedule of Daily Events and Sessions iii Gérard P. Cornuéjols François Margot Carnegie Mellon University Carnegie Mellon University Cluster Chairs v USA Speaker Information vi Egon Balas Egon Balas Carnegie Mellon University Internet Access vii Carnegie Mellon University USA Lorenz T. Biegler Conference Mobile App vii Carnegie Mellon University Xiaojun Chen Where to go for Lunch vii The Hong Kong Polytechnic University Gérard P. Cornuéjols Opening Ceremony & Reception viii China Carnegie Mellon University Conference Cruise & Banquet ix Monique Laurent Iganacio E. Grossmann CWI Amsterdam Carnegie Mellon University Plenary & Semi-Plenary Lectures x The Netherlands John Hooker Exhibitors xv Sven Leyffer Carnegie Mellon University Master Track Schedules xvii Argonne National Laboratory USA Fatma Kilinç-Karzan Floor Plans xxii Carnegie Mellon University Arkadi Nemirovski Georgia Institute of Technology Javier F. Peña USA Carnegie Mellon University Technical Sessions 1 Monday 1 Jorge Nocedal Oleg A. Prokopyev Northwestern University University of Pittsburgh Tuesday 41 USA Kirk Pruhs Wednesday 71 Andrzej Ruszczy´nski University of Pittsburgh Rutgers University Thursday 101 USA Nikolaos V. Sahinidis Friday 140 Carnegie Mellon University Claudia Sagastizábal IMPA Rio de Janeiro (Visiting Researcher) Andrew J. Schaefer Brazil University of Pittsburgh Session Chair Index 168 David P. Williamson Michael A. Trick Author Index 170 Cornell University Carnegie Mellon University Session Index 180 USA Willem-Jan van Hoeve Laurence Wolsey Carnegie Mellon University Université Catholique de Louvain Belgium ii WELCOME FROM THE CHAIR Tepper School of Business Carnegie Mellon University 5000 Forbes Ave Pittsburgh, PA 15213-3890 It is a pleasure to welcome you to the 22nd International Symposium on Mathematical Programming (ISMP 2015), the most important meeting of the Mathematical Optimization Society (MOS).
    [Show full text]
  • Society Reports USNC/TAM
    Appendix J 2008 Society Reports USNC/TAM Table of Contents J.1 AAM: Ravi-Chandar.............................................................................................. 1 J.2 AIAA: Chen............................................................................................................. 2 J.3 AIChE: Higdon ....................................................................................................... 3 J.4 AMS: Kinderlehrer................................................................................................. 5 J.5 APS: Foss................................................................................................................. 5 J.6 ASA: Norris............................................................................................................. 6 J.7 ASCE: Iwan............................................................................................................. 7 J.8 ASME: Kyriakides.................................................................................................. 8 J.9 ASTM: Chona ......................................................................................................... 9 J.10 SEM: Shukla ....................................................................................................... 11 J.11 SES: Jasiuk.......................................................................................................... 13 J.12 SIAM: Healey...................................................................................................... 14 J.13 SNAME: Karr....................................................................................................
    [Show full text]
  • Optima 82 Publishes the Obituary of Paul Tseng by His Friends Affected by the Proposed Change; Only Their Subtitles Would Change
    OPTIMA Mathematical Programming Society Newsletter 82 Steve Wright MPS-sponsored meetings: the International Conference on Stochas- MPS Chair’s Column tic Programming (ICSP) XII (Halifax, August 14–20), the Interna- tional Conference on Engineering Optimization (Lisbon, September 6–9), and the IMA Conference on Numerical Linear Algebra and March 16, 2010. You should recently have received a letter con- Optimization (Birmingham, September 13–15). cerning a possible change of name for MPS, to “Mathematical Op- timization Society”. This issue has been discussed in earnest since ISMP 2009, where it was raised at the Council and Business meet- ings. Some of you were kind enough to send me your views follow- Note from the Editors ing the mention in my column in Optima 80. Many (including me) believe that the term “optimization” is more widely recognized and The topic of this issue of Optima is Mechanism Design –aNobel better understood as an appellation for our field than the current prize winning theoretical field of economics. name, both among those working in the area and our colleagues We present the main article by Jay Sethuraman, which introduces in other disciplines. Others believe that the current name should the main concepts and existence results for some of the models be retained, as it has the important benefits of tradition, branding, arising in mechanism design theory. The discussion column by Garud and name recognition. To ensure archival continuity in the literature, Iyengar and Anuj Kumar address a specific example of such a model the main titles of our journals Mathematical Programming, Series A which can be solved by the means of optimization.
    [Show full text]
  • Mathematics People
    NEWS Mathematics People Tardos Named Goldfarb and Nocedal Kovalevsky Lecturer Awarded 2017 von Neumann Éva Tardos of Cornell University Theory Prize has been chosen as the 2018 AWM- SIAM Sonia Kovalevsky Lecturer by Donald Goldfarb of Columbia the Association for Women in Math- University and Jorge Nocedal of ematics (AWM) and the Society for Northwestern University have been Industrial and Applied Mathematics awarded the 2017 John von Neu- (SIAM). She was honored for her “dis- mann Theory Prize by the Institute tinguished scientific contributions for Operations Research and the to the efficient methods for com- Management Sciences (INFORMS). binatorial optimization problems According to the prize citation, “The Éva Tardos on graphs and networks, and her award recognizes the seminal con- work on issues at the interface of tributions that Donald Goldfarb computing and economics.” According to the prize cita- Jorge Nocedal and Jorge Nocedal have made to the tion, she is considered “one of the leaders in defining theory and applications of nonlinear the area of algorithmic game theory, in which algorithms optimization over the past several decades. These contri- are designed in the presence of self-interested agents butions cover a full range of topics, going from modeling, governed by incentives and economic constraints.” With to mathematical analysis, to breakthroughs in scientific Tim Roughgarden, she was awarded the 2012 Gödel Prize computing. Their work on the variable metric methods of the Association for Computing Machinery (ACM) for a paper “that shaped the field of algorithmic game theory.” (BFGS and L-BFGS, respectively) has been extremely in- She received her PhD in 1984 from Eötvös Loránd Univer- fluential.” sity.
    [Show full text]
  • Introduction of the Class of 2020
    National Academy of Engineering October 4, 2020 CLASS OF 2020 Members and International Members CLASS OF 2020 MEMBERS Class of 2020: Members In February 2020 the members of the NAE elected 86 new members and 18 new international members. Election to the NAE is one of the highest professional distinctions conferred on engineers. The main criteria for membership in the National Academy of Engineering are outstanding personal contributions and accomplishments in one or both of the following categories: 1. Engineering research, practice, or education, including, where appropriate, significant contributions to the engineering literature. 2020 2. Pioneering of new and developing fields of technology, making major advancements in traditional fields of engineering, or MEMBERS developing/implementing innovative approaches to engineering education, or providing engineering leadership of major endeavors. The following pages feature the names, photographs, and election citations of each newly elected member and international member. The numbers following their names denote primary and secondary NAE section affiliations. Dr. Lilia A. Abron (4) Dr. Saeed D. Barbat (10) President and Chief Executive Officer Executive Technical Leader Safety, Policy, and CLASS OF PEER Consultants, P.C. Vehicle Analytical Tools Ford Motor Company For leadership in providing technology-driven sustainable housing and environmental For leadership in automotive safety and engineering solutions in the United States and contributions to the science of crashworthiness, South Africa. occupant protection, and biomechanics. Ms. Eleanor J. Allen (4) Dr. Peter J. Basser (2) Chief Executive Officer NIH Senior Investigator Water for People Section on Quantitative Imaging & Tissue Sciences For leadership and advocacy in making clean National Institutes of Health National Institute of water and sanitation systems accessible to Child Health and Human Development people around the world.
    [Show full text]
  • Arxiv:1411.2129V1 [Math.OC]
    INTERIOR-POINT ALGORITHMS FOR CONVEX OPTIMIZATION BASED ON PRIMAL-DUAL METRICS TOR MYKLEBUST, LEVENT TUNC¸EL Abstract. We propose and analyse primal-dual interior-point algorithms for convex opti- mization problems in conic form. The families of algorithms we analyse are so-called short- step algorithms and they match the current best iteration complexity bounds for primal-dual symmetric interior-point algorithm of Nesterov and Todd, for symmetric cone programming problems with given self-scaled barriers. Our results apply to any self-concordant barrier for any convex cone. We also prove that certain specializations of our algorithms to hyperbolic cone programming problems (which lie strictly between symmetric cone programming and gen- eral convex optimization problems in terms of generality) can take advantage of the favourable special structure of hyperbolic barriers. We make new connections to Riemannian geometry, integrals over operator spaces, Gaussian quadrature, and strengthen the connection of our algorithms to quasi-Newton updates and hence first-order methods in general. arXiv:1411.2129v1 [math.OC] 8 Nov 2014 Date: November 7, 2014. Key words and phrases. primal-dual interior-point methods, convex optimization, variable metric methods, local metric, self-concordant barriers, Hessian metric, polynomial-time complexity; AMS subject classification (MSC): 90C51, 90C22, 90C25, 90C60, 90C05, 65Y20, 52A41, 49M37, 90C30. Tor Myklebust: Department of Combinatorics and Optimization, Faculty of Mathematics, University of Wa- terloo, Waterloo, Ontario N2L 3G1, Canada (e-mail: [email protected]). Research of this author was supported in part by an NSERC Doctoral Scholarship, ONR Research Grant N00014-12-10049, and a Dis- covery Grant from NSERC.
    [Show full text]