← Search

Sebastian Cygert

5 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
2025

No Task Left Behind: Isotropic Model Merging with Common and Task-Specific Subspaces

ICML 2025poster

Model merging integrates the weights of multiple task-specific models into a single multi-task model. Despite recent interest in the problem, a significant performance gap between the combined and single-task models remains. In this paper, we investigate the key characteristics of task matrices --…

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

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…