Hi, I have two questions regarding Task 3: 1. The submission guidelines mention that a single unified model is allowed. However, in the baseline, there are three separate YAML files under Task 3 (one for each contrast). Could you clarify whether we are expected to use a unified model or separate configurations per contrast? 2. In the submission folder example structure: ``` └── task3/ # Task 3: Any -> Any (single unified model) — pred/ only, no seg/ ├── 0.1T_to_1.5T/ │ └── pred/ │ ├── T1W/ │ ├── T2W/ │ └── T2FLAIR/ ├── 0.1T_to_3T/ ├── 0.1T_to_5T/ ├── 0.1T_to_7T/ ├── 1.5T_to_7T/ ├── 3T_to_7T/ └── 5T_to_7T/ ``` Does Task 3 only cover low-field to high-field translation (i.e., “any to any” in that direction), or does it also include high-field to low-field cases? Thanks!

Created by randomdemo
Hi thanks for your comment. For Q1: We have fixed the .yaml files for task3 in the github repo. There should be just a SINGLE yaml. https://github.com/MRIxFields/MRIxFields2026/blob/main/Baseline/configs/task3/stargan/any_to_any_all_modalities.yaml For Q2: We have updated the README in Submission: task3.zip # Task 3: Any -> Any (20 pairs × 3 modalities, pred/ only) └── (zip root) ├── T1W/ # 5 source fields × 4 target fields = 20 directed pairs (incl. downfield) │ ├── 0.1T_to_1.5T/ │ │ └── pred/ │ │ ├── P_T1W_1.5T_0001.nii.gz │ │ ├── P_T1W_1.5T_0002.nii.gz │ │ └── ... │ ├── 0.1T_to_3T/ │ ├── 0.1T_to_5T/ │ ├── 0.1T_to_7T/ │ ├── 1.5T_to_0.1T/ │ ├── 1.5T_to_3T/ │ ├── 1.5T_to_5T/ │ ├── 1.5T_to_7T/ │ ├── 3T_to_0.1T/ │ ├── 3T_to_1.5T/ │ ├── 3T_to_5T/ │ ├── 3T_to_7T/ │ ├── 5T_to_0.1T/ │ ├── 5T_to_1.5T/ │ ├── 5T_to_3T/ │ ├── 5T_to_7T/ │ ├── 7T_to_0.1T/ │ ├── 7T_to_1.5T/ │ ├── 7T_to_3T/ │ └── 7T_to_5T/ ├── T2W/ └── T2FLAIR/ There is a submission template for reference: https://github.com/MRIxFields/MRIxFields2026/tree/main/Submission/submission_pack Many thanks.

Task 3 page is loading…