Papers › Unsupervised Object Localization: Observing the Background to Discover Objects

Unsupervised Object Localization: Observing the Background to Discover Objects

15 Dec 2022CVPR 2023 1arXiv:2212.07834archive 2025-07-28

Oriane Siméoni, Chloé Sekkat, Gilles Puy, Antonin Vobecky, Éloi Zablocki, Patrick Pérez

Recent advances in self-supervised visual representation learning have paved the way for unsupervised methods tackling tasks such as object discovery and instance segmentation. However, discovering objects in an image with no supervision is a very hard task; what are the desired objects, when to separate them into parts, how many are there, and of what classes? The answers to these questions depend on the tasks and datasets of evaluation. In this work, we take a different approach and propose to look for the background instead. This way, the salient objects emerge as a by-product without any strong assumption on what an object should be. We propose FOUND, a simple model made of a single conv1×1 initialized with coarse background masks extracted from self-supervised patch-based representations. After fast training and refining these seed masks, the model reaches state-of-the-art results on unsupervised saliency detection and object discovery benchmarks. Moreover, we show that our approach yields good results in the unsupervised semantic segmentation retrieval task. The code to reproduce our results is available at https://github.com/valeoai/FOUND.

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

Code

Syntology Ran 3 of 16 code samples harvested from 1 repository linked to this paper; 13 have no recorded run. Of those that ran: 3 ran with no contract checked.

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

valeoai/found officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

16 samples harvested; 3 ran; 0 honoured the contract we drafted; 13 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.

3ran
13unverified

Licence: 0 of the 16 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 valeoai/found. “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.

get_valid_idx valeoai/found/bilateral_solver.py official repository ran Apache-2.0 (permissive) · 04c4101fccb5c55b · report
rgb2yuv valeoai/found/bilateral_solver.py official repository ran fingerprinted Apache-2.0 (permissive) · ec22a04e890fb286 · report
yuv2rgb valeoai/found/bilateral_solver.py official repository ran fingerprinted Apache-2.0 (permissive) · 5d9850cf710de517 · report
IoU valeoai/found/misc.py official repository unverified Apache-2.0 (permissive) · 83bbfbc25d284b4b · report
compute_img_bkg_seg valeoai/found/bkg_seg.py official repository unverified Apache-2.0 (permissive) · ad03beba02837819 · report
compute_size valeoai/found/datasets/geometric_transforms.py official repository unverified Apache-2.0 (permissive) · 627a26cf332a1257 · report
create_VOC_loader valeoai/found/datasets/VOC.py official repository unverified Apache-2.0 (permissive) · 8c064d89722d29ff · report
create_gt_masks_if_voc valeoai/found/datasets/VOC.py official repository unverified Apache-2.0 (permissive) · f6b0efb285e61b1f · report
discard_hard_voc valeoai/found/datasets/uod_datasets.py official repository unverified Apache-2.0 (permissive) · fac97e0bd4a7d7fd · report
extract_gt_COCO valeoai/found/datasets/uod_datasets.py official repository unverified Apache-2.0 (permissive) · c0480f1a5fe8d95d · report
extract_gt_VOC valeoai/found/datasets/uod_datasets.py official repository unverified Apache-2.0 (permissive) · b6b8ba6662e0aa6d · report
get_voc_detection_gt valeoai/found/datasets/VOC.py official repository unverified Apache-2.0 (permissive) · 49d7f4f1978fcf07 · report
load_config valeoai/found/misc.py official repository unverified Apache-2.0 (permissive) · d36a50450a39cb9f · report
random_crop valeoai/found/datasets/geometric_transforms.py official repository unverified Apache-2.0 (permissive) · cfbc0539d5d0564e · report
resize valeoai/found/datasets/geometric_transforms.py official repository unverified Apache-2.0 (permissive) · 51da33e6dc962567 · report
set_dataset_dir valeoai/found/datasets/datasets.py official repository unverified Apache-2.0 (permissive) · 9ae96e58274012e3 · report

Tasks

Instance SegmentationObjectObject DiscoveryObject LocalizationRepresentation LearningRetrievalSaliency DetectionSemantic SegmentationUnsupervised Object LocalizationUnsupervised Saliency DetectionUnsupervised Semantic 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