← Search

Thijs Vogels

7 accepted papers

2024

LASER: Linear Compression in Wireless Distributed Optimization

ICML 2024poster

Data-parallel SGD is the de facto algorithm for distributed optimization, especially for large scale machine learning. Despite its merits, communication bottleneck is one of its persistent issues. Most compression schemes to alleviate this either assume noiseless communication links, or fail to achi…

Cited by 7SourcePDFScholar
2023

MultiMoDN—Multimodal, Multi-Task, Interpretable Modular Networks

NeurIPS 2023poster

Predicting multiple real-world tasks in a single model often requires a particularly diverse feature space. Multimodal (MM) models aim to extract the synergistic predictive potential of multiple data types to create a shared feature space with aligned semantic meaning across inputs of drastically va…

2022

Beyond spectral gap: the role of the topology in decentralized learning

NeurIPS 2022accept

In data-parallel optimization of machine learning models, workers collaborate to improve their estimates of the model: more accurate gradients allow them to use larger learning rates and optimize faster. We consider the setting in which all workers sample from the same dataset, and communicate over…

2021

RelaySum for Decentralized Deep Learning on Heterogeneous Data

NeurIPS 2021poster

In decentralized machine learning, workers compute model updates on their local data. Because the workers only communicate with few neighbors without central coordination, these updates propagate progressively over the network. This paradigm enables distributed training on networks without all-to-al…

2020

Optimizer Benchmarking Needs to Account for Hyperparameter Tuning

ICML 2020poster

The performance of optimizers, particularly in deep learning, depends considerably on their chosen hyperparameter configuration. The efficacy of optimizers is often studied under near-optimal problem-specific hyperparameters, and finding these settings may be prohibitively costly for practitioners.…

Cited by 62SourcePDFScholar
2020

Practical Low-Rank Communication Compression in Decentralized Deep Learning

NeurIPS 2020poster

Lossy gradient compression has become a practical tool to overcome the communication bottleneck in centrally coordinated distributed training of machine learning models. However, algorithms for decentralized training with compressed communication over arbitrary connected networks have been more comp…

2019

PowerSGD: Practical Low-Rank Gradient Compression for Distributed Optimization

NeurIPS 2019poster

We study gradient compression methods to alleviate the communication bottleneck in data-parallel distributed optimization. Despite the significant attention received, current compression schemes either do not scale well, or fail to achieve the target test accuracy. We propose a low-rank gradient com…