Submitted Successfully!
To reward your contribution, here is a gift for you: A free trial for our video production service.
Thank you for your contribution! You can also upload a video entry or images related to this topic.
Version Summary Created by Modification Content Size Created at Operation
1 -- 1294 2022-12-14 13:49:22 |
2 update references and layout -2 word(s) 1292 2022-12-15 02:55:42 | |
3 update layout Meta information modification 1292 2022-12-15 03:05:31 |

Video Upload Options

Do you have a full video?

Confirm

Are you sure to Delete?
Cite
If you have any further questions, please contact Encyclopedia Editorial Office.
Silva, J.L.;  Bordalo, R.;  Pissarra, J.;  Palacios, P.D. Computer Vision-Based Wood Identification. Encyclopedia. Available online: https://encyclopedia.pub/entry/38779 (accessed on 23 April 2024).
Silva JL,  Bordalo R,  Pissarra J,  Palacios PD. Computer Vision-Based Wood Identification. Encyclopedia. Available at: https://encyclopedia.pub/entry/38779. Accessed April 23, 2024.
Silva, José Luís, Rui Bordalo, José Pissarra, Paloma De Palacios. "Computer Vision-Based Wood Identification" Encyclopedia, https://encyclopedia.pub/entry/38779 (accessed April 23, 2024).
Silva, J.L.,  Bordalo, R.,  Pissarra, J., & Palacios, P.D. (2022, December 14). Computer Vision-Based Wood Identification. In Encyclopedia. https://encyclopedia.pub/entry/38779
Silva, José Luís, et al. "Computer Vision-Based Wood Identification." Encyclopedia. Web. 14 December, 2022.
Computer Vision-Based Wood Identification
Edit

The impact of wood identification extends beyond illegal trading and ecological issues. Wood identification is paramount for the timber industry, civil and structural engineering, criminology, archaeology, art history, ethnography, and conservation and restoration, and many other disciplines.

computer vision machine learning deep learning convolutional neural networks artificial neural networks generative adversarial networks

1. Introduction

Despite the multiple wood identification methods now available, the varied results, costs, accessibility, deployment time and limiting factors hinder their applicability to real-world identification. Herein, an overview of the changes is presented that have occurred in wood identification methods and a review of computer vision-based wood identification, which is currently one of the fastest-developing research areas in artificial intelligence (AI) with very promising results and high identification accuracy. In this technique, visual data are processed from any given image to extract the relevant features in order to make a decision.
The digital systems described above are the foundation of the systems which, despite their limitations, are currently used to identify wood, mostly based on computer vision technology. They are applicable to several fields of research and industry, including neurobiology, autonomous vehicles, and facial recognition. Computer vision systems process visual data from any given image or video to extract the required and relevant features to make a decision [1].
This image recognition ability, also known as image classification, is one of the most important research areas in AI and is most frequently based on supervised learning. Herein, the network is required to create a model that learns from labelled images to determine classification rules, then it classifies the input data based on these same rules (generally used for image classification). In the case of unsupervised learning, it is the model that obtains unknown information through unlabelled data (generally used for image clustering) [2].
Machine learning can also decide what to do without human assistance from the data recognised by computer vision (input data), using predesigned algorithms [3] [4]. This removes the need to teach the model the necessary features or procedures for wood identification [5].
Computer vision technology is very appealing to many researchers because of its verifiable potential for field application [6] and proven ability to recognise and quantify wood structure variations that are not easily discernible using strictly “human” analysis. It is also an affordable resource [7] and, therefore, scalable. However, for the software to correctly interpret the specific architecture structure of the samples analysed to such a high level of precision, reference material must be constantly entered into the image database so that it can recognise natural variations in wood structure [8].
Computer vision-based wood identification is the real-world application of combining two types of software with different approaches within AI [9] [10].

2. Machine Learning

Machine learning operates primarily as software that recognises patterns from input images that are processed to define a descriptive structure to which the unknown image will be referenced [11]. This involves various stages, as follows.

3. Image Acquisition

