← Search

Bartosz Wójcik

8 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

Adaptive Computation Modules: Granular Conditional Computation for Efficient Inference

AAAI 2025technical

While transformer models have been highly successful, they are computationally inefficient. We observe that for each layer, the full width of the layer may be needed only for a small subset of tokens inside a batch and that the "effective" width needed to process a token can vary from layer to layer…

2025

How to Train Your Multi-Exit Model? Analyzing the Impact of Training Strategies

ICML 2025poster

Early exits enable the network's forward pass to terminate early by attaching trainable internal classifiers to the backbone network. Existing early-exit methods typically adopt either a joint training approach, where the backbone and exit heads are trained simultaneously, or a disjoint approach, wh…

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
2022

Continual Learning with Guarantees via Weight Interval Constraints

ICML 2022spotlight

We introduce a new training paradigm that enforces interval constraints on neural network parameter space to control forgetting. Contemporary Continual Learning (CL) methods focus on training neural networks efficiently from a stream of data, while reducing the negative impact of catastrophic forget…

2021

Zero Time Waste: Recycling Predictions in Early Exit Neural Networks

NeurIPS 2021poster

The problem of reducing processing time of large deep learning models is a fundamental challenge in many real-world applications. Early exit methods strive towards this goal by attaching additional Internal Classifiers (ICs) to intermediate layers of a neural network. ICs can quickly return predicti…