scispace - formally typeset
D

Dan Alistarh

Researcher at Institute of Science and Technology Austria

Publications -  213
Citations -  4887

Dan Alistarh is an academic researcher from Institute of Science and Technology Austria. The author has contributed to research in topics: Computer science & Stochastic gradient descent. The author has an hindex of 27, co-authored 175 publications receiving 3761 citations. Previous affiliations of Dan Alistarh include ETH Zurich & Microsoft.

Papers
More filters
Proceedings ArticleDOI

Near-Optimal Leader Election in Population Protocols on Graphs

TL;DR: This work provides the first non-trivial time lower bounds for leader election on general graphs, showing that, when moving beyond cliques, the complexity landscape of leader election becomes very diverse: the time required to elect a leader can range from O(1) to Θ(n3) expected steps.
Proceedings ArticleDOI

Testing concurrency on the JVM with lincheck

TL;DR: Concurrent programming can be notoriously complex and error-prone, and formal and model checking methods to address this fundamental difficulty are still hard to apply to the large codebases typical of industrial deployments.
Proceedings Article

Communication-Efficient Distributed Optimization with Quantized Preconditioners

TL;DR: In this paper, a communication-efficient distributed version of preconditioned gradient descent for Generalized Linear Models and for Newton's method is proposed, which relies on a new technique for quantizing both the preconditionser and the descent direction at each step of the algorithms, while controlling their convergence rate.
Posted Content

Distributed Mean Estimation with Optimal Error Bounds.

TL;DR: This paper provides the first tight bounds for the distributed mean estimation problem, in terms of the trade-off between the amount of communication between nodes and the variance of the node estimates relative to the true value of the mean.

Randomized versus Deterministic Implementations of Concurrent Data Structures

Dan Alistarh
TL;DR: It is suggested that deterministic implementations of shared-memory data structures do not scale well in terms of worst-case time complexity, and a promising direction for future work is to extend randomized renaming techniques to obtain efficient implementations of concurrent data structures.