Large Scale Optimization for Machine Learning

Total Page:16

File Type:pdf, Size:1020Kb

Large Scale Optimization for Machine Learning Large Scale Optimization for Machine Learning Meisam Razaviyayn Lecture 21 [email protected] Announcements: • Midterm exams • Return it next Tuesday 1 Non-smooth Objective Function • Sub-gradient • Typically slow and no good termination criteria (other than cross validation) • Proximal Gradient • Fast assuming each iteration is easy • Block Coordinate Descent • Also helpful for exploiting multi-block structure • Alternating Direction Method of Multipliers (ADMM) • Will be covered later 1 Multi-Block Structure and BCD Method Block Coordinate Descent (BCD) Method: At iteration r, choose an index i and Very different than previous Choice of index i: Cyclic, randomized, Greedy incremental GD, SGD,… Simple and scalable: Lasso example Geometric Interpretation 2 Convergence of BCD Method Assumptions: “Nonlinear programming”, D.P. Bertsekas for cyclic update rule • Separable Constraints Proof? • Differentiable/smooth objective Necessary assumptions? • Unique minimizer at each step 3 Necessity of Smoothness Assumption Not “Regular” smooth Examples: Lasso 4 BCD and Non-smooth Objective Theorem [Tseng 2001] Assume 1) Feasible set is compact. 2) The uniqueness of minimizer at each step. Every limit point of the iterates 3) Separable constraint is a stationary point 4) Regular objective function True for cyclic/randomized/greedy rule Definition of stationarity for nonsmooth? Rate of convergence of BCD: • Similar to GD: sublinear for general convex and linear for strongly convex • Same results can be shown in most of the non-smooth popular objectives 5 Uniqueness of the Minimizer [Michael J. D. Powell 1973] 6 Uniqueness of the Minimizer Tensor PARAFAC Decomposition 0.8 0.7 0.6 0.5 0.4 Error 0.3 0.2 NP-hard [Hastad 1990] 0.1 0 [Carroll 1970], [Harshman1970]: Alternating Least Squares 0 50 100 150 200 250 300 Iterates “Swamp” effect 7 BCD Limitations • Uniqueness of minimizer • Each sub-problem needs to be easily solvable 8 BCD Limitations • Uniqueness of minimizer • Each sub-problem needs to be easily solvable Popular Solution: Inexact BCD At iteration r, choose an index i and 8 BCD Limitations • Uniqueness of minimizer • Each sub-problem needs to be easily solvable Popular Solution: Inexact BCD At iteration r, choose an index i and Local approximation of the objective function Block successive upper-bound minimization, block successive convex approximation, convex-concave procedure, majorization minimization, dc-programming, BCGD,… 8 Idea of Block Successive Upper-bound Minimization Global upper-bound: 9 Idea of Block Successive Upper-bound Minimization Global upper-bound: Locally tight: 9 Idea of Block Successive Upper-bound Minimization Global upper-bound: Locally tight: Monotone Algorithm Every limit point is a stationary point 9 Example 1: Block Coordinate (Proximal) Gradient Descent Smooth Scenario: 10 Example 1: Block Coordinate (Proximal) Gradient Descent Smooth Scenario: Non-smooth Scenario: 10 Example 1: Block Coordinate (Proximal) Gradient Descent Smooth Scenario: Non-smooth Scenario: Using Bregman divergence 10 Example 1: Block Coordinate (Proximal) Gradient Descent Smooth Scenario: Non-smooth Scenario: Using Bregman divergence Alternating Proximal Minimization: 10 Example 2: Expectation Maximization Algorithm 11 Example 2: Expectation Maximization Algorithm 11 Example 2: Expectation Maximization Algorithm Jensen’s inequality 11 24 Example 3: Transcript Abundance Estimation levels ⇢1,...,⇢M can be written as N Pr(R1,...,RN ; ⇢1,...,⇢M )= Pr(Rn; ⇢1 ...⇢M ) n=1 Y N M = Pr(R read R from sequence s ) Pr(s ) n | n m m n=1 m=1 ! Y X N M = ↵nm⇢m , n=1 m=1 ! Y X where ↵ Pr(R read R from sequence s ) can be obtained efficiently using an alignment nm , n | n m algorithm such as the ones based on the Burrows-Wheeler transform; see, e.g., [85], [86]. Therefore, given ↵ , the maximum likelihood estimation of the abundance levels can be stated as { nm}n,m N M ⇢ML = arg min log ↵nm⇢m ⇢ − n=1 m=1 ! X X (36) b M s.t. ⇢ =1, and ⇢ 0, m =1,...,M. m m ≥ 8 m=1 X As a special case of the EM algorithm, a popular approach for solving this optimization problem is 12 to successively minimize a local tight upper-bound of the objective function. In particular, the eXpress software [87] solves the following optimization problem at the r-th iteration of the algorithm: N M M ↵ ⇢r ⇢ ⇢r+1 = arg min nm m log m + log ↵ ⇢r M r r nm m ⇢ − ↵ ⇢ ⇢m n=1 m=1 m0=1 nm0 m0 ! m=1 !! X X ✓ ◆ X (37) M P s.t. ⇢ =1, and ⇢ 0, m =1,...,M. m m ≥ 8 m=1 X Using Jensen’s inequality, it is not hard to check that (37) is a valid upper-bound of (36) in the BSUM framework. Moreover, (37) has a closed form solution obtained by N r r+1 1 ↵nm⇢m ⇢m = , m =1,...,M, N M ↵ ⇢r 8 n=1 m0=1 nm0 m0 X which makes the algorithm computationallyP efficient at each step. For another application of the BSUM algorithm in classical genetics, the readers are referred to the traditional gene counting algorithm [88]. 2) Tensor decomposition: The CANDECOMP/PARAFAC (CP) decomposition has applications in different areas such as chemometrics [89], [90], clustering [91], and compression [92]. For the ease March 10, 2015 DRAFT 24 levels ⇢1,...,⇢M can be written as 24 Example 3: TranscriptN Abundance Estimation Pr(R1levels,...,R⇢1N,...,; ⇢1,...,⇢M can⇢M be)= writtenPr as (Rn; ⇢1 ...⇢M ) n=1 Y N N M Pr(R1,...,RN ; ⇢1,...,⇢M )= Pr(Rn; ⇢1 ...⇢M ) = nPr=1 (Rn read Rn from sequence sm) Pr(sm) Y | n=1 m=1 ! Y X N M N M= Pr(R read R from sequence s ) Pr(s ) n | n m m n=1 m=1 ! = Y↵nm⇢Xm , n=1 m=1 N M! Y X = ↵nm⇢m , where ↵ Pr(R read R from sequencen=1s ) mcan=1 be obtained! efficiently using an alignment nm , n | n Ym X algorithm suchwhere as the↵ onesPr based(R onread theR Burrows-Wheelerfrom sequence s transform;) can be obtained see, e.g., efficiently [85], [86]. using Therefore, an alignment nm , n | n m given ↵ algorithm, the maximum such as the likelihood ones based estimation on the Burrows-Wheeler of the abundance transform; levels can see, be e.g., stated [85], as [86]. Therefore, { nm}n,m given ↵ , the maximum likelihood estimation of the abundance levels can be stated as { nm}n,m N M ⇢ML = arg min log N ↵nm⇢mM ⇢ − ! ⇢ML = argn=1 min m=1log ↵nm⇢m X⇢ −X (36) M n=1 m=1 ! b X X (36) s.t. ⇢ =1M, and ⇢ 0, m =1,...,M. b m m ≥ 8 m=1 s.t. ⇢m =1, and ⇢m 0, m =1,...,M. ≥ 8 X m=1 As a special case of the EM algorithm, a popularX approach for solving this optimization problem is As a special case of the EM algorithm, a popular approach for solving this optimization problem is 12 to successively minimize a local tight upper-bound of the objective function. In particular, the eXpress to successively minimize a local tight upper-bound of the objective function. In particular, the eXpress software [87] solves the following optimization problem at the r-th iteration of the algorithm: software [87] solves the following optimization problem at the r-th iteration of the algorithm: N M r M N ↵Mnm⇢ r ⇢m M r+1 r+1 m ↵nm⇢m ⇢m r r ⇢ = arg min⇢ = arg min M log r log + log + log↵nm⇢m↵nm⇢ ⇢ − ⇢ Mr ⇢r r m − m =1 ↵nm0 ⇢m ↵ ⇢ m ! ⇢m !! n=1 m=1 n=1 m0 =1 m0=10 nm✓0 m0 ◆ ! m=1 m=1 !! X X X X ✓ ◆ X X (37) (37) M M P P s.t. ⇢s.t.=1, ⇢andm =1⇢, and0, ⇢m =10,,...,M.m =1,...,M. m m ≥ 8 ≥ 8 m=1 m=1 X X Using Jensen’sUsing inequality, Jensen’s it inequality, is not hard it is to not check hard that to check (37) thatis a (37) valid is upper-bound a valid upper-bound of (36) of in (36) the in BSUM the BSUM framework. Moreover,framework. (37) Moreover, has a closed (37) has form a closed solution form obtained solution obtained by by N N 1 ↵ ⇢r 1 ⇢r+1 = ↵ ⇢r nm m , m =1,...,M, r+1 m nm m M r ⇢m = N ,↵nm m⇢ =1,...,M,8 N M n=1↵ m⇢0r=1 80 m0 n=1 m0=1Xnm0 m0 which makes the algorithmX computationallyP efficient at each step. which makes the algorithm computationallyP efficient at each step. For another application of the BSUM algorithm in classical genetics, the readers are referred to the For another application of the BSUM algorithm in classical genetics, the readers are referred to the traditional gene counting algorithm [88]. traditional gene counting algorithm [88]. 2) Tensor decomposition: The CANDECOMP/PARAFAC (CP) decomposition has applications in 2) Tensordifferent decomposition: areas suchThe as CANDECOMP/PARAFAC chemometrics [89], [90], clustering (CP) decomposition [91], and compression has applications [92]. For the in ease different areas such as chemometrics [89], [90], clustering [91], and compression [92]. For the ease March 10, 2015 DRAFT March 10, 2015 DRAFT 24 levels ⇢1,...,⇢M can be written as N 24 Pr(R1,...,RN ; ⇢1,...,⇢M )= Pr(Rn; ⇢1 ...⇢M ) n=1 Y levels ⇢1,...,⇢M can be written as N M N = Pr(R read R from sequence s ) Pr(s ) n | n m m n=1 m=1 ! Pr(R1,...,RN ; ⇢1,...,⇢M )= Pr(Rn; ⇢Y1 ...⇢XM ) n=1 N M Y N M = ↵nm⇢m , = Prn=1(R mread=1 R from! sequence s ) Pr(s ) Y n |X n m m n=1 m=1 ! where ↵ Pr(R readY R Xfrom sequence s ) can be obtained efficiently using an alignment nm , n | N nM m algorithm such as the ones= based on↵nm the⇢m Burrows-Wheeler, transform; see, e.g., [85], [86].
Recommended publications
  • A Generic Coordinate Descent Solver for Nonsmooth Convex Optimization Olivier Fercoq
    A generic coordinate descent solver for nonsmooth convex optimization Olivier Fercoq To cite this version: Olivier Fercoq. A generic coordinate descent solver for nonsmooth convex optimization. Optimization Methods and Software, Taylor & Francis, 2019, pp.1-21. 10.1080/10556788.2019.1658758. hal- 01941152v2 HAL Id: hal-01941152 https://hal.archives-ouvertes.fr/hal-01941152v2 Submitted on 26 Sep 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. A generic coordinate descent solver for nonsmooth convex optimization Olivier Fercoq LTCI, T´el´ecom ParisTech, Universit´eParis-Saclay, 46 rue Barrault, 75634 Paris Cedex 13, France ARTICLE HISTORY Compiled September 26, 2019 ABSTRACT We present a generic coordinate descent solver for the minimization of a nonsmooth convex ob- jective with structure. The method can deal in particular with problems with linear constraints. The implementation makes use of efficient residual updates and automatically determines which dual variables should be duplicated. A list of basic functional atoms is pre-compiled for effi- ciency and a modelling language in Python allows the user to combine them at run time. So, the algorithm can be used to solve a large variety of problems including Lasso, sparse multinomial logistic regression, linear and quadratic programs.
    [Show full text]
  • 12. Coordinate Descent Methods
    EE 546, Univ of Washington, Spring 2014 12. Coordinate descent methods theoretical justifications • randomized coordinate descent method • minimizing composite objectives • accelerated coordinate descent method • Coordinate descent methods 12–1 Notations consider smooth unconstrained minimization problem: minimize f(x) x RN ∈ n coordinate blocks: x =(x ,...,x ) with x RNi and N = N • 1 n i ∈ i=1 i more generally, partition with a permutation matrix: U =[PU1 Un] • ··· n T xi = Ui x, x = Uixi i=1 X blocks of gradient: • f(x) = U T f(x) ∇i i ∇ coordinate update: • x+ = x tU f(x) − i∇i Coordinate descent methods 12–2 (Block) coordinate descent choose x(0) Rn, and iterate for k =0, 1, 2,... ∈ 1. choose coordinate i(k) 2. update x(k+1) = x(k) t U f(x(k)) − k ik∇ik among the first schemes for solving smooth unconstrained problems • cyclic or round-Robin: difficult to analyze convergence • mostly local convergence results for particular classes of problems • does it really work (better than full gradient method)? • Coordinate descent methods 12–3 Steepest coordinate descent choose x(0) Rn, and iterate for k =0, 1, 2,... ∈ (k) 1. choose i(k) = argmax if(x ) 2 i 1,...,n k∇ k ∈{ } 2. update x(k+1) = x(k) t U f(x(k)) − k i(k)∇i(k) assumptions f(x) is block-wise Lipschitz continuous • ∇ f(x + U v) f(x) L v , i =1,...,n k∇i i −∇i k2 ≤ ik k2 f has bounded sub-level set, in particular, define • ⋆ R(x) = max max y x 2 : f(y) f(x) y x⋆ X⋆ k − k ≤ ∈ Coordinate descent methods 12–4 Analysis for constant step size quadratic upper bound due to block coordinate-wise
    [Show full text]
  • Decomposable Submodular Function Minimization: Discrete And
    Decomposable Submodular Function Minimization: Discrete and Continuous Alina Ene∗ Huy L. Nguy˜ên† László A. Végh‡ March 7, 2017 Abstract This paper investigates connections between discrete and continuous approaches for decomposable submodular function minimization. We provide improved running time estimates for the state-of-the-art continuous algorithms for the problem using combinatorial arguments. We also provide a systematic experimental comparison of the two types of methods, based on a clear distinction between level-0 and level-1 algorithms. 1 Introduction Submodular functions arise in a wide range of applications: graph theory, optimization, economics, game theory, to name a few. A function f : 2V R on a ground set V is submodular if f(X)+ f(Y ) f(X Y )+ f(X Y ) for all sets X, Y V . Submodularity→ can also be interpreted as a decreasing marginals≥ property.∩ ∪ ⊆ There has been significant interest in submodular optimization in the machine learning and computer vision communities. The submodular function minimization (SFM) problem arises in problems in image segmenta- tion or MAP inference tasks in Markov Random Fields. Landmark results in combinatorial optimization give polynomial-time exact algorithms for SFM. However, the high-degree polynomial dependence in the running time is prohibitive for large-scale problem instances. The main objective in this context is to develop fast and scalable SFM algorithms. Instead of minimizing arbitrary submodular functions, several recent papers aim to exploit special structural properties of submodular functions arising in practical applications. A popular model is decomposable sub- modular functions: these can be written as sums of several “simple” submodular functions defined on small arXiv:1703.01830v1 [cs.LG] 6 Mar 2017 supports.
    [Show full text]
  • Arxiv:1706.05795V4 [Math.OC] 4 Nov 2018
    BCOL RESEARCH REPORT 17.02 Industrial Engineering & Operations Research University of California, Berkeley, CA 94720{1777 SIMPLEX QP-BASED METHODS FOR MINIMIZING A CONIC QUADRATIC OBJECTIVE OVER POLYHEDRA ALPER ATAMTURK¨ AND ANDRES´ GOMEZ´ Abstract. We consider minimizing a conic quadratic objective over a polyhe- dron. Such problems arise in parametric value-at-risk minimization, portfolio optimization, and robust optimization with ellipsoidal objective uncertainty; and they can be solved by polynomial interior point algorithms for conic qua- dratic optimization. However, interior point algorithms are not well-suited for branch-and-bound algorithms for the discrete counterparts of these problems due to the lack of effective warm starts necessary for the efficient solution of convex relaxations repeatedly at the nodes of the search tree. In order to overcome this shortcoming, we reformulate the problem us- ing the perspective of the quadratic function. The perspective reformulation lends itself to simple coordinate descent and bisection algorithms utilizing the simplex method for quadratic programming, which makes the solution meth- ods amenable to warm starts and suitable for branch-and-bound algorithms. We test the simplex-based quadratic programming algorithms to solve con- vex as well as discrete instances and compare them with the state-of-the-art approaches. The computational experiments indicate that the proposed al- gorithms scale much better than interior point algorithms and return higher precision solutions. In our experiments, for large convex instances, they pro- vide up to 22x speed-up. For smaller discrete instances, the speed-up is about 13x over a barrier-based branch-and-bound algorithm and 6x over the LP- based branch-and-bound algorithm with extended formulations.
    [Show full text]
  • Research Article Stochastic Block-Coordinate Gradient Projection Algorithms for Submodular Maximization
    Hindawi Complexity Volume 2018, Article ID 2609471, 11 pages https://doi.org/10.1155/2018/2609471 Research Article Stochastic Block-Coordinate Gradient Projection Algorithms for Submodular Maximization Zhigang Li,1 Mingchuan Zhang ,2 Junlong Zhu ,2 Ruijuan Zheng ,2 Qikun Zhang ,1 and Qingtao Wu 2 1 School of Computer and Communication Engineering, Zhengzhou University of Light Industry, Zhengzhou, 450002, China 2Information Engineering College, Henan University of Science and Technology, Luoyang, 471023, China Correspondence should be addressed to Mingchuan Zhang; zhang [email protected] Received 25 May 2018; Accepted 26 November 2018; Published 5 December 2018 Academic Editor: Mahardhika Pratama Copyright © 2018 Zhigang Li et al. Tis is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. We consider a stochastic continuous submodular huge-scale optimization problem, which arises naturally in many applications such as machine learning. Due to high-dimensional data, the computation of the whole gradient vector can become prohibitively expensive. To reduce the complexity and memory requirements, we propose a stochastic block-coordinate gradient projection algorithm for maximizing continuous submodular functions, which chooses a random subset of gradient vector and updates the estimates along the positive gradient direction. We prove that the estimates of all nodes generated by the algorithm converge to ∗ some stationary points with probability 1. Moreover, we show that the proposed algorithm achieves the tight ((� /2)� − �) 2 min approximation guarantee afer �(1/� ) iterations for DR-submodular functions by choosing appropriate step sizes. Furthermore, ((�2/(1 + �2))� �∗ − �) �(1/�2) we also show that the algorithm achieves the tight min approximation guarantee afer iterations for weakly DR-submodular functions with parameter � by choosing diminishing step sizes.
    [Show full text]
  • A Hybrid Method of Combinatorial Search and Coordinate Descent For
    A Hybrid Method of Combinatorial Search and Coordinate Descent for Discrete Optimization Ganzhao Yuan [email protected] School of Data and Computer Science, Sun Yat-sen University (SYSU), P.R. China Li Shen [email protected] Tencent AI Lab, Shenzhen, P.R. China Wei-Shi Zheng [email protected] School of Data and Computer Science, Sun Yat-sen University (SYSU), P.R. China Editor: Abstract Discrete optimization is a central problem in mathematical optimization with a broad range of applications, among which binary optimization and sparse optimization are two common ones. However, these problems are NP-hard and thus difficult to solve in general. Combinatorial search methods such as branch-and-bound and exhaustive search find the global optimal solution but are confined to small-sized problems, while coordinate descent methods such as coordinate gradient descent are efficient but often suffer from poor local minima. In this paper, we consider a hybrid method that combines the effectiveness of combinatorial search and the efficiency of coordinate descent. Specifically, we consider random strategy or/and greedy strategy to select a subset of coordinates as the working set, and then perform global combinatorial search over the working set based on the original objective function. In addition, we provide some optimality analysis and convergence analysis for the proposed method. Our method finds stronger stationary points than existing methods. Finally, we demonstrate the efficacy of our method on some sparse optimization and binary optimization applications. As a result, our method achieves state-of-the-art performance in terms of accuracy. For example, our method generally outperforms the well-known orthogonal matching pursuit method in sparse optimization.
    [Show full text]
  • On the Links Between Probabilistic Graphical Models and Submodular Optimisation Senanayak Sesh Kumar Karri
    On the Links between Probabilistic Graphical Models and Submodular Optimisation Senanayak Sesh Kumar Karri To cite this version: Senanayak Sesh Kumar Karri. On the Links between Probabilistic Graphical Models and Submodular Optimisation. Machine Learning [cs.LG]. Université Paris sciences et lettres, 2016. English. NNT : 2016PSLEE047. tel-01753810 HAL Id: tel-01753810 https://tel.archives-ouvertes.fr/tel-01753810 Submitted on 29 Mar 2018 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. THESE` DE DOCTORAT de l’Universite´ de recherche Paris Sciences Lettres PSL Research University Prepar´ ee´ a` l’Ecole´ normale superieure´ On the Links between Probabilistic Graphical Models and Submodular Optimisation Liens entre modeles` graphiques probabilistes et optimisation sous-modulaire Ecole´ doctorale n◦386 ECOLE´ DOCTORALE DE SCIENCES MATHEMATIQUES´ DE PARIS CENTRE Specialit´ e´ INFORMATIQUE COMPOSITION DU JURY : M Andreas Krause ETH Zurich, Rapporteur M Nikos Komodakis ENPC Paris, Rapporteur M Francis Bach Inria Paris, Directeur de these` Soutenue par Senanayak Sesh Kumar KARRI le 27.09.2016 M Josef Sivic ENS Paris, Membre du Jury Dirigee´ par Francis BACH M Antonin Chambolle CMAP EP Paris, Membre du Jury M Guillaume Obozinski ENPC Paris, Membre du Jury RESEARCH UNIVERSITY PARIS ÉCOLENORMALE SUPÉRIEURE What is the purpose of life? Proof and Conjecture, ....
    [Show full text]
  • An Iterated Coordinate Descent Algorithm for Regularized 0/1 Loss Minimization
    An iterated coordinate descent algorithm for regularized 0/1 loss minimization Usman Roshan Department of Computer Science, New Jersey Institute of Technology, [email protected] Abstract. We propose regularization and iterated coordinate descent for better 0/1 loss optimization. The 0/1 loss is less sensitive to outliers than the popular hinge and logistic loss particularly when outliers are misclassified. However, it also suffers from local minima rendering coor- dinate descent ineffective. A popular method to deal with local minima is to perform multiple coordinate descent searches starting from differ- ent random initial solutions. We propose using a less explored approach called iterated local search, where the idea is to continue the search after a slight perturbation to the local minima. This preserves structure in the local minimum and also allows for an overall deeper search compared to random restart alone. Inspired by this we implement an iterated coordi- nate descent algorithm for a regularized 0/1 loss objective. Our algorithm performs a perturbation to the local minima reached at the end of co- ordinate descent, resumes the search from the perturbation until a new minima is reached, and continues in this manner for a specified number of iterations. We show empirically on real data that this leads to a sig- nificant improvement in the 0/1 loss compared to random restarts both on training and test data. We also see that optimizing the regularized 0/1 loss gives lower objective values than optimizing the 0/1 loss alone on training and test data. Our results show that the instability of 0/1 loss is improved by regularization and that iterated coordinate descent gives lower loss values than random restart alone.
    [Show full text]
  • Differentially Private Stochastic Coordinate Descent
    Differentially Private Stochastic Coordinate Descent Georgios Damaskinos,1* Celestine Mendler-Dunner,¨ 2* Rachid Guerraoui,1 Nikolaos Papandreou,3 Thomas Parnell3 1Ecole´ Polytechnique Fed´ erale´ de Lausanne (EPFL), Switzerland 2University of California, Berkeley 3IBM Research, Zurich georgios.damaskinos@epfl.ch, [email protected], rachid.guerraoui@epfl.ch, fnpo,[email protected] Abstract Our goal is to extend SCD with mechanisms that preserve In this paper we tackle the challenge of making the stochastic data privacy, and thus enable the reuse of large engineer- coordinate descent algorithm differentially private. Com- ing efforts invested in SCD (Bradley et al. 2011a; Ioannou, pared to the classical gradient descent algorithm where up- Mendler-Dunner,¨ and Parnell 2019), for privacy-critical use- dates operate on a single model vector and controlled noise cases. In this paper we therefore ask the question: Can SCD addition to this vector suffices to hide critical information maintain its benefits (convergence guarantees, low tuning about individuals, stochastic coordinate descent crucially re- cost) alongside strong privacy guarantees? lies on keeping auxiliary information in memory during train- We employ differential privacy (DP) (Dwork, Roth et al. ing. This auxiliary information provides an additional privacy 2014) as our mathematical definition of privacy. DP provides leak and poses the major challenge addressed in this work. a formal guarantee for the amount of leaked information re- Driven by the insight that under independent noise addition, garding participants in a database, given a strong adversary the consistency of the auxiliary information holds in expect- ation, we present DP-SCD, the first differentially private and the output of a mechanism that processes this database.
    [Show full text]
  • Random Batch Methods (RBM) for Interacting Particle Systems
    Interacting Particle Systems: random batch methods for classical and quantum N-body problems, and non-convex optimization Shi Jin (金石) Shanghai Jiao Tong University, China outlines • Random batch methods for classical interacting particles • Random batch methods for N-body quantum dynamics • Consensus-based interacting particle systems for non-convex optimization (gradient-free) (binary) Interacting particle systems • We use first-order binary interacting system as an example but the idea works for second order system (Newton’s second law type) and more interacting particles • The idea works with or without the Brownian motion term Applications • Physics and chemistry: molecular dynamics, electrostatics, astrophysics (stars, galaxies) … • Biology: flocking, swarming, chemotaxis, … • Social sciences: wealth distribution, opinion dynamics, pedestrian dynamics … • Data sciences: clustering,… • Numerical particle methods for kinetic/mean-field equations • Courtesy of P.E. Jabin The computational cost It is clear to be of per time step (or if it is J particle interaction) Fast Multipole Methods were developed to address this issue for binary interactions We introduce the random batch methods to reduce the computational cost to per time step and it works for general interacting potentials The random batch methods (with Lei Li, SJTU and J.G. Liu, Duke) at each time step, • random shuffling: group N particles randomly to n groups (batches), each batch has p particles • particles interacting only inside their own batches Algorithm 1 (RBM-1) •
    [Show full text]
  • Efficient Greedy Coordinate Descent Via Variable Partitioning
    Efficient Greedy Coordinate Descent via Variable Partitioning Huang Fang, Guanhua Fang, Tan Yu, Ping Li Cognitive Computing Lab Baidu Research 10900 NE 8th St. Bellevue, WA 98004, USA {fangazq877, fanggh2018, Tanyuuynat, pingli98}@gmail.com Abstract large-scale optimization problems. Due to the low numer- ical accuracy required by most machine learning and data mining tasks, first-order methods with cheap cost per itera- Greedy coordinate descent (GCD) is an efficient tion dominate certain fields recently. In particular stochastic optimization algorithm for a wide range of ma- gradient descent (SGD) and coordinate descent (CD) are chine learning and data mining applications. GCD two most important representatives. SGD and its variants are could be significantly faster than randomized co- dominant for the big-N problems i.e., problems with a large ordinate descent (RCD) if they have similar per number of samples (Robbins and Monro, 1951; Ghadimi iteration cost. Nevertheless, in some cases, the and Lan, 2013; Johnson and Zhang, 2013; Defazio et al., greedy rule used in GCD cannot be efficiently im- 2014; Nguyen et al., 2017; Schmidt et al., 2017) while CD plemented, leading to huge per iteration cost and and its variants are highly effective in handling the struc- making GCD slower than RCD. To alleviate the tured big-p problems i.e., problems with a large number cost per iteration, the existing solutions rely on of features (Bertsekas and Tsitsiklis, 1989; Luo and Tseng, maximum inner product search (MIPS) as an ap- 1992, 1993; Tseng, 2001; Nesterov, 2012; Lee and Sid- proximate greedy rule. But it has been empirically ford, 2013; Shalev-Shwartz and Zhang, 2013; Richtárik and shown that GCD with approximate greedy rule Takác, 2014; Wright, 2015; Lu and Xiao, 2015; Allen-Zhu could suffer from slow convergence even with the et al., 2016; Zhang and Xiao, 2017).
    [Show full text]
  • Block Stochastic Gradient Method
    Block Stochastic Gradient Iteration for Convex and Nonconvex Optimization Yangyang Xu∗ Wotao Yiny March 3, 2015 Abstract The stochastic gradient (SG) method can quickly solve a problem with a large number of components in the objective, or a stochastic optimization problem, to a moderate accuracy. The block coordinate descent/update (BCD) method, on the other hand, can quickly solve problems with multiple (blocks of) variables. This paper introduces a method that combines the great features of SG and BCD for problems with many components in the objective and with multiple (blocks of) variables. This paper proposes a block stochastic gradient (BSG) method for both con- vex and nonconvex programs. BSG generalizes SG by updating all the blocks of variables in the Gauss-Seidel type (updating the current block depends on the previously updated block), in either a fixed or randomly shuffled order. Although BSG has slightly more work at each iteration, it typically outperforms SG be- cause of BSG's Gauss-Seidel updates and larger stepsizes, the latter of which are determined by the smaller per-block Lipschitz constants. The convergence of BSG is established for both convex and nonconvex cases. arXiv:1408.2597v3 [math.OC] 2 Mar 2015 In the convex case, BSG has the same order of convergence rate as SG. In the nonconvex case, its convergence is established in terms of the expected violation of a first-order optimality condition. In both cases our analysis is nontrivial since the typical unbiasedness assumption no longer holds. BSG is numerically evaluated on the following problems: stochastic least squares and logistic regression, which are convex, and low-rank tensor recov- ery and bilinear logistic regression, which are nonconvex.
    [Show full text]