← Search

Eugene Belilovsky

36 accepted papers

2026

$\mu$LO: Compute-Efficient Meta-Generalization of Learned Optimizers

ICLR 2026poster

Learned optimizers (LOs) have the potential to significantly reduce the wall-clock training time of neural networks. However, they can struggle to optimize unseen tasks (*meta-generalize*), especially when training networks wider than those seen during meta-training. To address this, we derive the M…

Cited by 0SourcecodeScholar
2026

DiffuMamba: High-Throughput Diffusion LMs with Mamba Backbone

ICML 2026poster

Diffusion language models (DLMs) have emerged as a promising alternative to autoregressive (AR) generation, yet their reliance on Transformer backbones limits inference efficiency due to quadratic attention or KV-cache overhead. We introduce DiffuMamba, a masked diffusion language model built on a b…

Cited by 0SourceScholar
2026

From Memorization to Parameter Interference: How Overtraining Experts Harms Model Merging

ICML 2026poster

Modern deep learning is increasingly characterized by the use of open-weight foundation models that can be fine-tuned on specialized datasets. This has led to a proliferation of expert models and adapters, often shared via platforms like HuggingFace and AdapterHub. Model merging has recently emerged…

Cited by 0SourceScholar
2026

MuLoCo: Muon is a Practical Inner Optimizer for DiLoCo

ICML 2026poster

DiLoCo is a powerful framework for training large language models (LLMs) under networking constraints, allowing for increased parallelism and accelerator utilization in data center settings. A critical but often overlooked factor in DiLoCo’s behavior is the choice of inner optimizer, which shapes th…

Cited by 0SourceScholar
2025

ACCO: Accumulate While You Communicate for Communication-Overlapped Sharded LLM Training

NeurIPS 2025poster

Training LLMs relies on distributed implementations using multiple GPUs to compute gradients in parallel with sharded optimizers. However, synchronizing gradients in data parallel setups introduces communication overhead that grows with the number of workers, limiting parallelization efficiency. Loc…

Cited by 0SourcecodeScholar
2025

Accelerating Training with Neuron Interaction and Nowcasting Networks

ICLR 2025poster

Neural network training can be accelerated when a learnable update rule is used in lieu of classic adaptive optimizers (e.g. Adam). However, learnable update rules can be costly and unstable to train and use. Recently, Jang et al. (2023) proposed a simpler approach to accelerate training based on we…

2025

AdaFisher: Adaptive Second Order Optimization via Fisher Information

ICLR 2025poster

First-order optimization methods are currently the mainstream in training deep neural networks (DNNs). Optimizers like Adam incorporate limited curvature information by employing the diagonal matrix preconditioning of the stochastic gradient during the training. Despite their widespread, second-orde…

2025

PETRA: Parallel End-to-end Training with Reversible Architectures

ICLR 2025spotlight

Reversible architectures have been shown to be capable of performing on par with their non-reversible architectures, being applied in deep learning for memory savings and generative modeling. In this work, we show how reversible architectures can solve challenges in parallelizing deep model training…

Cited by 0SourcePDFScholar
2024

Adversarial Attacks on the Interpretation of Neuron Activation Maximization

AAAI 2024technical

Feature visualization is one of the most popular techniques used to interpret the internal behavior of individual units of trained deep neural networks. Based on activation maximization, they consist of finding synthetic or natural inputs that maximize neuron activations. This paper introduces an op…

Cited by 10SourcePDFScholar
2024

Harmony in Diversity: Merging Neural Networks with Canonical Correlation Analysis

ICML 2024poster

Combining the predictions of multiple trained models through ensembling is generally a good way to improve accuracy by leveraging the different learned features of the models, however it comes with high computational and storage costs. Model fusion, the act of merging multiple models into one by com…

2024

Model Breadcrumbs: Scaling Multi-Task Model Merging with Sparse Masks

ECCV 2024poster

"The rapid development of AI systems has been greatly influenced by the emergence of foundation models. A common approach for targeted problems involves fine-tuning these pre-trained foundation models for specific target tasks, resulting in a rapid spread of models fine-tuned across a diverse array…

2023

$\textbf{A}^2\textbf{CiD}^2$: Accelerating Asynchronous Communication in Decentralized Deep Learning

NeurIPS 2023poster

Distributed training of Deep Learning models has been critical to many recent successes in the field. Current standard methods primarily rely on synchronous centralized algorithms which induce major communication bottlenecks and synchronization locks at scale. Decentralized asynchronous algorithms a…

2023

Can Forward Gradient Match Backpropagation?

ICML 2023poster

Forward Gradients - the idea of using directional derivatives in forward differentiation mode - have recently been shown to be utilizable for neural network training while avoiding problems generally associated with backpropagation gradient computation, such as locking and memorization requirements.…

2023

Guiding The Last Layer in Federated Learning with Pre-Trained Models

NeurIPS 2023poster

Federated Learning (FL) is an emerging paradigm that allows a model to be trained across a number of participants without sharing data. Recent works have begun to consider the effects of using pre-trained models as an initialization point for existing FL algorithms; however, these approaches ignore…

2023

Prototype-Sample Relation Distillation: Towards Replay-Free Continual Learning

ICML 2023poster

