Next Article in Journal
Enhanced Anomaly Detection in IoT Networks Using Deep Autoencoders with Feature Selection Techniques
Next Article in Special Issue
The Modeling of a Single-Electron Bipolar Avalanche Transistor in 150 nm CMOS
Previous Article in Journal
Enhancing NUE in Corn Through Optimized Sensor-Based Prescription Maps
Previous Article in Special Issue
Dual-Band Dual-Beam Shared-Aperture Reflector Antenna Design with FSS Subreflector
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

AdapTree: Data-Driven Approach to Assessing Plant Stress Through the AI-Sensor Synergy

1
Department of Computer Science Engineering, Thapar Institute of Engineering and Technology, Patiala 147004, Punjab, India
2
School of Electrical Engineering, Tel-Aviv University, Tel Aviv 6997801, Israel
3
Scojen Institute of Synthetic Biology, Reichman University, Herzliya 4610101, Israel
*
Author to whom correspondence should be addressed.
Sensors 2025, 25(10), 3149; https://doi.org/10.3390/s25103149
Submission received: 1 April 2025 / Revised: 11 May 2025 / Accepted: 12 May 2025 / Published: 16 May 2025
(This article belongs to the Special Issue Sensors in 2025)

Abstract

This study investigates plant stress assessment by integrating advanced sensor technologies and Artificial Intelligence (AI). Multi-sensor data—including electrical impedance spectroscopy, temperature, and humidity—were used to capture plant physiological responses under environmental stress conditions. The key task addressed was the prediction of stress-related parameters using machine learning. A novel boosting-based ensemble method, AdapTree, combining AdaBoost and decision trees, was proposed to improve predictive accuracy and model interpretability. Experimental evaluation across multiple regression metrics demonstrated that AdapTree outperformed baseline models, achieving an R2 score of 0.993 for impedance magnitude prediction and 0.999 for both relative humidity (RH) and temperature, along with low root mean squared error (134.565 for impedance, 0.006966 for RH, and 0.0050099 for temperature) and mean absolute error values (22.789 for impedance; 1.51 × 10 5 for RH and 2.51 × 10 5 for temperature). These findings validate the reliability and effectiveness of the proposed AI-driven framework in accurately interpreting sensor data for plant stress detection. The approach offers a scalable, data-driven solution to enhance precision agriculture and agricultural sustainability. Furthermore, this method can be extended to monitor additional stress markers or applied across diverse plant species and field conditions, supporting future developments in intelligent crop monitoring systems.

1. Introduction

Plants are highly responsive to environmental conditions that significantly influence their physiological processes, growth, and productivity. Abiotic stressors such as temperature extremes, varying humidity levels, and fluctuating light intensities can disrupt essential functions like photosynthesis, transpiration, and nutrient uptake, ultimately reducing crop yield and quality. High temperatures may induce cellular damage and lower photosynthetic activity, while low temperatures can suppress metabolic reactions and hinder plant development [1,2]. Humidity extremes affect stomatal regulation and water balance, increasing the risk of desiccation or fungal infection [3]. Additionally, insufficient or excessive light disrupts energy capture and biomass accumulation, adversely impacting growth. These environmental stress factors pose critical challenges to sustainable agriculture.
The impact of environmental stress on plant health has been extensively studied, highlighting its effects on various physiological and biochemical processes. Traditional methods of stress detection—primarily visual inspection and manual physiological assessments—are labor-intensive, subjective, and lack the precision and scalability required for modern, large-scale agricultural practices [4,5]. In recent years, convergence of technology and agriculture has resulted in the development of modern diagnostic tools that enhance both the accuracy and efficiency of stress detection. Modern approaches to plant stress diagnosis include: (1) Thermal and multispectral imaging to detect water stress and nutrient deficiencies [6]. (2) Fluorescence sensors to monitor photosynthetic efficiency. (3) Wearable plant sensors for real-time stress tracking [7]. (4) Metabolomic profiling for identifying stress biomarkers [8]. (5) Machine Learning (ML) algorithms to analyze the complex and multimodal datasets [9]. These advancements emphasize the importance and relevance of integrating smart sensing into contemporary plant health monitoring systems.
Electrical Impedance Spectroscopy (EIS) is a non-invasive and non-destructive approach used to measure the electrical impedance of plant tissues to evaluate their physiological state. By capturing frequency and phase-dependent impedance variations, EIS provides insights into key biological processes such as cell membrane integrity, ion transport, and water content. These changes often indicate stress responses, making EIS a valuable tool for the early diagnosis of plant stress [10,11]. When integrated with environmental sensors that monitor humidity, light, and temperature, EIS contributes to a comprehensive multimodal system for real-time plant health assessment under differing environmental conditions.
Machine learning techniques have revolutionized agricultural monitoring by enabling automated pattern recognition and predictive analytics using sensor data. These models have demonstrated high performance in both regression and classification tasks, supporting applications such as irrigation optimization, disease detection, and yield forecasting [6,9]. By analyzing complex multimodal datasets, ML techniques can uncover hidden patterns to provide timely insights into plant stress responses, thus enhancing decision-making and promoting resource-efficient, precision agriculture.
The study aims to develop an intelligent plant stress assessment framework to enable real-time, non-invasive detection and prediction of stress responses in plants. The primary goals of this study are:
  • To collect and analyze multimodal sensor data (temperature, humidity, and EIS) under various environmental stress conditions.
  • To identify and predict stress-induced physiological responses in plants using machine learning.
  • To propose a novel ensemble learning model for enhanced prediction accuracy.
  • To evaluate the efficacy of the proposed model against conventional regression techniques for plant stress prediction.
