← Search

Angelos Katharopoulos

10 accepted papers

2026

Optimal Splitting of Language Models from Mixtures to Specialized Domains

ICML 2026poster

Language models achieve impressive performance on a variety of knowledge, language, and reasoning tasks due to the scale and diversity of pretraining data available. The standard training recipe is a two-stage paradigm: pretraining first on the full corpus of data followed by specialization on a muc…

Cited by 0SourceScholar
2025

No Need to Talk: Asynchronous Mixture of Language Models

ICLR 2025spotlight

We introduce SMALLTALK LM, an innovative method for training a mixture of language models in an almost asynchronous manner. Each model of the mixture specializes in distinct parts of the data distribution, without the need of high-bandwidth communication between the nodes training each model. At inf…

Cited by 1SourcePDFScholar
2025

Soup-of-Experts: Pretraining Specialist Models via Parameters Averaging

ICML 2025poster

Machine learning models are routinely trained on a mixture of different data domains. Different domain weights yield very different downstream performances. We propose the Soup-of-Experts, a novel architecture that can instantiate a model at test time for any domain weights with minimal computation…

Cited by 0SourcePDFScholar
2023

Masked Autoencoding Does Not Help Natural Language Supervision at Scale

CVPR 2023poster

Self supervision and natural language supervision have emerged as two exciting ways to train general purpose image encoders which excel at a variety of downstream tasks. Recent works such as M3AE (Geng et al 2022) and SLIP (Mu et al 2022) have suggested that these approaches can be effectively combi…

Cited by 14SourcePDFScholar
2021

Neural Parts: Learning Expressive 3D Shape Abstractions With Invertible Neural Networks

CVPR 2021poster

Impressive progress in 3D shape extraction led to representations that can capture object geometries with high fidelity. In parallel, primitive-based methods seek to represent objects as semantically consistent part arrangements. However, due to the simplicity of existing primitive representations,…

Cited by 123PDFcodeScholar
2020

Transformers are RNNs: Fast Autoregressive Transformers with Linear Attention

ICML 2020poster

Transformers achieve remarkable performance in several tasks but due to their quadratic complexity, with respect to the input’s length, they are prohibitively slow for very long sequences. To address this limitation, we express the self-attention as a linear dot-product of kernel feature maps and ma…

2018

Not All Samples Are Created Equal: Deep Learning with Importance Sampling

ICML 2018oral

Deep Neural Network training spends most of the computation on examples that are properly handled, and could be ignored. We propose to mitigate this phenomenon with a principled importance sampling scheme that focuses computation on "informative" examples, and reduces the variance of the stochastic…