Final Model Performance

The final classifier used RealSense based plant features to classify control and drought soybean frames. The best model was an MLP trained and evaluated using leave one day out cross validation.

96.4%

Accuracy

Final MLP classification accuracy on the RealSense Set 2 data.

0.994

ROC AUC

The model showed strong separation between control and drought frames.

0.930

MCC

Matthews correlation coefficient used as a balanced classification metric.

2 / 265

Missed Frames

Only two drought frames were missed by the final MLP model.

Day 2

Stress Onset

The onset test detected drought stress by day 2.

Input Features

The final model used a compact RealSense feature set focused on changes in plant color and growth structure over time.

VARI Change

Tracks change in visible greenness between the control and drought plants.

VARI Standard Deviation

Captures variation in visible greenness across plant pixels.

Area Change

Tracks difference in segmented plant area over time.

Height Change

Tracks difference in plant height related growth features over time.

Model Leaderboard

Multiple classifiers were compared to make sure the final result was not based on only one model type.

Model leaderboard comparing predictive modeling results

Model Comparison

The leaderboard compares the tested classifiers and shows the final MLP as the strongest model for drought stress classification.

Confusion Matrix and ROC Curve

This visual summarizes the final MLP classification result and shows how well the model separates control and drought frames.

Confusion matrix and ROC curve for the final MLP model

Final MLP Evaluation

The confusion matrix and ROC curve show the final model performance, including high AUC and only a small number of missed drought frames.

Feature Importance

SHAP analysis was used to make the model more interpretable by showing which features contributed most to the drought stress classification.

SHAP feature importance for drought stress classification

SHAP Feature Importance

This visual helps explain which RealSense features had the strongest influence on the model predictions.

Stress Onset Testing

The model results were paired with onset testing to estimate when drought stress became detectable in the image based features.

Stress onset detection plot showing drought onset by day 2

Drought Stress Onset

The onset analysis showed that drought stress became detectable by day 2 using RealSense based features.

Modeling Outputs

The predictive modeling stage produced trained model results, model comparison summaries, evaluation metrics, feature importance analysis, and stress onset evidence.

MLP Leave One Day Out CV Accuracy ROC AUC MCC SHAP Stress Onset

The final results support the idea that RealSense based features can detect drought stress before it becomes clearly visible in normal images.

Why Modeling Matters

Preprocessing and feature engineering prepare the data, but predictive modeling tests whether those features can actually distinguish control and drought plants. This step connects image analysis to an automated plant stress detection workflow.

← Back to Home