Entropy-Aware Spatial Fusion
- Entropy-aware spatial fusion combines distributed data using uncertainty measures to enhance robustness and accuracy in fields like medical imaging and sensor fusion.
- In medical imaging, entropy-aware fuzzy integrals improve intracranial hemorrhage diagnosis by emphasizing high-confidence CT slices in decision-making.
- Entropy regularization in sensor fusion yields stable source localization even under spatial misalignment, utilizing optimal mass transport methods.
Entropy-aware spatial fusion refers to a set of methodologies that combine spatially distributed information—such as slice-level predictions, sensor-array measurements, or latent image features—by leveraging explicit measures of uncertainty (entropy) during the fusion process. Unlike naïve averaging or majority-vote schemes, these frameworks adaptively weight or regularize spatial contributions according to their estimated information content, thereby improving robustness, accuracy, and computational efficiency across multiple domains such as medical imaging, source localization, and neural coding (Chagahi et al., 11 Mar 2025, &&&1&&&, Khoshkhahtinat et al., 2024).
1. Formalization: Entropy as a Guide for Spatial Aggregation
In entropy-aware spatial fusion, entropy quantifies the uncertainty associated with each spatial unit. For classification tasks over spatial stacks (e.g., CT slices), entropy may be defined as , where is the classifier's softmax response per class. Slices or spatial elements that yield ambiguous outputs (i.e., high entropy) exert reduced influence on the final fused decision.
In sensor fusion and optimal mass transport (OMT), entropy regularization smooths fusion by penalizing overly concentrated solutions. For a spatial spectrum on a grid, the Shannon entropy is included in barycenter objectives to encourage spatially distributed, robust solutions under misalignment (Elvander et al., 2018).
In neural codecs, channel- and position-wise entropy of the latent code guides context modeling and factorization during compression and decompression, allowing efficient and accurate global-spatial fusion (Khoshkhahtinat et al., 2024).
2. Entropy-Aware Fusion via Fuzzy Integrals in Medical Imaging
A notable example of entropy-aware spatial fusion is the entropy-aware fuzzy integral scan-level decision aggregation for intracranial hemorrhage (ICH) diagnosis in brain CTs (Chagahi et al., 11 Mar 2025). The workflow consists of:
- Slice-level probability estimation: Each slice of a CT scan yields a confidence vector over classes.
- Entropy computation: For each , compute .
- Fuzzy densities: Set , reflecting the slice’s most confident prediction.
- Choquet integration: Slices are sorted by ; suffix set measures are computed recursively via the Sugeno– formula:
with grid-searched in . For each class , the Choquet integral is
- Scan-level output: The class with maximal is selected as the scan diagnosis.
This approach robustly downweights noisy, low-information slices and models inter-slice synergy, outperforming mean/vote-based and MLP-based fusion both in accuracy and noise robustness, while remaining computationally light (Chagahi et al., 11 Mar 2025).
3. Entropy Regularized Optimal Mass Transport for Sensor Fusion
In non-coherent sensor fusion for source localization, entropy-aware spatial fusion is realized by entropy-regularized OMT barycenters (Elvander et al., 2018). Key steps include:
- Model spectrum: Each sensor array provides a spectrum estimate on a spatial grid; global target is the barycenter .
- OMT cost: Wasserstein distances encode spatial displacement, regularized by entropy parameter .
- Optimization: The joint fusion problem is
- Sinkhorn algorithm: Efficient dual updates leverage entropy regularization for differentiable, parallelizable barycenter computation:
where encodes spatial costs.
- Robustness: Finite smooths transport plans, yielding barycenters stable under misalignment and sensor perturbations.
Experimental results demonstrate superior robustness compared to traditional fusion (MUSIC, MVDR), especially under increasing geometric misalignment (Elvander et al., 2018).
4. Entropy Model-Guided Spatial Fusion in Neural Codecs
Neural image codecs exploit entropy-aware spatial fusion to optimize compression efficiency and reconstruction quality (Khoshkhahtinat et al., 2024). The approach features:
- Latent partitioning: Feature tensor is partitioned into channel chunks.
- Hierarchical context model: Density model is factorized chunkwise:
where is a convolution-based local context, is derived via a Swin-Transformer with a trainable Laplacian-shaped positional encoding, its scale adapted per chunk's inferred entropy.
- Fusion: Context vectors and previously decoded chunks are concatenated and processed by an MLP to provide spatially informed Gaussian parameters for entropy coding.
- Acceleration: The model permits sequential steps (per chunk and anchor/non-anchor split) versus for fully serial models, reducing decoding latency to ≈200 ms per image.
This yields improved BD-rate and perceptual metrics, showing that entropy-guided fusion of spatial contexts improves both coding efficacy and runtime (Khoshkhahtinat et al., 2024).
5. Algorithmic Workflows and Computational Properties
A selection of representative entropy-aware spatial fusion algorithms is summarized below.
| Domain | Entropy Role | Main Fusion Mechanism |
|---|---|---|
| Medical CT | Slice-wise weighting | Choquet/fuzzy integral (Chagahi et al., 11 Mar 2025) |
| Sensor arrays | Regularized barycenter | Entropy-regularized OMT (Elvander et al., 2018) |
| Neural codec | Adaptive context modeling | Entropy-guided chunk fusion (Khoshkhahtinat et al., 2024) |
These algorithms exhibit the following properties:
- Linear or near-linear computational complexity in the number of spatial units.
- Deterministic runtime due to absence of learned late-stage fusion layers.
- Robustness to low-information or noisy spatial units, as high-entropy entities are adaptively down-weighted or smoothed.
6. Comparative Performance and Robustness
Empirical evaluations demonstrate consistently superior resilience of entropy-aware spatial fusion frameworks to noise and miscalibration. For example:
- In ICH CT fusion, Choquet-integral based entropy-aware fusion surpasses average/voting/MLP aggregation in both accuracy and resistance to noisy slices, with negligible overhead (Chagahi et al., 11 Mar 2025).
- In sensor localization, OMT barycenters show smaller degradation in localization error under array misalignment as compared to MUSIC, MVDR, and SPICE (Elvander et al., 2018).
- In neural codecs, entropy-model guided chunk-based (parallel) fusion demonstrates ≈9% BD-rate savings and significantly reduced decoding time relative to prior auto-regressive or purely parallel baselines (Khoshkhahtinat et al., 2024).
These advantages stem from explicit modeling of information reliability and structured aggregation of spatial context.
7. Domain-Specific Adaptations and Hyperparameter Considerations
Implementations of entropy-aware spatial fusion utilize domain-appropriate entropy measures and hyperparameters:
- Medical imaging frameworks employ maximum softmax probability inversely as entropy, grid-searching for fusion non-additivity (Chagahi et al., 11 Mar 2025).
- Sensor fusion uses an entropy penalty that regulates the spatial spread and regularity of the barycenter, typically chosen on the order of spatial resolution squared or cross-validated (Elvander et al., 2018).
- Neural codecs learn Laplacian positional encoding parameters per entropy structure of the chunk, facilitating chunk-adaptive receptive fields (Khoshkhahtinat et al., 2024).
Proper hyperparameter selection is critical for balancing robustness, accuracy, and computational cost. For finite entropy penalty, the fusion is smooth and stable, while extremes of the parameter scale trade sharpness for resilience or vice versa.
References
- Vision Transformer for Intracranial Hemorrhage Classification in CT Scans Using an Entropy-Aware Fuzzy Integral Strategy for Adaptive Scan-Level Decision Fusion (Chagahi et al., 11 Mar 2025)
- Non-Coherent Sensor Fusion via Entropy Regularized Optimal Mass Transport (Elvander et al., 2018)
- Laplacian-guided Entropy Model in Neural Codec with Blur-dissipated Synthesis (Khoshkhahtinat et al., 2024)