# Incremental Learning Techniques for Semantic Segmentation

**Authors:** Umberto Michieli, Pietro Zanuttigh

arXiv: 1907.13372 · 2019-09-18

## TL;DR

This paper introduces incremental learning for semantic segmentation, addressing catastrophic forgetting by knowledge distillation without storing previous images, and demonstrates effectiveness on Pascal VOC2012.

## Contribution

It formally defines incremental learning for semantic segmentation and proposes methods that retain previous knowledge without storing past images.

## Key findings

- Effective knowledge retention on Pascal VOC2012
- No need to store images from previous classes
- Approaches work on logits and intermediate features

## Abstract

Deep learning architectures exhibit a critical drop of performance due to catastrophic forgetting when they are required to incrementally learn new tasks. Contemporary incremental learning frameworks focus on image classification and object detection while in this work we formally introduce the incremental learning problem for semantic segmentation in which a pixel-wise labeling is considered. To tackle this task we propose to distill the knowledge of the previous model to retain the information about previously learned classes, whilst updating the current model to learn the new ones. We propose various approaches working both on the output logits and on intermediate features. In opposition to some recent frameworks, we do not store any image from previously learned classes and only the last model is needed to preserve high accuracy on these classes. The experimental evaluation on the Pascal VOC2012 dataset shows the effectiveness of the proposed approaches.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.13372/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1907.13372/full.md

## References

37 references — full list in the complete paper: https://tomesphere.com/paper/1907.13372/full.md

---
Source: https://tomesphere.com/paper/1907.13372