Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

HydroVision: Predicting Optically Active Parameters in Surface Water Using Computer Vision

Created by
  • Haebom

Author

Shubham Laxmikant Deshmukh, Matthew Wilchek, Feras A. Batarseh

Outline

HydroVision is a deep learning-based scene classification framework that estimates optically active water quality parameters, such as chlorophyll-alpha, chlorophyll, pigmented dissolved organic matter (CDOM), phycocyanin, suspended sediment, and turbidity, using RGB images of surface water. Trained using over 500,000 seasonal images collected from 2022 to 2024 from the U.S. Geological Survey's Hydrological Image Visualization and Information System, HydroVision demonstrates its potential for real-world water quality monitoring under diverse conditions. It leverages RGB images as a scalable and cost-effective alternative to traditional multispectral and hyperspectral remote sensing. In an evaluation of VGG-16, ResNet50, MobileNetV2, DenseNet121, and the Vision Transformer network, DenseNet121 achieved the best performance with an R2 score of 0.89 for CDOM prediction. While the current model is optimized for well-lit images, future work is planned to improve its robustness in low-light and obstructed situations to expand its operational utility.

Takeaways, Limitations

Takeaways:
Contributes to disaster response and public health protection by presenting a non-contact water quality monitoring method using deep learning.
RGB imagery enables the construction of cost-effective and scalable water quality monitoring systems over conventional multispectral and hyperspectral remote sensing methods.
Accurately predicting various water quality parameters contributes to early detection of pollution trends and strengthened monitoring by regulatory agencies.
High accuracy (R2 score 0.89 in CDOM prediction) achieved using DenseNet121 architecture.
Limitations:
The current model is optimized for well-lit images, so performance may degrade in low-light and obstacle-prone situations.
Need to improve generalization performance for various environmental conditions.
Uncertainty analysis and reliability assessment of the model's prediction results are required.
👍