← Search

Filip Szatkowski

6 accepted papers

2026

Efficient LLM Moderation with Multi-Layer Latent Prototypes

ICML 2026poster

Although modern LLMs are aligned with human values during post-training, robust moderation remains essential to prevent harmful outputs at deployment time. Existing approaches suffer from performance-efficiency trade-offs and are difficult to customize to user-specific requirements. Motivated by thi…

Cited by 0SourceScholar
2026

Rethinking Calibration for Early-Exit Neural Networks

ICML 2026poster

Early-exit neural networks~(EENNs) accelerate inference by allowing intermediate classifiers to stop computation once predictions are confident enough. Most methods rely on confidence thresholds for exiting, and consequently, classifier calibration is widely assumed to improve performance. In this w…

Cited by 0SourceScholar
2026

Universal Properties of Activation Sparsity in Modern Large Language Models

ICLR 2026poster

Activation sparsity is an intriguing property of deep neural networks that has been extensively studied in ReLU-based models, due to its advantages for efficiency, robustness, and interpretability. However, methods relying on exact zero activations do not directly apply to modern Large Language Mod…

Cited by 0SourceScholar
2025

Improving Continual Learning Performance and Efficiency with Auxiliary Classifiers

ICML 2025poster

Continual learning is crucial for applying machine learning in challenging, dynamic, and often resource-constrained environments. However, catastrophic forgetting — overwriting previously learned knowledge when new information is acquired — remains a major challenge. In this work, we examine the int…

Cited by 0SourcePDFScholar
2024

Exploiting Activation Sparsity with Dense to Dynamic-k Mixture-of-Experts Conversion

NeurIPS 2024poster

Transformer models can face practical limitations due to their high computational requirements. At the same time, such models exhibit significant activation sparsity, which can be leveraged to reduce the inference cost by converting parts of the network into equivalent Mixture-of-Experts (MoE) layer…

Cited by 3SourcePDFScholar
2024

Sparser, Better, Deeper, Stronger: Improving Static Sparse Training with Exact Orthogonal Initialization

ICML 2024poster

Static sparse training aims to train sparse models from scratch, achieving remarkable results in recent years. A key design choice is given by the sparse initialization, which determines the trainable sub-network through a binary mask. Existing methods mainly select such mask based on a predefined d…

Cited by 1SourcePDFScholar