Submit manuscript...
International Journal of
eISSN: 2573-2838

Biosensors & Bioelectronics

Research Article Volume 6 Issue 1

Plant tissue differentiation using electrical impedance spectroscopy with deep neural networks

Pedro Bertemes-Filho, Ricardo Cavalieri

Department of Electrical Engineering, State University of Santa Catarina, Brazil

Correspondence: Pedro Bertemes-Filho, Department of Electrical Engineering, State University of Santa Catarina, Joinville, Brazil

Received: January 29, 2020 | Published: February 26, 2020

Citation: Cavalieri R, Bertemes-Filho P. Plant tissue differentiation using electrical impedance spectroscopy with deep neural networks. Int J Biosen Bioelectron. 2020;6(1):20-23. DOI: 10.15406/ijbsbe.2020.06.00182

Download PDF

Abstract

Electrical Impedance Spectroscopy (EIS) has been demonstrated as a powerful tool in the diagnosis of many different medical conditions. Using the interpretation of the information acquired by EIS it is possible to identify changes in the structure of biological tissue. Interpretation of EIS data is usually done by linear regression or mathematical modelling of the impedance curve. In this paper, a new method of classification of biological materials is developed using an Impedance Spectroscope and Deep Neural Networks for the interpretation of data. Results show that classification with neural networks is faster and more reliable than the usual approaches.

Keywords: electrical impedance spectroscopy, neural networks, deep learning, biological tissues

Abbreviations

ANN, artificial neural network; BCC, basal cell carcinoma; CSV, comma- separated value; EIS, electrical impedance spectroscopy; MLP, multi-layer perceptron; SB, sepal bundle; ReLU, rectified linear unit

Introduction

Electrical Impedance Spectroscopy (EIS) is a powerful tool for characterization of electrical properties of a wide range of materials.1 It has been demonstrated to reliably represent both organic and inorganic structures through the extraction of electrical parameters that serve as descriptors of the physiological state of biological tissues.2 Viable applications of EIS can be found in many different fields, ranging from the assessment of aging effects in lithium ion batteries3 to characterization of biological tissue, both from animal4 and plant5 origins. EIS in medicine have recently gained many different applications in the field since the minimally invasive characteristic of the procedure is very appealing for both patients and doctors. EIS has been used for the detection of malignant tumors in different organs such as the breasts,6 prostate7 and skin.8 In the application of characterization of biological tissue, excitation is usually provided by a current source with variable frequency between 10 Hz and 10 MHz. Analysis of impedance measurements in this range of frequency allows modelling of complex tissues as the association of passive electrical components.9 The most popular method for fitting EIS data into a mathematical equation is the Cole function,10 represented by

ZCole(ω)= R+RR1+(jωτ0)α (1)

Where R is the resistance value of the material at very high frequency, αrepresents a Cole-type distribution of relaxation times for different kinds of tissue and electrical interfaces and τ 0 stands for the specific relaxation time of the material being observed. Equation 1 is a mathematical characterization of the material being studied. Another possible way of representing this model would be with electric circuits, as shown in Figure 1 where the parallel conductance go stands for the intracellular content.1 One of the challenges imposed by the process of modelling EIS data is the fact that highly complex structures have to be simplified into elementary electrical models.2 Even if the circuits represent the biological system well enough, researchers must consider the fact that biological tissue and interfaces contain microscopic properties which vary amorphously throughout the sample. This makes it unlikely that the system can be represented by an electrical circuit, regardless of its dimensions and complexity.12

Figure 1 Method of representing biological tissue, where R represents the intracelluar resistance and C the cell equivalent capacitance.1

