Papers › Phase Collapse in Neural Networks

Phase Collapse in Neural Networks

11 Oct 2021ICLR 2022 4arXiv:2110.05283archive 2025-07-28

Florentin Guth, John Zarka, Stéphane Mallat

Deep convolutional classifiers linearly separate image classes and improve accuracy as depth increases. They progressively reduce the spatial dimension whereas the number of channels grows with depth. Spatial variability is therefore transformed into variability along channels. A fundamental challenge is to understand the role of non-linearities together with convolutional filters in this transformation. ReLUs with biases are often interpreted as thresholding operators that improve discrimination through sparsity. This paper demonstrates that it is a different mechanism called phase collapse which eliminates spatial variability while linearly separating classes. We show that collapsing the phases of complex wavelet coefficients is sufficient to reach the classification accuracy of ResNets of similar depths. However, replacing the phase collapses with thresholding operators that enforce sparsity considerably degrades the performance. We explain these numerical results by showing that the iteration of phase collapses progressively improves separation of classes, as opposed to thresholding non-linearities.

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.05283")

Code

Syntology Ran 2 of 21 code samples harvested from 1 repository linked to this paper; 19 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

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

florentinguth/phasecollapse officialmentioned in paperpytorchBSD-3-Clause 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

21 samples harvested; 2 ran; 0 honoured the contract we drafted; 19 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.

2ran · our draft was wrong
19unverified

Licence: 0 of the 21 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 florentinguth/phasecollapse. “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.

conv1x1 florentinguth/phasecollapse/models/resnet.py official repository ran · our draft was wrong BSD-3-Clause (permissive) · d9def42110729a85 · report
conv3x3 florentinguth/phasecollapse/models/resnet.py official repository ran · our draft was wrong BSD-3-Clause (permissive) · fac5364e2f53c6db · report
DCT_I florentinguth/phasecollapse/models/DCT.py official repository unverified BSD-3-Clause (permissive) · 8dafc755add82efd · report
DCT_II florentinguth/phasecollapse/models/DCT.py official repository unverified BSD-3-Clause (permissive) · 240c75536744ea04 · report
DCT_III florentinguth/phasecollapse/models/DCT.py official repository unverified BSD-3-Clause (permissive) · 1dbdb66cd1152c11 · report
conv2d florentinguth/phasecollapse/models/LinearProj.py official repository unverified BSD-3-Clause (permissive) · 214f33cf948da458 · report
filter_bank florentinguth/phasecollapse/phase_scattering2d_torch.py official repository unverified BSD-3-Clause (permissive) · 77ce147bbed83553 · report
gabor_2d florentinguth/phasecollapse/phase_scattering2d_torch.py official repository unverified BSD-3-Clause (permissive) · 82a5616e1b1141ac · report
gaussian_window florentinguth/phasecollapse/models/STFT.py official repository unverified BSD-3-Clause (permissive) · de6dcf943e71f6fb · report
hanning_window florentinguth/phasecollapse/models/STFT.py official repository unverified BSD-3-Clause (permissive) · 7331f2a3d29fc235 · report
make_layers florentinguth/phasecollapse/models/vgg.py official repository unverified BSD-3-Clause (permissive) · 83bfccefe2f22209 · report
modulus florentinguth/phasecollapse/models/Analysis.py official repository unverified BSD-3-Clause (permissive) · 92d96ed40e7d0a99 · report
morlet_2d florentinguth/phasecollapse/phase_scattering2d_torch.py official repository unverified BSD-3-Clause (permissive) · 4bcea53c9473def8 · report
new_logfile florentinguth/phasecollapse/main_block.py official repository unverified BSD-3-Clause (permissive) · 31e6ebc3a900f3de · report
parse_architecture florentinguth/phasecollapse/main_block.py official repository unverified BSD-3-Clause (permissive) · 2472cec7de48ca01 · report
parse_separation_sizes florentinguth/phasecollapse/main_block.py official repository unverified BSD-3-Clause (permissive) · dc3228d6ca081c48 · report
relu florentinguth/phasecollapse/models/Analysis.py official repository unverified BSD-3-Clause (permissive) · 1a2d7d179b6fcef3 · report
resnet18 florentinguth/phasecollapse/models/resnet.py official repository unverified BSD-3-Clause (permissive) · 55d60b5c2e1c2e79 · report
softshrink florentinguth/phasecollapse/models/Analysis.py official repository unverified BSD-3-Clause (permissive) · f2a6aad1f81a2872 · report
vgg11 florentinguth/phasecollapse/models/vgg.py official repository unverified BSD-3-Clause (permissive) · 7d04f93796ace37b · report
vgg11_bn florentinguth/phasecollapse/models/vgg.py official repository unverified BSD-3-Clause (permissive) · 9424fcdf454449da · report

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