1. Introduction
Medical image segmentation models are commonly trained on data collected from a limited number of hospitals, scanners, and acquisition protocols. When such models are deployed at a new institution, the anatomical structures of interest may remain clinically comparable, but image contrast, bias fields, noise statistics, reconstruction artifacts, and intensity normalization can change substantially. This mismatch is a practical obstacle for brain tumor, organ, and lesion segmentation: a model can learn accurate boundaries on the source cohort yet fail on a target site because the same tissue class appears with different local intensity and texture characteristics.
The central question of this paper is therefore not only how to improve a network architecture, but how to describe domain shift in a representation where the problem becomes analyzable. We use the dual-tree complex wavelet transform (DTCWT) as such a representation. The working premise is that, after spatial normalization, local phase is more closely tied to anatomical structure, whereas local amplitude is more sensitive to acquisition style and scanner-dependent appearance. The rest of the paper develops a conditional information-theoretic framework around this premise, making explicit where standard tools are used and where new theoretical claims are introduced.
1.1. The Domain Generalization Problem
Let
denote the input and label spaces. We consider
K source domains
, where each domain
is drawn from an unknown joint distribution
. The domain generalization objective is to learn a hypothesis
that minimizes the risk on an unseen target domain
:
using only samples from
, without any access to target labels.
The following prior-work bound is used only as theoretical motivation. The classical Ben-David et al. generalization bound [
1] provides the starting point:
where
is the
-divergence between source and target distributions, and
is the combined optimal error.
1.2. The Frequency-Domain Structure of Domain Shift
A key structural observation, dating back to Oppenheim and Lim [
2], is that in many signal processing contexts, the Fourier phase spectrum carries structural information while the magnitude spectrum carries intensity and style information. We extend this intuition to the medical imaging domain as a structural assumption whose validity depends on spatial normalization and on domain shifts that primarily affect acquisition appearance rather than gross anatomy.
Consider an invertible frequency-domain transform , where is a complex-valued space admitting polar decomposition with amplitude and phase .
Property 1 (Conditional Frequency-Domain Domain Shift)
. For two domains whose shift is dominated by acquisition appearance rather than gross anatomical change, the following approximate relationships are expected to hold under spatial normalization: Equation (
4) captures the observation that MRI contrast, gain, and intensity distributions can differ systematically across institutions. Equation (5) reflects the weaker and explicitly conditional premise that anatomical structures—organ boundaries, lesion contours, tissue interfaces—are more stable than acquisition appearance after spatial normalization.
1.3. Limitations of Global Fourier Approaches
Existing frequency-domain domain generalization methods [
3,
4] operate on the global Fourier transform
. While computationally convenient, global FFT suffers from a fundamental tension:
Proposition 1 (Spatial Locality Failure of Global FFT)
. Let and let be a spatially localized modification of on a compact region with . Under the global FFT amplitude modification performed on the entire frequency plane, the perturbation satisfieswhere the Parseval equality implies that the spatial-domain perturbation energy is identical to the full-spectrum amplitude perturbation, regardless of spatial locality. This means: modifying any frequency bin affects every spatial pixel. Domain shifts in MRI are often spatially heterogeneous (e.g., frontal lobe brighter but occipital lobe normal in a particular scanner), and global FFT cannot isolate these local effects.
1.4. The Conditional Local Phase-Magnitude Complementarity Premise
The DTCWT [
5] provides a solution through its multi-scale, multi-directional decomposition with approximate shift invariance. Its construction builds on complex and multidimensional dual-tree wavelets and the broader foundations of wavelet analysis [
6,
7,
8,
9]. We formalize the core physical insight:
Property 2 (Conditional Local Phase-Magnitude Complementarity in Medical Imaging)
. Let be MRI images of the same anatomical structure acquired at different institutions. When the dominant cross-domain differences are intensity, contrast, bias-field, or reconstruction effects rather than anatomical deformation, the DTCWT at scale j and orientation θ is assumed to satisfy:where is a spatially local, generally nonlinear energy redistribution operator acting on the amplitude manifold. Property 2 is the mathematical cornerstone of our framework. Under this premise, domain shift is structured in the DTCWT domain: phase is treated as a relatively anatomy-associated component, whereas amplitude is treated as an acquisition-sensitive and spatially localized component. It should be read as a conditional structural premise, not as an unconditional claim about all medical images. It is expected to hold best after spatial registration or resampling, and may fail under severe misregistration, major anatomical deformation, missing modalities, or cross-modality shifts where the imaging physics changes the structural signal itself.
1.5. Scope, Evidence, and Falsifiability of the Premise
Because subsequent results depend on Property 2, we explicitly separate three levels of claim. First, the premise is physically motivated: MRI site shifts often arise from acquisition-dependent contrast, gain, bias-field, and reconstruction differences, whereas anatomical boundaries are expected to be more stable after spatial normalization. Second, the premise is representation-specific: it is not a statement about raw pixels or global Fourier coefficients, but about local complex-wavelet coefficients whose phase and amplitude are spatially indexed. Third, the premise is empirically falsifiable: if DTCWT phase statistics predict acquisition site as strongly as, or more strongly than, amplitude statistics, or if DTCWT front ends fail to support non-trivial segmentation on public data, then the proposed decomposition would not be a useful basis for the theory.
The manuscript therefore treats the theorems below as conditional results. The empirical checks in
Section 11 are not intended to prove a universal physical law; they test whether the premise is plausible in representative multi-site brain-tumor MRI settings. This distinction is important for interpretation: the theory provides sufficient conditions and failure-mode analysis, while the experiments assess whether the assumed conditions are reasonable enough to motivate further methodological development.
1.6. Contributions
This work makes several theoretical contributions. First, we formalize a conditional phase–magnitude domain structure under DTCWT and establish a bound on information loss introduced by axial-plane approximation. Second, we propose a variational information bottleneck tailored to structured DTCWT subbands and analyze how subband representations reduce the effective dimensionality of information compression compared to raw spatial inputs. Third, we derive a triple-constraint analysis for disentanglement, showing that domain supervision, KL compression, and orthogonality address distinct failure modes of task/domain separation. Fourth, we design a predictive modulation strategy that preserves information bottleneck semantics while lowering spatial parameter complexity to with respect to the amplitude volume size. Fifth, we present a theoretical analysis of uncertainty-guided test-time adaptation, deriving a sufficient condition for generalization gap reduction by a two-pass inference procedure. Finally, we add illustrative public-dataset validation to test the phase–amplitude premise and demonstrate DTCWT-front-end segmentation feasibility without reframing the paper as a full benchmark study.
11. Discussion
11.1. Physical Priors as Dimensionality Relief
Our framework illustrates a general principle: physical priors can reduce the effective dimensionality of representation learning. The DTCWT’s structured decomposition effectively sparsifies the information bottleneck problem by pre-separating structure (phase) from style (amplitude). This reduces the effective dimensionality from (raw spatial domain) to (compressed amplitude statistics), enabling the VIB to operate efficiently.
We conjecture that this principle extends beyond medical imaging to any domain where a physically motivated signal decomposition reveals a natural separation of task-relevant and domain-specific information.
11.2. Connections to Domain Generalization Theory
Our work connects to several lines of theoretical DG research:
- (i)
Ben-David et al. bound [
1]: Under the phase–amplitude premise, the DTCWT front-end can be viewed as a representation mapping
g intended to reduce acquisition-driven components of the
-divergence between source and target domains.
- (ii)
Invariant Risk Minimization (IRM) [
19]: The triple-constraint mechanism implements a structured invariance objective: task features are encouraged to be invariant across domains, while domain features capture controlled variation.
- (iii)
Domain-Adversarial Training [
20]: Domain supervision provides an alternative to adversarial training, avoiding the min–max instability while explicitly retaining a compressed domain code.
11.3. Verifiability
A defining feature of our theoretical framework is its verifiability through clear experimental predictions:
- (1)
Amplitude-phase swap: If Property 2 is not useful in a given dataset, then amplitude swapping between domains should not yield the predicted acquisition-style perturbations and may substantially degrade segmentation.
- (2)
Ablation non-redundancy: If Theorem 6 is reflected in a practical implementation, then progressive ablation is expected to show: (B) < (A), (C) > (B), (D) > (C), (E) > (D)—where violations would indicate that the corresponding constraint is not contributing as predicted.
- (3)
VIB compression: If the VIB is effective, the domain classifier accuracy should remain high while KL compression increases over training, indicating that domain information is being compressed rather than discarded.
11.4. Validation Logic
The two empirical checks below are designed to test different parts of the theoretical argument rather than to serve as a complete benchmark. The FeTS site-classification experiment tests the premise that DTCWT amplitude carries more domain/site information than phase. The BraTS segmentation experiment tests a weaker but necessary implementation condition: a DTCWT front end must remain compatible with a real public medical segmentation task and must not collapse segmentation performance.
Table 4 summarizes how each check maps to the corresponding theoretical claim.
11.5. Illustrative Empirical Sanity Check
Although the main contribution of this paper is theoretical, we performed a lightweight sanity validation of the phase–amplitude premise using the FeTS 2022 multi-site brain tumor segmentation data [
35]. The purpose is not to provide a full segmentation benchmark, but to test whether DTCWT amplitude statistics carry more site/domain information than DTCWT phase statistics. This directly addresses the weakest point of the theory: if amplitude and phase were equally site-discriminative, then the proposed phase–amplitude separation would have little empirical support.
We selected five FeTS sites with sufficient sample counts, sampled eight cases per site, and extracted five non-empty axial slices per case. For each case, we computed a two-level axial DTCWT and summarized amplitude and phase subbands using simple per-channel and per-orientation statistics. A balanced logistic regression classifier was then trained to predict site identity using stratified five-fold cross-validation.
Table 5 reports the resulting domain classification performance.
These results support the structural premise that site/domain information is more concentrated in DTCWT amplitude features than in phase features. They should be interpreted conservatively: the experiment validates the plausibility of the representation assumption under the sampled FeTS setting, but it does not replace a full segmentation benchmark or prove that the premise holds under all medical imaging shifts. The result is nevertheless informative because it tests the premise using only low-capacity summary features and a simple linear classifier; the observed gap is therefore not a consequence of a large segmentation network learning arbitrary site cues.
11.6. Illustrative Public-Dataset Segmentation Check
We also evaluated whether the DTCWT front-end can be instantiated in a public medical image segmentation setting. Using the public BraTS 2023 adult glioma challenge data [
36], we trained DTCWT-UNet variants with one, two, and three DTCWT decomposition levels and evaluated them on the held-out internal validation split used by our implementation. All three completed runs used the same backbone width, training schedule, and parameter budget (17.5 M trainable parameters; 150 epochs; batch size 2). The evaluation included 251 validation cases and reports per-case Dice scores for the BraTS tumor regions: whole tumor (WT), tumor core (TC), and enhancing tumor (ET). This experiment addresses a different concern from the FeTS site-classification test: it checks that the DTCWT representation can be used in an actual public segmentation workflow, rather than only in an abstract site-classification analysis. The results of the three completed DTCWT-UNet configurations are reported in
Table 6.
This segmentation check is deliberately limited: it verifies that DTCWT-based representations can support non-trivial public brain-tumor segmentation performance, but it is not presented as a controlled state-of-the-art comparison. Only completed and internally consistent DTCWT-front-end runs are reported. Together with
Table 5, the results provide empirical support for the central representation premise while preserving the paper’s main scope as a conditional mathematical analysis.
11.7. Limitations
We note several theoretical limitations:
- (i)
Axial-plane approximation: The 2D axial DTCWT provides an upper bound on through-plane information loss, but the bound’s tightness depends on the acquisition parameters.
- (ii)
ECE assumption: Theorem 9 depends on calibrated uncertainty, which may not hold under extreme domain shifts.
- (iii)
PAC-Bayesian bounds: The finite-sample bounds (Theorem 2) involve complexity terms that are loose for deep networks, suggesting room for tighter analysis using modern generalization theory.
- (iv)
Empirical scope: The FeTS and BraTS checks are illustrative validations of the representation premise and implementation feasibility. They do not constitute a full multi-dataset benchmark, do not establish state-of-the-art segmentation performance, and do not test every component of the full training objective.
- (v)
Domain-shift scope: The phase–amplitude premise is most appropriate for acquisition-driven appearance shifts after spatial normalization. It may be weaker for cross-modality shifts, severe pathology-induced deformation, missing sequences, or shifts where anatomy and acquisition style are entangled.
- (vi)
Independence claims: The orthogonality constraint controls linear cross-subspace leakage in finite batches. Statistical independence or mutual-information separation requires additional distributional and sufficiency assumptions; the revised theorems state this explicitly.
12. Conclusions
We have presented a mathematical framework for domain generalization motivated by complex wavelet decomposition and variational information theory. The key theoretical contributions include: (1) formalization of the local phase-magnitude complementarity premise that motivates DTCWT as a front-end for domain analysis; (2) a conditional analysis showing when amplitude subbands concentrate domain-relevant information more effectively than global Fourier representations; (3) a triple-constraint non-redundancy analysis showing that domain supervision, KL compression, and orthogonality address distinct failure modes; (4) a predictive modulation scheme achieving spatial parameter complexity with respect to the amplitude volume while preserving information bottleneck semantics; and (5) a two-pass adaptation theory with a sufficient condition for generalization gap reduction under calibration assumptions.
The framework is designed to be verifiable: its main assumptions and conditional results map to concrete experimental predictions. The illustrative FeTS and BraTS checks do not convert the paper into a complete empirical benchmark, but they test whether the central phase–amplitude premise is plausible and whether a DTCWT front end can support public medical segmentation. While developed in the context of medical image segmentation, the principles of physically motivated information bottleneck disentanglement may extend to other domains where signal structure can reduce the dimensionality of representation learning.