Several studies have explored plant responses to environmental stress using various sensing and ML approaches. Liew et al. (2008) demonstrated the use of thermal and fluorescence imaging for early pathogen detection and discussed spectral reflectance analysis and transgenic phytosensors for identifying nutrient and water stress [12]. Singh et al. (2020) reviewed plant responses to abiotic stressors—such as heat, salinity, and drought—highlighting the roles of secondary metabolites, phytohormones, and transcription factors in stress regulation [8]. Wang et al. (2021) examined plant physiological responses to temperature extremes and humidity [13].
Hamed et al. (2016) employed EIS to examine how the halophyte Cakile maritima adapts to salinity under different growth conditions, revealing that hydroponic systems induce higher stress levels and that impedance parameters vary dynamically with salt exposure [10]. Kashyap et al. (2021) further validated EIS as a non-destructive method to detect early physiological stress in plants [11]. Wearable sensors, as described by Lee et al. (2021), enable real-time monitoring of biomarkers and microenvironmental parameters in plants [7].
Machine learning has shown promise in agricultural diagnostics. Patel et al. used ML algorithms for early plant disease detection and improved crop management [9]. Unmanned Aerial Vehicle (UAV)-based multispectral imagery was applied by Zhang et al. (2019) to map maize water stress, leading to empirical models for the Crop Water Stress Index (CWSI) [6]. An ML model using k-mer-based feature encoding and Support Vector Machines (SVM) has been successfully applied by Pradhan et al. (2023) to predict abiotic stress–responsive microRNAs, highlighting the potential of computational tools in stress-resilient crop development [14]. The GenPhenML framework, combining molecular markers and phenotypic traits with ML by Akbari et al. (2024), demonstrated high accuracy (R2 > 0.99) in predicting and classifying barley genotypes under drought and salinity stress using neural networks [15].
Despite these advances, existing research often focuses on isolated stress factors, lacks integration across sensing modalities, or fails to support real-time, scalable monitoring. Most approaches rely on a single data type (e.g., imaging, EIS, or weather sensors), leaving the synergistic potential of multi-sensor fusion underutilized. The application of EIS with machine learning, especially across diverse plant species and environments, remains underexplored. To address these gaps, this study proposes a novel AI-driven framework that integrates EIS, temperature, and humidity data with ensemble learning techniques to enable early detection, accurate classification, and real-time prediction of plant stress, thereby supporting precision and sustainability in agriculture.

2. Materials and Methods

This section describes the experimental setup, including the plants monitored and the environmental conditions simulated. It details the data collection process and the machine learning algorithms applied for analysis.
Electrical impedance spectroscopy measurements were collected by Dr. Lee Bar-On at Tel-Aviv University for 30 to 60 days for each experiment involving various plants [16,17]. The experimental configuration is detailed below. Figure 1 illustrates both the methodology employed in the present research and the application domain of the proposed research.

2.1. Experimental Setup and Data Acquisition

The data examined in this study were collected using a combination of methods to assess plant stress. This data was subsequently analyzed with various AI techniques for applications and predictions in precision agriculture. The experiments were conducted in an outdoor greenhouse facility, where a wide range of tests provided substantial data on plant responses and activities, measured through established plant physiological monitoring methods. Figure 2 demonstrates the experimental system setup in the greenhouse using the PlantArrayTM system (Plant-Ditech Ltd., Yavne, Israel) and a monitored environment, in addition to the collection of data simultaneously using the electrical impedance response across a variety of frequencies.
This comparative approach and study, which provides reliable data from multiple systems simultaneously over time, lays the foundation for developing and implementing various AI algorithms to predict plant stress.
  • Gravimetric System:
    An advanced gravimetric plant monitoring system was employed as the primary setup for automated whole-plant phenotyping. This system captured data related to plant weight and water use efficiency, leveraging the gravimetric method, which is widely recognized for its ability to reflect plant health and growth patterns [18,19]. Monitoring water usage further enabled insights into the physiological status and development of the plant.
  • Four-Point-Probe Electrical Impedance Spectroscopy System:
    Alongside the gravimetric system, novel four-point probe impedance spectroscopy measurements were conducted. These measurements continuously gathered data directly from the plant stem over periods ranging from weeks to two months. The setup, detailed and modeled in [16], used a four-point probe configuration to ensure accuracy and reliability. Impedance magnitude and phase values were collected spanning the frequency range of 50 Hz to 2 MHz, with samples taken every 9 min.
  • Environmental Monitoring in Greenhouse:
    The experimental work took place in a controlled greenhouse facility at Tel Aviv University, Israel. This environment, although located outdoors and naturally lit, was systematically regulated for temperature and humidity. The tobacco plant used in the study was connected to the impedance system and monitored throughout the experiment. Around 15 young tobacco plants, cultivated for 3–4 months, were used in the study. These plants had stem diameters ranging from 0.7 to 1.1 cm and an overall height of approximately 0.7 to 1 m. They were cultivated in 3.9 L pots containing coarse sand. The Vapor Pressure Deficit (VPD) within the greenhouse was continuously monitored and exhibited consistent patterns over multiple days. Each pot was irrigated daily during the nighttime hours (around 9PM) with 2 L of water to ensure saturation and promote healthy plant development. A centrally located weather station within the greenhouse continuously recorded vital environmental parameters such as plant weight, Relative Humidity (RH), temperature, Volumetric Water Content (VWC), and Vapor Pressure Deficit (VPD). These readings supported the identification of plant stress and optimization of growing conditions.
Table 1 provides comprehensive overview of experimental parameters gathered from three primary systems: the impedance spectroscopy setup, the gravimetric plant array system, and the environmental monitoring unit. Each parameter is described along with its corresponding unit and the range of values observed during the experiment. These parameters form the foundation of the gathered dataset and are essential for analyzing plant stress and physiological responses under varying environmental conditions. In addition to the detailed list of experimental parameters, a subset of the collected data is presented in Table 2 to illustrate the structure and variability within the sample dataset.

2.2. Data Pre-Processing and Model Training

2.2.1. Data Analysis

A heatmap is a graphical tool that employs colors to depict the relative values of each data point in a matrix, allowing for easy visualization of patterns and correlations among various parameters. In the heatmap, darker shades represent higher values, while lighter colors represent lower values. In this research, parameter correlation values were analyzed using a heatmap to investigate their relationships. The heatmap in Figure 3 displays the measured correlation matrix, showing a strong inverse relationship between RH & VPD, the strong direct relationship between temperature & VPD, and moderate relationship between frequency & impedance. The heatmap also served as a diagnostic tool to ensure that each independent variable had a meaningful relationship with the dependent variable while minimizing multicollinearity among the independent variables. This preliminary check helps in identifying and possibly discarding redundant or irrelevant features that may adversely affect model performance. However, in this study, all variables met the correlation criteria, and thus, no features were excluded from further analysis.

2.2.2. Data Preparation