The most frequently used types of image are macroscopic images (obtained without magnification using a normal digital camera) [12] [13], stereograms (stereoscopic images obtained with hand lens magnification, ca. 10×) [14] [15], micrographs (optical microscopic images) [16] [17], SEM images (up to 10,000×) [18], and X-ray computed tomography (CT) images [19] [20].
Light control and uniformity are significant issues in image processing [21]. They include techniques that are used to filter and normalise image brightness [22] [23].

4. Image Datasets

Image dataset construction or availability is one of the most significant factors among the multiple issues that can affect the performance of computer vision-based wood identification systems.
The more extensive the dataset is, the more naturally occurring biological variations within a species will be accessed and learned by the model. However, because constructing a dataset of wood samples is such a difficult and time-consuming task, most studies use wood collections for references [24] [25].
This limitation is countered to some extent by initiatives such as ImageNet [26]. Aiming to advance computer vision and deep learning research, the ImageNet dataset was made freely available to researchers worldwide. It contains 14.2 million images across more than 20,000 classes. A similar process is underway with herbaria digitalisation [27] [28]. However, despite the efforts made [29] [21], the lack of free access to worldwide wood image datasets continues to be the main constraint for computer vision-based wood identification [30].
Table 1 shows the main currently available datasets that have useful data for computer vision-based wood identification research.
Table 1. Wood image datasets available for computer vision-based wood identification research, adapted from [31].

4.1. Image Processing

Machine learning comprises two independent procedures: feature processing, also known as extraction (extraction of relevant features from input images), and classification (learning extracted features and querying image classification). There is, however, a previous step to image processing.
Pre-processing aims to convert the image into data that a specific algorithm can use to extract the required features, thus reducing computational complexity and facilitating subsequent processing [41]. The techniques used for this include greyscale conversion and image cropping [42] [43], filtering [22] [44], image sharpening [25] [45] and denoising [46] [47].

5. Deep Learning 

Deep learning is among the most notable and promising of the many branches of machine learning research.

As a neural network that attempts to simulate the function, structure and behaviour of the human brain (Figure 1), it has the capacity to process and “learn” large amounts of data [48] [49].

Figure 1. General pipeline of deep learning models for image classification (based on [50] [51]).

5.1 Artificial Neural Networks (ANN)

Artificial neural networks are not only one of the main investigation methods, but also constitute the foundation of deep learning [31]. These mathematical structures inspired by biological neural networks are a form of supervised or unsupervised learning that show high ability to learn from examples given to them and extrapolate the information when applied to future non-identified samples. This ability to reproduce, model and “learn” nonlinear processes has given ANNs widespread applications in multiple disciplines [43] [52].

5.2. Convolutional Neural Networks (CNN)

Convolutional neural networks are one of the most significant applications of ANNs. In the AI context, a CNN is a class of feedforward ANN that has been successfully applied to digital image processing analysis.

A CNN processes images more effectively by applying filtering techniques to ANNs [53]. This is a powerful and accurate way of solving classification problems, and CNNs are mainly credited for their role in image analysis, recognition, and classification. The architecture of a CNN typically has multiple layers between input and output: three convolutional layers, a pooling layer and a fully connected layer. These layers process different tasks during the image’s course. As the images progress through the distinct layers, features such as edges, colours and shapes are extracted and interpreted. These features are then learned and classified by the deep neural network, resulting ultimately in the network’s ability to identify a specific object [54] [55]. Other advantages are the capacity of automatically recognise important features without human supervision.

5.3. Generative Adversarial Networks (GANs)

Within deep learning, GANs [56] are described as neural networks that can learn to generate realistic samples from the data on which they were trained.

They use a neural network as a generator that takes a random distribution of data as input and learns to map that information to output the desired distribution of data. A second neural network, known as a discriminator (a binary classifier), will use the input and output images to determine the probability of the image originating as a training image (real) or on the generator (fake), thus assessing the most likely class to which the output image belongs [57].

Generative adversarial networks can produce highly realistic images using CNNs in an unsupervised manner [58].

