Description
Currently, the model uses only the magnitude image for input. Incorporating the phase image as an additional input channel may provide complementary information, particularly near tissue boundaries or susceptibility-affected regions, potentially improving segmentation accuracy.
Proposed Change
- Modify the data loading pipeline to support two-channel input: magnitude + phase.
- Retrain model and compare with magnitude-only baseline.
Rationale
Preliminary observations suggest that phase contrast enhances anatomical delineation in our target regions (e.g., GM/WM interface, lesions), which could lead to improved pseudo-Dice scores.
Impact
- Minimal code change in preprocessing and model input layers.
- May require re-tuning of normalization and training schedule.