A total of 796,830 data entries from the collected dataset were included for modeling. The experimentally acquired data were cleaned and pre-processed using various techniques. The raw measurements were consolidated into a single file and processed as follows:
  • Handling Missing Values:
    Missing entries were imputed using hot-deck imputation, which involves substituting null values with data from a similar entry within the dataset [20].
  • Data Standardization:
    Each data sample was individually normalized to the unit norm, rescaling values to a common range, usually between 0 and 1.
  • Dividing the Dataset into Train and Test Units:
    The dataset was split into 70% for training (557,781 instances) and 30% for testing (239,049 instances) to develop and assess the machine learning models.

2.3. Model Training

Training a machine learning model involves using data to learn and adjust its parameters. This step includes implementing an AI-based solution to predict required parameters, such as the impedance, relative humidity, and temperature, using the acquired data. These parameters will indicate the optimal conditions for plant growth. To ensure a comprehensive evaluation, several machine learning models were employed in this study. K-Nearest Neighbors (KNN) and Decision Tree (DT) were selected for their simplicity, interpretability, and effectiveness in modeling non-linear patterns. Multivariate Linear Regression (MLR) was included to provide a baseline for comparison with more sophisticated models. AdaBoost and the DT+AdaBoost combination were chosen to benefit from the boosting technique’s ability to reduce bias and variance, enhancing overall prediction performance. Additionally, a Multi-Layer Perceptron (MLP) was utilized to model intricate, non-linear relationships in data, leveraging the strength of neural network architectures. This diverse model selection helps to comprehensively assess performance across various algorithmic families. These models are described below.
  • Decision Tree (DT):
    The Decision Tree (DT) regressor operates by iteratively dividing the input data into increasingly smaller subsets based on a set of splitting criteria until each subset consists of data points that share similar values of the target variable. The splitting criteria are chosen based on a measure of impurity or error, such as mean absolute or squared error. Once built, predictions for new data points are generated by navigating the tree from the root to the leaf node, where predicted output is the mean or median of training examples in that leaf node. Decision tree regressors can be prone to overfitting [21].
  • K-Nearest Neighbors (KNN):
    KNN regression is a non-parametric algorithm in machine learning. It forecasts a new instance by considering k close neighbors and averaging their target values. The k parameter requires fine-tuning to avoid overfitting [22].
  • Multivariate Linear Regression (MLR):
    In MLR, the model can be represented by a set of linear equations, one for each dependent variable. Multivariate linear regression aims to estimate the coefficients that reduce the difference between observed values and the model’s predicted values across all dependent variables. This is typically achieved using techniques such as least squares regression, which reduces the total sum of squared errors across all dependent variables [23]. The equation for MLR is:
    y 1 = b 10 + b 11 x 1 + b 12 x 2 + b 13 x 3 + b 14 x 4 + b 15 x 5 + ϵ 1 y 2 = b 20 + b 21 x 1 + b 22 x 2 + b 23 x 3 + b 24 x 4 + b 25 x 5 + ϵ 2 y 3 = b 30 + b 31 x 1 + b 32 x 2 + b 33 x 3 + b 34 x 4 + b 35 x 5 + ϵ 3
    where: y 1 , y 2 , y 3 denote the dependent variables and x 1 , x 2 , x 3 , x 4 , x 5 represent independent variables. b i j are the coefficients for the independent variables, x j in the equation for dependent variable y i , b i 0 are the intercepts for each dependent variable and ϵ i represents the error terms for each dependent variable.
  • AdaBoost:
    The AdaBoost regressor is an adaptive method that adjusts the weights of individual models to enhance overall system performance. It combines several weak learning models to construct a robust and precise model. In every iteration, a weak learning model is trained using a subset of the training data, and its efficacy is assessed. Instances misclassified by the weak model are assigned higher weights, and this process repeats until the desired level of accuracy is obtained. The final prediction is the weighted mean of all weak model predictions [24].
  • Multi-Layer Perceptron (MLP):
    An MLP regressor comprises several layers of nodes (neurons) connected by weighted edges, where every node in one layer is connected to each node in adjacent layers. It processes input values through a series of hidden layers, each applying an activation function to the weighted sum of its inputs [21].
The value of tuning parameters for machine learning models employed in this current study is tabulated in Table 3.

2.3.1. Proposed Boosting-Based Ensemble Approach: AdapTree (Adaptive Boosted Tree for Plant Stress Analysis)

Boosting is an advanced ensemble technique that focuses on improving the performance of weak learners by combining them into a robust predictive model. The boosting process entails training models in sequence, with every subsequent model addressing errors made by its predecessor. A stepwise outline of the boosting-based ensemble approach is presented here:
 
Step 1: Create the base model. The first step is to define the base model. The base model serves as the weak learner in the ensemble. The choice of the base learner allows for capturing non-linear relationships and interactions between variables.
 
Step 2: Initialize weights and train the first model. Initialize weights for all training samples equally. Train the base model on the weighted training dataset. The initial model will be focused on minimizing errors across the dataset.
 
Step 3: Compute model errors and update weights. After training the first base model, compute the errors for each training instance. Increase the weights of incorrectly predicted samples so that the next model focuses more on these challenging cases. Update the weights accordingly to reflect the importance of each sample.
 
Step 4: Train subsequent models. Train additional base models in sequence, where every model focuses on the errors of the predecessor model. Each new model is trained on a modified dataset with updated weights to emphasize the mistakes made by earlier models.
 
Step 5: Aggregate models using boosting algorithm. Combine the predictions from all trained base models using the boosting algorithm. The boosting algorithm assigns a weight to each model based on its accuracy, and the final prediction is computed as a weighted sum of individual model predictions from all models.
 
