FourierPET: Deep Fourier-based Unrolled Network for Low-count PET Reconstruction
Pith reviewed 2026-05-16 13:54 UTC · model grok-4.3
The pith
A Fourier-domain unrolled network disentangles noise and attenuation artifacts in low-count PET reconstruction.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
FourierPET performs Fourier-domain analysis to reveal spectrally separable degradations and proposes a deep unrolled framework with a spectral consistency module enforcing global frequency alignment, an amplitude-phase correction module decoupling and compensating high-frequency phase distortions and low-frequency amplitude suppression, and a dual adjustment module for faster iterative convergence, achieving state-of-the-art performance.
What carries the argument
The amplitude-phase correction module that decouples and compensates for high-frequency phase distortions from noise and low-frequency amplitude suppression from attenuation within a Fourier-based ADMM unrolled reconstruction network.
If this is right
- Global frequency alignment maintains data fidelity across iterations.
- Decoupled correction targets specific artifact types more effectively than undifferentiated spatial optimization.
- Convergence acceleration reduces the number of iterations needed for reconstruction.
- Frequency-aware corrections increase interpretability of the reconstruction process.
- Overall performance reaches state-of-the-art levels using significantly fewer parameters than competing deep learning methods.
Where Pith is reading between the lines
- Similar Fourier separation might apply to other medical imaging modalities affected by noise and attenuation, such as CT or MRI.
- Parameter efficiency could enable deployment on resource-limited clinical hardware.
- Explicit frequency handling might inspire hybrid models combining analytical and learned corrections in inverse problems.
Load-bearing premise
The central degradations in low-count PET are spectrally separable, with noise primarily perturbing high-frequency phases and attenuation suppressing low-frequency amplitudes.
What would settle it
A test showing that phase perturbations from Poisson noise are distributed across frequencies rather than concentrated in high frequencies, or that attenuation errors do not predominantly affect low-frequency amplitudes.
read the original abstract
Low-count positron emission tomography (PET) reconstruction is a challenging inverse problem due to severe degradations arising from Poisson noise, photon scarcity, and attenuation correction errors. Existing deep learning methods typically address these in the spatial domain with an undifferentiated optimization objective, making it difficult to disentangle overlapping artifacts and limiting correction effectiveness. In this work, we perform a Fourier-domain analysis and reveal that these degradations are spectrally separable: Poisson noise and photon scarcity cause high-frequency phase perturbations, while attenuation errors suppress low-frequency amplitude components. Leveraging this insight, we propose FourierPET, a Fourier-based unrolled reconstruction framework grounded in the Alternating Direction Method of Multipliers. It consists of three tailored modules: a spectral consistency module that enforces global frequency alignment to maintain data fidelity, an amplitude-phase correction module that decouples and compensates for high-frequency phase distortions and low-frequency amplitude suppression, and a dual adjustment module that accelerates convergence during iterative reconstruction. Extensive experiments demonstrate that FourierPET achieves state-of-the-art performance with significantly fewer parameters, while offering enhanced interpretability through frequency-aware correction.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes FourierPET, a deep unrolled network for low-count PET reconstruction grounded in the ADMM algorithm. It performs a Fourier-domain analysis claiming that Poisson noise/photon scarcity induce high-frequency phase perturbations while attenuation errors suppress low-frequency amplitude components. The architecture introduces three modules—a spectral consistency module, an amplitude-phase correction module, and a dual adjustment module—to exploit this separability, reporting state-of-the-art reconstruction quality with substantially fewer parameters and improved interpretability via frequency-aware corrections.
Significance. If the spectral-separability premise holds under realistic conditions, the work would offer a principled way to inject domain knowledge into unrolled networks for ill-posed inverse problems, yielding both parameter efficiency and a degree of interpretability that is rare in purely data-driven PET methods. The explicit frequency decoupling could also generalize to other modalities where degradations occupy distinct spectral regimes.
major comments (2)
- [§3.2] §3.2 (Fourier-domain analysis): The central claim that degradations are cleanly spectrally separable (high-frequency phase from noise, low-frequency amplitude from attenuation) is asserted without quantitative support. No spectral power plots, coherence metrics, or controlled ablation experiments isolate the phase/amplitude contributions on either simulated or real data, leaving the justification for the decoupled correction modules unverified.
- [§4 and §5] §4 (Network architecture) and §5 (Experiments): The reported parameter reduction and SOTA performance rest on the assumption that the three modules correctly target the claimed frequency effects. Without an ablation that disables individual modules while measuring both quantitative metrics (PSNR/SSIM) and spectral error distributions, it is impossible to confirm that the efficiency and interpretability gains arise from the Fourier insight rather than from the specific training distribution.
minor comments (2)
- [§4.2] Notation for the amplitude-phase correction module (Eq. 7–9) mixes complex-valued and real-valued operations without an explicit statement of how the inverse Fourier transform is applied after correction; a short derivation or diagram would clarify the data flow.
- [§5.3] The manuscript cites prior unrolled ADMM works but does not compare wall-clock runtime or memory footprint against the closest frequency-domain baselines; adding these metrics would strengthen the efficiency claim.
Simulated Author's Rebuttal
We thank the referee for the constructive and detailed feedback. We address each major comment below and have revised the manuscript to strengthen the quantitative support for our claims.
read point-by-point responses
-
Referee: [§3.2] §3.2 (Fourier-domain analysis): The central claim that degradations are cleanly spectrally separable (high-frequency phase from noise, low-frequency amplitude from attenuation) is asserted without quantitative support. No spectral power plots, coherence metrics, or controlled ablation experiments isolate the phase/amplitude contributions on either simulated or real data, leaving the justification for the decoupled correction modules unverified.
Authors: We agree that the original §3.2 would benefit from explicit quantitative validation of the spectral separability. In the revised manuscript we have added spectral power plots for both simulated and real low-count PET data, coherence metrics between phase and amplitude error maps across frequency bands, and controlled experiments that isolate noise-induced phase perturbations from attenuation-induced amplitude suppression. These additions directly support the design of the amplitude-phase correction module and are included in the updated §3.2 together with a new supplementary section. revision: yes
-
Referee: [§4 and §5] §4 (Network architecture) and §5 (Experiments): The reported parameter reduction and SOTA performance rest on the assumption that the three modules correctly target the claimed frequency effects. Without an ablation that disables individual modules while measuring both quantitative metrics (PSNR/SSIM) and spectral error distributions, it is impossible to confirm that the efficiency and interpretability gains arise from the Fourier insight rather than from the specific training distribution.
Authors: We concur that module-level ablations are necessary to attribute performance gains to the frequency-aware design. The revised §5 now contains a full ablation study in which each module (spectral consistency, amplitude-phase correction, and dual adjustment) is disabled in turn. We report the resulting changes in PSNR, SSIM, and frequency-specific error distributions (phase error at high frequencies and amplitude error at low frequencies). These results demonstrate that the observed parameter efficiency and reconstruction quality improvements are attributable to the Fourier-domain modules rather than training data alone. revision: yes
Circularity Check
No circularity; derivation self-contained via independent Fourier analysis
full rationale
The paper's chain begins with an explicit Fourier-domain analysis of degradations (Poisson noise/photon scarcity as high-frequency phase perturbations, attenuation as low-frequency amplitude suppression), presented as an empirical observation. This insight directly motivates the three modules in the ADMM-unrolled network without any equation or module defining the separability from the network outputs. No self-citations are invoked for uniqueness or ansatz, no parameters are fitted then renamed as predictions, and the architecture does not reduce to its inputs by construction. The framework retains independent content through its frequency-aware design choices.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption Degradations from Poisson noise, photon scarcity, and attenuation are spectrally separable in Fourier domain (high-frequency phase from noise, low-frequency amplitude from attenuation)
invented entities (1)
-
Spectral consistency module, amplitude-phase correction module, dual adjustment module
no independent evidence
Lean theorems connected to this paper
-
IndisputableMonolith/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
Poisson noise and photon scarcity cause high-frequency phase perturbations, while attenuation errors suppress low-frequency amplitude components
-
IndisputableMonolith/Foundation/RealityFromDistinction.leanreality_from_one_distinction unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
ADMM-unrolled framework with Spectral Consistency Module and Amplitude-Phase Correction Module
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.