Joint Medical Image Enhancement and Segmentation with Diffusion-based Symbiotic Information Interaction
Quick Answer
This paper shows that DiSIINet, a novel Diffusion-based Symbiotic Information Interaction Network, enhances and segments medical images simultaneously, significantly outperforming traditional methods.
Quick Take
DiSIINet, a novel Diffusion-based Symbiotic Information Interaction Network, enhances and segments medical images simultaneously, significantly outperforming traditional methods. By integrating enhancement and segmentation through a Symbiotic Information Interaction module, it improves MRI, CT, and ultrasound image quality and accuracy, demonstrating superior performance on multi-modal datasets.
Key Points
- DiSIINet integrates enhancement and segmentation in a unified model.
- Utilizes Denoising Diffusion Implicit Models for high-quality outputs.
- Features a Symbiotic Information Interaction module for dynamic information exchange.
- Demonstrates significant performance improvements over independent methods.
- Code available at https://github.com/Reconsider80/DiSIINet.
Paper Resources
Article Content
From source RSS / original summaryarXiv:2607. 00058v1 Announce Type: new Abstract: Image quality is critical for accurate medical diagnosis. However, MRI, CT, and ultrasound images are often of low resolution and quality due to cost constraints, complicating the visualization of key anatomical structures and lesions. While such limitations are common in practice, traditional methods treat image enhancement as a separate preprocessing step, failing to fully leverage its potential synergy with image segmentation.
To address this, we propose DiSIINet (Diffusion-based Symbiotic Information Interaction Network), which is built on the principle that enhancement and segmentation should mutually reinforce each other in a unified model. Based on Denoising Diffusion Implicit Models (DDIM), DiSIINet integrates an enhancement branch and a segmentation branch.
These branches interact through a novel Symbiotic Information Interaction (SII) module, which facilitates dynamic, feature-level information exchange via cross-attention during the reverse diffusion process. This design enables both tasks to iteratively improve each other. The DDIM backbone ensures high-quality output and efficient inference through deterministic sampling.
Experiments on multi-modal medical datasets (MRI, CT, ultrasound) show that DiSIINet achieves significant performance improvements compared to sequential or independent enhancement and segmentation approaches. The code is available at: https://github. com/Reconsider80/DiSIINet.
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.CV
See more →LLM-Guided ANN Index Optimization for Human-Object Interaction Retrieval
A phase-aware LLM agent optimizes human-object interaction retrieval, outperforming Optuna TPE by 33.3% and VDTuner by 34.2% on the HICO-DET benchmark. This method enhances throughput by 15.3x over UniIR and demonstrates strong transferability across vector database management systems.