References

  1. Voulodimos, A.; Doulamis, N.; Doulamis, A.; Protopapadakis, E.; Deep Learning for Computer Vision: A Brief Review.. Comput. Intell. Neurosci. 2018, 2018, 1-13, 10.1155/2018/7068349.
  2. Li, N.; Shepperd, M.; Guo, Y.; A Systematic Review of Unsupervised Learning Techniques for Software Defect Prediction. . Inf. Softw. Technol. 2020, 122, 106-287, 10.1016/j.infsof.2020.106287.
  3. Jordan, M.I.; Mitchell, T.M.; Machine Learning: Trends, Perspectives, and Prospects.. Science 2015, 349, 255–260, 10.1126/science.aaa8415.
  4. Khan, A.I.; Al-Habsi, S.; Machine Learning in Computer Vision.. Procedia Comput. Sci. 2020, 167, 1444–1451, 10.1016/j.procs.2020.03.355.
  5. Hwang, S.-W.; Sugiyama, J.; Computer Vision-Based Wood Identification and Its Expansion and Contribution Potentials in Wood Science: A Review.. Plant Methods 2021, 17, 47, 10.1186/s13007-021-00746-1.
  6. Ravindran, P.; Ebanyenle, E.; Ebeheakey, A.A.; Abban, K.B.; Lambog, O.; Soares, R.; Costa, A.; Wiedenhoeft, A.C. Image Based Identification of Ghanaian Timbers Using the XyloTron: Opportunities, Risks and Challenges. In Proceedings of the 33rd Conference on Neural Information Processing Systems (NeurIPS 2019), Dec. 9-14, Vancouver, Canada; Vancouver, Canada, 2019.
  7. Ravindran, P.; Thompson, B.J.; Soares, R.K.; Wiedenhoeft, A.C.; The XyloTron: Flexible, Open-Source, Image-Based Macroscopic Field Identification of Wood Products. . Front. Plant Sci. 2020, 11, 1–8, 10.3389/fpls.2020.01015.
  8. Dormontt, E.E.; Boner, M.; Braun, B.; Breulmann, G.; Degen, B.; Espinoza, E.; Gardner, S.; Guillery, P.; Hermanson, J.C.; Koch, G.; et al.et al. Forensic Timber Identification: It’s Time to Integrate Disciplines to Combat Illegal Logging. . Biol. Conserv. 2015, 191, 790–798, 10.1016/j.biocon.2015.06.038.
  9. Tou, J.Y.; Tou, P.; Lau, P.Y.; Tay, Y.H. Computer Vision-Based Wood Recognition System. Proc. Int’l Work. Adv. Image Technol. Bangkok, Thail. 2007.
  10. Ravindran, P.; Wiedenhoeft, A.C.; Comparison of Two Forensic Wood Identification Technologies for Ten Meliaceae Woods: Computer Vision versus Mass Spectrometry.. Wood Sci. Technol 2020, 54, 1139–1150, 10.1007/s00226-020-01178-1.
  11. Martins, A.L.R.; Marcal, A.R.S.; Pissarra, J. Modified DBSCAN Algorithm for Microscopic Image Analysis of Wood. In; 2019; pp. 257–269.
  12. Olschofsky, K.; Köhl, M.; Rapid Field Identification of Cites Timber Species by Deep Learning.. Trees, For. People 2020, 2 , 100-116, 10.1016/j.tfp.2020.100016.
  13. Barmpoutis, P.; Dimitropoulos, K.; Barboutis, I.; Grammalidis, N.; Lefakis, P.; Wood Species Recognition through Multidimensional Texture Analysis. Comput. Electron. Agric. 2018, 144 , 241–248, 10.1016/j.compag.2017.12.011.
  14. de Andrade, B.G.; Basso, V.M.; Latorraca, J.V. de F.; Machine Vision for Field-Level Wood Identification.. IAWA J 2020, 41 , 681–698, 10.1163/22941932-bja10001.
  15. Wang, H.; Zhang, G.; Qi, H.; Wood Recognition Using Image Texture Features. PLoS One 2013, 8, 76-101, 10.1371/journal.pone.0076101.
  16. Lens, F.; Liang, C.; Guo, Y.; Tang, X.; Jahanbanifard, M.; da Silva, F.S.C.; Ceccantini, G.; Verbeek, F.J.; Computer-Assisted Timber Identification Based on Features Extracted from Microscopic Wood Sections.. IAWA J. 2020, 41 , 660–680, 10.1163/22941932-bja10029.
  17. Martins, J.; Oliveira, L.S.; Nisgoski, S.; Sabourin, R.; A Database for Automatic Classification of Forest Species. . Mach. Vis. Appl. 2013, 24, 567–578, 10.1007/s00138-012-0417-5.
  18. Mallik, A.; Tarrío-Saavedra, J.; Francisco-Fernández, M.; Naya, S.; Classification of Wood Micrographs by Image Segmentation.. Chemom. Intell. Lab. Syst. 2011, 107, 351–362, 10.1016/j.chemolab.2011.05.005.
  19. Kobayashi, K.; Hwang, S.-W.; Okochi, T.; Lee, W.-H.; Sugiyama, J.; Non-Destructive Method for Wood Identification Using Conventional X-Ray Computed Tomography Data.. J. Cult. Herit. 2019, 38, 88–93, 10.1016/j.culher.2019.02.001.
  20. Kobayashi, K.; Akada, M.; Torigoe, T.; Imazu, S.; Sugiyama, J.; Automated Recognition of Wood Used in Traditional Japanese Sculptures by Texture Analysis of Their Low-Resolution Computed Tomography Data.. J. Wood Sci. 2015, 61, 630–640, 10.1007/s10086-015-1507-6.
  21. Lopes, D.J.V.; Burgreen, G.W.; Entsminger, E.D.; North American Hardwoods Identification Using Machine-Learning. . Forests 2020, 11, 298, 10.3390/f11030298.
  22. Yu, H.; Cao, J.; Luo, W.; Liu, Y. Image Retrieval of Wood Species by Color, Texture, and Spatial Information. In Proceedings of the 2009 International Conference on Information and Automation; IEEE, June 2009; pp. 1116–1119.
  23. Yusof, R.; Khalid, M.; Khairuddin, A.S.M.; Application of Kernel-Genetic Algorithm as Nonlinear Feature Selection in Tropical Wood Species Recognition System.. Comput. Electron. Agric. 2013, 93, 68–77, 10.1016/j.compag.2013.01.007.
  24. Martins, J.; Oliveira, L.S.; Nisgoski, S.; Sabourin, R. The Forest Species Database – Microscopy Available online: https://web.inf.ufpr.br/vri/databases/forest-species-database-microscopic/ (accessed on 3 May 2022).
  25. Khalid, M.; Lew, E.; Lee, Y.; Yusof, R.; Nadaraj, M. Design of an Intelligent Wood Species Recognition System. Int. J. Simul. Syst., Sci. Technol. 2008, 9.
  26. Stanford, V.L.; University, S.; University, P. ImageNet Available online: https://www.image-net.org/ (accessed on 21 April 2021).
  27. Seregin, A.P.; Moscow Digital Herbarium: A Consortium since 2019. . Taxon 2020, 69, 417–419, 10.1002/tax.12228.
  28. New Your Botanical Garden, N. INDEX HERBARIORUM Available online: http://sweetgum.nybg.org/science/ih/ (accessed on 21 April 2022).
  29. UFPR Forest Species Database – Microscopic Available online: https://web.inf.ufpr.br/vri/databases/forest-species-database-microscopic/ (accessed on 21 April 2022).
  30. Hwang, S.-W.; Sugiyama, J.; Computer Vision-Based Wood Identification and Its Expansion and Contribution Potentials in Wood Science: A Review. . Plant Methods 2021, 17, 47, 10.1186/s13007-021-00746-1.
  31. Hwang, S.-W.; Sugiyama, J.; Computer Vision-Based Wood Identification and Its Expansion and Contribution Potentials in Wood Science: A Review.. Plant Methods 2021, 17, 47, 10.1186/s13007-021-00746-1.
  32. Nasirzadeh, M.; Khazael, A.A.; Khalid, M. bin Woods Recognition System Based on Local Binary Pattern. In Proceedings of the Second International Conference on Computational Intelligence, Communication Systems and Networks, CICSyN 2010; IEEE: Liverpool, UK, July 2010; pp. 308–313.
  33. Khalid, M.; Yusof, R.; Khairuddin, A.S.M. Improved Tropical Wood Species Recognition System Based on Multi-Feature Extractor and Classifier. Int. J. Electr. Comput. Eng. 2011, 5, 495–501.
  34. Damayanti, R.; Prakasa, E.; Krisdianto; Dewi, L.M.; Wardoyo, R.; Sugiarto, B.; Pardede, H.F.; Riyanto, Y.; Astutiputri, V.; Panjaitan, G.R.; et al. LignoIndo: Image Database of Indonesian Commercial Timber. IOP Conf. Ser. Earth Environ. Sci. 2019, 374, 12057, doi:10.1088/1755-1315/374/1/012057.
  35. Wang, H.; Zhang, G.; Qi, H.; Wood Recognition Using Image Texture Features.. PLoS One 2013, 8, 76-101, 10.1371/journal.pone.0076101.
  36. Silva, N.R. da; De Ridder, M.; Baetens, J.M.; Van den Bulcke, J.; Rousseau, M.; Bruno, O.M.; Beeckman, H.; Van Acker, J.; De Baets, B.; Automated Classification of Wood Transverse Cross-Section Micro-Imagery from 77 Commercial Central-African Timber Species. . Ann. For. Sci. 2017, 74, 30, 10.1007/s13595-017-0619-0.
  37. Kobayashi, K.; Kegasa, T.; Hwang, S.S.-W.; Sugiyama, J. Anatomical Features of Fagaceae Wood Statistically Extracted by Computer Vision Approaches: Some Relationships with Evolution. PLoS One 2019, 14, doi:10.1371/journal.pone.0220762.
  38. Sugiyama, J.; Hwang, S.W.; Kobayashi, K.; Zhai, S.; Kanai, I.; Kanai, K. Database of Cross Sectional Optical Micrograph from KYOw Lauraceae Wood. Available online: https://repository.kulib.kyoto-u.ac.jp/dspace/handle/2433/245888 (accessed on 21 April 2022).
  39. Wood-auth. Barmpoutis P. WOOD-AUTH Dataset A (Version 0.1). Available online: https://doi.org/10.2018/wood.auth (accessed on 21 April 2022).
  40. UFPR Forest Species Database – Macroscopic Available online: https://web.inf.ufpr.br/vri/databases/forest-species-database-macroscopic/ (accessed on 23 April 2021).
  41. Kour, A.; Yv, V.; Maheshwari, V.; Prashar, D. A Review on Image Processing. Int. J. Electron. Commun. Comput. Eng. 2012, 4, 2278–4209.
  42. Filho, P.L.P.; Oliveira, L.S.; Nisgoski, S.; Britto, A.S.; Forest Species Recognition Using Macroscopic Images. . Mach. Vis. Appl. 2014, 25, 1019–1031, 10.1007/s00138-014-0592-7.
  43. Silva, N.R. da; De Ridder, M.; Baetens, J.M.; Van den Bulcke, J.; Rousseau, M.; Bruno, O.M.; Beeckman, H.; Van Acker, J.; De Baets, B.; Automated Classification of Wood Transverse Cross-Section Micro-Imagery from 77 Commercial Central-African Timber Species.. Ann. For. Sci. 2017, 74, 30, 10.1007/s13595-017-0619-0.
  44. Zamri, M.I.P.; Cordova, F.; Khairuddin, A.S.M.; Mokhtar, N.; Yusof, R.; Tree Species Classification Based on Image Analysis Using Improved-Basic Gray Level Aura Matrix. . Comput. Electron. Agric. 2016, 124, 227–233, 10.1016/j.compag.2016.04.004.
  45. Yusof, R.; Rosli, N.R.; Khalid, M. Tropical Wood Species Recognition Based on Gabor Filter. In Proceedings of the 2009 2nd International Congress on Image and Signal Processing; IEEE, October 2009; pp. 1–5.
  46. Brunel, G.; Borianne, P.; Subsol, G.; Jaeger, M.; Caraglio, Y.; Automatic Identification and Characterization of Radial Files in Light Microscopy Images of Wood. . Ann. Bot. 2014, 114, 829–840, 10.1093/aob/mcu119.
  47. Kobayashi, K.; Hwang, S.-W.; Lee, W.-H.; Sugiyama, J.; Texture Analysis of Stereograms of Diffuse-Porous Hardwood: Identification of Wood Species Used in Tripitaka Koreana.. J. Wood Sci. 2017, 63, 322–330, 10.1007/s10086-017-1625-4.
  48. LeCun, Y.; Bengio, Y.; Hinton, G.; Deep Learning.. Nature 2015, 521, 436–444, 10.1038/nature14539.
  49. Goodfellow, I.; Bengio, Y.; Courville, A.. Deep Learning; MIT press, Eds.; MIT press: Cambridge, 2016; pp. 800.
  50. Hwang, S.-W.; Sugiyama, J.; Computer Vision-Based Wood Identification and Its Expansion and Contribution Potentials in Wood Science: A Review.. Plant Methods 2021, 17, 47, 10.1186/s13007-021-00746-1.
  51. Du, M.; Liu, N.; Hu, X.; Techniques for Interpretable Machine Learning.. Commun. ACM 2019, 63, 68–77, 10.1145/3359786.
  52. Abiodun, O.I.; Kiru, M.U.; Jantan, A.; Omolara, A.E.; Dada, K.V.; Umar, A.M.; Linus, O.U.; Arshad, H.; Kazaure, A.A.; Gana, U. Comprehensive Review of Artificial Neural Network Applications to Pattern Recognition. IEEE Access 2019, 7, 158820–158846, doi:10.1109/ACCESS.2019.2945545.
  53. Goodfellow, I.; Bengio, Y.; Courville, A. . Deep Learning; MIT press, Eds.; MIT press: Cambridge, 2016; pp. 800.
  54. Hwang, S.-W.; Sugiyama, J.; Computer Vision-Based Wood Identification and Its Expansion and Contribution Potentials in Wood Science: A Review. . Plant Methods 2021, 17, 47, 10.1186/s13007-021-00746-1.
  55. Chai, J.; Zeng, H.; Li, A.; Ngai, E.W.T.; Deep Learning in Computer Vision: A Critical Review of Emerging Techniques and Application Scenarios.. Mach. Learn. with Appl. 2021, 6, 100-134, 10.1016/j.mlwa.2021.100134.
  56. Goodfellow, I.; Pouget-Abadie, J.; Mirza, M.; Xu, B.; Warde-Farley, D.; Ozair, S.; Courville, A.; Bengio, Y. Generative Adversarial Nets. In Proceedings of the Advances in Neural Information Processing Systems; Montreal, QC, 2014.
  57. Yi, X.; Walia, E.; Babyn, P.; Generative Adversarial Network in Medical Imaging: A Review. . Med. Image Anal. 2019, 58, 101-552, 10.1016/j.media.2019.101552.
  58. Lopes, D.J.V.; Monti, G.F.; Burgreen, G.W.; Moulin, J.C.; Bobadilha, G. dos S.; Entsminger, E.D.; Oliveira, R.F.; Creating High-Resolution Microscopic Cross-Section Images of Hardwood Species Using Generative Adversarial Networks. . Front. Plant Sci. 2021, 12, 10, 10.3389/fpls.2021.760139.
More
Information
Contributors MDPI registered users' name will be linked to their SciProfiles pages. To register with us, please refer to https://encyclopedia.pub/register : , , ,
View Times: 468
Revisions: 3 times (View History)
Update Date: 15 Dec 2022
1000/1000