CVMar 26, 2022

Uncertainty-aware Contrastive Distillation for Incremental Semantic Segmentation

arXiv:2203.14098v291 citationsh-index: 55Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of catastrophic forgetting for researchers and practitioners in computer vision, offering an incremental improvement by combining contrastive learning with distillation in semantic segmentation.

The paper tackles catastrophic forgetting in incremental semantic segmentation by proposing Uncertainty-aware Contrastive Distillation (UCD), which introduces a novel distillation loss that enforces feature similarity within classes and dissimilarity between classes, achieving state-of-the-art performance on three benchmarks.

A fundamental and challenging problem in deep learning is catastrophic forgetting, i.e. the tendency of neural networks to fail to preserve the knowledge acquired from old tasks when learning new tasks. This problem has been widely investigated in the research community and several Incremental Learning (IL) approaches have been proposed in the past years. While earlier works in computer vision have mostly focused on image classification and object detection, more recently some IL approaches for semantic segmentation have been introduced. These previous works showed that, despite its simplicity, knowledge distillation can be effectively employed to alleviate catastrophic forgetting. In this paper, we follow this research direction and, inspired by recent literature on contrastive learning, we propose a novel distillation framework, Uncertainty-aware Contrastive Distillation (\method). In a nutshell, \method~is operated by introducing a novel distillation loss that takes into account all the images in a mini-batch, enforcing similarity between features associated to all the pixels from the same classes, and pulling apart those corresponding to pixels from different classes. In order to mitigate catastrophic forgetting, we contrast features of the new model with features extracted by a frozen model learned at the previous incremental step. Our experimental results demonstrate the advantage of the proposed distillation technique, which can be used in synergy with previous IL approaches, and leads to state-of-art performance on three commonly adopted benchmarks for incremental semantic segmentation. The code is available at \url{https://github.com/ygjwd12345/UCD}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes