Papers › Latent Noise Segmentation: How Neural Noise Leads to the Emergence of Segmentation and Grouping

Latent Noise Segmentation: How Neural Noise Leads to the Emergence of Segmentation and Grouping

28 Sep 2023arXiv:2309.16515archive 2025-07-28

Ben Lonnqvist, Zhengqing Wu, Michael H. Herzog

Humans are able to segment images effortlessly without supervision using perceptual grouping. Here, we propose a counter-intuitive computational approach to solving unsupervised perceptual grouping and segmentation: that they arise because of neural noise, rather than in spite of it. We (1) mathematically demonstrate that under realistic assumptions, neural noise can be used to separate objects from each other; (2) that adding noise in a DNN enables the network to segment images even though it was never trained on any segmentation labels; and (3) that segmenting objects using noise results in segmentation performance that aligns with the perceptual grouping phenomena observed in humans, and is sample-efficient. We introduce the Good Gestalt (GG) datasets -- six datasets designed to specifically test perceptual grouping, and show that our DNN models reproduce many important phenomena in human perception, such as illusory contours, closure, continuity, proximity, and occlusion. Finally, we (4) show that our model improves performance on our GG datasets compared to other tested unsupervised models by 24.9%. Together, our results suggest a novel unsupervised segmentation method requiring few assumptions, a new explanation for the formation of perceptual grouping, and a novel potential benefit of neural noise.

PaperPDFCodeCode 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="2309.16515")

Code

Syntology Ran 12 of 13 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 1 ran · fixture could not drive it; 9 ran with no contract checked.

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

zhengqinguuu/latentnoisesegmentation officialmentioned in papermentioned on GitHubpytorchGPL-3.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

13 samples harvested; 12 ran; 1 honoured the contract we drafted; 1 has 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 · violated contract
1ran · fixture could not drive it
9ran
1unverified

Licence: 13 of the 13 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 ZhengqingUUU/LatentNoiseSegmentation. “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.

A_in_B ZhengqingUUU/LatentNoiseSegmentation/umap_plotting.py official repository ran GPL-3.0 (copyleft) · pointer only · 85f2fb693c3b6956 · report
cuda ZhengqingUUU/LatentNoiseSegmentation/utils.py official repository ran · fixture could not drive it fingerprinted GPL-3.0 (copyleft) · pointer only · 8c252d04248affd7 · report
generate_Image_from_ndarray ZhengqingUUU/LatentNoiseSegmentation/datasets/create_datasets.py official repository ran GPL-3.0 (copyleft) · pointer only · 0eb2228302f0ca96 · report
generate_possible_free_pixel_offset ZhengqingUUU/LatentNoiseSegmentation/datasets/create_datasets.py official repository ran fingerprinted GPL-3.0 (copyleft) · pointer only · 6b7d57e23335630d · report
get_latest_version_folder ZhengqingUUU/LatentNoiseSegmentation/utils.py official repository ran fingerprinted GPL-3.0 (copyleft) · pointer only · f36b38e2b5d7683e · report
kl_divergence ZhengqingUUU/LatentNoiseSegmentation/solver.py official repository ran fingerprinted GPL-3.0 (copyleft) · pointer only · 8e97dcc43326b0c1 · report
make_label_readable ZhengqingUUU/LatentNoiseSegmentation/umap_plotting.py official repository ran GPL-3.0 (copyleft) · pointer only · 1e726999714948ac · report
reconstruction_loss ZhengqingUUU/LatentNoiseSegmentation/solver.py official repository ran fingerprinted GPL-3.0 (copyleft) · pointer only · 849bb2b9f4368182 · report
reparametrize ZhengqingUUU/LatentNoiseSegmentation/models.py official repository ran · honoured contract fingerprinted GPL-3.0 (copyleft) · pointer only · 863fc64cd51264f0 · report
return_color_hue_order_jpg ZhengqingUUU/LatentNoiseSegmentation/umap_plotting.py official repository ran GPL-3.0 (copyleft) · pointer only · f790e3af7b531d70 · report
return_data ZhengqingUUU/LatentNoiseSegmentation/dataloaders.py official repository ran GPL-3.0 (copyleft) · pointer only · 75b9f9771c727b95 · report
str2bool ZhengqingUUU/LatentNoiseSegmentation/utils.py official repository ran · violated contract GPL-3.0 (copyleft) · pointer only · f017532fc389cbfe · report
NoisySegmentation zhengqinguuu/latentnoisesegmentation/segmentation.py official repository unverified GPL-3.0 (copyleft) · pointer only · d182c62fb46c1bb1 · report

Tasks

SegmentationSemantic 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