← Search

Marco Ciccone

17 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

Gradient-Sign Masking for Task Vector Transport Across Pre-Trained Models

ICLR 2026poster

When a new release of a foundation model is published, practitioners typically need to repeat fine-tuning, even if the same task was already tackled in the previous version. A promising alternative is to reuse the parameter changes (i.e., task vectors) that capture how a model adapts to a specific t…

Cited by 0SourcecodeScholar
2026

LoopFormer: Elastic-Depth Looped Transformers for Latent Reasoning via Shortcut Modulation

ICLR 2026poster

Looped Transformers have emerged as an efficient and powerful class of models for reasoning in the language domain. Recent studies show that these models achieve strong performance on algorithmic and reasoning tasks, suggesting that looped architectures possess an inductive bias toward latent reason…

Cited by 0SourcecodeScholar
2026

TokSuite: Measuring the Impact of Tokenizer Choice on Language Model Behavior

ICML 2026oral

Tokenizers provide the fundamental basis through which text is represented and processed by language models (LMs). Despite the importance of tokenization, its role in LM performance and behavior is poorly understood due to the challenge of measuring the impact of tokenization in isolation. To addres…

Cited by 0SourceScholar
2025

Beyond Local Sharpness: Communication-Efficient Global Sharpness-aware Minimization for Federated Learning

CVPR 2025poster

Federated learning (FL) enables collaborative model training with privacy preservation. Data heterogeneity across edge devices (clients) can cause models to converge to sharp minima, negatively impacting generalization and robustness. Recent approaches use client-side sharpness-aware minimization (S…

2025

Efficient Model Editing with Task-Localized Sparse Fine-tuning

ICLR 2025poster

Task arithmetic has emerged as a promising approach for editing models by representing task-specific knowledge as composable task vectors. However, existing methods rely on network linearization to derive task vectors, leading to computational bottlenecks during training and inference. Moreover, lin…

2025

Interaction-Aware Gaussian Weighting for Clustered Federated Learning

ICML 2025poster

Federated Learning (FL) emerged as a decentralized paradigm to train models while preserving privacy. However, conventional FL struggles with data heterogeneity and class imbalance, which degrade model performance. Clustered FL balances personalization and decentralized training by grouping clients…

Cited by 0SourcePDFScholar
2024

Accelerating Heterogeneous Federated Learning with Closed-form Classifiers

ICML 2024poster

Federated Learning (FL) methods often struggle in highly statistically heterogeneous settings. Indeed, non-IID data distributions cause client drift and biased local solutions, particularly pronounced in the final classification layer, negatively impacting convergence speed and accuracy. To address…

2024

Finding Lottery Tickets in Vision Models via Data-driven Spectral Foresight Pruning

CVPR 2024poster

Recent advances in neural network pruning have shown how it is possible to reduce the computational costs and memory demands of deep learning models before training. We focus on this framework and propose a new pruning at initialization algorithm that leverages the Neural Tangent Kernel (NTK) theory…

2024

PEM: Prototype-based Efficient MaskFormer for Image Segmentation

CVPR 2024poster

Recent transformer-based architectures have shown impressive results in the field of image segmentation. Thanks to their flexibility they obtain outstanding performance in multiple segmentation tasks such as semantic and panoptic under a single unified framework. To achieve such impressive performan…

2022

FedDrive: Generalizing Federated Learning to Semantic Segmentation in Autonomous Driving

IROS 2022poster

Semantic Segmentation is essential to make self-driving vehicles autonomous, enabling them to understand their surroundings by assigning individual pixels to known categories. However, it operates on sensible data collected from the users' cars; thus, protecting the clients' privacy becomes a primar…

Cited by 68SourcecodeScholar
2022

Improving Generalization in Federated Learning by Seeking Flat Minima

ECCV 2022poster

"Models trained in federated settings often suffer from degraded performances and fail at generalizing, especially when facing heterogeneous scenarios. In this work, we investigate such behavior through the lens of geometry of the loss and Hessian eigenspectrum, linking the model’s lack of generaliz…

2022

Incremental Learning in Semantic Segmentation From Image Labels

CVPR 2022poster

Although existing semantic segmentation approaches achieve impressive results, they still struggle to update their models incrementally as new categories are uncovered. Furthermore, pixel-by-pixel annotations are expensive and time-consuming. This paper proposes a novel framework for Weakly Incremen…

Cited by 73PDFcodeScholar
2021

DA4Event: Towards Bridging the Sim-to-Real Gap for Event Cameras Using Domain Adaptation

RA-L 2021

Event cameras are novel bio-inspired sensors, which asynchronously capture pixel-level intensity changes in the form of “events”. The innovative way they acquire data presents several advantages over standard devices, especially in poor lighting and high-speed motion conditions. However, the novelty

Cited by 22SourceScholar
2020

A Differentiable Recurrent Surface for Asynchronous Event-Based Data

ECCV 2020poster

Dynamic Vision Sensors (DVSs) asynchronously stream events in correspondence of pixels subject to brightness changes. Differently from classic vision devices, they produce a sparse representation of the scene. Therefore, to apply standard computer vision algorithms, events need to be integrated into…

Cited by 138SourcePDFScholar
2018

NAIS-Net: Stable Deep Networks from Non-Autonomous Differential Equations

NeurIPS 2018poster

This paper introduces Non-Autonomous Input-Output Stable Network (NAIS-Net), a very deep architecture where each stacked processing block is derived from a time-invariant non-autonomous dynamical system. Non-autonomy is implemented by skip connections from the block input to each of the unrolled pro…