Step 6: Make the final prediction. Use the aggregated predictions to make the final prediction. The combined output from the boosting algorithm will result from the weighted majority vote or the weighted sum of the predictions made by all the base learners.
Assuming T total base models, the final prediction y ^ for new data point x is calculated as:
y ^ ( x ) = t = 1 T α t · h t ( x )
where: y ^ ( x ) denotes final prediction for input x, T denotes number of base models, α t denotes weight assigned to t-th model, determined by boosting algorithm, and h t ( x ) denotes prediction of t-th base model for input x.
In the current study, the proposed AdapTree model integrates decision trees with the AdaBoost ensemble method. Decision trees were selected for their interpretability and capability to handle non-linear relationships, which are common in biological data such as plant stress parameters. However, single decision trees may suffer from instability and overfitting. To overcome these limitations, AdaBoost was incorporated, as it improves model robustness by sequentially combining multiple weak learners and focusing on difficult-to-classify instances. This ensemble approach enhances generalization and predictive accuracy. The integration of these methods was particularly suitable for the plant stress prediction task, where subtle variations in environmental and physiological parameters require a model that can adaptively learn from complex patterns while reducing bias and variance.
Thus, for the given case, DT is the base learner, and AdaBoost is the boosting method. The prediction of the decision tree model ( h 1 ) is given by h 1 ( x ) . h 2 ( x ) is derived from the boosting process where h 2 represents the aggregated model based on AdaBoost. The formula for the two models would be:
y ^ ( x ) = α 1 · h 1 ( x ) + α 2 · h 2 ( x )
where: α 1 is the weight for the DT model, α 2 is the weight for the AdaBoost model, h 1 ( x ) is the prediction from the DT, h 2 ( x ) is the prediction from the AdaBoost model, α 1 · h 1 ( x ) represents the contribution of the DT model and α 2 · h 2 ( x ) represents the contribution of the AdaBoost model. The weights α 1 and α 2 are determined during the boosting process, reflecting the performance of each model.
Figure 4 illustrates the working procedure of this approach.

2.3.2. Plant Stress Calculation

Plant stress can be computed using the Environmental Stress Index (ESI) measure, which combines various environmental factors and physiological responses. A general formula for ESI includes weighted contributions from each factor.
ESI = T T opt T max T min · w 1 + RH RH opt RH max RH min · w 2 + PI P I opt PI max PI min · w 3
where the acronyms mean the following: T: Temperature; RH: Relative Humidity; PI: Plant Impedance; w 1 , w 2 , w 3 : The weights assigned to each factor based on their importance, opt, max, min: Optimal, maximum, and minimum values for each factor that the plant can tolerate before experiencing stress.
The weights w 1 , w 2 , and w 3 reflect the relative importance of each factor (T, RH, and PI) in determining the overall environmental stress on the plant. The significance of these factors may differ based on the plant species and environmental conditions. The current study assigns equal weight to each factor (T, RH, and PI). Thus, each factor would weigh:
w 1 = w 2 = w 3 = 1 3

3. Results and Discussion

This section presents the findings of the study, including the performance of machine learning models used to predict plant stress and the effectiveness of these models in identifying stress conditions (described in Table 4, Table 5 and Table 6). It discusses the implications of these findings for plant health monitoring and stress mitigation. The efficacy of the trained models is assessed using various regression performance metrics.
  • Mean Absolute Error (MAE):
    The MAE represents average absolute differences between predicted and actual values.
    M A E = 1 n ( | y i y i ^ | )
    where n stands for the total number of observations, y i denotes the actual value of the output variable, and y i ^ denotes the predicted value of the output variable.
  • Mean Squared Error (MSE):
    The MSE computes the average of squared differences between predicted and actual values.
    M S E = 1 n ( y i y i ^ ) 2
  • Root Mean Squared Error (RMSE):
    The RMSE represents the square root of the MSE and quantifies the standard deviation of the differences between predicted and actual values.
    R M S E = 1 n ( y i y i ^ ) 2
  • Pearson Correlation Coefficient (PCC):
    The PCC calculates the covariance between two variables, measuring how much the variables vary together. The value of the PCC ranges between −1 and +1. It is calculated using the formula:
    P C C = ( ( X X ¯ ) ( Y Y ¯ ) ) ( n 1 ) · S x · S y
    where: X and Y represent the two variables being analyzed, X ¯ and Y ¯ denote their respective means, n represents the total number of observations, and S x and S y represent the standard deviations of X and Y, respectively. When the PCC approaches 1, it signifies a strong positive linear correlation between the variables, suggesting that as one variable rises, the other typically increases too. Conversely, a PCC close to –1 represents a strong negative relationship, meaning that as one variable increases, other typically decreases.
  • R-Square ( R 2 ):
    The R-squared measures the proportion of variability in the output variable explained by the input variables in the model.
    R 2 = 1 S S r e s S S t o t
    where: S S r e s represents the sum of squared residuals, representing the sum of squared differences between actual and predicted values, and S S t o t represents the total sum of squares, representing the sum of squared differences between actual values and mean of the output variable. A higher R-squared indicates better model performance.
