← Search

Sotiris Anagnostidis

15 accepted papers

2026

Model Fusion via Retrofitting

ICML 2026poster

Model fusion aims to combine the knowledge of multiple models by creating one representative model that captures the strengths of all of its parents. However, this process is non-trivial due to differences in internal representations, which can stem from permutation invariance, random initialization…

Cited by 0SourceScholar
2025

Autoregressive Distillation of Diffusion Transformers

CVPR 2025poster

Diffusion models with transformer architectures have demonstrated promising capabilities in generating high-fidelity images and scalability for high resolution. However, iterative sampling process required for synthesis is very resource-intensive. A line of work has focused on distilling solutions…

2025

FlexiDiT: Your Diffusion Transformer Can Easily Generate High-Quality Samples with Less Compute

CVPR 2025highlight

Despite their remarkable performance, modern Diffusion Transformers (DiTs) are hindered by substantial resource requirements during inference, stemming from the fixed and large amount of compute needed for each denoising step. In this work, we revisit the conventional static paradigm that allocates…

Cited by 1SourcePDFScholar
2025

Generalized Linear Mode Connectivity for Transformers

NeurIPS 2025oral

Understanding the geometry of neural network loss landscapes is a central question in deep learning, with implications for generalization and optimization. A striking phenomenon is $\textit{linear mode connectivity}$ (LMC), where independently trained models can be connected by low- or zero-barrier…

Cited by 0SourceScholar
2025

Judge Decoding: Faster Speculative Sampling Requires Going Beyond Model Alignment

ICLR 2025oral

The performance of large language models (LLMs) is closely linked to their underlying size, leading to ever-growing networks and hence slower inference. Speculative decoding has been proposed as a technique to accelerate autoregressive generation, leveraging a fast draft model to propose candidate t…

Cited by 1SourcePDFScholar
2024

A Language Model’s Guide Through Latent Space

ICML 2024poster

Concept guidance has emerged as a cheap and simple way to control the behavior of language models by probing their hidden representations for concept vectors and using them to perturb activations at inference time. While the focus of previous work has largely been on *truthfulness*, in this paper we…

2024

Navigating Scaling Laws: Compute Optimality in Adaptive Model Training

ICML 2024spotlight

In recent years, the state-of-the-art in deep learning has been dominated by very large models that have been pre-trained on vast amounts of data. The paradigm is very simple: investing more computational resources (optimally) leads to better performance, and even predictably so; neural scaling laws…

Cited by 1SourcePDFScholar
2024

Towards Meta-Pruning via Optimal Transport

ICLR 2024spotlight

Structural pruning of neural networks conventionally relies on identifying and discarding less important neurons, a practice often resulting in significant accuracy loss that necessitates subsequent fine-tuning efforts. This paper introduces a novel approach named Intra-Fusion, challenging this prev…

2024

Transformer Fusion with Optimal Transport

ICLR 2024poster

Fusion is a technique for merging multiple independently-trained neural networks in order to combine their capabilities. Past attempts have been restricted to the case of fully-connected, convolutional, and residual networks. This paper presents a systematic approach for fusing two or more transform…

2023

Dynamic Context Pruning for Efficient and Interpretable Autoregressive Transformers

NeurIPS 2023spotlight

Autoregressive Transformers adopted in Large Language Models (LLMs) are hard to scale to long sequences. Despite several works trying to reduce their computational cost, most of LLMs still adopt attention layers between all pairs of tokens in the sequence, thus incurring a quadratic cost. In this st…

Cited by 62SourcePDFScholar
2023

OpenAssistant Conversations - Democratizing Large Language Model Alignment

NeurIPS 2023oral

Aligning large language models (LLMs) with human preferences has proven to drastically improve usability and has driven rapid adoption as demonstrated by ChatGPT. Alignment techniques such as supervised fine-tuning (\textit{SFT}) and reinforcement learning from human feedback (\textit{RLHF}) greatl…

2022

Signal Propagation in Transformers: Theoretical Perspectives and the Role of Rank Collapse

NeurIPS 2022accept

Transformers have achieved remarkable success in several domains, ranging from natural language processing to computer vision. Nevertheless, it has been recently shown that stacking self-attention layers — the distinctive architectural component of Transformers — can result in rank collapse of the t…

Cited by 88SourcePDFScholar