← Search

Tomasz Trzcinski

21 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

LumiMotion: Improving Gaussian Relighting with Scene Dynamics

CVPR 2026

In 3D reconstruction, the problem of inverse rendering, namely recovering the illumination of the scene and the material properties, is fundamental. Existing Gaussian Splatting-based methods primarily target static scenes and often assume simplified or moderate lighting to avoid entan- gling shadows

Cited by 0SourceScholar
2025

1000 Layer Networks for Self-Supervised RL: Scaling Depth Can Enable New Goal-Reaching Capabilities

NeurIPS 2025oral

Scaling up self-supervised learning has driven breakthroughs in language and vision, yet comparable progress has remained elusive in reinforcement learning (RL). In this paper, we study building blocks for self-supervised RL that unlock substantial improvements in scalability, with network depth ser…

Cited by 0SourceScholar
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
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

AdaGlimpse: Active Visual Exploration with Arbitrary Glimpse Position and Scale

ECCV 2024poster

"Active Visual Exploration (AVE) is a task that involves dynamically selecting observations (glimpses), which is critical to facilitate comprehension and navigation within an environment. While modern AVE methods have demonstrated impressive performance, they are constrained to fixed-scale glimpses…

2024

Category Adaptation Meets Projected Distillation in Generalized Continual Category Discovery

ECCV 2024poster

"Generalized Continual Category Discovery (GCCD) tackles learning from sequentially arriving, partially labeled datasets while uncovering new categories. Traditional methods depend on feature distillation to prevent forgetting the old knowledge. However, this strategy restricts the model’s ability t…

2024

Divide and not forget: Ensemble of selectively trained experts in Continual Learning

ICLR 2024poster

Class-incremental learning is becoming more popular as it helps models widen their applicability while not forgetting what they already know. A trend in this area is to use a mixture-of-expert technique, where different models work together to solve the task. However, the experts are usually trained…

2024

Overestimation, Overfitting, and Plasticity in Actor-Critic: the Bitter Lesson of Reinforcement Learning

ICML 2024poster

Recent advancements in off-policy Reinforcement Learning (RL) have significantly improved sample efficiency, primarily due to the incorporation of various forms of regularization that enable more gradient update steps than traditional agents. However, many of these techniques have been tested in lim…

Cited by 22SourcePDFScholar
2024

Task-recency bias strikes back: Adapting covariances in Exemplar-Free Class Incremental Learning

NeurIPS 2024poster

Exemplar-Free Class Incremental Learning (EFCIL) tackles the problem of training a model on a sequence of tasks without access to past data. Existing state-of-the-art methods represent classes as Gaussian distributions in the feature extractor's latent space, enabling Bayes classification or trainin…

2023

Bucks for Buckets (B4B): Active Defenses Against Stealing Encoders

NeurIPS 2023poster

Machine Learning as a Service (MLaaS) APIs provide ready-to-use and high-utility encoders that generate vector representations for given inputs. Since these encoders are very costly to train, they become lucrative targets for model stealing attacks during which an adversary leverages query access to…

Cited by 2SourcePDFScholar
2023

The Tunnel Effect: Building Data Representations in Deep Neural Networks

NeurIPS 2023poster

Deep neural networks are widely known for their remarkable effectiveness across various tasks, with the consensus that deeper networks implicitly learn more complex data representations. This paper shows that sufficiently deep networks trained for supervised image classification split into two disti…

Cited by 18SourcePDFScholar
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…

2022

EgoNN: Egocentric Neural Network for Point Cloud Based 6DoF Relocalization at the City Scale

RA-L 2022

The letter presents a deep neural network-based method for global and local descriptors extraction from a point cloud acquired by a rotating 3D LiDAR. The descriptors can be used for two-stage 6DoF relocalization. First, a course position is retrieved by finding candidates with the closest global de

Cited by 51SourcecodeScholar
2022

On Analyzing Generative and Denoising Capabilities of Diffusion-based Deep Generative Models

NeurIPS 2022accept

Diffusion-based Deep Generative Models (DDGMs) offer state-of-the-art performance in generative modeling. Their main strength comes from their unique setup in which a model (the backward diffusion process) is trained to reverse the forward diffusion process, which gradually adds noise to the input s…

2021

Explaining Self-Supervised Image Representations with Visual Probing

IJCAI 2021poster

Recently introduced self-supervised methods for image representation learning provide on par or superior results to their fully supervised competitors, yet the corresponding efforts to explain the self-supervised approaches lag behind. Motivated by this observation, we introduce a novel visual probi…

2021

Non-Gaussian Gaussian Processes for Few-Shot Regression

NeurIPS 2021poster

Gaussian Processes (GPs) have been widely used in machine learning to model distributions over functions, with applications including multi-modal regression, time-series prediction, and few-shot learning. GPs are particularly useful in the last application since they rely on Normal distributions and…

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…

2020

Hypernetwork approach to generating point clouds

ICML 2020poster

In this work, we propose a novel method for generating 3D point clouds that leverage properties of hyper networks. Contrary to the existing methods that learn only the representation of a 3D object, our approach simultaneously finds a representation of the object and its 3D surfaces. The main idea o…

2018

BinGAN: Learning Compact Binary Descriptors with a Regularized GAN

NeurIPS 2018poster

In this paper, we propose a novel regularization method for Generative Adversarial Networks that allows the model to learn discriminative yet compact binary representations of image patches (image descriptors). We exploit the dimensionality reduction that takes place in the intermediate layers of th…