ディープラーニングアーキテクチャは、新しいタスクを段階的に学習する必要がある場合に壊滅的な忘却を引き起こすため、パフォーマンスが大幅に低下します。現代のインクリメンタル学習フレームワークは、画像分類とオブジェクト検出に焦点を当てていますが、この作業では、ピクセル単位のラベリングが考慮されるセマンティックセグメンテーションのインクリメンタル学習問題を正式に紹介します。このタスクに取り組むために、以前のモデルの知識を抽出して、以前に学習したクラスに関する情報を保持し、現在のモデルを更新して新しいクラスを学習することを提案します。出力ロジットと中間機能の両方で機能するさまざまなアプローチを提案します。一部の最近のフレームワークとは反対に、以前に学習したクラスの画像は保存せず、これらのクラスの高い精度を維持するには最後のモデルのみが必要です。 Pascal VOC2012データセットの実験的評価は、提案されたアプローチの有効性を示しています。
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.