paper-with-me

Papers

Accelerated Parallel Optimization Methods for Large Scale Machine Learning

2014-11-25 · Haipeng Luo, Patrick Haffner, Jean-Francois Paiement

The growing amount of high dimensional data in different machine learning applications requires more efficient and scalable optimization algorithms. In this work, we consider combining two techniques, parallelism and Nesterov's acceleration, to design faster algorithms for L1-regularized loss. We first simplify BOOM, a variant of gradient descent, and study it in a unified framework, which allows us to not only propose a refined measurement of sparsity to improve BOOM, but also show that BOOM is provably slower than FISTA. Moving on to parallel coordinate descent methods, we then propose an efficient accelerated version of Shotgun, improving the convergence rate from $O(1/t)$ to $O(1/t^2)$. Our algorithm enjoys a concise form and analysis compared to previous work, and also allows one to study several connected work in a unified way.

📄 PDF Abstract BibTeX arXiv:1411.6725

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Parallel and Distributed Thompson Sampling for Large-scale Accelerated Exploration of Chemical Space

2017-06-06 · ICML 2017 8 · José Miguel Hernández-Lobato, James Requeima, Edward O. Pyzer-Knapp, Alán Aspuru-Guzik

Chemical space is so large that brute force searches for new interesting molecules are infeasible. High-throughput virtual screening via computer cluster simulations can speed up the discovery process by collecting very …

Bayesian OptimizationThompson Sampling

AcceleratedLiNGAM: Learning Causal DAGs at the speed of GPUs

2024-03-06 · Victor Akinwande, J. Zico Kolter

Existing causal discovery methods based on combinatorial optimization or search are slow, prohibiting their application on large-scale datasets. In response, more recent methods attempt to address this limitation by form…

Causal DiscoveryCausal InferenceCombinatorial OptimizationGPU

TOP: Trajectory Optimization via Parallel Optimization towards Constant Time Complexity

2025-07-14 · Jiajun Yu, Nanhe Chen, Guodong Liu, Chao Xu 외 arxiv

Optimization has been widely used to generate smooth trajectories for motion planning. However, existing trajectory optimization methods show weakness when dealing with large-scale long trajectories. Recent advances in p…

Motion Planning

Accelerated Quality-Diversity through Massive Parallelism

2022-02-02 · Bryan Lim, Maxime Allard, Luca Grillotti, Antoine Cully

Quality-Diversity (QD) optimization algorithms are a well-known approach to generate large collections of diverse and high-quality solutions. However, derived from evolutionary computation, QD algorithms are population-b…

DiversityGPU

High-Dimensional Sparse Data Low-rank Representation via Accelerated Asynchronous Parallel Stochastic Gradient Descent

2024-08-29 · Qicong Hu, Hao Wu

Data characterized by high dimensionality and sparsity are commonly used to describe real-world node interactions. Low-rank representation (LR) can map high-dimensional sparse (HDS) data to low-dimensional feature spaces…

Scheduling