TLDR: DM-QPMNet is a new deep learning model that improves cell segmentation in single-shot quantitative phase microscopy (ssQPM). It uses a dual-encoder network to process polarized intensity images and phase maps separately, then fuses their features using multi-head attention. This approach leverages the complementary information from both modalities, leading to more accurate and robust cell segmentation compared to traditional methods and single-modality or simple concatenation deep learning models.
Cell segmentation, a crucial step in biological analysis, traditionally relies on fluorescence microscopy. While powerful, this method comes with significant drawbacks like high operational costs, the need for extensive data annotation, and issues such as photobleaching and phototoxicity, which limit its use in live-cell imaging.
Quantitative Phase Microscopy (QPM) offers a promising label-free alternative, providing insights into cell mass and morphology without the need for external contrast agents. However, conventional QPM techniques often face practical limitations due to complex setups or mechanical scanning requirements. Single-shot Quantitative Phase Microscopy (ssQPM) addresses these challenges by using polarization-sensitive cameras to simultaneously capture four interferograms at different polarization angles (0°, 45°, 90°, 135°) and reconstruct a pixel-aligned quantitative phase map in a single exposure. This innovative approach not only offers robustness against vibrations and real-time acquisition but also provides complementary multi-modal data: polarized intensities that capture high-frequency edge and texture features, and a phase map that reveals low-frequency optical thickness and mass distribution.
Despite the rich data provided by ssQPM, traditional segmentation methods, often based on intensity thresholding, struggle with noise and varying cell densities. Existing deep learning approaches frequently treat QPM as a single-modality problem or use simple channel concatenation, failing to fully leverage the distinct and complementary nature of polarized intensity images and phase maps.
Introducing DM-QPMNet: A Novel Dual-Modality Fusion Network
Researchers Rajatsubhra Chakraborty, Ana Espinosa–Momox, Riley Haskin, Depeng Xu, and Rosario Porras–Aguilar have introduced DM-QPMNet, a novel dual-encoder network designed to overcome these limitations. This architecture treats polarized intensity images and phase maps as distinct modalities, each processed through separate encoding streams. The core innovation lies in its ability to fuse modality-specific features at an intermediate depth using multi-head attention. This content-aware fusion allows polarized edge and texture representations to selectively integrate complementary phase information, leading to more robust cell segmentation.
The DM-QPMNet architecture is built upon a 2D nnU-Net backbone, incorporating three key changes: dual encoders for angles and phase, late fusion at an intermediate depth via multi-head attention (MHA), and dual-source skip aggregation in the decoder. This design ensures that the low-frequency structure of the phase channel is not overwhelmed by the higher-variance polarized intensities, and allows for modality-appropriate normalization and activation statistics, stabilizing training.
The multi-head attention mechanism learns a content-aware mixing of phase and angle features at a mid-encoder resolution, where the receptive fields are large enough to capture cell-scale context while retaining spatial detail. Furthermore, dual-source skip fusers compress and balance contributions from both modalities before passing them to the decoder, preventing any single modality from dominating the segmentation process.
Also Read:
- Enhancing Vitreous OCT Imaging with Deep Generative Models: A Clinical Perspective
- Advancing Medical Image Analysis with Adaptable Foundation Models
Performance and Impact
The DM-QPMNet demonstrates substantial improvements over traditional monolithic concatenation and single-modality baselines. In systematic ablation studies, the dual-encoder architecture consistently outperformed a 5-channel early-fusion baseline, showing a reproducible benefit. The research highlights that modality-specific encoding with learnable fusion effectively exploits ssQPM’s simultaneous capture of complementary illumination and phase cues for accurate cell segmentation. The model achieved a Dice score of 0.888±0.026 and an IoU of 0.799±0.040, significantly surpassing other methods, especially single-modality approaches which severely underperformed.
This work represents a significant step forward in label-free live-cell segmentation using ssQPM systems, offering a promising path for routine cell analysis without the constraints of fluorescence microscopy. For more details, you can read the full research paper here.


