← Search

Donato Crisostomi

11 accepted papers

2026

Implicit Inversion turns CLIP into a Decoder

ICLR 2026poster

CLIP is a discriminative model trained to align images and text in a shared embedding space. Due to its multimodal structure, it serves as the backbone of many generative pipelines, where a decoder is trained to map from the shared space back to images. We show that image synthesis is nevertheless p…

Cited by 0SourcecodeScholar
2026

Language Models are Injective and Hence Invertible

ICLR 2026poster

Transformer components such as non-linear activations and normalization are inherently non-injective, suggesting that different inputs could map to the same output and prevent exact recovery of the input from a model’s representations. In this paper, we challenge this view. First, we prove mathemati…

Cited by 0SourcecodeScholar
2026

MASS: MoErging through Adaptive Subspace Selection

ICLR 2026poster

Model merging has recently emerged as a lightweight alternative to ensembling, combining multiple fine-tuned models into a single set of parameters with no additional training overhead. Yet, existing merging methods fall short of matching the full accuracy of separately fine-tuned endpoints. We pres…

Cited by 0SourcecodeScholar
2026

Multi-Way Representation Alignment

ICML 2026poster

The Platonic Representation Hypothesis suggests that independently trained neural networks converge to increasingly similar latent spaces. However, current strategies for mapping these representations are inherently pairwise, scaling quadratically with the number of models and failing to yield a con…

Cited by 0SourceScholar
2026

PHALAR: Phasors for Learned Musical Audio Representations

ICML 2026poster

Stem retrieval, the task of matching missing stems to a given audio submix, is a key challenge currently limited by models that discard temporal information. We introduce PHALAR, a contrastive framework achieving a relative accuracy increase of up to $\sim 70\%$ over the state-of-the-art while requi…

Cited by 0SourceScholar
2025

MERGE$^3$: Efficient Evolutionary Merging on Consumer-grade GPUs

ICML 2025poster

Evolutionary model merging enables the creation of high-performing multi-task models but remains computationally prohibitive for consumer hardware. We introduce MERGE$^3$, an efficient framework that makes evolutionary merging of Large Language Models (LLMs) feasible on a single GPU by reducing fitn…

2025

Task Singular Vectors: Reducing Task Interference in Model Merging

CVPR 2025poster

Task Arithmetic has emerged as a simple yet effective method to merge models without additional training. However, by treating entire networks as flat parameter vectors, it overlooks key structural information and is susceptible to task interference. In this paper, we study task vectors at the layer…

2025

Update Your Transformer to the Latest Release: Re-Basin of Task Vectors

ICML 2025poster

Foundation models serve as the backbone for numerous specialized models developed through fine-tuning. However, when the underlying pretrained model is updated or retrained (e.g., on larger and more curated datasets), the fine-tuned model becomes obsolete, losing its utility and requiring retraining…

2024

$C^2M^3$: Cycle-Consistent Multi-Model Merging

NeurIPS 2024poster

In this paper, we present a novel data-free method for merging neural networks in weight space. Our method optimizes for the permutations of network neurons while ensuring global coherence across all layers, and it outperforms recent layer-local approaches in a set of challenging scenarios. We then…

2023

Mitigating the Burden of Redundant Datasets via Batch-Wise Unique Samples and Frequency-Aware Losses

ACL 2023industry

Datasets used to train deep learning models in industrial settings often exhibit skewed distributions with some samples repeated a large number of times. This paper presents a simple yet effective solution to reduce the increased burden of repeated computation on redundant datasets. Our approach eli…