paper-with-me

홈 › Papers

Easily parallelizable and distributable class of algorithms for structured sparsity, with optimal acceleration

2017-02-21 · Seyoon Ko, Donghyeon Yu, Joong-Ho Won

Many statistical learning problems can be posed as minimization of a sum of two convex functions, one typically a composition of non-smooth and linear functions. Examples include regression under structured sparsity assumptions. Popular algorithms for solving such problems, e.g., ADMM, often involve non-trivial optimization subproblems or smoothing approximation. We consider two classes of primal-dual algorithms that do not incur these difficulties, and unify them from a perspective of monotone operator theory. From this unification we propose a continuum of preconditioned forward-backward operator splitting algorithms amenable to parallel and distributed computing. For the entire region of convergence of the whole continuum of algorithms, we establish its rates of convergence. For some known instances of this continuum, our analysis closes the gap in theory. We further exploit the unification to propose a continuum of accelerated algorithms. We show that the whole continuum attains the theoretically optimal rate of convergence. The scalability of the proposed algorithms, as well as their convergence behavior, is demonstrated up to 1.2 million variables with a distributed implementation.

📄 PDF Abstract BibTeX arXiv:1702.06234

Code (1)

kose-y/dist-primal-dual tf

Tasks

Distributed Computing

Methods 이 논문이 사용한 방법론

ADMM The alternating direction method of multipliers (ADMM) is an algorithm that solves convex optimization problems by breaking them into smaller pieces, each of which are…

Similar Papers 제목 키워드 기반

ParaDiS: Parallelly Distributable Slimmable Neural Networks

2021-10-06 · Alexey Ozerov, Anne Lambert, Suresh Kirthi Kumaraswamy

When several limited power devices are available, one of the most efficient ways to make profit of these resources, while reducing the processing latency and communication load, is to run in parallel several neural sub-n…

Image Super-ResolutionSuper-Resolution

The OCON model: an old but gold solution for distributable supervised classification

2024-10-05 · Stefano Giacomelli, Marco Giordano, Claudia Rinaldi

This paper introduces to a structured application of the One-Class approach and the One-Class-One-Network model for supervised classification tasks, specifically addressing a vowel phonemes classification case study with…

Automatic Speech RecognitionClassificationNeural Architecture Searchspeech-recognition+1

Fast pseudolikelihood maximization for direct-coupling analysis of protein structure from many homologous amino-acid sequences

2014-01-20 · Magnus Ekeberg, Tuomo Hartonen, Erik Aurell

Direct-Coupling Analysis is a group of methods to harvest information about coevolving residues in a protein family by learning a generative model in an exponential family from data. In protein families of realistic size…

The OCON model: an old but green solution for distributable supervised classification for acoustic monitoring in smart cities

2024-10-05 · Stefano Giacomelli, Marco Giordano, Claudia Rinaldi

This paper explores a structured application of the One-Class approach and the One-Class-One-Network model for supervised classification tasks, focusing on vowel phonemes classification and speakers recognition for the A…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)ClassificationNeural Architecture Search+3

Community Detection via Measure Space Embedding

2015-12-01 · NeurIPS 2015 12 · Mark Kozdoba, Shie Mannor

We present a new algorithm for community detection. The algorithm uses random walks to embed the graph in a space of measures, after which a modification of $k$-means in that space is applied. The algorithm is therefore …

Community DetectionStochastic Block Model