Skip to content

Add phase image as input channel to improve segmentation performance #18

@jcohenadad

Description

@jcohenadad

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions