paper-with-me

Papers

Delving into Transformer for Incremental Semantic Segmentation

2022-11-18 · Zekai Xu, Mingyi Zhang, Jiayue Hou, Xing Gong, Chuan Wen, Chengjie Wang, Junge Zhang

Incremental semantic segmentation(ISS) is an emerging task where old model is updated by incrementally adding new classes. At present, methods based on convolutional neural networks are dominant in ISS. However, studies have shown that such methods have difficulty in learning new tasks while maintaining good performance on old ones (catastrophic forgetting). In contrast, a Transformer based method has a natural advantage in curbing catastrophic forgetting due to its ability to model both long-term and short-term tasks. In this work, we explore the reasons why Transformer based architecture are more suitable for ISS, and accordingly propose propose TISS, a Transformer based method for Incremental Semantic Segmentation. In addition, to better alleviate catastrophic forgetting while preserving transferability on ISS, we introduce two patch-wise contrastive losses to imitate similar features and enhance feature diversity respectively, which can further improve the performance of TISS. Under extensive experimental settings with Pascal-VOC 2012 and ADE20K datasets, our method significantly outperforms state-of-the-art incremental semantic segmentation methods.

📄 PDF Abstract BibTeX arXiv:2211.10253

Code (0)

등록된 구현이 없습니다.

Tasks

DiversitySegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Knowledge Swapping via Learning and Unlearning

2025-02-12 · Mingyu Xing, Lechao Cheng, Shenggeng Tang, Yaxiong Wang 외

We introduce \textbf{Knowledge Swapping}, a novel task designed to selectively regulate knowledge of a pretrained model by enabling the forgetting of user\-specified information, retaining essential knowledge, and acquir…

image-classificationImage ClassificationIncremental Learningobject-detection+2

Incrementer: Transformer for Class-Incremental Semantic Segmentation With Knowledge Distillation Focusing on Old Class

2023-01-01 · CVPR 2023 1 · Chao Shang, Hongliang Li, Fanman Meng, Qingbo Wu 외

Class-incremental semantic segmentation aims to incrementally learn new classes while maintaining the capability to segment old ones, and suffers catastrophic forgetting since the old-class labels are unavailable. Mo…

Class-Incremental Semantic SegmentationDecoderKnowledge DistillationSegmentation+1

Panoptic SegFormer: Delving Deeper into Panoptic Segmentation with Transformers

2021-09-08 · CVPR 2022 1 · Zhiqi Li, Wenhai Wang, Enze Xie, Zhiding Yu 외

Panoptic segmentation involves a combination of joint semantic segmentation and instance segmentation, where image contents are divided into two types: things and stuff. We present Panoptic SegFormer, a general framework…

DecoderInstance SegmentationPanoptic SegmentationSegmentation

Delving into Decision-based Black-box Attacks on Semantic Segmentation

2024-02-02 · Zhaoyu Chen, Zhengyang Shan, Jingwen Chang, Kaixun Jiang 외

Semantic segmentation is a fundamental visual task that finds extensive deployment in applications with security-sensitive considerations. Nonetheless, recent work illustrates the adversarial vulnerability of semantic se…

Adversarial RobustnessSegmentationSemantic Segmentation

A User Study of the Incremental Learning in NMT

2020-11-01 · EAMT 2020 11 · Miguel Domingo, Mercedes García-Martínez, Álvaro Peris, Alexandre Helle 외

In the translation industry, human experts usually supervise and post-edit machine translation hypotheses. Adaptive neural machine translation systems, able to incrementally update the underlying models under an online l…

Incremental LearningMachine TranslationNMTTranslation