← Search

Pratik Mazumder

5 accepted papers

2022

Attaining Class-Level Forgetting in Pretrained Model Using Few Samples

ECCV 2022poster

"In order to address real-world problems, deep learning models are jointly trained on many classes. However, in the future, some classes may become restricted due to privacy/ethical concerns, and the restricted class knowledge has to be removed from the models that have been trained on them. The ava…

Cited by 1SourcePDFScholar
2021

Rectification-Based Knowledge Retention for Continual Learning

CVPR 2021poster

Deep learning models suffer from catastrophic forgetting when trained in an incremental learning setting. In this work, we propose a novel approach to address the task incremental learning problem, which involves training a model on new tasks that arrive in an incremental manner. The task incrementa…

Cited by 63PDFScholar
2020

CPWC: Contextual Point Wise Convolution for Object Recognition

ICASSP 2020accepted

Convolutional layers are a major driving force behind the successes of deep learning. Pointwise convolution (PWC) is a 1 × 1 convolutional filter that is primarily used for parameter reduction. However, the PWC ignores the spatial information around the points it is processing. This design is by cho…

Cited by 0SourceScholar
2020

Calibrating CNNs for Lifelong Learning

NeurIPS 2020poster

We present an approach for lifelong/continual learning of convolutional neural networks (CNN) that does not suffer from the problem of catastrophic forgetting when moving from one task to the other. We show that the activation maps generated by the CNN trained on the old task can be calibrated using…