The results depicted in Table 4, Table 5 and Table 6 illustrate the effectiveness of the proposed AdapTree model in predicting plant stress parameters using impedance, humidity, and temperature data, respectively. The performance of this model was compared against MLP, MLR, DT, AdaBoost, and KNN.
Table 4 presents the efficacy of various regression models in impedance parameter prediction. The proposed AdapTree model achieved the lowest MAE (22.789), MSE (19,812.34), and RMSE (134.565), indicating its superior accuracy in estimating impedance changes due to plant stress. Furthermore, the model demonstrated the highest R2 (0.993125) and PCC (0.996564), suggesting a strong relationship between predicted and actual impedance values. In contrast, traditional regression models such as MLR performed poorly, with higher error values (MAE: 1523.617, RMSE: 1725.631) and a lower R2 (0.224172), indicating its limitations in capturing complex stress-related impedance variations. AdaBoost and MLP showed moderate performance, while DT and KNN exhibited relatively competitive results but fell short of the proposed AdapTree.
Table 4 suggests that a high error can occur even when R 2 is high. However, as noted by [25], metrics do not have absolute numeric values and require a benchmark for meaningful interpretation. For instance, the simplest model that minimizes the root squared error predicts the standard deviation for all samples. For the MAE, the simplest model predicts the median. The standard deviation of the sample is 1961.246, and the RMSE is 134.565. The median of the sample is 1994.046, and the MAE is 22.789. The values indicate that both the RMSE and MAE are relatively low compared to the benchmark values.
Table 5 compares the models’ performance in predicting humidity variations under environmental stress conditions. The proposed AdapTree model again outperformed all baseline models, achieving the lowest MAE (1.51 × 10 5 ), MSE (4.85 × 10 5 ), and RMSE (0.006966), with an R2 and PCC of 0.999999. The MLR model performed reasonably well with an R2 of 0.948011 but showed slightly higher errors (MAE: 4.064481, RMSE: 5.018066). MLP performed the weakest, with an R2 value of 0.629311, indicating its limited ability to model humidity-dependent stress responses. The results suggest that KNN, tree-based architectures like DT, the ensemble-based methods like AdaBoost, and the proposed method provide better generalization compared to other regression techniques.
For temperature prediction, shown in Table 6, the proposed AdapTree model achieved the best predictive accuracy, with an R2 of 0.999998 and PCC of 0.9999992. The model yielded the lowest MAE (2.51 × 10 5 ), MSE (2.51 × 10 5 ), and RMSE (0.0050099), outperforming all other models. The DT exhibited similar R2 as the proposed model, relatively competitive results, but obtained comparatively higher error (MSE and MAE: 3.76 × 10 5 , RMSE: 0.006136) and lower PCC (0.99999). AdaBoost (R2: 0.989251) and KNN (R2: 0.987155) displayed suboptimal results, likely due to overfitting and sensitivity to noise. Though MLR lagged behind the proposed approach, its performance was good (R2: 0.965393, MAE: 0.62162), affirming the strength of linear models in capturing the nonlinear interactions between temperature and plant stress responses. The lower performance of MLP (R2: 0.505675, MAE: 2.044328) justifies that it suffers from the problem of vanishing gradient during training, hindering convergence.
The experimental findings indicate that the proposed AdapTree model consistently outperforms other machine learning and regression models across all three environmental parameters. Its superior predictive capability stems from the boosting mechanism, which refines decision trees iteratively, minimizing errors and improving model robustness. The MLP regression model failed to capture the nonlinear relationships inherent in plant stress responses, while DT, though competitive, exhibited slightly higher error rates.
The predictive capability of the AdapTree model is also highly dependent on the quality of input data acquired through environmental sensors. As stated earlier, sensors were used in this study to continuously monitor key stress indicators such as temperature, humidity, and impedance. These real-time readings form the foundational input for the machine learning model, enabling it to detect subtle changes in plant responses under varying environmental conditions. The integration of sensor-based monitoring enhances the timeliness and accuracy of the predictions, making the model more effective for dynamic agricultural environments. Thus, the performance of the AdapTree model is strongly influenced by the accuracy and reliability of the sensor data. On the contrary, noisy, biased, or missing readings can adversely affect model training and inference. To address this, preprocessing techniques such as filtering and normalization were applied to ensure high-quality input data.
These findings underscore the practical viability of the AdapTree model for precision agriculture, where early and accurate detection of plant stress is critical for timely intervention. By leveraging real-time, sensor-based data and a robust ensemble learning framework, the model offers a scalable solution for adaptive crop management. Compared to existing methods, which may either overlook subtle physiological changes or lack generalizability across variable conditions, AdapTree demonstrates a superior ability to capture complex environmental interactions. This advancement not only contributes to improved yield forecasting and resource optimization but also paves the way for automated, AI-driven agricultural decision-support systems.
Future research may focus on optimizing sensor placement, improving sensor hardware, or incorporating signal processing algorithms to further enhance the quality of data acquisition. Such improvements would not only increase the robustness of the AdapTree model but also advance its practical deployment in real-world agricultural settings.

Comparison with the Baseline Studies

Table 7 compares the results between the proposed ensemble and the existing state-of-the-art, thus highlighting its effectiveness in predicting critical environmental factors for plant growth.
As shown in Table 7, various artificial intelligence models have been employed across different studies for plant stress detection, targeting various stress parameters and plant types. Traditional machine learning models like SVM achieved moderate accuracy (ranging from 80.38% to 84.57%) in detecting multiple stress types (cold, drought, heat and salt) [14], while deep learning and ensemble approaches such as neural networks (R2: 0.9999), GenPhenML (R2: 0.9995) [15], GoogLeNet (accuracy: 92.9% and 97.9%) [27], and extreme gradient boosting (R2: 0.99) [29] have demonstrated improved performance across specific stress conditions. The ensemble KNN used by Azrai et al. (2024) achieved a stress tolerance index of 0.82 for drought stress in maize plants [26]. Sharma et al. (2024) reported moderate regression results using a deep learning model H2O-3 (R2: 0.80) for water stress in wheat plants [28].
Notably, the proposed AdapTree model outperforms all existing approaches, achieving an exceptionally high R2 value with minimal prediction errors across all three stress parameters (MAE: 22.789, RMSE: 134.565 and R2: 0.993125 for impedance; MAE: 1.51 × 10 5 , RMSE: 0.006966 and R2: 0.999999 for RH and MAE: 2.51 × 10 5 , RMSE: 0.0050099 and R2: 0.999998 for temperature). This reflects its superior ability to model complex interactions among impedance, humidity, and temperature parameters in tobacco plants. Compared to other studies that often focus on single stress types or limited input features, the proposed work integrates multi-parametric sensing with a robust ensemble learning model, making it a more comprehensive and accurate solution for real-time plant stress monitoring.
These findings highlight the capability of ensemble learning approaches in plant stress monitoring and suggest that the integration of boosting-based models can significantly enhance predictive accuracy for agricultural applications. By leveraging advanced machine learning techniques, this study contributes to real-time plant health assessment, enabling more proactive agricultural management strategies.
Although ensemble learning methods and sensor-based monitoring have been individually applied in agricultural contexts, the integration of a boosting-based ensemble model—AdapTree, combining AdaBoost with decision trees—with electrical impedance spectroscopy and real-time environmental sensing (temperature and humidity) represents a novel methodological contribution. To the best of our knowledge, this is the first study to fuse these three modalities into a unified, data-driven framework for plant stress prediction. Unlike previous models that typically rely on single-modality inputs or general-purpose datasets, this approach leverages the synergistic strengths of impedance-based physiological sensing and adaptive ensemble learning to enhance prediction accuracy and robustness. This integrated method addresses key limitations in prior research, such as delayed stress detection, low model generalizability, or the absence of continuous sensing mechanisms, and demonstrates superior performance with R² scores exceeding 0.99 across all parameters.
It is important to highlight that, although the AdapTree model demonstrated superior performance across multiple evaluation metrics—including MAE, MSE, RMSE, R2, and PCC—for predicting impedance, humidity, and temperature under environmental stress conditions, it is important to acknowledge its limitations. Firstly, AdapTree, being an ensemble of decision trees boosted via AdaBoost, is inherently more complex, which can make the interpretation of individual feature contributions less transparent compared to simpler models. Although correlation analysis was employed, it only provides a high-level view of variable relationships. More advanced model explainability techniques could be explored in future work to gain deeper insights into feature importance and decision-making within the ensemble.
Additionally, AdaBoost can be sensitive to noisy data and outliers, potentially affecting model robustness in less curated datasets. The computational overhead associated with ensemble learning could also limit the model’s deployment in real-time or resource-constrained agricultural settings. Moreover, while the results are promising, the dataset used in this study is restricted to the Tobacco plant, which may limit the generalizability of the model to other plant species or varying environmental conditions. Future research could incorporate more diverse datasets to validate the scalability and adaptability of the AdapTree model across different crop types and growth environments.