With the popularization of high-end processing units, Artificial Neural Networks (ANNs) started to gain traction as a viable alternative to interpreting biological data.13 Due to its inherent capacity to reproduce non-linear behaviour,14 ANNs can be considered a good alternative for modelling systems based on EIS data. In the past years, researches have used ANNs as a classification algorithm to interpret EIS data for medical diagnosis. In one study, researchers used this method for detection of basal cell carcinoma (BCC) with very high prediction rates.15 Another group used ANNs to estimate ischemia in biological tissues.16 This paper aims to develop an efficient framework for the differentiation of biological tissues using EIS and Neural Networks, establishing a coherent methodology from signal acquisition to data interpretation. The developed system prioritizes a time-efficient solution to this challenge and employs strategies for dimensionality reduction in order to maximize efficiency. The tissue chosen for classification is found in the perimedullary section of the common potato tuber, which is to be differentiated from the sepal bundle found in common apples. These were chosen based on structural and functional similarities, consisting mainly of parenchymatous cells of highly irregular size and shape. Also the availability of the samples enables the measurement process to be consistent. These characteristics ensure that classification is dependent on the correct characterization of the cellular composition of each tissue and that the same framework is capable to be repurposed for differentiation of other types of biological tissue.

Material and methods

The work presented in the paper involves the preparation of the biological material to be analyzed, extraction of EIS data, treatment of the collected data and the training of a deep neural network capable of classifying different tissues correctly.

Biological material samples

For this experiment the biological tissues selected were potato tuber (Solnnum tuberosum L.) as it is widely accepted as a good substitute for animal tissue17 and common apples (Malus domestica). Sample dimensions and electrode placement is determined in order to maximize EIS sensitivity in the deeper layers of measured tissue. Measurement is made by inserting 4 conductive needles (50mm in length, separated each by 80mm) into the sample. For the potato tuber, measurement is taken at the perimedullary section of the tissue as indicated in the right side of Figure 2. This is done in order to avoid irregularities in the EIS caused by skin or stem tissue and to increase the number of viable samples since this part of the tissue is the most prevalent in the anatomy of the plant. In the case of apples, measurement is taken into the sepal bundle, indicated in the left side of Figure 2 as SB. Like the perimedullary section of potato tuber, this is the most prevalent and uniform tissue observed in this species. Considering the large amount of data necessary for training and testing the classification network, measurement is repeated in 50 different samples for each type of tissue so the natural variations observed in the biological tissue can be taken into account by the algorithm.

Figure 2 Cross-section of Twenty-Ounce apple19 (left), idealized longitudinal section of tuber18 (right).

Data acquisition

Equipment used for data acqusition is a HF12S Impedance Spectroscope manufactured by Zurich Instruments.

A tetrapolar electrode configuration is used in order to compensate for cable impedance. Voltage amplitude supplied to the sample is fixed at 10 Vp value ranging from 400 Hz to 1 MHz. A HF2TA current amplifier is used for amplification in the acquisition channel. Measurement is repeated in a consistent manner for all of the 100 samples of the different biological material prepared. Data collected is stored in a CSV file for later use.

Data preprocessing

Data preprocessing is made using the pandas Python library.20 As extracted from the HF12S spectroscope, the available data are  |Z| (impedance in module), θ(phase angle) and (Re + jIm) (complex impedance) for each of the excitation frequencies. For this experiment only the curve observed by plotting the phase angle θ variation versus frequency is going to be used in classification. This is done in order to reduce the time and processing power required to perform training of the neural network while still maintaining reliability. Parametric fitting based on Gaussian least squares function21 is used in order to represent the phase angle by frequency curve in three dimensionless descriptors, further reducing dimensions. Each descriptor is represented by the Greek letters δ, ε and ζ. These descriptors serve only to represent the phase angle difference between the two types of sample in a visual way which means that they have no defined physical meaning. Each feature is then scaled, ensuring that the mean value of the series over all samples is equal to  and standard deviation between all values is equal to . This in turn maximizes effectiveness of the learning process of the Deep Neural Network.22

Deep neural network for tissue identification

Tissue identification is done through the use of a Deep Neural Network implemented through the Python library scikit-learn.23 Network architecture implemented is a multi-layer perceptron (MLP) with back propagation.

