Copyright (c) 2022 Clemence Prevost, Freddy Odille
Contact: clemence.prevost@univ-lille.fr
This software reproduces the results from the following:
@unpublished{prevost:hal-03617754,
TITLE = ,
AUTHOR = {Pr{\'e}vost, Cl{\'e}mence and ODILLE, F},
URL = {https://hal.archives-ouvertes.fr/hal-03617754},
NOTE = {working paper or preprint},
YEAR = {2022},
MONTH = Mar,
PDF = {https://hal.archives-ouvertes.fr/hal-03617754/file/IRM_Tucker.pdf},
HAL_ID = {hal-03617754},
HAL_VERSION = {v1},
}
In order to run the demo file demo.m
, you will need to:
Please quote the corresponding papers if you decide to use these codes.
## How it works
### Generate coupled tensor model
In this software, we use the “MRI” dataset of MATLAB. The low-resolution observations are generated from the super-resolution image with manually-specified degradation matrices.
### Run algorithms
In reconstruction.m
, we showcase the performance of three algorithms:
The metrics and computation time are then displayed in a table. Slices of the reference and reconstructions are plotted in a figure.
They are available in the /demos
folder.
The table below summarized what does what
Name | Content |
---|---|
reconstruction.m |
Evaluates performance of the algorithms |
choice_ranks.m |
plots R-SNR, CC and RMSE as a function of the ranks |
choice_regul.m |
plots R-SNR, CC and RMSE as a function of the regul. parameter |
choice_weights.m |
plots R-SNR, CC and RMSE as a function of the weights lambda |