4. Conclusions

Based on the research analysis, the proposed boosting-based ensemble approach combining AdaBoost and decision trees (AdapTree) outperforms other regression models for predicting plant stress using electrical impedance spectroscopy and environmental data. The study achieved an R2 score of 0.993 for estimating impedance magnitude and 0.999 for both relative humidity and temperature, demonstrating the model’s robustness and accuracy across key physiological parameters.These results validate the effectiveness of ensemble learning in capturing nonlinear plant responses and underscore the value of integrating real-time sensor data into predictive modeling. The findings support the potential of AdapTree to contribute to precision agriculture by enabling timely, accurate monitoring of plant health, which in turn can improve resource use and crop management strategies. While the current study was conducted under controlled greenhouse conditions to ensure consistency and minimize environmental variability, it is acknowledged that such settings do not fully capture the complexity of real-world agricultural environments.
For future work, the study can be expanded by incorporating additional physiological indicators such as light intensity and chlorophyll content to further refine stress prediction. Moreover, addressing practical deployment challenges—including sensor scalability, species variability, and real-time data processing—will be essential for field adoption. Investigating techniques such as signal compression, edge/cloud integration, and adaptive sensor placement strategies could further enhance the system’s applicability in real-world, data-driven agricultural decision-making. Also, to fully capture the complexity of real-world agricultural environments, future work can extend the current experiments to field conditions with varying climatic, soil, and pest-related challenges. This will help validate the robustness and adaptability of the proposed system under practical scenarios.

Author Contributions

Conceptualization, D.G.; methodology, D.G.; software, D.G.; validation, D.G. and H.S.; formal analysis, H.S. and Y.S.-D.; investigation, D.G.; resources, D.G.; data curation, Y.S.-D.; writing—original draft preparation, D.G.; writing—review and editing, Y.S.-D.; visualization, H.S.; supervision, H.S. and Y.S.-D.; project administration, H.S. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not Applicable.

Informed Consent Statement

Not Applicable.

Data Availability Statement

The data will be made available on reasonable request.

Acknowledgments

The authors wish to extend their sincere gratitude to Lee Bar On from the Scojen Institute for Synthetic Biology, Reichman University, Herzliya, Israel, and Adi Avni from the Department of Molecular Biology and Ecology of Plants, Tel Aviv University, Tel Aviv, Israel, for data acquisition. Their support has been crucial to the successful completion of this study.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
AIArtificial Intelligence
MLMachine Learning
EISElectrical Impedance Spectroscopy
UAVUnmanned Aerial Vehicle
CWSICrop Water Stress Index
SVMSupport Vector Machines
VPDVapor Pressure Deficit
RHRelative Humidity
VWCVolumetric Water Content
ACAlternating Current
KNNK-Nearest Neighbors
DTDecision Tree
MLRMultivariate Linear Regression
MLPMulti-Layer Perceptron
AdapTreeAdaptive Boosted Tree for Plant Stress Analysis
ESIEnvironmental Stress Index
TTemperature
PIPlant Impedance
MAEMean Absolute Error
MSEMean Squared Error
RMSERoot Mean Squared Error
PCCPearson Correlation Coefficient
R2R-Squared

