Reducing Domain Gap with Diffusion-Based Domain Adaptation for Cell Counting
By: Mohammad Dehghanmanshadi, Wallapak Tavanapong
Potential Business Impact:
Makes fake cell pictures look real for science.
Generating realistic synthetic microscopy images is critical for training deep learning models in label-scarce environments, such as cell counting with many cells per image. However, traditional domain adaptation methods often struggle to bridge the domain gap when synthetic images lack the complex textures and visual patterns of real samples. In this work, we adapt the Inversion-Based Style Transfer (InST) framework originally designed for artistic style transfer to biomedical microscopy images. Our method combines latent-space Adaptive Instance Normalization with stochastic inversion in a diffusion model to transfer the style from real fluorescence microscopy images to synthetic ones, while weakly preserving content structure. We evaluate the effectiveness of our InST-based synthetic dataset for downstream cell counting by pre-training and fine-tuning EfficientNet-B0 models on various data sources, including real data, hard-coded synthetic data, and the public Cell200-s dataset. Models trained with our InST-synthesized images achieve up to 37\% lower Mean Absolute Error (MAE) compared to models trained on hard-coded synthetic data, and a 52\% reduction in MAE compared to models trained on Cell200-s (from 53.70 to 25.95 MAE). Notably, our approach also outperforms models trained on real data alone (25.95 vs. 27.74 MAE). Further improvements are achieved when combining InST-synthesized data with lightweight domain adaptation techniques such as DACS with CutMix. These findings demonstrate that InST-based style transfer most effectively reduces the domain gap between synthetic and real microscopy data. Our approach offers a scalable path for enhancing cell counting performance while minimizing manual labeling effort. The source code and resources are publicly available at: https://github.com/MohammadDehghan/InST-Microscopy.
Similar Papers
Adapting Video Diffusion Models for Time-Lapse Microscopy
CV and Pattern Recognition
Makes fake cell videos that look real.
Inference-Time Scaling of Diffusion Models for Infrared Data Generation
CV and Pattern Recognition
Makes AI create better "night vision" pictures.
CountDiffusion: Text-to-Image Synthesis with Training-Free Counting-Guidance Diffusion
CV and Pattern Recognition
Makes AI draw the right number of things.