Papers › CoinSeg: Contrast Inter- and Intra- Class Representations for Incremental Segmentation

CoinSeg: Contrast Inter- and Intra- Class Representations for Incremental Segmentation

10 Oct 2023ICCV 2023 1arXiv:2310.06368archive 2025-07-28

Zekang Zhang, Guangyu Gao, Jianbo Jiao, Chi Harold Liu, Yunchao Wei

Class incremental semantic segmentation aims to strike a balance between the model's stability and plasticity by maintaining old knowledge while adapting to new concepts. However, most state-of-the-art methods use the freeze strategy for stability, which compromises the model's plasticity.In contrast, releasing parameter training for plasticity could lead to the best performance for all categories, but this requires discriminative feature representation.Therefore, we prioritize the model's plasticity and propose the Contrast inter- and intra-class representations for Incremental Segmentation (CoinSeg), which pursues discriminative representations for flexible parameter tuning. Inspired by the Gaussian mixture model that samples from a mixture of Gaussian distributions, CoinSeg emphasizes intra-class diversity with multiple contrastive representation centroids. Specifically, we use mask proposals to identify regions with strong objectness that are likely to be diverse instances/centroids of a category. These mask proposals are then used for contrastive representations to reinforce intra-class diversity. Meanwhile, to avoid bias from intra-class diversity, we also apply category-level pseudo-labels to enhance category-level consistency and inter-category diversity. Additionally, CoinSeg ensures the model's stability and alleviates forgetting through a specific flexible tuning strategy. We validate CoinSeg on Pascal VOC 2012 and ADE20K datasets with multiple incremental scenarios and achieve superior results compared to previous state-of-the-art methods, especially in more challenging and realistic long-term scenarios. Code is available at https://github.com/zkzhang98/CoinSeg.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2310.06368")

Code

Syntology Ran 10 of 15 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 5 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zkzhang98/coinseg officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 10 ran; 1 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
3ran · our draft was wrong
1ran · fixture could not drive it
5ran
5unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from zkzhang98/coinseg. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

window_partition zkzhang98/coinseg/network/backbone/swin_transformer.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 144d10b49baeb8a6 · report
conv1x1 zkzhang98/coinseg/network/backbone/resnet.py official repository ran · our draft was wrong no licence file found · pointer only · d9def42110729a85 · report
conv3x3 zkzhang98/coinseg/network/backbone/resnet.py official repository ran · our draft was wrong no licence file found · pointer only · 160bb14bd76201b4 · report
fixed_padding zkzhang98/coinseg/network/backbone/mobilenetv2.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · dd6bf6a43c8bc322 · report
gen_bar_updater zkzhang98/coinseg/datasets/utils.py official repository ran no licence file found · pointer only · 4b9b1e0236811496 · report
get_logger zkzhang98/coinseg/network/swin_utils.py official repository ran no licence file found · pointer only · c9157ee08c3b07bf · report
get_root_logger zkzhang98/coinseg/network/swin_utils.py official repository ran no licence file found · pointer only · 8169cc07504a4e47 · report
list_dir zkzhang98/coinseg/datasets/utils.py official repository ran no licence file found · pointer only · 0d8aca7e68b6e3c8 · report
voc_cmap zkzhang98/coinseg/datasets/voc.py official repository ran no licence file found · pointer only · 8c804a6a3b70c7c6 · report
window_reverse zkzhang98/coinseg/network/backbone/swin_transformer.py official repository ran · our draft was wrong no licence file found · pointer only · 61bf152e6a42a184 · report
check_integrity zkzhang98/coinseg/datasets/utils.py official repository unverified no licence file found · pointer only · 7345763c9b9300fb · report
convert_to_separable_conv zkzhang98/coinseg/network/_deeplab.py official repository unverified no licence file found · pointer only · ce942a958c0ae909 · report
deeplabv3_mobilenet zkzhang98/coinseg/network/modeling.py official repository unverified no licence file found · pointer only · abba8305be15d643 · report
deeplabv3_resnet101 zkzhang98/coinseg/network/modeling.py official repository unverified no licence file found · pointer only · d9d0c6992a0adfcc · report
deeplabv3_resnet50 zkzhang98/coinseg/network/modeling.py official repository unverified no licence file found · pointer only · 794a19642d0025e1 · report

Tasks

Class-Incremental Semantic SegmentationDiversitySemantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections