paper-with-me

홈 › Papers

Half-Real Half-Fake Distillation for Class-Incremental Semantic Segmentation

2021-04-02 · Zilong Huang, Wentian Hao, Xinggang Wang, Mingyuan Tao, Jianqiang Huang, Wenyu Liu, Xian-Sheng Hua

Despite their success for semantic segmentation, convolutional neural networks are ill-equipped for incremental learning, \ie, adapting the original segmentation model as new classes are available but the initial training data is not retained. Actually, they are vulnerable to catastrophic forgetting problem. We try to address this issue by "inverting" the trained segmentation network to synthesize input images starting from random noise. To avoid setting detailed pixel-wise segmentation maps as the supervision manually, we propose the SegInversion to synthesize images using the image-level labels. To increase the diversity of synthetic images, the Scale-Aware Aggregation module is integrated into SegInversion for controlling the scale (the number of pixels) of synthetic objects. Along with real images of new classes, the synthesized images will be fed into the distillation-based framework to train the new segmentation model which retains the information about previously learned classes, whilst updating the current model to learn the new ones. The proposed method significantly outperforms other incremental learning methods and obtains state-of-the-art performance on the PASCAL VOC 2012 and ADE20K datasets. The code and models will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2104.00875

Code (0)

등록된 구현이 없습니다.

Tasks

Class-Incremental Semantic SegmentationDiversityIncremental LearningSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Audio Deepfake Detection with Half-Truth Localisation Using Cross-Attentive Feature Fusion

2026-05-28 · S. Sutharya, Remya K. Sasi arxiv

Audio deepfake detection is well-studied as a binary problem, but partially manipulated speech, where a short synthesised segment is spliced into an otherwise genuine utterance, poses a harder and more realistic threat. …

Audio Deepfake Detection

Half-Truth: A Partially Fake Audio Detection Dataset

2021-04-08 · Jiangyan Yi, Ye Bai, JianHua Tao, Haoxin Ma 외

Diverse promising datasets have been designed to hold back the development of fake audio detection, such as ASVspoof databases. However, previous datasets ignore an attacking situation, in which the hacker hides some sma…

Speech Synthesis

TweepFake: about Detecting Deepfake Tweets

2020-07-31 · Tiziano Fagni, Fabrizio Falchi, Margherita Gambini, Antonio Martella 외

The recent advances in language modeling significantly improved the generative capabilities of deep neural models: in 2019 OpenAI released GPT-2, a pre-trained language model that can autonomously generate coherent, non-…

Binary text classificationDeepFake DetectionFace SwappingLanguage Modeling+3

Self-Distillation from the Last Mini-Batch for Consistency Regularization

2022-03-30 · CVPR 2022 1 · Yiqing Shen, Liwu Xu, Yuzhe Yang, Yaqian Li 외

Knowledge distillation (KD) shows a bright promise as a powerful regularization strategy to boost generalization ability by leveraging learned sample-level soft targets. Yet, employing a complex pre-trained teacher netwo…

Knowledge Distillation

Classification Under Misspecification: Halfspaces, Generalized Linear Models, and Evolvability

2020-12-01 · NeurIPS 2020 12 · Sitan Chen, Frederic Koehler, Ankur Moitra, Morris Yau

In this paper, we revisit the problem of distribution-independently learning halfspaces under Massart noise with rate $\eta$. Recent work resolved a long-standing problem in this model of efficiently learning to error $\…

ClassificationFairnessGeneral ClassificationKnowledge Distillation