← Search

Olga Saukh

5 accepted papers

2026

Cut Less, Fold More: Model Compression through the Lens of Projection Geometry

ICLR 2026poster

Compressing neural networks without retraining is vital for deployment at scale. We study calibration-free compression through the lens of projection geometry: structured pruning is an axis-aligned projection, whereas model folding performs a low-rank projection via weight clustering. We formalize b…

Cited by 0SourceScholar
2025

Forget the Data and Fine-Tuning! Just Fold the Network to Compress

ICLR 2025poster

We introduce model folding, a novel data-free model compression technique that merges structurally similar neurons across layers, significantly reducing the model size without the need for fine-tuning or access to training data. Unlike existing methods, model folding preserves data statistics during…

2023

DataComp: In search of the next generation of multimodal datasets

NeurIPS 2023oral

Multimodal datasets are a critical component in recent breakthroughs such as CLIP, Stable Diffusion and GPT-4, yet their design does not receive the same research attention as model architectures or training algorithms. To address this shortcoming in the machine learning ecosystem, we introduce Data…

2023

REPAIR: REnormalizing Permuted Activations for Interpolation Repair

ICLR 2023poster

In this paper we empirically investigate the conjecture from Entezari et al. (2021) which states that if permutation invariance is taken into account, then there should be no loss barrier to the linear interpolation between SGD solutions. We conduct our investigation using standard computer vision a…

2022

The Role of Permutation Invariance in Linear Mode Connectivity of Neural Networks

ICLR 2022poster

In this paper, we conjecture that if the permutation invariance of neural networks is taken into account, SGD solutions will likely have no barrier in the linear interpolation between them. Although it is a bold conjecture, we show how extensive empirical attempts fall short of refuting it. We furth…