Datensatz:

Stimulus classification with electrical potential and impedance of living plants : comparing discriminant analysis and deep-learning methods

Lade...
Vorschaubild

Datum der Erstveröffentlichung

2022

Autor:innen

Andere Beitragende

Repositorium der Erstveröffentlichung

Zenodo

Version des Datensatzes

1
Link zur Lizenz

Angaben zur Forschungsförderung

Projekt

Core Facility der Universität Konstanz
Bewerten Sie die FAIRness der Forschungsdaten

Gesperrt bis

Titel in einer weiteren Sprache

Publikationsstatus
Published

Zusammenfassung

The physiology of living organisms, such as living plants, is complex and particularly difficult to understand on a macroscopic, organism-holistic level. Among the many options for studying plant physiology, electrical potential and tissue impedance are arguably simple measurement techniques that can be used to gather plant-level information. Despite the many possible uses, our research is exclusively driven by the idea of phytosensing, that is, interpreting living plants’ signals to gather information about surrounding environmental conditions. As ready-to-use plant-level physiological models are not available, we consider the plant as a blackbox and apply statistics and machine learning to automatically interpret measured signals. In simple plant experiments, we expose Zamioculcas zamiifolia and Solanum lycopersicum (tomato) to four different stimuli: wind, heat, red light and blue light. We measure electrical potential and tissue impedance signals. Given these signals, we evaluate a large variety of methods from statistical discriminant analysis and from deep learning, for the classification problem of determining the stimulus to which the plant was exposed. We identify a set of methods that successfully classify stimuli with good accuracy, without a clear winner. The statistical approach is competitive, partially depending on data availability for the machine learning approach. Our extensive results show the feasibility of the blackbox approach and can be used in future research to select appropriate classifier techniques for a given use case. In our own future research, we will exploit these methods to derive a phytosensing approach to monitoring air pollution in urban areas.

Contents of this repository:

  • mu_interface: Code for our data collection plant experiments, based on Raspberry Pis and the Cybertronica phytosensing and phytoactuating system.
  • SupplementaryCode: Includes the discriminant analysis classifier, raw datasets, calculated features, test-train split and the corresponding code.
  • dl-4-tsc: Deep learning framework developed by Fawaz et. al (Deep learning for time series classification: a review) and adapted to our use case.
  • DeepClassifier: Trained deep learning time series classifier.
  • classification_results.xlsx: Overview of the results from the deep learning framework (accuracy, precision, recall, training time, confusion matrix) and the achieved accuracies using discriminant analysis with sequential forward section (further evaluation metrics of the discriminant analysis can be found in SupplementaryCode.

Zusammenfassung in einer weiteren Sprache

Fachgebiet (DDC)
004 Informatik

Schlagwörter

electrophysiology, tissue electrical impedance, phytosensing, machine learning, classification, discriminant analysis, artifical neural networks, time series classification

Zugehörige Publikationen in KOPS

Publikation
Zeitschriftenartikel
Stimulus classification with electrical potential and impedance of living plants : comparing discriminant analysis and deep-learning methods
(2023) Buss, Eduard; Aust, Till; Wahby, Mostafa; Rabbel, Tim-Lucas; Kernbach, Serge; Hamann, Heiko
Erschienen in: Bioinspiration & Biomimetics. IOP Publishing. 2023, 18(2), 025003. ISSN 1748-3182. eISSN 1748-3190. Verfügbar unter: doi: 10.1088/1748-3190/acbad2
Link zu zugehöriger Publikation
Link zu zugehörigem Datensatz

Zitieren

ISO 690BUSS, Eduard, Till AUST, Mostafa WAHBY, TIM-LUCAS RABBEL, Serge KERNBACH, Heiko HAMANN, 2022. Stimulus classification with electrical potential and impedance of living plants : comparing discriminant analysis and deep-learning methods
BibTex
RDF
<rdf:RDF
    xmlns:dcterms="http://purl.org/dc/terms/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:bibo="http://purl.org/ontology/bibo/"
    xmlns:dspace="http://digital-repositories.org/ontologies/dspace/0.1.0#"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xmlns:void="http://rdfs.org/ns/void#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
  <rdf:Description rdf:about="https://kops.uni-konstanz.de/server/rdf/resource/123456789/72389">
    <dc:contributor>Kernbach, Serge</dc:contributor>
    <dc:creator>Buss, Eduard</dc:creator>
    <dcterms:rights rdf:resource="https://creativecommons.org/licenses/by/4.0/legalcode"/>
    <dc:creator>Wahby, Mostafa</dc:creator>
    <void:sparqlEndpoint rdf:resource="http://localhost/fuseki/dspace/sparql"/>
    <dc:rights>Creative Commons Attribution 4.0 International</dc:rights>
    <dc:creator>Aust, Till</dc:creator>
    <dc:contributor>Wahby, Mostafa</dc:contributor>
    <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2022-09-30T18:11:06.000Z</dcterms:created>
    <dcterms:abstract>The physiology of living organisms, such as living plants, is complex and particularly difficult to understand on a macroscopic, organism-holistic level. Among the many options for studying plant physiology, electrical potential and tissue impedance are arguably simple measurement techniques that can be used to gather plant-level information. Despite the many possible uses, our research is exclusively driven by the idea of phytosensing, that is, interpreting living plants’ signals to gather information about surrounding environmental conditions. As ready-to-use plant-level physiological models are not available, we consider the plant as a blackbox and apply statistics and machine learning to automatically interpret measured signals. In simple plant experiments, we expose Zamioculcas zamiifolia and Solanum lycopersicum (tomato) to four different stimuli: wind, heat, red light and blue light. We measure electrical potential and tissue impedance signals. Given these signals, we evaluate a large variety of methods from statistical discriminant analysis and from deep learning, for the classification problem of determining the stimulus to which the plant was exposed. We identify a set of methods that successfully classify stimuli with good accuracy, without a clear winner. The statistical approach is competitive, partially depending on data availability for the machine learning approach. Our extensive results show the feasibility of the blackbox approach and can be used in future research to select appropriate classifier techniques for a given use case. In our own future research, we will exploit these methods to derive a phytosensing approach to monitoring air pollution in urban areas.



 

Contents of this repository:

- mu_interface: Code for our data collection plant experiments, based on Raspberry Pis and the Cybertronica phytosensing and phytoactuating system.
- SupplementaryCode: Includes the discriminant analysis classifier, raw datasets, calculated features, test-train split  and the corresponding code.
- dl-4-tsc: Deep learning framework developed by Fawaz et. al (Deep learning for time series classification: a review) and adapted to our use case. 
- DeepClassifier: Trained deep learning time series classifier.
- classification_results.xlsx: Overview of the results from the deep learning framework (accuracy, precision, recall, training time, confusion matrix) and the achieved accuracies using discriminant analysis with sequential forward section (further evaluation metrics of the discriminant analysis can be found in SupplementaryCode.</dcterms:abstract>
    <dc:contributor>Buss, Eduard</dc:contributor>
    <dc:creator>Hamann, Heiko</dc:creator>
    <dc:contributor>Aust, Till</dc:contributor>
    <dcterms:isPartOf rdf:resource="https://kops.uni-konstanz.de/server/rdf/resource/123456789/71925"/>
    <dc:creator>Kernbach, Serge</dc:creator>
    <dc:contributor>Tim-Lucas Rabbel</dc:contributor>
    <dcterms:title>Stimulus classification with electrical potential and impedance of living plants : comparing discriminant analysis and deep-learning methods</dcterms:title>
    <dspace:isPartOfCollection rdf:resource="https://kops.uni-konstanz.de/server/rdf/resource/123456789/71925"/>
    <foaf:homepage rdf:resource="http://localhost:8080/"/>
    <dc:language>eng</dc:language>
    <dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2025-02-19T10:40:10Z</dc:date>
    <bibo:uri rdf:resource="https://kops.uni-konstanz.de/handle/123456789/72389"/>
    <dcterms:available rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2025-02-19T10:40:10Z</dcterms:available>
    <dcterms:issued>2022</dcterms:issued>
    <dc:contributor>Hamann, Heiko</dc:contributor>
    <dc:creator>Tim-Lucas Rabbel</dc:creator>
  </rdf:Description>
</rdf:RDF>
URL (Link zu den Daten)

Prüfdatum der URL

Kommentar zur Publikation

Universitätsbibliographie
Ja
Diese Publikation teilen