← Search

Stefanos Laskaridis

7 accepted papers

2026

FlexRank: Nested Low-Rank Knowledge Decomposition for Adaptive Model Deployment

ICML 2026spotlight

The growing scale of deep neural networks, encompassing large language models (LLMs) and vision transformers (ViTs), has made training from scratch prohibitively expensive and deployment increasingly costly. These models are often used as computational monoliths with fixed cost, a rigidity that does…

Cited by 1SourceScholar
2026

LoFT: Low-Rank Adaptation That Behaves Like Full Fine-Tuning

ICLR 2026poster

Large pre-trained models are commonly adapted to downstream tasks using parameter-efficient fine-tuning methods such as Low-Rank Adaptation (LoRA), which injects small trainable low-rank matrices instead of updating all weights. While LoRA dramatically reduces trainable parameters with little overhe…

Cited by 0SourceScholar
2026

MoSE: Mixture of Slimmable Experts for Efficient and Adaptive Language Models

ICML 2026poster

Mixture-of-Experts (MoE) models scale large language models efficiently by sparsely activating experts, but once an expert is selected, it is executed fully. Hence, the trade-off between accuracy and computation in an MoE model typically exhibits large discontinuities. We propose Mixture of Slimmabl…

Cited by 0SourceScholar
2024

Maestro: Uncovering Low-Rank Structures via Trainable Decomposition

ICML 2024poster

Deep Neural Networks (DNNs) have been a large driver for AI breakthroughs in recent years, ranging from self-driving cars to intelligent assistants. However, these models have been getting increasingly large as they become more accurate and safe. This means that their training becomes increasingly c…

2024

Recurrent Early Exits for Federated Learning with Heterogeneous Clients

ICML 2024poster

Federated learning (FL) has enabled distributed learning of a model across multiple clients in a privacy-preserving manner. One of the main challenges of FL is to accommodate clients with varying hardware capacities; clients have differing compute and memory requirements. To tackle this challenge, r…

2022

Multi-Exit Semantic Segmentation Networks

ECCV 2022poster

"Semantic segmentation arises as the backbone of many vision systems, spanning from self-driving cars and robot navigation to augmented reality and teleconferencing. Frequently operating under stringent latency constraints within a limited resource envelope, optimising for efficient execution become…

Cited by 46SourcePDFScholar
2021

FjORD: Fair and Accurate Federated Learning under heterogeneous targets with Ordered Dropout

NeurIPS 2021spotlight

Federated Learning (FL) has been gaining significant traction across different ML tasks, ranging from vision to keyboard predictions. In large-scale deployments, client heterogeneity is a fact and constitutes a primary problem for fairness, training performance and accuracy. Although significant eff…