Solver used for weight optimization is L-BFGS with Rectified Linear Unit (ReLU) activation function. Learning rate α is set at  over  hidden layers. Maximum iteration allowed is set to .

Results and discussion

First type of result analyzed is the raw data acquired from the HF12S Spectroscope. As discussed previously, phase angle θ paired with the frequency applied to the sample was selected as the variable that would be used for classification of the tissue. This characteristic is directly tied to the structural composition of the sampled tissue and is considered a good descriptor of the electrical properties of biological materials. Figure 3 represent the phase angle θ in respect to frequency from 5 randomly chosen samples of each tissue. Differences between the characteristic curves of the two tissues as in respect to this variable are evident through graphical observation. Dimensionality reduction is applied in order to compress the phase angle θ which has  dimensions (one for each frequency point gathered) into a 3 dimensional analysis, reducing the number of samples required for the supervised learning process of the classification neural network. Each curve is now a point in a 3 dimensional space and represented in Figure 4. Each axis in this representation have no physical meaning and serve only as a scale of differentiation and are named after the features extracted from the phase angle α curve: δ,  ε and ζ. Also observable is the regularization used, ensuring that each feature ranges from ‒2 to . The visible separation between the two different types of samples in the three-dimensional space suggests that impedance spectroscopy is appropriately capturing the structural difference between tissues. It is also possible to infer from graphical analysis that the repeated measurements were taken adequately, since there are no observable outlier samples.

Figure 3 Impedance angle variation with frequency for 5 random samples of potato tuber (top) and apple (bottom).

Figure 4 Extracted features are represented as a three-dimensional space.

Classification network converges around 200 iterations and achieves  accuracy both in the training and validation data sets, the learning curve is shown in Figure 5. After the first round of training (200 iterations total), the neural network was able to classify correctly every sample preserved for testing. Convergence happens after 223 ±12 ms at which point training is interrupted. Fast training speed can be attributed to the process of dimensionality reduction applied before training. In Figure 6 it is evident that the network learns quickly, rapidly reaching 100% precision. It is clear by the accuracy achieved by the classification network that the system developed is able to differentiate much more similar kinds of tissues. Which means that the methodology used can be used to solve more challenging tasks in tissue classification.

Figure 5 Confusion matrix of two datasets used. A) displays the confusion matrix from classification applied to the training set; B) as applied to test data; C) complete dataset.

Figure 6 Learning curve displayed during training of the classification deep neural network.

Conclusion

This study has shown that a neural network can reliably identify different plant-based biological tissues using data acquired by impedance spectroscopy. The accuracy of the network developed and the low required training time indicate that the methodology developed can be applied to more challenging tasks without compromising the systems feasibility. Future works should focus on the differentiation of multiple tissues (multi-class classification) or to study the structural alterations in biological tissues resulted from physical processes (drastic changes in temperature and pressure). In addition, the process described in this paper might be adapted to create classification models for ex-vivo animal tissues.

Acknowledgments

Funding for this research was provided by FAPESC (Fundação de Amparo à Pesquisa e Inovação do Estado de Santa Catarina) and UDESC (Universidade do Estado de Santa Catarina).

Conflicts of interest

The authors declare that there are no conflicts of interest.

