太赫兹断层扫描的先验信息和离轴扫描
太赫兹断层扫描的先验信息和离轴扫描
太赫兹断层扫描的先验信息和离轴扫描
ABSTRACT Terahertz tomography is a non-contact inspection technique to image objects from multiple
angles and reconstruct their 3D volume from intensity and time-of-flight transmission data, without the
need for radiation protection measures. Unlike X-rays, terahertz radiation is subject to strong diffraction and
refraction when propagating through dielectric materials, which often deteriorate the image reconstruction
quality. Our solution to this problem applies ray tracing, considering the beam shape and an a priori model
of the sample under investigation to predict the beam paths of the terahertz radiation. We present two
reconstruction methods based on the resulting beam path predictions yielding higher image quality. Method
1 filters out beams deviating strongly, thus removing induced artifacts and errors from the reconstruction
image. Method 2 employs off-axis measurements that acquire data along the full detection plane and in
this way detect even strongly deflected beams. Considering these beams and the information they carry
in the reconstruction enhances the image quality. Applying these methods to terahertz tomography, even
complicated structures can be imaged. We display the significant enhancements achieved with the two
methods by comparing the reconstruction results of different polymeric samples.
INDEX TERMS Terahertz radiation, computed tomography, non-destructive testing, a priori informa-
tion, off-axis measurement, reconstruction algorithms, imaging, time-of-flight, conjugate gradient least
square (CGLS).
This work is licensed under a Creative Commons Attribution 4.0 License. For more information, see https://creativecommons.org/licenses/by/4.0/
VOLUME 11, 2023 18311
K. H. May et al.: Priori Information and Off-Axis Measurements in Terahertz Tomography
FIGURE 1. Ray tracing simulation of terahertz beam paths (a) assuming infinitely small ray diameters and (b) considering the Gaussian beam shape (one
ray iconsists of many thin rays). The density of the plotted beams is reduced in comparison to the simulations to improve visibility.
FIGURE 4. Method 1 (a priori): Image reconstruction considering a priori information, filtering out deflected
beam paths.
FIGURE 5. Method 2 (a priori + off-axis): Image reconstruction considering a priori information using deflected beams.
outer surface boundaries of the samples into account, when in the reconstruction, especially when reducing the density
performing the ray tracing simulations. This way we can also of the measured angles to increase the measurement speed.
reconstruct defects and features of the sample, whose exis- Therefore, we introduce the second reconstruction method,
tence was a priori not known. This reconstruction procedure, also considering these strongly deflected beams.
schematically depicted in Fig. 4, allows the reconstruction
of samples from measurement data resulting from a parallel C. METHOD 2:A PRIORI + OFF-AXIS
movement of sender and receiver, placing them in front of The second method is schematically depicted in Fig. 5.
each other at any time. Alternatively, the sinogram b⃗ can be As indicated in section II, we designed the measurement setup
extracted from a full off-axis measurement by creating pro- allowing an independent movement of the transceiver and
jections along the diagonal ytrans = yreic , where the position receiver unit, rendering the detection of strongly deflected
of the transmitter equals the position of the receiver on the radiation possible. For every transmitter position, we move
opposite side of the beam axis. The diagonal is indicated in the receiver off-axis along its full range of motion spanning
Fig. 4 by the red line in the lower left full data block. Follow- 400 mm. For a measurement resolution of 0.5 mm for the
ing this procedure for every angle θ yields the sinogram b. ⃗ receiver unit and 1 mm for the transmitter range of 120 mm,
Since strongly deflected beams do not pass the receiver aper- this leads to a full data block of 800 × 120 values for every
ture, the information they carry is lost. This can induce errors angle for a single cross-sectional image. It is schematically
FIGURE 6. Comparison of sinograms; (a), (b) simulated without a priori information; (c), (d) including optical effects on the sample boundaries;
(e), (f) full a priori information (Gaussian beam shape and opt. effects); (g), (h) measured data of Sample 1(a); intensity and time-of-flight (ToF).
Algorithm 2 Calculating the Reconstruction Matrices Ā and both sinograms and analogously to method 1 apply the
and ĀASM (Additional Scatter Matrix Including a Priori CGLS algorithm to solve the inverse problem and reconstruct
Information). See Also Appendix. the image ⃗I :
1: for s = 1 . . . S:
b⃗
2: for i = 1 . . . N : Ā ⃗
·I = ⃗ (13)
3: get trajectory x⃗i,θ from Algorithm 1 ĀASM bASM
i,θ
4: calculate distance d = x⃗0,0 − y0 (s) ymax and bASM contain the information of the strongly
5: if d ≤ w(−xbound ) deflected beams about the object’s internal structure. How-
6: calculate θmin (d) and θmax (d) from A.(15) ever, they might be prone to errors due to possible deviations
7: for θ = θmin . .. θmax of the model from the real measurement process. We found
8: if end x⃗i,θ − y0 (s) ≤ w(xbound ) that combining Ā, ĀASM and (b, bASM ) yields better results
9: aij = lenght(⃗x i,θ ∩ Pj ) than reconstructing from either of the pairs solely.
10: end Even though (13) is twice the size of the original problem
if end x⃗i,θ − ymax (s) ≤ w (xbound )
11: (e.g. (7)), its inversion can still be solved within seconds,
12: aASM
ij = lenght(⃗x i,θ ∩ Pj ) thanks to the excellent performance of the CGLS algorithm,
13: end which is explained in the next section.
14: end
15: end D. CONJUGATE GRADIENT LEAST SQUARE (CGLS)
16: end ALGORITHM
17: end In literature, there exists a large variety of methods to tackle
18: return Ā, ĀASM inverse problems, such as (7) and (13). For an overview,
refer to [28] and [33]. While some are based on statisti-
cal approaches like the Bayesian methods, others, the so-
depicted in the lower-left corner of Fig. 5 and contains called ‘‘row-action’’ methods like algebraic reconstruction
the attenuation and time-of-flight (ToF) information of all, technique (ART) or Split-Bregman method [31], consider the
including strongly deflected, beams, provided their incident matrix one row at a time. The latter option performs typically
angle is not too steep to pass the detector optics. Based on slow on large matrices. In this work we utilize the conju-
the ray tracing simulations including the a priori information gate gradient least square algorithm (CGLS), which iterates
about the sample under test and the beam shape, we simulate towards an optimal solution following conjugate gradients.
these data blocks for every measurement angle. From the It performs fast and efficiently, even on the typically large
simulated data, we determine the receiver position ymax (s) and non-square system matrices of the tomography problem.
in the detector plane, where we expect most radiation to The CGLS algorithm has been covered extensively in
be detected. The value intensity and ToF value of ymax are [32], [33], and [34] and in the context of terahertz tomography
denoted in the scatter sinogram b⃗ASM , where ASM stands in [18]. Here, we will give a brief outline of the main idea.
for additional scatter matrix. The beam pixels associated The CGLS algorithm is an iterative algorithm for approx-
with all the beams reaching the aperture of the receiver at imating the solution xi of an inverse problem such as (7),
the position ymax , are denoted in the scatter matrix ĀASM , for a known positive-definite (not necessarily square) matrix
following Algorithm 2. Finally, we combine both matrices Ā and an also known measurement vector b. ⃗ It does so by
FIGURE 7. Off-axis measurement and corresponding simulation of Sample 1(a) for θ = 50◦ .
updating an initially given solution x0 going in steps, which exists in a version (a) without defects and a version (b) with
are all ĀT Ā-conjugate to each other. This way, CGLS iterates defects. In the case of Sample 1(b) (Fig. 8) and 2(b) (Fig. 11),
towards the optimal solution of the problem, provided that the the defects consist of three concentric holes with diameters
measurement vector is noiseless. When noise is present, the of 3, 4, and 5 mm placed with center distances of 8.5 mm
CGLS algorithm becomes semi-convergent, i.e. after finding and 7.5 mm, respectively. The defect of Sample 3(b) (Fig. 13)
the optimal solution, it continuous iterating often deterio- has the shape of a pill with a width of 10 mm and a length
rating the result. Therefore, one has to apply regularization of 50 mm.
measures. This can be done by limiting the solution space (for Projections of the samples were acquired in the angle range
example restriction to R+ ) or stopping the iteration process [0◦ , 358◦ ] in steps of 2◦ . When taking optical effects into
before deterioration starts. The right number of iterations account, it is important to cover the whole circumference and
to stop at can be found by applying the L-curve criterion not only the half-space of 180◦ , since the resulting sinograms
[18], [35]. The reconstructions obtained by applying the do not necessarily have rotational symmetry. For every angle
CGLS algorithm in combination with the above-mentioned position, the transmitter unit is moved along the sample in
reconstruction methods are displayed in the following steps of 1 mm (for example over a width of 120 mm, depend-
section. ing on the size of the sample). The receiver unit continuously
acquires data moving along its full range of 40cm with a
V. RESULTS AND DISCUSSION step size of 0.5 mm. This procedure results in a data set of
A. EXPERIMENT DESCRIPTION 800 × 120 data points for every angle, the relevant subset of
To test the capabilities of the different reconstruction meth- which is shown exemplarily for Sample 1(a) in Fig. 7.
ods, we designed three different samples displayed in Fig. 8, B. SIMULATION VALIDATION
Fig. 11, and Fig. 13. Samples 1 and 2 are cuboids of Before discussing the reconstruction results, we compare the
30 × 40 × 60 mm3 made from Polyvinyl chloride (PVC) and simulated data with the measurements, in order to verify
Polymethylmethacrylate (PMMA), respectively. Sample 3 that the inclusion of the a priori information improved the
consists of a 25 × 75 × 75 mm3 block made from Polyethy- model of the measurement process. Fig. 6(a)-(f) show the
lene (PE). The optical parameters of the three materials at sinograms resulting from ray tracing of Sample 1(a) (see
300 GHz are indicated in Table 1. section IV-A above). Fig. 6(g),(h) show the corresponding
measured sinograms. The upper row of Fig. 6 displays the
TABLE 1. Optical properties of the used materials [36].
intensity sinograms while the data in the lower one repre-
sents the ToF. The simulated sinograms 6(a) and 6(b) assume
straight ray trajectories and infinitely thin beams – the stan-
dard configuration for (X-ray) tomography. Apart from a
factor, the two sinograms are identical, since all rays travel
on straight trajectories interacting proportionally to the path
Each sample was constructed twice. Holes were drilled into length they travel through the sample. This is not the case for
one specimen serving as artificial defects so that every sample Fig. 6(c) and (d) displaying the simulated sinograms when
FIGURE 8. Reconstructions of the absorption coefficient α (a,b,e,f,I,j) and the real refractive index n (c,d,g,h,k,l) of Sample 1(a) and 1(b) made out of PVC.
X- and Y-axis in mm. The reconstructions where performed without a priori information (a)-(d), with method 1 considering beam shape and optical
effects (e)-(h), with method 2 additionally considering scattered radiation from off-axis measurements (i)-(l). Iteration numbers of the CGLS
reconstruction algorithm are given in the lower right corner.
FIGURE 10. Reconstructions of the absorption coefficient α (a,b,e,f,I,j) and the real refractive index n (c,d,g,h,k,l) of Sample 2(a) and 2(b) made out
of PMMA. X- and Y-axis in mm. The reconstructions where performed without a priori information (a)-(d), with method 1 considering beam shape
and optical effects (e)-(h), with method 2 additionally considering scattered radiation from off-axis measurements (i)-(l). Iteration numbers CGLS
reconstruction algorithm are given in the lower right corner.
FIGURE 12. Reconstructions of the absorption coefficient α (a,b,e,f,I,j) and the real refractive index n (c,d,g,h,k,l) of Sample 3(a) and 3(b) made out
of PE. X- and Y-axis in mm. The reconstructions where performed without a priori information (a)-(d), with method 1 considering beam shape and
optical effects (e)-(h), with method 2 additionally including scattered radiation from off-axis measurements (i)-(l). Iteration numbers CGLS
reconstruction algorithm are given in the lower right corner.
surrounding material.
We compensate for these effects by applying reconstruc-
tion method 1 introducing a priori information to the matrix. For the n reconstruction from the TOF of Sample 1(b)
The visibility of the object’s shape in the reconstruction is (Fig. 9(h)), however, the three defects are perfectly visible
much better, as depicted in Fig. 9(e)-(h). The corners are dis- as holes in an otherwise uniform block. Although it would
tinctively visible in all four reconstructions and the edges of be difficult to define the exact outlines of the defects from
the sample appear less pronounced. In the reconstruction of α the reconstruction and thus compare them to their real size,
from the intensity data of Sample 1(b) (Fig. 9(f)), the defects it is obvious that the defects’ dimensions appear exaggerated.
are still visible as strong absorbers. This is due to the fact, that A possible reason for this could be the fact that the rays
the outlines of the defects or even their existence were not part that interfere with the defects are the ones that are refracted
of the a priori information, so they were not considered in the when traveling through the sample. Therefore, in many cases,
matrix. This is advantageous for NDT applications because they do not reach the detector aperture and their information
ultimately the goal of NDT is to find defects, whose existence is not included in the reconstruction. Consequently, it is
is unknown a priori. necessary to consider the deflected radiation as well. We do
2) SAMPLE 2
FIGURE 14. 3D reconstruction of Sample 1(b).
The reconstructed images of Samples 2(a) and (b) are dis-
played in Fig. 10. For the classic reconstruction process with-
out a priori information, the deflection of the rays resulting
from the optical effects at the sample surface boundaries in Fig. 12. Neither the consideration of a priori information
leads to even worse reconstructions than for Sample 1. The nor the utilization of off-axis data could cope with this effect,
outer surface boundaries are much too pronounced and the completely covering up the relevant information about the
corners disappear so that the blocks seem to be round. Again, sample interior. Solely the outer shape of the sample is visible
scattering effects make the defects appear as dark areas in in Fig. 12(e) and (i). The TOF measurement data on the other
the image, however, for the reconstruction from the ToF hand, since it is not sensitive to Fresnel losses, leads to very
data, the low reconstruction quality does not allow distin- good reconstruction results.
guishing the holes. The reconstructions from the plain CGLS algorithm show
Using a priori information improves the reconstruction the same problems as before, namely round corners and
significantly, similar to Sample 1. Especially in the recon- overly pronounced edges. The ‘‘defect’’ in Fig. 12(d) is vis-
structions of Sample 2(a) (Fig. 10(e) and 10(g)) the values ible, but its shape is distorted, as it seems to be a rectan-
of α and n are varying less throughout the uniform parts gle rather than a pill with round corners. This changes for
of the object. Two of the three defects of Sample 2(b) are the reconstructions with method 1 (Fig. 12(g) and (h)). The
visible in Fig. 10(f) as dark areas. Scattering is likely to be outer corners of the objects are much sharper and the correct
the reason for the cross-shaped artifacts around the defects. value of n ≈ nmat = 1.52 is determined. In addition, the
In the reconstruction of n (Fig. 10(h)), the defects are vis- shape of the defect is imaged correctly. On either side of the
ible but very blurry. Their geometric dimensions are too defect, there are areas erroneously reconstructed with a lower
large and their boundaries are not clearly distinguishable. absorption coefficient. These are artifacts, which can be sup-
This improves when the scattered radiation is considered. pressed by considering the off-axis data in the reconstruction.
In Fig. 10(l) the defects appear smaller and sharper even Applying method 2 (Fig. 12(k) and (l)), the solid parts of the
though their outlines are still diffuse. In Fig. 10(j), the recon- samples are reconstructed more precisely and appear more
struction of α, the cross-shaped artifacts are reduced, so that uniform, because radiation traveling diagonally in the sample
the reconstruction is closer to being uniform in the parts of the is considered. The defect is reconstructed by this method with
sample without defects. The same holds true for Fig. 10(i) and its correct shape, too.
Fig. 10(k), the reconstructions of Sample 2(a) considering As already stated in [18], when inspecting PE with tera-
a priori information and the off-axis measured data. Overall, hertz tomography one should mainly rely on the ToF data
by combining the results of intensity and ToF reconstructions, analysis for sample quality evaluation, rather than on the
the unknown defects can be detected and a better sample intensity data. The reconstructions of n are more reliable in
representation in the reconstructed image can be achieved. the case of Sample 3. The good results were improved further
However, the defect size and arrangement bring the mea- by applying methods 1 and 2 displaying the defect within the
surement setup to its resolution limit, so that one of the sample very accurately.
defects is only barely visible regardless of the reconstruction
method. VI. CONCLUSION AND OUTLOOK
We have shown that a priori information can have a strong
3) SAMPLE 3 positive impact on the reconstruction quality of terahertz
Regarding its very low absorption coefficient αmat Sample 3 tomography. By including information about the beam shape
differs drastically from the other two samples. As a result, the and optical effects occurring at the sample boundaries,
intensity decrease of the radiation when traversing the sample we were able to get largely accurate reconstructions of the
is much lower. The Fresnel losses occurring at the sample samples. We have shown that defects down to a size of
surface boundary therefore dominate the intensity measure- 2 mm can be resolved. Even defects whose existence was
ment, which leads to the low reconstruction quality visible not included in the set of a priori information were imaged
The definitions of the angles are depicted in Fig. 15. The [17] L. A. Shepp and B. F. Logan, ‘‘The Fourier reconstruction of a head
combination of multiple elementary beams to form a Gaus- section,’’ IEEE Trans. Nucl. Sci., vol. NC-21, no. 3, pp. 21–43, Jun. 1974,
doi: 10.1109/TNS.1974.6499235.
sian beam supports our mathematical model of the interac- [18] K. H. May, A. Keil, G. Von Freymann, and F. Friederich, ‘‘The con-
tion of the radiation and the sample under test. The good jugate gradient least square algorithm in terahertz tomography,’’ IEEE
agreement between simulation and measurement, shown in Access, vol. 9, pp. 142168–142178, 2021, doi: 10.1109/ACCESS.2021.
3116801.
Section V-B. lets us conclude that it approximates the exper- [19] L. Ding, K. Xiao, P. Liu, J. Liu, and S. Chai, ‘‘Overview and classifi-
iment well enough. cation of a priori information used in microwave tomography,’’ in IEEE
MTT-S Int. Microw. Symp. Dig., Beijing, China, Jul. 2016, pp. 1–2, doi:
10.1109/NEMO.2016.7561616.
REFERENCES [20] K. C. Tam and L. J. Thomas, ‘‘Digital tomography incorporating a pri-
[1] E. Cristofani, F. Friederich, S. Wohnsiedler, C. Matheis, J. Jonuscheit, ori information,’’ in Review of Progress in Quantitative Nondestructive
M. Vandewal, and R. Beigang, ‘‘Nondestructive testing potential eval- Evaluation, D. O. Thompson and D. E. Chimenti, Eds. Boston, MA, USA:
uation of a terahertz frequency-modulated continuous-wave imager for Springer, 1990, pp. 407–414, doi: 10.1007/978-1-4684-5772-8_50.
composite materials inspection,’’ Opt. Eng., vol. 53, no. 3, Mar. 2014, [21] A. Zakaria, A. Baran, and J. LoVetri, ‘‘Estimation and use of prior
Art. no. 031211, doi: 10.1117/1.OE.53.3.031211. information in FEM-CSI for biomedical microwave tomography,’’ IEEE
[2] I. Amenabar, F. Lopez, and A. Mendikute, ‘‘In introductory review to THz Antennas Wireless Propag. Lett., vol. 11, pp. 1606–1609, 2012, doi:
non-destructive testing of composite mater,’’ J. Infr., Millim., Terahertz 10.1109/LAWP.2012.2237537.
Waves, vol. 34, no. 2, pp. 152–169, Feb. 2013, doi: 10.1007/s10762-012- [22] A. Fhager and M. Persson, ‘‘Using a priori data to improve the recon-
9949-z. struction of small objects in microwave tomography,’’ IEEE Trans.
[3] A. D’Arco, M. D. Di Fabrizio, V. Dolci, M. Petrarca, and S. Lupi, ‘‘THz Microw. Theory Techn., vol. 55, no. 11, pp. 2454–2462, Nov. 2007, doi:
pulsed imaging in biomedical applications,’’ Condens. Matter, vol. 5, no. 2, 10.1109/TMTT.2007.908670.
p. 25, Apr. 2020, doi: 10.3390/condmat5020025. [23] P. M. V. D. Berg and J. T. Fokkema, ‘‘Removal of undesired wave-
[4] Y. Peng, C. Shi, X. Wu, Y. Zhu, and S. Zhuang, ‘‘Terahertz imaging and fields related to the casing of a microwave scanner,’’ IEEE Trans.
spectroscopy in cancer diagnostics: A technical review,’’ BME Frontiers, Microw. Theory Techn., vol. 51, no. 1, pp. 187–192, Jan. 2003, doi:
vol. 2020, pp. 1–11, Jan. 2020, doi: 10.34133/2020/2547609. 10.1109/TMTT.2002.806900.
[5] H. Hintzsche, C. Jastrow, T. Kleine-Ostmann, U. Kärst, T. Schrader, and [24] G. R. Myers, A. M. Kingston, T. K. Varslot, M. L. Turner, and
H. Stopper, ‘‘Terahertz electromagnetic fields (0.106 THz) do not induce A. P. Sheppard, ‘‘Dynamic tomography with a priori information,’’
manifest genomic damage in vitro,’’ PLoS ONE, vol. 7, no. 9, Sep. 2012, Appl. Opt., vol. 50, no. 20, p. 3685, Jul. 2011, doi: 10.1364/AO.50.
Art. no. e46397, doi: 10.1371/journal.pone.0046397. 003685.
[6] M. Naftaly, N. Vieweg, and A. Deninger, ‘‘Industrial applications of tera- [25] B. Recur, J. P. Guillet, I. Manek-Hönninger, J. C. Delagnes, W. Benhar-
hertz sensing: State of play,’’ Sensors, vol. 19, no. 19, p. 4203, Sep. 2019, bone, P. Desbarats, J. P. Domenger, L. Canioni, and P. Mounaix, ‘‘Propa-
doi: 10.3390/s19194203. gation beam consideration for 3D THz computed tomography,’’ Opt. Exp.,
[7] M. Bauer, R. Hussung, C. Matheis, H. Reichert, P. Weichenberger, J. Beck, vol. 20, no. 6, p. 5817, Mar. 2012, doi: 10.1364/OE.20.005817.
U. Matuschczyk, J. Jonuscheit, and F. Friederich, ‘‘Fast FMCW terahertz [26] J. Tepe, T. Schuster, and B. Littau, ‘‘A modified algebraic reconstruction
imaging for in-process defect detection in press sleeves for the paper technique taking refraction into account with an application in terahertz
industry and image evaluation with a machine learning approach,’’ Sensors, tomography,’’ Inverse Problems Sci. Eng., vol. 25, no. 10, pp. 1448–1473,
vol. 21, no. 19, p. 6569, Sep. 2021, doi: 10.3390/s21196569. Oct. 2017, doi: 10.1080/17415977.2016.1267168.
[8] F. Friederich, K. May, B. Baccouche, C. Matheis, M. Bauer, J. Jonuscheit, [27] P. Fosodeder, S. Van Frank, and C. Rankl, ‘‘Highly accurate THz-CT
M. Moor, D. Denman, J. Bramble, and N. Savage, ‘‘Terahertz radome including refraction effects,’’ Opt. Exp., vol. 30, no. 3, p. 3684, Jan. 2022,
inspection,’’ Photonics, vol. 5, no. 1, p. 1, Jan. 2018, doi: 10.3390/pho- doi: 10.1364/OE.444151.
tonics5010001. [28] J. Kaipio and E. Somersalo, Statistical and Computational Inverse Prob-
[9] F. Ellrich, M. Bauer, N. Schreiner, A. Keil, T. Pfeiffer, J. Klier, S. Weber, lems. New York, NY, USA: Springer, 2005.
J. Jonuscheit, F. Friederich, and D. Molter, ‘‘Terahertz quality inspection [29] F. Natterer, The Mathematics of Computerized Tomography. Philadelphia,
for automotive and aviation industries,’’ J. Infr., Millim., Terahertz Waves, PA, USA: Society for Industrial and Applied Mathematics, 2001. [Online].
vol. 41, no. 4, pp. 470–489, Apr. 2020, doi: 10.1007/s10762-019-00639-4. Available: https://books.google.de/books?id=gjSO1hLbcD0C
[10] S. Mohammadzadeh, A. Keil, S. Leuchs, C. Krebs, D. NuBler, [30] A. C. Kak and M. Slaney, Principles of Computerized Tomographic Imag-
J. Seewig, and F. Friederich, ‘‘Hand-guided mobile terahertz 3D ing. Philadelphia, PA, USA: Society for Industrial and Applied Mathemat-
imaging platform with aspherical telecentric f -θ optics,’’ in Proc. ics, 2001, doi: 10.1137/1.9780898719277.
18th Eur. Radar Conf. (EuRAD), Apr. 2022, pp. 377–380, doi: [31] W. Wu, D. Hu, K. An, S. Wang, and F. Luo, ‘‘A high-quality photon-
10.23919/EuRAD50154.2022.9784526. counting CT technique based on weight adaptive total-variation and
[11] T. Wang, K. Wang, K. Zou, S. Shen, Y. Yang, M. Zhang, Z. Yang, image-spectral tensor factorization for small animals imaging,’’ IEEE
and J. Liu, ‘‘Virtual unrolling technology based on terahertz computed Trans. Instrum. Meas., vol. 70, pp. 1–14, 2021, doi: 10.1109/TIM.2020.
tomography,’’ Opt. Lasers Eng., vol. 151, Apr. 2022, Art. no. 106924, doi: 3026804.
10.1016/j.optlaseng.2021.106924. [32] A. Bjorck, Numerical Methods for Least Squares Problems. Philadel-
[12] K. Krugener, E.-M. Stubling, R. Jachim, B. Kietz, M. Koch, and phia, PA, USA: SIAM Society for Industrial and Applied Mathematics,
W. Viöl, ‘‘THz tomography for detecting damages on wood caused 1996.
by insects,’’ Appl. Opt., vol. 58, no. 22, p. 6063, Aug. 2019, doi: [33] P. C. Hansen, Rank-Deficient and Discrete Ill-Posed Problems: Numer-
10.1364/AO.58.006063. ical Aspects of Linear Inversion. Philadelphia, PA, USA: SIAM,
[13] J. B. Perraud, A. F. Obaton, J. Bou-Sleiman, B. Recur, H. Balacey, 1998.
F. Darracq, J. P. Guillet, and P. Mounaix, ‘‘Terahertz imaging and tomog- [34] M. R. Hestenes and E. Stiefel, ‘‘Methods of conjugate gradients for solving
raphy as efficient instruments for testing polymer additive manufac- linear systems,’’ J. Res. Nat. Bureau Standards, vol. 49, no. 6, p. 409, 1952,
turing objects,’’ Appl. Opt., vol. 55, no. 13, p. 3462, May 2016, doi: doi: 10.6028/jres.049.044.
10.1364/AO.55.003462. [35] P. C. Hansen, ‘‘The L-curve and its use in the numerical treatment of
[14] P. Fosodeder, S. Hubmer, A. Ploier, R. Ramlau, S. van Frank, and C. Rankl, inverse problems,’’ in Computational Inverse Problems in Electrocardiol-
‘‘Terahertz computer tomography for plastics extrusion (TACTICS),’’ pre- ogy. Cambridge, MA, USA: MIT Press, 2000.
sented at the ATTRACT Final Conf., 2020. [36] M. Naftaly, ‘‘Terahertz optical materials,’’ in Proc. Int. Traveling Summer
[15] S. Wang and X.-C. Zhang, ‘‘Pulsed terahertz tomography,’’ J. Phys. D, School, Frankfurt, Germany, 2019, pp. 25–49.
Appl. Phys., vol. 37, no. 4, pp. 1–36, Feb. 2004, doi: 10.1088/0022- [37] R. Hussung, A. Keil, and F. Friederich, ‘‘Handheld millimeter wave
3727/37/4/R01. imaging system based on a two-dimensional multistatic sparse array,’’
[16] J. P. Guillet, ‘‘Review of terahertz tomography techniques,’’ J. Infr., in Proc. 45th Int. Conf. Infr., Millim., Terahertz Waves (IRMMW-
Millim., Terahertz Waves, vol. 35, no. 4, pp. 382–411, 2014, doi: THz), Buffalo, NY, USA, Nov. 2020, pp. 1–2, doi: 10.1109/IRMMW-
10.1007/s10762-014-0057-0. THz46771.2020.9370732.
KARL H. MAY was born in Mannheim, Germany, GEORG VON FREYMANN graduated in physics
in 1992. He received the Dipl.-Phys. degree from Universität Karlsruhe (TH), Karlsruhe,
in physics from Technische Universität Kaiser- Germany, in 1998. He received the Dr.rer.-nat.
slautern, Kaiserslautern, Germany, in 2017, work- degree in physics from TH, in 2001.
ing on sensor fusion of electronic terahertz FMCW In 2002, he was a Postdoctoral Researcher at the
systems, where he is currently pursuing the Ph.D. Institute of Nanotechnology, Forschungszentrum
degree in development of terahertz tomography Karlsruhe, Germany. From 2003 to 2004, he was
systems and software. a Postdoctoral Researcher at the University of
He joined the Fraunhofer Institute for Industrial Toronto, Canada. From 2005 to 2010, he headed
Mathematics ITWM, Kaiserslautern, in 2013, as a an independent DFG Emmy-Noether Research
Research Assistant at the Optimization Department. In 2016, he switched Group, Institute of Nanotechnology, Karlsruhe Institute of Technology
to the Materials Characterization and Testing Department to pursue his (KIT). Since 2010, he has been a Full Professor of experimental physics
Diploma degree. His research interests include (electronic) terahertz trans- with the Technische Universität Kaiserslautern, Germany. Since 2013, he has
mitters and detectors, broadband antennas, terahertz measurement and appli- also been heads the Department of Materials Characterization and Testing,
cations, data fusion, and tomography reconstruction algorithms. Fraunhofer Institute for Industrial Mathematics ITWM. He is the author of
more than 110 articles and more than 15 inventions. He is the co-founder of
two companies. His research interests include 3-D laser-lithography, nano-
photonics, optical quantum simulators, terahertz technology, and spin-wave
optics.