References

  1. Mathur, S.; Agrawal, D.; Jajoo, A. Photosynthesis: Response to high temperature stress. J. Photochem. Photobiol. B Biol. 2014, 137, 116–126. [Google Scholar] [CrossRef] [PubMed]
  2. Szymańska, R.; Ślesak, I.; Orzechowska, A.; Kruk, J. Physiological and biochemical responses to high light and temperature stress in plants. Environ. Exp. Bot. 2017, 139, 165–177. [Google Scholar] [CrossRef]
  3. Fanourakis, D.; Aliniaeifard, S.; Sellin, A.; Giday, H.; Körner, O.; Nejad, A.R.; Delis, C.; Bouranis, D.; Koubouris, G.; Kambourakis, E.; et al. Stomatal behavior following mid-or long-term exposure to high relative air humidity: A review. Plant Physiol. Biochem. 2020, 153, 92–105. [Google Scholar] [CrossRef]
  4. Neethirajan, S. Transforming the adaptation physiology of farm animals through sensors. Animals 2020, 10, 1512. [Google Scholar] [CrossRef]
  5. Anwer, S. Evaluation of Wearable Sensors for Noninvasive Real-Time Assessment of Physical Fatigue Using Physiological and Biomechanical Parameters Among Construction Workers. 2022. Available online: https://theses.lib.polyu.edu.hk/handle/200/11587 (accessed on 31 March 2025).
  6. Zhang, L.; Zhang, H.; Niu, Y.; Han, W. Mapping maize water stress based on UAV multispectral remote sensing. Remote Sens. 2019, 11, 605. [Google Scholar] [CrossRef]
  7. Lee, G.; Wei, Q.; Zhu, Y. Emerging wearable sensors for plant health monitoring. Adv. Funct. Mater. 2021, 31, 2106475. [Google Scholar] [CrossRef]
  8. Singh, A.K.; Dhanapal, S.; Yadav, B.S. The dynamic responses of plant physiology and metabolism during environmental stress progression. Mol. Biol. Rep. 2020, 47, 1459–1470. [Google Scholar] [CrossRef]
  9. Patel, A.; Machal, M. Chapter-3 Use of High Throughput Phenotyping Techniques for Crop Production under Different Abiotic Stresses. In Plant Physiology Unraveling the Science of Plant Life; Elite: New Delhi, India; p. 35.
  10. Hamed, K.B.; Zorrig, W.; Hamzaoui, A.H. Electrical impedance spectroscopy: A tool to investigate the responses of one halophyte to different growth and stress conditions. Comput. Electron. Agric. 2016, 123, 376–383. [Google Scholar] [CrossRef]
  11. Kashyap, B.; Kumar, R. Sensing methodologies in agriculture for monitoring biotic stress in plants due to pathogens and pests. Inventions 2021, 6, 29. [Google Scholar] [CrossRef]
  12. Liew, O.W.; Chong, P.C.J.; Li, B.; Asundi, A.K. Signature optical cues: Emerging technologies for monitoring plant health. Sensors 2008, 8, 3205–3239. [Google Scholar] [CrossRef]
  13. Wang, M.; Wang, R.; Mur, L.A.J.; Ruan, J.; Shen, Q.; Guo, S. Functions of silicon in plant drought stress responses. Hortic. Res. 2021, 8, 254. [Google Scholar] [CrossRef] [PubMed]
  14. Pradhan, U.K.; Meher, P.K.; Naha, S.; Rao, A.R.; Kumar, U.; Pal, S.; Gupta, A. ASmiR: A machine learning framework for prediction of abiotic stress–specific miRNAs in plants. Funct. Integr. Genom. 2023, 23, 92. [Google Scholar] [CrossRef]
  15. Akbari, M.; Sabouri, H.; Sajadi, S.J.; Yarahmadi, S.; Ahangar, L. Classification and prediction of drought and salinity stress tolerance in barley using GenPhenML. Sci. Rep. 2024, 14, 17420. [Google Scholar] [CrossRef]
  16. Bar-On, L.; Garlando, U.; Sophocleous, M.; Jog, A.; Motto Ros, P.; Sade, N.; Avni, A.; Shacham-Diamand, Y.; Demarchi, D. Electrical modelling of in-vivo impedance spectroscopy of nicotiana tabacum plants. Front. Electron. 2021, 2, 753145. [Google Scholar] [CrossRef]
  17. Bar-On, L. Plant Electrical Study for Biosensing and Communication. Ph.D. Thesis, Tel-Aviv University, Tel Aviv, Israel, 2024. [Google Scholar]
  18. PlantArray, DiTech Ltd. Available online: https://www.plant-ditech.com/products/plantarray (accessed on 31 March 2025).
  19. Dalal, A.; Shenhar, I.; Bourstein, R.; Mayo, A.; Grunwald, Y.; Averbuch, N. A High-Throughput Gravimetric Phenotyping Platform for Real-Time Physiological Screening of Plant–Environment Dynamic Responses. bioRxiv 2020. [Google Scholar] [CrossRef]
  20. Andridge, R.R.; Little, R.J. A review of hot deck imputation for survey non-response. Int. Stat. Rev. 2010, 78, 40–64. [Google Scholar] [CrossRef]
  21. Kruse, R.; Mostaghim, S.; Borgelt, C.; Braune, C.; Steinbrecher, M. Multi-layer perceptrons. In Computational Intelligence: A Methodological Introduction; Springer: Berlin/Heidelberg, Germany, 2022; pp. 53–124. [Google Scholar]
  22. Parker, W.S. Ensemble modeling, uncertainty and robust predictions. Wiley Interdiscip. Rev. Clim. Change 2013, 4, 213–223. [Google Scholar] [CrossRef]
  23. Montgomery, D.C.; Peck, E.A.; Vining, G.G. Introduction to Linear Regression Analysis; John Wiley & Sons: Hoboken, NJ, USA, 2021. [Google Scholar]
  24. Schapire, R.E. Explaining adaboost. In Empirical Inference: Festschrift in Honor of Vladimir N. Vapnik; Springer: Berlin/Heidelberg, Germany, 2013; pp. 37–52. [Google Scholar]
  25. Stack Exchange, Cross Validated. Available online: https://stats.stackexchange.com/questions/545979/why-getting-very-high-values-for-mse-mae-mape-when-r2-score-is-verygood (accessed on 31 March 2025).
  26. Azrai, M.; Aqil, M.; Andayani, N.; Efendi, R.; Suarni; Suwardi; Jihad, M.; Zainuddin, B.; Salim; Bahtiar; et al. Optimizing ensembles machine learning, genetic algorithms, and multivariate modeling for enhanced prediction of maize yield and stress tolerance index. Front. Sustain. Food Syst. 2024, 8, 1334421. [Google Scholar] [CrossRef]
  27. Chandel, N.S.; Chakraborty, S.K.; Chandel, A.K.; Dubey, K.; Jat, D.; Rajwade, Y.A. State-of-the-art AI-enabled mobile device for real-time water stress detection of field crops. Eng. Appl. Artif. Intell. 2024, 131, 107863. [Google Scholar] [CrossRef]
  28. Sharma, V.; Honkavaara, E.; Hayden, M.; Kant, S. UAV remote sensing phenotyping of wheat collection for response to water stress and yield prediction using machine learning. Plant Stress 2024, 12, 100464. [Google Scholar] [CrossRef]
  29. Singh, R.; Krishnan, P.; Bharadwaj, C.; Sah, S.; Das, B. Optimizing chickpea yield prediction under wilt disease through synergistic integration of biophysical and image parameters using machine learning models. Sci. Rep. 2025, 15, 4417. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Proposed methodology and the application area of the proposed research.
