limitedAngleZRes.tex 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. \documentclass[a4paper,10pt]{article}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage{graphicx}
  4. %opening
  5. \title{Resolution along LOR majority for limited angle tomography}
  6. \author{Andrej Studen}
  7. \begin{document}
  8. \maketitle
  9. \begin{abstract}
  10. Resolution in limited angle PET is not homogeneous in all directions due to angular undersampling. Elongated artefacts oriented perpendicular to the missing LORs are common. The resolution along artefact elongation axis can derived from likelihood of collected events for a given underlying emission image. The treaty derives expressions for expected resolution depending on the scanner TOF resolution, spatial resolution and amount of collected angles.
  11. \end{abstract}
  12. \section{Expression derivation}
  13. \textbf{Spatial resolution contribution}
  14. \begin{minipage}{0.5\textwidth}
  15. \includegraphics[width=0.9\textwidth]{limitedAngleSpatialResolution.png}
  16. \end{minipage}
  17. \begin{minipage}{0.5\textwidth}
  18. The probability of a LOR set given image $\lambda$ is determined by the likelihood function, a product of probability densities for each of the LOR in the set:
  19. \begin{equation}
  20. p(\{LOR\}\vert \lambda)=\prod_{LOR_i} p(LOR_i \vert \lambda)
  21. \end{equation}
  22. Assuming a single point source at the origin, $\lambda=\delta(0)$, the likelihood of that source being at a distance away from the origin is given by:
  23. \begin{equation}
  24. p(\{LOR\}\vert z)=\prod_{LOR_i} p(LOR_i \vert z)
  25. \end{equation}
  26. The probability density for given LOR depends only on projected distance z on direction perpendicular to LOR. For an azimuth angle of $\theta$ relative to axis z, this projection is:
  27. \begin{equation}
  28. r=z\sin\theta
  29. \end{equation}
  30. \end{minipage}
  31. Taking into account the central limit theorem and a sufficiently substantial non-linearity contribution, the probability density can be approximated by a Gaussian distribution with a resolution parameter $\sigma$, where $\sigma$ can be from example determined by the block equation:
  32. \begin{equation}
  33. \sigma^2=1.25(R_{det}^2+R_{180^\circ}^2+R_{e^+}^2)
  34. \end{equation}
  35. The LOR probability density is then:
  36. \begin{equation}
  37. p\left(LOR\;\vert\; z\right)=\exp\left(-\frac{r^2}{\sigma^2}\right)=\exp\left(-\frac{z^2\sin^2\theta}{\sigma^2}\right)
  38. \end{equation}
  39. For a $\theta$ of zero, pdf is independent of z and constant, which nicely reflects absence of positional information along z axis for straight LOR.
  40. Asssuming uniform sensitivity (circular detectors along z axis) within a range of $[0,\theta_0]$, the LOR can be assumed to be spread according to $dw/d\cos\theta$=const. Assuming N LOR at equal probability intervals the set of angles will be
  41. \begin{equation}
  42. \cos\theta_i=1-\frac{i}{N-1}(1-\cos\theta_0)\qquad i\in [0,N-1]
  43. \end{equation}
  44. The combined likelihood will be
  45. \begin{equation}
  46. p\left(\{LOR\}\vert z\right)=\prod_{i} \exp\left(-\frac{z^2\sin^2\theta_i}{\sigma^2}\right)
  47. =\exp\left(-\frac{z^2}{\sigma^2}\sum_i (1-\cos\theta_i^2)\right)
  48. \end{equation}
  49. Or in summary:
  50. \begin{equation}
  51. p\left(\{LOR\}\vert z\right)=\exp\left(-\frac{z^2}{\sigma_r^2}\right)
  52. \end{equation}
  53. with
  54. \begin{equation}
  55. \frac{1}{\sigma_r^2}=\frac{1}{\sigma^2}\sum_i(1-\cos^2\theta_i)
  56. \end{equation}
  57. The angular acceptance is best parametrized by limiting tangens of largest acceptance angle $\theta_0$, which is equal to half detector size divided by the distance to the source:
  58. \begin{equation}
  59. \tan\theta_0=\frac{D/2}{R}
  60. \end{equation}
  61. A 50~cm detector at 50~cm gives you a limiting tangens 0.5 and a multiplication factor of 6.73.
  62. %\begin{minipage}{0.5\textwidth}
  63. %\includegraphics[width=0.9\textwidth]{/home/studen/software/src/simulPET/zResolutionCTheta.png}
  64. %\end{minipage}
  65. %\begin{minipage}{0.5\textwidth}
  66. \includegraphics[width=0.9\textwidth]{zResolutionTTheta.png}
  67. %\end{minipage}
  68. \textbf{TOF resolution}\\
  69. \begin{minipage}{0.5\textwidth}
  70. \includegraphics[width=0.9\textwidth]{limitedAngleTOF.png}
  71. \end{minipage}
  72. \begin{minipage}{0.5\textwidth}
  73. The procedure is identical to the above, except that the limiting distance is now along the LOR, with the distance s from the expected source position, and that a different parameter, $\sigma_t$ allows for TOF resolution. The z pdf is:
  74. \begin{equation}
  75. p\left(LOR\;\vert\; z\right)=\exp\left(-\frac{s^2}{\sigma_t^2}\right)=\exp\left(-\frac{z^2\cos^2\theta}{\sigma_t^2}\right)
  76. \end{equation}
  77. The combined contribution from all LORs is then:
  78. \begin{equation}
  79. p\left(\{LOR\}\vert z\right)=\prod_{i} \exp\left(-\frac{z^2\cos^2\theta_i}{\sigma_t^2}\right)
  80. \end{equation}
  81. Or:
  82. \begin{equation}
  83. p\left(\{LOR\}\vert z\right)=\exp\left(-\frac{z^2}{\sigma_T^2}\right)
  84. \end{equation}
  85. with
  86. \begin{equation}
  87. \frac{1}{\sigma_T^2}=\frac{1}{\sigma_t^2}\sum_i\cos^2\theta_i
  88. \end{equation}
  89. \end{minipage}
  90. \includegraphics[width=0.9\textwidth]{zResolutionTOFTTheta.png}
  91. \textbf{Combined effect}\\
  92. \begin{equation}
  93. \frac{1}{\sigma^2}=\frac{1}{\sigma_T^2}+\frac{1}{\sigma_r^2}
  94. \end{equation}
  95. \includegraphics[width=0.9\textwidth]{zResolutionCombinedTTheta.png}
  96. \end{document}