Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

saving innovation in maritime rescue operations, Pars can This study's methodology focuses on water segmentation

notably carry three life buoys in a single flight [27]. using visually-based data from widely available high-
resolution RGB cameras, rather than relying on expensive
C. Computer vision models and specialised sensors like thermal cameras or LIDARs.
Rapid human and hazard detection along with situational Specifically, the KittiSeg [36] deep learning segmentation
awareness in real time are critical components of SAR algorithm is modified for the purpose of water
missions. Developments in computer vision, mostly based segmentation, which is the preferred method [37].
on Deep Learning (DL) models, are essential, but for the
best real-time performance, particularly on portable devices, 3) Object detection
their weightiness needs to be addressed. The goal of Searching digital images and videos for instances of a
ongoing work is to improve these models for effective specific class of semantic objects is the focus of the object
emergency response [17]. detection field in computer vision and image processing. In
This section looks at single-agent and multi-agent order to extract features, carry out classification, and aid in
machine perception techniques that can be used in situations localization in input photos or videos, state-of-the-art object
and missions similar to SAR. In this context, Deep Learning detectors usually use deep learning networks as their
(DL) is an essential component for efficiently victim foundation. A number of extensively studied object
identification and scenario assessment. Since cameras are identification domains include face, multicategory, edge,
widely employed as sensors in Search and Rescue (SAR) salient, pose, text detection in scenes, and pedestrian
robotics, the primary emphasis is on image-based detection [32].
perception, more precisely on semantic segmentation and Two major categories can be used to classify current
object detection. Labelling every element, the agent sees is domain-specific imagine object detectors. A two-stage
the task of semantic segmentation, while object detection detector with great accuracy in object recognition and
labels only the items that the agent finds interesting [17]. localization is the first type, as illustrated by Faster R-CNN
1) Semantic segmentation [33]. The second is the one-stage detector, represented by
You Only Look Once (YOLO) [34] and Single Shot
Neural networks have been applied to attain MultiBox Detector (SSD) [35], renowned for achieving high
considerable improvements in recent deep learning research, inference speed. Significant quantities of memory and
particularly in the area of semantic segmentation. Semantic processing power are frequently required for object
segmentation requires assigning a class of objects or non- detection tasks, especially in real-time applications. Cloud
objects to each region or pixel, and deep neural networks are computing and small-scale object identification techniques
proven to be quite effective at this task. In order to have been studied for Unmanned Aerial Vehicle (UAV)
understand images, segmentation is essential. It is also applications in order to overcome this [17].
necessary for many image analysis tasks, including object
recognition, boundary localization, and image classification
[28]. IV.Conclusion

The most often used feature extraction techniques are This study concludes by highlighting the revolutionary
VGG and ResNet, both of which have exceptional efficacy. influence of cutting-edge technologies on search and rescue
The incorporation of techniques such as nested region operations and maritime safety. Technological
sequences or multi-scale feature extraction guarantees advancements have been successful in tackling difficulties
performance criteria while maintaining computing related to marine catastrophes and irregular migration crises,
economy. In semantic segmentation, recent research as evidenced by the robotic instruments used in the
focusing on VGG and ResNet methods has produced ICARUS project and the multinational approach of the
impressive results [28]. DARIUS initiative. The precision of SAR procedures is
improved by the application of the Lagrange particle
The assessment of three widely adopted, state-of-the-art tracking method and the IAMSAR guideline, which are
deep learning semantic segmentation methods—U-Net [29], essential for making wise decisions in emergency situations.
PSP-Net [30], and DeepLabv2 [31]—in a maritime The addition of autonomous robots that are outfitted with
environment offers valuable insights into their respective specific sensors enhances SAR performance even further in
performances [17]. maritime settings. Furthermore, computer vision models are
2) Water segmentation essential for quick human and hazard recognition, which
helps to maintain situational awareness in real time. This is
Water segmentation is the process of separating water especially true for semantic segmentation and object
from other compounds, offering a basic but reliable safety detection. Technology plays an increasingly important part
precaution. The USV is only designed to proceed in the in the phases of readiness, reaction, and recovery after a
event that open water is found along the intended path. In all disaster as it develops, pointing to a future in which SAR
other cases, such as when there are obstructions, the USV activities will be more effective, flexible, and adaptable to
should slow down, halt, or choose a different path to prevent changing circumstances.
possible collisions. In addition, during search operations,
water segmentation facilitates the identification and However, it's crucial to acknowledge that weather
detection of adjacent items. Higher resolution visual input conditions, such as strong winds or rain, pose significant
can be used for a more accurate analysis of identified challenges and can impact the effective use of Unmanned
objects, assuring real-time system functioning, by restricting Aerial Vehicles (UAVs) in maritime Search and Rescue
the area analysed by algorithms to segmented water zones (SAR) operations. These challenges need to be addressed
[37]. for UAVs to consistently perform optimally in varying
environmental conditions during SAR missions.

You might also like