Datasets for Evaluation of Multimodal Image Registration
Description
Description
- Aerial data
- The Aerial dataset is divided into 3 sub-groups by IDs: {7, 9, 20, 3, 15, 18}, {10, 1, 13, 4, 11, 6, 16}, {14, 8, 17, 5, 19, 12, 2}. Since the images vary in size, each image is subdivided into the maximal number of equal-sized non-overlapping regions such that each region can contain exactly one 300x300 px image patch. Then one 300x300 px image patch is extracted from the centre of each region. The particular 3-folded grouping followed by splitting leads to that each evaluation fold contains 72 test samples.
-
Modality A: Near-Infrared (NIR)
-
Modality B: three colour channels (in B-G-R order)
-
- Cytological data
- The Cytological data contains images from 3 different cell lines; all images from one cell line is treated as one fold in 3-folded cross-validation. Each image in the dataset is subdivided from 600x600 px into 2x2 patches of size 300x300 px, so that there are 420 test samples in each evaluation fold.
-
Modality A: Fluorescence Images
-
Modality B: Quantitative Phase Images (QPI)
-
- Histological dataset
- For the Histological data, to avoid too easy registration relying on the circular border of the TMA cores, the evaluation images are created by cutting 834x834 px patches from the centres of the original 134 TMA image pairs.
-
Modality A: Second Harmonic Generation (SHG)
-
Modality B: Bright-Field (BF)
-
The evaluation set created from the above three publicly available 2D datasets consists of images undergone 4 levels of (rigid) transformations of increasing size of displacement. The level of transformations is determined by the size of the rotation angle θ and the displacement tx & ty, detailed in this table. Each image sample is transformed exactly once at each transformation level so that all levels have the same number of samples.
- Radiological data
- The Radiological dataset is divided into 3 sub-groups by patient IDs: {109, 106, 003, 006}, {108, 105, 007, 001}, {107, 102, 005, 009}. Since the Radiological dataset is non-isotropic (and also of varying resolution), it is resampled using B-spline interpolation to 1 mm3 cubic voxels, taking explicit care to not resample twice; displaced volumes are transformed and resampled in one step.
-
Modality A: T1-weighted MRI
-
Modality B: T2-weighted MRI
-
(Run make_rire_patches.py
to generate the sub-volumes.)
Reference sub-volumes of size 210x210x70 voxels are cropped directly from centres of the (non-displaced) resampled volumes. Similarly as for the aforementioned 2D datasets, random (uniformly-distributed) transformations are composed of rotations θx, θy ∈ [-4, 4] degrees around the x- and y-axes, rotation θz ∈ [-20, 20] degrees around the z-axis, translations tx, ty ∈ [-19.6, 19.6] voxels in x and y directions and translation tz ∈ [-6.5, 6.5] voxels in z direction. 40 rigid transformations of increasing sizes of displacement are applied to each volume. Transformed sub-volumes, of size 210x210x70 voxels, are cropped from centres of the transformed and resampled volumes.
In total, it contains 864 image pairs created from the aerial dataset, 5040 image pairs created from the cytological dataset, 536 image pairs created from the histological dataset, and metadata with scripts to create the 480 volume pairs from the radiological dataset. Each image pair consists of a reference patch \(I^{\text{Ref}}\) and its corresponding initial transformed patch \(I^{\text{Init}}\) in both modalities, along with the ground-truth transformation parameters to recover it.
Scripts to calculate the registration performance and to plot the overall results can be found in https://github.com/MIDA-group/MultiRegEval, and instructions to generate more evaluation data with different settings can be found in https://github.com/MIDA-group/MultiRegEval/tree/master/Datasets#instructions-for-customising-evaluation-data.
Metadata
In the *.zip
files, each row in {Zurich,Balvan}_patches/fold[1-3]/patch_tlevel[1-4]/info_test.csv
or Eliceiri_patches/patch_tlevel[1-4]/info_test.csv
provides the information of an image pair as follow:
-
Filename: identifier(ID) of the image pair
-
X1_Ref: x-coordinate of the upper-left corner of reference patch IRef
-
Y1_Ref: y-coordinate of the upper-left corner of reference patch IRef
-
X2_Ref: x-coordinate of the lower-left corner of reference patch IRef
-
Y2_Ref: y-coordinate of the lower-left corner of reference patch IRef
-
X3_Ref: x-coordinate of the lower-right corner of reference patch IRef
-
Y3_Ref: y-coordinate of the lower-right corner of reference patch IRef
-
X4_Ref: x-coordinate of the upper-right corner of reference patch IRef
-
Y4_Ref: y-coordinate of the upper-right corner of reference patch IRef
-
X1_Trans: x-coordinate of the upper-left corner of transformed patch IInit
-
Y1_Trans: y-coordinate of the upper-left corner of transformed patch IInit
-
X2_Trans: x-coordinate of the lower-left corner of transformed patch IInit
-
Y2_Trans: y-coordinate of the lower-left corner of transformed patch IInit
-
X3_Trans: x-coordinate of the lower-right corner of transformed patch IInit
-
Y3_Trans: y-coordinate of the lower-right corner of transformed patch IInit
-
X4_Trans: x-coordinate of the upper-right corner of transformed patch IInit
-
Y4_Trans: y-coordinate of the upper-right corner of transformed patch IInit
-
Displacement: mean Euclidean distance between reference corner points and transformed corner points
-
RelativeDisplacement: the ratio of displacement to the width/height of image patch
-
Tx: randomly generated translation in the x-direction to synthesise the transformed patch IInit
-
Ty: randomly generated translation in the y-direction to synthesise the transformed patch IInit
-
AngleDegree: randomly generated rotation in degrees to synthesise the transformed patch IInit
-
AngleRad: randomly generated rotation in radian to synthesise the transformed patch IInit
In addition, each row in RIRE_patches/fold[1-3]/patch_tlevel[1-4]/info_test.csv
has following columns:
- Z1_Ref: z-coordinate of the upper-left corner of reference patch IRef
- Z2_Ref: z-coordinate of the lower-left corner of reference patch IRef
- Z3_Ref: z-coordinate of the lower-right corner of reference patch IRef
- Z4_Ref: z-coordinate of the upper-right corner of reference patch IRef
- Z1_Trans: z-coordinate of the upper-left corner of transformed patch IInit
- Z2_Trans: z-coordinate of the lower-left corner of transformed patch IInit
- Z3_Trans: z-coordinate of the lower-right corner of transformed patch IInit
- Z4_Trans: z-coordinate of the upper-right corner of transformed patch IInit
- (...and similarly, coordinates of the 5th-8th corners)
- Tz: randomly generated translation in z-direction to synthesise the transformed patch IInit
- AngleDegreeX: randomly generated rotation around X-axis in degrees to synthesise the transformed patch IInit
- AngleRadX: randomly generated rotation around X-axis in radian to synthesise the transformed patch IInit
- AngleDegreeY: randomly generated rotation around Y-axis in degrees to synthesise the transformed patch IInit
- AngleRadY: randomly generated rotation around Y-axis in radian to synthesise the transformed patch IInit
- AngleDegreeZ: randomly generated rotation around Z-axis in degrees to synthesise the transformed patch IInit
- AngleRadZ: randomly generated rotation around Z-axis in radian to synthesise the transformed patch IInit
Naming convention
- Aerial Data
-
zh{ID}_{iRow}_{iCol}_{ReferenceOrTransformed}.png
- Example:
zh5_03_02_R.png
indicates the Reference patch of the 3rd row and 2nd column cut from the image with IDzh5
.
-
- Cytological data
-
{{cellline}_{treatment}_{fieldofview}_{iFrame}}_{iRow}_{iCol}_{ReferenceOrTransformed}.png
- Example:
PNT1A_do_1_f15_02_01_T.png
indicates the Transformed patch of the 2nd row and 1st column cut from the image with IDPNT1A_do_1_f15
.
-
- Histological data
-
{ID}_{ReferenceOrTransformed}.tif
- Example:
1B_A4_T.tif
indicates the Transformed patch cut from the image with ID1B_A4
.
-
- Radiological Data
-
patient_{ID}_{iTransform}_T.mhd
-
patient_{ID}_R.mhd
- Example:
patient_003_8_T.mhd
indicates the sub-volume Transformed with the 8th random transformation cut from the volume with patient ID003
;patient_003_R.mhd
indicates the Reference sub-volume the volume with patient ID003
.
-
This dataset was originally produced by the authors of Is Image-to-Image Translation the Panacea for Multimodal Image Registration? A Comparative Study.