← Search

Constantine Dovrolis

6 accepted papers

2025

PEAKS: Selecting Key Training Examples Incrementally via Prediction Error Anchored by Kernel Similarity

ICML 2025poster

As deep learning continues to be driven by ever-larger datasets, understanding which examples are most important for generalization has become a critical question. While progress in data selection continues, emerging applications require studying this problem in dynamic contexts. To bridge this gap,…

2024

NICE: Neurogenesis Inspired Contextual Encoding for Replay-free Class Incremental Learning

CVPR 2024poster

Deep neural networks (DNNs) struggle to learn in dynamic settings because they mainly rely on static datasets. Continual learning (CL) aims to overcome this limitation by enabling DNNs to incrementally accumulate knowledge. A widely adopted scenario in CL is class-incremental learning (CIL) where DN…

2023

Neural Sculpting: Uncovering hierarchically modular task structure in neural networks through pruning and network analysis

NeurIPS 2023poster

Natural target functions and tasks typically exhibit hierarchical modularity -- they can be broken down into simpler sub-functions that are organized in a hierarchy. Such sub-functions have two important features: they have a distinct set of inputs (input-separability) and they are reused as inputs…

Cited by 4SourcePDFScholar
2022

NISPA: Neuro-Inspired Stability-Plasticity Adaptation for Continual Learning in Sparse Networks

ICML 2022spotlight

The goal of continual learning (CL) is to learn different tasks over time. The main desiderata associated with CL are to maintain performance on older tasks, leverage the latter to improve learning of future tasks, and to introduce minimal overhead in the training process (for instance, to not requi…

2021

PHEW : Constructing Sparse Networks that Learn Fast and Generalize Well without Training Data

ICML 2021spotlight

Methods that sparsify a network at initialization are important in practice because they greatly improve the efficiency of both learning and inference. Our work is based on a recently proposed decomposition of the Neural Tangent Kernel (NTK) that has decoupled the dynamics of the training process in…

2021

Unsupervised Progressive Learning and the STAM Architecture

IJCAI 2021poster

We first pose the Unsupervised Progressive Learning (UPL) problem: an online representation learning problem in which the learner observes a non-stationary and unlabeled data stream, learning a growing number of features that persist over time even though the data is not stored or replayed. To so…