References

  1. Macdonald JR, Johnson WB. Fundamentals of impedance spectroscopy. Impedance spectroscopy: theory, experiment, and applications. 2018:1–26.
  2. Martinsen OG, Grimnes S. Bioimpedance and bioelectricity basics. Academic press; 2011.
  3. Troltzsch U, Kanoun O, Trankler HR. Characterizing aging effects of lithium Ion batteries by impedance spectroscopy. Electrochimica Acta. 2006;51(8-9):1664–1672.
  4. Dean DA, Ramanathan T, Machado D, et al. Electrical impedance spectroscopy study of biological tissues. Journal of electrostatics. 2008;66(3-4):165–177.
  5. Wu L, Ogawa Y, Tagawa A. Electrical impedance spectroscopy analysis of eggplant pulp and effects of drying and freezing–thawing treatments on its impedance characteristics. Journal of Food Engineering. 2008;87(2):274–280.
  6. Kim BS, Isaacson D, Xia H, et al. A method for analyzing electrical impedance spectroscopy data from breast cancer patients. Physiological measurement. 2007;28(7):S237.
  7. Halter RJ, Hartov A, Heaney JA, et al. Electrical impedance spectroscopy of the human prostate. IEEE Transactions on Biomedical Engineering. 2007;54(7):1321–1327.
  8. Aberg P, Nicancer I, Ollmar S. Minimally invasive electrical impedance spectroscopy of skin exemplified by skin cancer assessments. Proceedings of the 25th Annual International Conference of the IEEE Engineering in Medicine and Biology Society. 2003;4:3211–3214.
  9. Pliquett U, Prausnitz MR. Electrical impedance spectroscopy for rapid and noninvasive analysis of skin electroporation. Methods Mol Med. 2000;37:377-406.
  10. Cole KS. Permeability and impermeability of cell membranes for ions. Cold Spring Harbor Symposia on Quantitative Biology. 1940;8:110–122.
  11. Grimnes S, Martinsen OG. Bioimpedance. Wiley encyclopedia of biomedical engineering; 2006.
  12. McAdams ET, Jossinet J. Problems in equivalent circuit modelling of the electrical properties of biological tissues. Bioelectrochemistry and Bioenergetics. 1996;40(2):147–152.
  13. Miller A, Blott B, Hames TK. Review of neural network applications in medical imaging and signal processing. Medical and Biological Engineering and Computing. 1992;30(5):449–464.
  14. Chen S, Billings S, Grant P. Non-linear system identification using neural networks. International journal of control. 1990;51(6):1191–1214.
  15. Dua R, Beetner DG, Stoecker WV, et al. Detection of basal cell carcinoma using electrical impedance and neural networks. IEEE Transactions on Biomedical Engineering. 2004;51(1):66–71.
  16. Kun S, Ristic B, Peura RA, et al. Real-time extraction of tissue impedance model parameters for electrical impedance spectrometer. Medical & biological engineering & computing. 1999;37(4):428–432.
  17. Zhang M, Willison J. Electrical impedance analysis in plant tissues: the effect of freeze-thaw injury on the electrical properties of potato tuber and carrot root tissues. Canadian Journal of Plant Science. 1992;72(2):545–553.
  18. Reeve R, Hautala E, Weaver M. Anatomy and compositional variations within potatoes iii. gross compositional gradients. American Potato Journal. 1970;47(5):148–162.
  19. Tukey HB, Young C. Botanical Gazette. 1942;014(1):3–25.
  20. McKinney W. Data structures for statistical computing in python. In: Van Der Walt S, Millman J, editors. Proceedings of the 9th Python in Science Conference. 2010:51 – 56.
  21. Cavanillas S, Diaz-Cruz JM, Ari˜no C, et al. Parametric signal fitting by gaussian peak adjustment: A new multivariate curve resolution method for non-bilinear voltammetric measurements. Analytica Chimica Acta. 2011;689(2):198 – 205.
  22. Zurada JM, Malinowski A, Cloete I. Sensitivity analysis for minimization of input data dimension for feedforward neural network. Proceedings of IEEE International Symposium on Circuits and Systems-ISCAS. 1994;94(6):447–450.
  23. Pedregosa F, Varoquaux G, Gramfort A, et al. Scikit-learn: Machine learning in Python. Journal of Machine Learning Research. 2011;12:2825–2830.
Creative Commons Attribution License

©2020 Cavalieri, et al. This is an open access article distributed under the terms of the, which permits unrestricted use, distribution, and build upon your work non-commercially.