paper-with-me

Papers

BACS: Background Aware Continual Semantic Segmentation

2024-04-19 · Mostafa ElAraby, Ali Harakeh, Liam Paull

Semantic segmentation plays a crucial role in enabling comprehensive scene understanding for robotic systems. However, generating annotations is challenging, requiring labels for every pixel in an image. In scenarios like autonomous driving, there's a need to progressively incorporate new classes as the operating environment of the deployed agent becomes more complex. For enhanced annotation efficiency, ideally, only pixels belonging to new classes would be annotated. This approach is known as Continual Semantic Segmentation (CSS). Besides the common problem of classical catastrophic forgetting in the continual learning setting, CSS suffers from the inherent ambiguity of the background, a phenomenon we refer to as the "background shift'', since pixels labeled as background could correspond to future classes (forward background shift) or previous classes (backward background shift). As a result, continual learning approaches tend to fail. This paper proposes a Backward Background Shift Detector (BACS) to detect previously observed classes based on their distance in the latent space from the foreground centroids of previous steps. Moreover, we propose a modified version of the cross-entropy loss function, incorporating the BACS detector to down-weight background pixels associated with formerly observed classes. To combat catastrophic forgetting, we employ masked feature distillation alongside dark experience replay. Additionally, our approach includes a transformer decoder capable of adjusting to new classes without necessitating an additional classification head. We validate BACS's superior performance over existing state-of-the-art methods on standard CSS benchmarks.

📄 PDF Abstract BibTeX arXiv:2404.13148

Code (1)

mostafaelaraby/bacs-continual-semantic-segmentation 공식 구현 pytorch

Tasks

Autonomous DrivingContinual LearningContinual Semantic SegmentationDecoderScene UnderstandingSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Continual Learning for Image Segmentation with Dynamic Query

2023-11-29 · Weijia Wu, Yuzhong Zhao, Zhuang Li, Lianlei Shan 외

Image segmentation based on continual learning exhibits a critical drop of performance, mainly due to catastrophic forgetting and background shift, as they are required to incorporate new classes continually. In this pap…

Continual LearningDiversityImage SegmentationInstance Segmentation+4

BAC-JEPA: Label-Efficient Breast Arterial Calcification Segmentation via Synthetic Mammography-Guided Supervision

2026-06-20 · Scott Chase Waggener, Lakshman Tamil arxiv

Breast arterial calcification (BAC) on screening mammograms is an emerging cardiovascular risk biomarker, but quantitative use requires reproducible segmentation and expert pixel-level labels are costly. We present BAC-J…

Representation LearningImage Generation

Privacy-Preserving Synthetic Continual Semantic Segmentation for Robotic Surgery

2024-02-08 · Mengya Xu, Mobarakol Islam, Long Bai, Hongliang Ren

Deep Neural Networks (DNNs) based semantic segmentation of the robotic instruments and tissues can enhance the precision of surgical activities in robot-assisted surgery. However, in biological learning, DNNs cannot lear…

Continual LearningContinual Semantic SegmentationPrivacy PreservingSegmentation+1

Tackling Catastrophic Forgetting and Background Shift in Continual Semantic Segmentation

2021-06-29 · Arthur Douillard, Yifu Chen, Arnaud Dapogny, Matthieu Cord

Deep learning approaches are nowadays ubiquitously used to tackle computer vision tasks such as semantic segmentation, requiring large datasets and substantial computational power. Continual learning for semantic segment…

Class Incremental LearningContinual LearningContinual Semantic SegmentationOverlapped 10-1+4

PLOP: Learning without Forgetting for Continual Semantic Segmentation

2020-11-23 · CVPR 2021 1 · Arthur Douillard, Yifu Chen, Arnaud Dapogny, Matthieu Cord

Deep learning approaches are nowadays ubiquitously used to tackle computer vision tasks such as semantic segmentation, requiring large datasets and substantial computational power. Continual learning for semantic segment…

Class Incremental LearningContinual LearningContinual Semantic SegmentationDisjoint 10-1+15