paper-with-me

홈 › Papers

Calibrating CNNs for Lifelong Learning

2020-12-01 · NeurIPS 2020 12 · Pravendra Singh, Vinay Kumar Verma, Pratik Mazumder, Lawrence Carin, Piyush Rai

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 very few calibration parameters, to become relevant to the new task. Based on this, we calibrate the activation maps produced by each network layer using spatial and channel-wise calibration modules and train only these calibration parameters for each new task in order to perform lifelong learning. Our calibration modules introduce significantly less computation and parameters as compared to the approaches that dynamically expand the network. Our approach is immune to catastrophic forgetting since we store the task-adaptive calibration parameters, which contain all the task-specific knowledge and is exclusive to each task. Further, our approach does not require storing data samples from the old tasks, which is done by many replay based methods. We perform extensive experiments on multiple benchmark datasets (SVHN, CIFAR, ImageNet, and MS-Celeb), all of which show substantial improvements over state-of-the-art methods (e.g., a 29% absolute increase in accuracy on CIFAR-100 with 10 classes at a time). On large-scale datasets, our approach yields 23.8% and 9.7% absolute increase in accuracy on ImageNet-100 and MS-Celeb-10K datasets, respectively, by employing very few (0.51% and 0.35% of model parameters) task-adaptive calibration parameters.

📄 PDF Abstract BibTeX

Code (1)

pravendra-singh/Calibrating-CNNs-for-Lifelong-Learning 공식 구현 pytorch

Tasks

Continual LearningLifelong learning

Similar Papers 제목 키워드 기반

Recalibrating Fully Convolutional Networks with Spatial and Channel 'Squeeze & Excitation' Blocks

2018-08-23 · Abhijit Guha Roy, Nassir Navab, Christian Wachinger

In a wide range of semantic segmentation tasks, fully convolutional neural networks (F-CNNs) have been successfully leveraged to achieve state-of-the-art performance. Architectural innovations of F-CNNs have mainly been …

image-classificationImage ClassificationSegmentationSemantic Segmentation

A Lifelong Learning Approach to Brain MR Segmentation Across Scanners and Protocols

2018-05-25 · Neerav Karani, Krishna Chaitanya, Christian Baumgartner, Ender Konukoglu

Convolutional neural networks (CNNs) have shown promising results on several segmentation tasks in magnetic resonance (MR) images. However, the accuracy of CNNs may degrade severely when segmenting images acquired with d…

Lifelong learningSegmentation

Calibrating Deep Convolutional Gaussian Processes

2018-05-26 · Gia-Lac Tran, Edwin V. Bonilla, John P. Cunningham, Pietro Michiardi 외

The wide adoption of Convolutional Neural Networks (CNNs) in applications where decision-making under uncertainty is fundamental, has brought a great deal of attention to the ability of these models to accurately quantif…

Decision MakingDecision Making Under UncertaintyGaussian ProcessesGeneral Classification+2

Continual Learning With Lifelong Vision Transformer

2022-01-01 · CVPR 2022 1 · Zhen Wang, Liu Liu, Yiqun Duan, Yajing Kong 외

Continual learning methods aim at training a neural network from sequential data with streaming labels, relieving catastrophic forgetting. However, existing methods are based on and designed for convolutional neural …

Continual Learning

Concurrent Spatial and Channel Squeeze & Excitation in Fully Convolutional Networks

2018-03-07 · Abhijit Guha Roy, Nassir Navab, Christian Wachinger

Fully convolutional neural networks (F-CNNs) have set the state-of-the-art in image segmentation for a plethora of applications. Architectural innovations within F-CNNs have mainly focused on improving spatial encoding o…

Brain Segmentationimage-classificationImage ClassificationImage Segmentation+3