Papers › Unsupervised Foreground Extraction via Deep Region Competition

Unsupervised Foreground Extraction via Deep Region Competition

29 Oct 2021NeurIPS 2021 12arXiv:2110.15497archive 2025-07-28

Peiyu Yu, Sirui Xie, Xiaojian Ma, Yixin Zhu, Ying Nian Wu, Song-Chun Zhu

We present Deep Region Competition (DRC), an algorithm designed to extract foreground objects from images in a fully unsupervised manner. Foreground extraction can be viewed as a special case of generic image segmentation that focuses on identifying and disentangling objects from the background. In this work, we rethink the foreground extraction by reconciling energy-based prior with generative image modeling in the form of Mixture of Experts (MoE), where we further introduce the learned pixel re-assignment as the essential inductive bias to capture the regularities of background regions. With this modeling, the foreground-background partition can be naturally found through Expectation-Maximization (EM). We show that the proposed method effectively exploits the interaction between the mixture components during the partitioning process, which closely connects to region competition, a seminal approach for generic image segmentation. Experiments demonstrate that DRC exhibits more competitive performances on complex real-world data and challenging multi-object scenes compared with prior methods. Moreover, we show empirically that DRC can potentially generalize to novel foreground objects even from categories unseen during training.

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="2110.15497")

Code

Syntology Ran 13 of 15 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 11 ran with no contract checked.

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

yupeiyu98/deep-region-competition officialmentioned in papermentioned on GitHubpytorch report
yupeiyu98/drc officialmentioned in papermentioned on GitHubpytorch 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; 13 ran; 1 honoured the contract we drafted; 2 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
1ran · our draft was wrong
11ran
2unverified

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 yupeiyu98/deep-region-competition. “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.

BaseDecoder yupeiyu98/deep-region-competition/drc_workspace/src/models.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · 37ab11d4ef14b8f6 · report
BaseEncoder yupeiyu98/deep-region-competition/drc_workspace/src/models.py official repository ran no licence file found · pointer only · ae845e85f2ef80d6 · report
BaseModel yupeiyu98/deep-region-competition/drc_workspace/src/models.py official repository ran no licence file found · pointer only · 56efdafc0dbea079 · report
BaseNetwork yupeiyu98/deep-region-competition/drc_workspace/src/models.py official repository ran no licence file found · pointer only · dafbfccb1de5171c · report
BgNet yupeiyu98/deep-region-competition/drc_workspace/src/models.py official repository ran no licence file found · pointer only · 21e4e15b54ad6002 · report
CEBMNet yupeiyu98/deep-region-competition/drc_workspace/src/models.py official repository ran no licence file found · pointer only · dcef53bf0a1a6cc5 · report
DownBlock yupeiyu98/deep-region-competition/drc_workspace/src/models.py official repository ran fingerprinted no licence file found · pointer only · c4fe341c6592fa40 · report
FgNet yupeiyu98/deep-region-competition/drc_workspace/src/models.py official repository ran no licence file found · pointer only · 96e7b58edf19695a · report
ImageHead yupeiyu98/deep-region-competition/drc_workspace/src/models.py official repository ran fingerprinted no licence file found · pointer only · 9325924e3a2c697d · report
SpNet yupeiyu98/deep-region-competition/drc_workspace/src/models.py official repository ran no licence file found · pointer only · 7678561ee0a95549 · report
UpBlock yupeiyu98/deep-region-competition/drc_workspace/src/models.py official repository ran fingerprinted no licence file found · pointer only · e976201ab6c52f60 · report
dce yupeiyu98/deep-region-competition/drc_workspace/src/models.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · eba2c6317798ab33 · report
ortho_reg yupeiyu98/deep-region-competition/drc_workspace/src/models.py official repository ran · honoured contract no licence file found · pointer only · 439d344cd2787e31 · report
EABPModel yupeiyu98/deep-region-competition/drc_workspace/src/models.py official repository unverified no licence file found · pointer only · 596615e52de1b80c · report
tv_loss yupeiyu98/deep-region-competition/drc_workspace/src/models.py official repository unverified no licence file found · pointer only · b287f331ca862510 · report

Tasks

Image SegmentationInductive BiasMixture-of-ExpertsSemantic 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