Time-efficient filtering of imaging polarimetric data by checking physical realizability of experimental mueller matrices.
basic_science · Level V
Where this comes from
- Record sourced from PubMed, PMID 38830086.
- Also identified by DOI 10.1093/bioinformatics/btae348 and PMC identifier 11283285.
- Licence recorded as CC BY.
- The licence permits redistribution, so the abstract is shown in full and the full text is available from the publisher.
Abstract
Imaging Mueller polarimetry has already proved its potential for biomedicine, remote sensing and metrology. The real-time applications of this modality require both video rate image acquisition and fast data post-processing algorithms. First, one must check the physical realizability of the experimental Mueller matrices in order to filter out non-physical data, ie to test the positive semi-definiteness of the 4 × 4 Hermitian coherency matrix calculated from the elements of corresponding Mueller matrix pixel-wise. For this purpose, we compared the execution time for the calculations of i) eigenvalues, ii) Cholesky decomposition, iii) Sylvester's criterion, and iv) coefficients of the characteristic polynomial (two different approaches) of the Hermitian coherency matrix, all calculated for the experimental Mueller matrix images (600 pixels × 700 pixels) of mouse uterine cervix. The calculations were performed using C ++ and Julia programming languages. Our results showed the superiority of the algorithm iv) based on the simplification via Pauli matrices over other algorithms for our dataset. The sequential implementation of latter algorithm on a single core already satisfies the requirements of real-time polarimetric imaging. This can be further amplified by the proposed parallelization (e.g., we achieve a 5-fold speed up on 6 cores). The source codes of the algorithms and experimental data are available at https://github.com/pogudingleb/mueller_matrices.