In Continual learning (CL) balancing effective adaptation while combating catastrophic forgetting is a central challenge. Many of the recent best-performing methods utilize various forms of prior task data, e.g. a replay buffer, to tackle the catastrophic forgetting problem. Having access to previou…

2023

Reliability of CKA as a Similarity Measure in Deep Learning

ICLR 2023poster

Comparing learned neural representations in neural networks is a challenging but important problem, which has been approached in different ways. The Centered Kernel Alignment (CKA) similarity metric, particularly its linear variant, has recently become a popular approach and has been widely used to…

Cited by 51SourcePDFScholar
2023

Simulated Annealing in Early Layers Leads to Better Generalization

CVPR 2023poster

Recently, a number of iterative learning methods have been introduced to improve generalization. These typically rely on training for longer periods of time in exchange for improved generalization. LLF (later-layer-forgetting) is a state-of-the-art method in this category. It strengthens learning in…

2022

New Insights on Reducing Abrupt Representation Change in Online Continual Learning

ICLR 2022poster

In the online continual learning paradigm, agents must learn from a changing distribution while respecting memory and compute constraints. Experience Replay (ER), where a small subset of past data is stored and replayed alongside new data, has emerged as a simple and effective learning strategy. In…

Cited by 251SourcePDFScholar
2022

Parametric Scattering Networks

CVPR 2022oral

The wavelet scattering transform creates geometric invariants and deformation stability. In multiple signal domains, it has been shown to yield more discriminative representations compared to other non-learned representations and to outperform learned representations in certain tasks, particularly o…

Cited by 26PDFcodeScholar
2022

Probing Representation Forgetting in Supervised and Unsupervised Continual Learning

CVPR 2022poster

Continual Learning (CL) research typically focuses on tackling the phenomenon of catastrophic forgetting in neural networks. Catastrophic forgetting is associated with an abrupt loss of knowledge previously learned by a model when the task, or more broadly the data distribution, being trained on cha…

Cited by 100PDFcodeScholar
2022

Revisiting Learnable Affines for Batch Norm in Few-Shot Transfer Learning

CVPR 2022poster

Batch Normalization is a staple of computer vision models, including those employed in few-shot learning. Batch Normalization layers in convolutional neural networks are composed of a normalization step, followed by a shift and scale of these normalized features applied via the per-channel trainable…

Cited by 30PDFScholar
2022

Towards Scaling Difference Target Propagation by Learning Backprop Targets

ICML 2022spotlight

The development of biologically-plausible learning algorithms is important for understanding learning in the brain, but most of them fail to scale-up to real-world tasks, limiting their potential as explanations for learning by real brains. As such, it is important to explore learning algorithms tha…

2021

Generative Compositional Augmentations for Scene Graph Prediction

ICCV 2021poster

Inferring objects and their relationships from an image in the form of a scene graph is useful in many applications at the intersection of vision and language. We consider a challenging problem of compositional generalization that emerges in this task due to a long tail data distribution. Current sc…

Cited by 26PDFcodeScholar
2021

The Unreasonable Effectiveness of Patches in Deep Convolutional Kernels Methods

ICLR 2021poster

A recent line of work showed that various forms of convolutional kernel methods can be competitive with standard supervised deep convolutional networks on datasets like CIFAR-10, obtaining accuracies in the range of 87-90% while being more amenable to theoretical analysis. In this work, we highlig…

2020

Few-Shot Single-View 3-D Object Reconstruction with Compositional Priors

ECCV 2020poster

The impressive performance of deep convolutional neural networks in single-view 3D reconstruction suggests that these models perform non-trivial reasoning about the 3D structure of the output space. However, recent work has challenged this belief, showing that complex encoder-decoder architectures p…

Cited by 27SourcePDFScholar
2020

Online Learned Continual Compression with Adaptive Quantization Modules

ICML 2020poster

We introduce and study the problem of Online Continual Compression, where one attempts to simultaneously learn to compress and store a representative dataset from a non i.i.d data stream, while only observing each sample once. A naive application of auto-encoder in this setting encounters a major ch…

2019

Online Continual Learning with Maximal Interfered Retrieval

NeurIPS 2019poster

Continual learning, the setting where a learning agent is faced with a never-ending stream of data, continues to be a great challenge for modern machine learning systems. In particular the online or "single-pass through the data" setting has gained attention recently as a natural setting that is dif…

2018

Compressing the Input for CNNs with the First-Order Scattering Transform

ECCV 2018poster

We consider the first-order scattering transform as a candidate for reducing the signal processed by a convolutional neural network (CNN). We study this transformation and show theoretical and empirical evidence that in the case of natural images and sufficiently small translation invariance, this t…

2017

Learning to Discover Sparse Graphical Models

ICML 2017poster

We consider structure discovery of undirected graphical models from observational data. Inferring likely structures from few examples is a complex task often requiring the formulation of priors and sophisticated inference procedures. Popular methods rely on estimating a penalized maximum likelihood…

Cited by 40SourcePDFScholar
2016

Testing for Differences in Gaussian Graphical Models: Applications to Brain Connectivity

NeurIPS 2016oral

Functional brain networks are well described and estimated from data with Gaussian Graphical Models (GGMs), e.g.\ using sparse inverse covariance estimators. Comparing functional connectivity of subjects in two populations calls for comparing these estimated GGMs. Our goal is to identify differences…

Cited by 84SourcePDFScholar