Figure 1. Proposed methodology and the application area of the proposed research.
Sensors 25 03149 g001
Figure 2. Experimental systems setup in greenhouse utilizing PlantArray system and monitored environment.
Figure 2. Experimental systems setup in greenhouse utilizing PlantArray system and monitored environment.
Sensors 25 03149 g002
Figure 3. Heatmap for environmental stress parameters.
Figure 3. Heatmap for environmental stress parameters.
Sensors 25 03149 g003
Figure 4. Diagram illustrating the proposed boosting algorithm AdapTree.
Figure 4. Diagram illustrating the proposed boosting algorithm AdapTree.
Sensors 25 03149 g004
Table 1. List of gathered parameters from the experimental systems with their description, unit, and range.
Table 1. List of gathered parameters from the experimental systems with their description, unit, and range.
Experimental SystemsGathered ParameterDescriptionUnitsRange
Impedance Spectroscopy SetupFrequencyThe frequency value at which measurements were collected.Hertz (Hz)50 to 3,940,000
Impedance Magnitude (Impedance)Ratio between the Alternating Current (AC) voltage to the AC phasors.Ohm ( Ω )282.3103 to 7958.325
Impedance Phase (Phase)The delay of the angular component of a periodic wave vs. that of the excitation.Degree (°)−40.232 to −3.127
Gravimetric Plant Array SystemPlant WeightThe weight of the plant.Kilograms (kg)0.54347 to 1.14102
Volumetric Water Content (VWC)The amount of water present in a given volume of soil.Percentage (%)0.02961 to 0.18781
Environmental ParametersRelative Humidity (RH)The proportion of water vapor present in air to the maximum amount the air can hold.Percentage (%)27.5 to 91.8
TemperatureThe temperature at which the plant is maintained.Degree Celsius (°C)19 to 30
Vapor Pressure Deficit (VPD)The difference between the moisture content in the air and the maximum amount of moisture the air can hold.Kilopascal (kPa)0.19159 to 3.07549
Table 2. Sample dataset.
Table 2. Sample dataset.
Explanatory VariablesOutcome Variables
FrequencyPhaseVPDVWCWeightImpedanceRHTemperature
1,000,000−20.5410.441590.182511.0171932781.120
101−3.5630.292060.184291.018214529.48287.520
1010−16.0430.289720.18351.01723892.25387.620
10,100−32.470.329350.184681.016681869.218519
101,000−34.2390.542060.182911.01812785.584176.820
1020−15.9330.342520.183111.017473821.37784.419
10,200−32.4410.252340.182911.017711846.68889.220
102,000−34.2050.247670.183111.01713775.13689.420
Table 3. List of machine learning models with their tuned parameters.
Table 3. List of machine learning models with their tuned parameters.
S.No.ModelTuning Parameters
1DTcriterion = ‘gini’
2KNNn_neighbors = 2
3MLRfit_intercept = True; n_jobs = −1; max_iter = 1000; tol = 0.0001
4AdaBoostn_estimators = 100
5MLPhidden_layer_sizes = (20, 30); max_iter = 200; alpha = 0.001; solver = ‘adam’
Table 4. Comparison of regression models for impedance parameter of environmental stress.
Table 4. Comparison of regression models for impedance parameter of environmental stress.
Regression ModelsR-SquareMSERMSEMAEPearson Coefficient
MLP 0.957907 161,561.5 401.9472 288.1211 0.978876
MLR 0.224172 2,977,801 1725.631 1523.617 0.473478
DT 0.981457 26,471.97 162.7021 33.40362 0.992099
AdaBoost 0.936375 245,359.1 495.3374 347.8731 0.96841
KNN 0.982715 66,658.18 258.1824 114.5485 0.991329
Proposed 0.993125 19,812.34 134.565 22.789 0.996564
Table 5. Comparison of regression models for humidity parameter of environmental stress.
Table 5. Comparison of regression models for humidity parameter of environmental stress.
Regression ModelsR-SquareMSERMSEMAEPearson Coefficient
MLP 0.629311 179.5437 13.39939 8.703461 0.79441
MLR 0.948011 25.18098 5.018066 4.064481 0.973659
DT 0.996941 0.00031 0.017612 8.24 × 10−5 0.998189
AdaBoost 0.995829 2.020256 1.421357 1.13163 0.997971
KNN 0.993734 3.035085 1.74215 1.221362 0.996878
Proposed0.9999994.85 × 10−5 0.006966 1.51 × 10−50.999999
Table 6. Comparison of regression models for temperature parameter of environmental stress.
Table 6. Comparison of regression models for temperature parameter of environmental stress.
Regression ModelsR-SquareMSERMSEMAEPearson Coefficient
MLP 0.505675 7.939475 2.817707 2.044328 0.711635
MLR 0.965393 0.555825 0.745537 0.62162 0.982544
DT 0.999998 3.76 × 10−5 0.006136 3.76 × 10−5 0.99999
AdaBoost 0.989251 0.172641 0.415501 0.382264 0.994867
KNN 0.987155 0.206302 0.454205 0.26097 0.993566
Proposed 0.999998 2.51 × 10−5 0.0050099 2.51 × 10−50.9999992
Table 7. Comparison of the proposed work with existing studies on plant stress detection using various ai models.
Table 7. Comparison of the proposed work with existing studies on plant stress detection using various ai models.
Author Name (Year)Stress ParameterPlant TypeModels EmployedResults Achieved
Pradhan et al. (2023) [14]Cold
Drought
Heat
Salt
-SVMCold Accuracy: 84.57%
Drought Accuracy: 80.62%
Heat Accuracy: 80.38%
Salt Accuracy: 82.78%
Akbari et al. (2024) [15]DroughtBarleyNeural NetworkMAE: 0.0727
RMSE: 0.0105
R2: 0.9999
Akbari et al. (2024) [15]SalinityBarleyGenPhenMLMAE: 0.1206
RMSE: 0.0308
R2: 0.9995
Azrai et al. (2024) [26]DroughtMaizeEnsemble KNNStress Tolerance Index: 0.82
Chandel et al. (2024) [27]WaterMaize WheatGoogLeNetMaize Accuracy: 97.9%
Wheat Accuracy: 92.9%
Sharma et al. (2024) [28]WaterWheatH2O-3 Deep Learning ModelR2: 0.80
Singh et al. (2025) [29]Biotic
(Wilt Disease)
ChickpeaExtreme Gradient BoostingR2: 0.99
RMSE: 0.72
ProposedImpedanceTobaccoAdapTreeMAE: 22.789
RMSE: 134.565
R2: 0.993125
HumidityMAE: 1.51 ×  10 5
RMSE: 0.006966
R2: 0.999999
TemperatureMAE: 2.51 ×  10 5
RMSE: 0.0050099
R2: 0.999998
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Garg, D.; Singh, H.; Shacham-Diamand, Y. AdapTree: Data-Driven Approach to Assessing Plant Stress Through the AI-Sensor Synergy. Sensors 2025, 25, 3149. https://doi.org/10.3390/s25103149

AMA Style

Garg D, Singh H, Shacham-Diamand Y. AdapTree: Data-Driven Approach to Assessing Plant Stress Through the AI-Sensor Synergy. Sensors. 2025; 25(10):3149. https://doi.org/10.3390/s25103149

Chicago/Turabian Style

Garg, Divisha, Harpreet Singh, and Yosi Shacham-Diamand. 2025. "AdapTree: Data-Driven Approach to Assessing Plant Stress Through the AI-Sensor Synergy" Sensors 25, no. 10: 3149. https://doi.org/10.3390/s25103149

APA Style

Garg, D., Singh, H., & Shacham-Diamand, Y. (2025). AdapTree: Data-Driven Approach to Assessing Plant Stress Through the AI-Sensor Synergy. Sensors, 25(10), 3149. https://doi.org/10.3390/s25103149

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop