Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (5)

Search Parameters:
Keywords = Ypacarai lake

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
21 pages, 2702 KiB  
Article
An Informative Path Planner for a Swarm of ASVs Based on an Enhanced PSO with Gaussian Surrogate Model Components Intended for Water Monitoring Applications
by Micaela Jara Ten Kathen, Isabel Jurado Flores and Daniel Gutiérrez Reina
Electronics 2021, 10(13), 1605; https://doi.org/10.3390/electronics10131605 - 4 Jul 2021
Cited by 16 | Viewed by 3341
Abstract
Controlling the water quality of water supplies has always been a critical challenge, and water resource monitoring has become a need in recent years. Manual monitoring is not recommended in the case of large water surfaces for a variety of reasons, including expense [...] Read more.
Controlling the water quality of water supplies has always been a critical challenge, and water resource monitoring has become a need in recent years. Manual monitoring is not recommended in the case of large water surfaces for a variety of reasons, including expense and time consumption. In the last few years, researchers have proposed the use of autonomous vehicles for monitoring tasks. Fleets or swarms of vehicles can be deployed to conduct water resource explorations by using path planning techniques to guide the movements of each vehicle. The main idea of this work is the development of a monitoring system for Ypacarai Lake, where a fleet of autonomous surface vehicles will be guided by an improved particle swarm optimization based on the Gaussian process as a surrogate model. The purpose of using the surrogate model is to model water quality parameter behavior and to guide the movements of the vehicles toward areas where samples have not yet been collected; these areas are considered areas with high uncertainty or unexplored areas and areas with high contamination levels of the lake. The results show that the proposed approach, namely the enhanced GP-based PSO, balances appropriately the exploration and exploitation of the surface of Ypacarai Lake. In addition, the proposed approach has been compared with other techniques like the original particle swarm optimization and the particle swarm optimization with Gaussian process uncertainty component in a simulated Ypacarai Lake environment. The obtained results demonstrate the superiority of the proposed enhanced GP-based PSO in terms of mean square error with respect to the other techniques. Full article
Show Figures

Figure 1

30 pages, 2884 KiB  
Article
A Dimensional Comparison between Evolutionary Algorithm and Deep Reinforcement Learning Methodologies for Autonomous Surface Vehicles with Water Quality Sensors
by Samuel Yanes Luis, Daniel Gutiérrez-Reina and Sergio Toral Marín
Sensors 2021, 21(8), 2862; https://doi.org/10.3390/s21082862 - 19 Apr 2021
Cited by 17 | Viewed by 4045
Abstract
The monitoring of water resources using Autonomous Surface Vehicles with water-quality sensors has been a recent approach due to the advances in unmanned transportation technology. The Ypacaraí Lake, the biggest water resource in Paraguay, suffers from a major contamination problem because of cyanobacteria [...] Read more.
The monitoring of water resources using Autonomous Surface Vehicles with water-quality sensors has been a recent approach due to the advances in unmanned transportation technology. The Ypacaraí Lake, the biggest water resource in Paraguay, suffers from a major contamination problem because of cyanobacteria blooms. In order to supervise the blooms using these on-board sensor modules, a Non-Homogeneous Patrolling Problem (a NP-hard problem) must be solved in a feasible amount of time. A dimensionality study is addressed to compare the most common methodologies, Evolutionary Algorithm and Deep Reinforcement Learning, in different map scales and fleet sizes with changes in the environmental conditions. The results determined that Deep Q-Learning overcomes the evolutionary method in terms of sample-efficiency by 50–70% in higher resolutions. Furthermore, it reacts better than the Evolutionary Algorithm in high space-state actions. In contrast, the evolutionary approach shows a better efficiency in lower resolutions and needs fewer parameters to synthesize robust solutions. This study reveals that Deep Q-learning approaches exceed in efficiency for the Non-Homogeneous Patrolling Problem but with many hyper-parameters involved in the stability and convergence. Full article
(This article belongs to the Collection Robotics, Sensors and Industry 4.0)
Show Figures

Figure 1

24 pages, 5331 KiB  
Article
A Bayesian Optimization Approach for Multi-Function Estimation for Environmental Monitoring Using an Autonomous Surface Vehicle: Ypacarai Lake Case Study
by Federico Peralta, Daniel Gutierrez Reina, Sergio Toral, Mario Arzamendia and Derlis Gregor
Electronics 2021, 10(8), 963; https://doi.org/10.3390/electronics10080963 - 18 Apr 2021
Cited by 16 | Viewed by 3353
Abstract
Bayesian optimization is a sequential method that can optimize a single and costly objective function based on a surrogate model. In this work, we propose a Bayesian optimization system dedicated to monitoring and estimating multiple water quality parameters simultaneously using a single autonomous [...] Read more.
Bayesian optimization is a sequential method that can optimize a single and costly objective function based on a surrogate model. In this work, we propose a Bayesian optimization system dedicated to monitoring and estimating multiple water quality parameters simultaneously using a single autonomous surface vehicle. The proposed work combines different strategies and methods for this monitoring task, evaluating two approaches for acquisition function fusion: the coupled and the decoupled techniques. We also consider dynamic parametrization of the maximum measurement distance traveled by the ASV so that the monitoring system balances the total number of measurements and the total distance, which is related to the energy required. To evaluate the proposed approach, the Ypacarai Lake (Paraguay) serves as the test scenario, where multiple maps of water quality parameters, such as pH and dissolved oxygen, need to be obtained efficiently. The proposed system is compared with the predictive entropy search for multi-objective optimization with constraints (PESMOC) algorithm and the genetic algorithm (GA) path planning for the Ypacarai Lake scenario. The obtained results show that the proposed approach is 10.82% better than other optimization methods in terms of R2 score with noiseless measurements and up to 17.23% better when the data are noisy. Additionally, the proposed approach achieves a good average computational time for the whole mission when compared with other methods, 3% better than the GA technique and 46.5% better than the PESMOC approach. Full article
Show Figures

Figure 1

28 pages, 2010 KiB  
Article
A Comparison of Local Path Planning Techniques of Autonomous Surface Vehicles for Monitoring Applications: The Ypacarai Lake Case-study
by Federico Peralta, Mario Arzamendia, Derlis Gregor, Daniel G. Reina and Sergio Toral
Sensors 2020, 20(5), 1488; https://doi.org/10.3390/s20051488 - 9 Mar 2020
Cited by 51 | Viewed by 6439
Abstract
Local path planning is important in the development of autonomous vehicles since it allows a vehicle to adapt their movements to dynamic environments, for instance, when obstacles are detected. This work presents an evaluation of the performance of different local path planning techniques [...] Read more.
Local path planning is important in the development of autonomous vehicles since it allows a vehicle to adapt their movements to dynamic environments, for instance, when obstacles are detected. This work presents an evaluation of the performance of different local path planning techniques for an Autonomous Surface Vehicle, using a custom-made simulator based on the open-source Robotarium framework. The conducted simulations allow to verify, compare and visualize the solutions of the different techniques. The selected techniques for evaluation include A*, Potential Fields (PF), Rapidly-Exploring Random Trees* (RRT*) and variations of the Fast Marching Method (FMM), along with a proposed new method called Updating the Fast Marching Square method (uFMS). The evaluation proposed in this work includes ways to summarize time and safety measures for local path planning techniques. The results in a Lake environment present the advantages and disadvantages of using each technique. The proposed uFMS and A* have been shown to achieve interesting performance in terms of processing time, distance travelled and security levels. Furthermore, the proposed uFMS algorithm is capable of generating smoother routes. Full article
(This article belongs to the Section Remote Sensors)
Show Figures

Figure 1

32 pages, 10830 KiB  
Article
Eutrophication, Research and Management History of the Shallow Ypacaraí Lake (Paraguay)
by Gregorio Alejandro López Moreira M., Luigi Hinegk, Andrea Salvadore, Guido Zolezzi, Franz Hölker, Roger Arturo Monte Domecq S., Martina Bocci, Sebastiano Carrer, Luca De Nat, Juan Escribá, Carmen Escribá, Gilberto Antonio Benítez, Claudia Raquel Ávalos, Inocencia Peralta, Mario Insaurralde, Fátima Mereles, Jean Michel Sekatcheff, Andrés Wehrle, Juan Francisco Facetti-Masulli, Juan Francisco Facetti and Marco Toffolonadd Show full author list remove Hide full author list
Sustainability 2018, 10(7), 2426; https://doi.org/10.3390/su10072426 - 11 Jul 2018
Cited by 27 | Viewed by 12053
Abstract
Ypacaraí Lake is the most renowned lake in landlocked Paraguay and a major source of drinking and irrigation water for neighbouring towns. Beyond its socioeconomic and cultural significance, it has great ecological importance, supporting a rich biodiversity. Rapid growth of human presence and [...] Read more.
Ypacaraí Lake is the most renowned lake in landlocked Paraguay and a major source of drinking and irrigation water for neighbouring towns. Beyond its socioeconomic and cultural significance, it has great ecological importance, supporting a rich biodiversity. Rapid growth of human presence and activities within its basin has led to its environmental degradation, a heartfelt matter of high political concern that compels intervention. Here, by reconstructing the history of scientific and management-oriented research on this system, we provide a comprehensive assessment of current knowledge and practice to which we contribute our recent, novel findings. An upward trend in total phosphorus concentration confirms ongoing eutrophication of an already eutrophic system, evidenced by consistently high values of trophic state indices. Downward trends in water transparency and chlorophyll-a concentration support the hypothesis that primary production in this lake is fundamentally light limited. Statistical and other analyses suggest high sensitivity of the system to hydraulic, hydro-morphological and hydro-meteorological alterations arising, respectively, from engineering interventions, land use and climate change. By discussing knowledge gaps, opportunities for research and challenges for management and restoration, we argue that this case is of high scientific value and that its study can advance theoretical understanding of shallow subtropical lakes. Full article
(This article belongs to the Collection Eutrophication and Sustainable Management of Water)
Show Figures

Figure 1

Back to TopTop