Intelligent Debris Mass Estimation Model for Autonomous Underwater
Vehicle
- URL: http://arxiv.org/abs/2309.10617v3
- Date: Wed, 1 Nov 2023 17:01:50 GMT
- Title: Intelligent Debris Mass Estimation Model for Autonomous Underwater
Vehicle
- Authors: Mohana Sri S, Swethaa S, Aouthithiye Barathwaj SR Y, Sai Ganesh CS
- Abstract summary: Marine debris poses a significant threat to the survival of marine wildlife, often leading to entanglement and starvation.
Instance segmentation is an advanced form of object detection that identifies objects and precisely locates and separates them.
AUVs use image segmentation to analyze images captured by their cameras to navigate underwater environments.
- Score: 0.0
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Marine debris poses a significant threat to the survival of marine wildlife,
often leading to entanglement and starvation, ultimately resulting in death.
Therefore, removing debris from the ocean is crucial to restore the natural
balance and allow marine life to thrive. Instance segmentation is an advanced
form of object detection that identifies objects and precisely locates and
separates them, making it an essential tool for autonomous underwater vehicles
(AUVs) to navigate and interact with their underwater environment effectively.
AUVs use image segmentation to analyze images captured by their cameras to
navigate underwater environments. In this paper, we use instance segmentation
to calculate the area of individual objects within an image, we use YOLOV7 in
Roboflow to generate a set of bounding boxes for each object in the image with
a class label and a confidence score for every detection. A segmentation mask
is then created for each object by applying a binary mask to the object's
bounding box. The masks are generated by applying a binary threshold to the
output of a convolutional neural network trained to segment objects from the
background. Finally, refining the segmentation mask for each object is done by
applying post-processing techniques such as morphological operations and
contour detection, to improve the accuracy and quality of the mask. The process
of estimating the area of instance segmentation involves calculating the area
of each segmented instance separately and then summing up the areas of all
instances to obtain the total area. The calculation is carried out using
standard formulas based on the shape of the object, such as rectangles and
circles. In cases where the object is complex, the Monte Carlo method is used
to estimate the area. This method provides a higher degree of accuracy than
traditional methods, especially when using a large number of samples.
Related papers
- LAC-Net: Linear-Fusion Attention-Guided Convolutional Network for Accurate Robotic Grasping Under the Occlusion [79.22197702626542]
This paper introduces a framework that explores amodal segmentation for robotic grasping in cluttered scenes.
We propose a Linear-fusion Attention-guided Convolutional Network (LAC-Net)
The results on different datasets show that our method achieves state-of-the-art performance.
arXiv Detail & Related papers (2024-08-06T14:50:48Z) - PMODE: Prototypical Mask based Object Dimension Estimation [0.0]
We propose a method to estimate the dimensions of a quadrilateral object of interest in videos using a monocular camera.
We trained the system with three different random cameras achieving 22% MAPE for the test dataset for the dimension estimation.
arXiv Detail & Related papers (2022-12-26T19:24:25Z) - Discovering Object Masks with Transformers for Unsupervised Semantic
Segmentation [75.00151934315967]
MaskDistill is a novel framework for unsupervised semantic segmentation.
Our framework does not latch onto low-level image cues and is not limited to object-centric datasets.
arXiv Detail & Related papers (2022-06-13T17:59:43Z) - Layered Depth Refinement with Mask Guidance [61.10654666344419]
We formulate a novel problem of mask-guided depth refinement that utilizes a generic mask to refine the depth prediction of SIDE models.
Our framework performs layered refinement and inpainting/outpainting, decomposing the depth map into two separate layers signified by the mask and the inverse mask.
We empirically show that our method is robust to different types of masks and initial depth predictions, accurately refining depth values in inner and outer mask boundary regions.
arXiv Detail & Related papers (2022-06-07T06:42:44Z) - Robust Visual Tracking by Segmentation [103.87369380021441]
Estimating the target extent poses a fundamental challenge in visual object tracking.
We propose a segmentation-centric tracking pipeline that produces a highly accurate segmentation mask.
Our tracker is able to better learn a target representation that clearly differentiates the target in the scene from background content.
arXiv Detail & Related papers (2022-03-21T17:59:19Z) - BBAM: Bounding Box Attribution Map for Weakly Supervised Semantic and
Instance Segmentation [19.55647093153416]
Weakly supervised segmentation methods using bounding box annotations focus on obtaining a pixel-level mask from each box containing an object.
In this work, we utilize higher-level information from the behavior of a trained object detector, by seeking the smallest areas of the image from which the object detector produces almost the same result as it does from the whole image.
These areas constitute a bounding-box attribution map (BBAM), which identifies the target object in its bounding box and thus serves as pseudo ground-truth for weakly supervised semantic and COCO instance segmentation.
arXiv Detail & Related papers (2021-03-16T08:29:33Z) - Scale Normalized Image Pyramids with AutoFocus for Object Detection [75.71320993452372]
A scale normalized image pyramid (SNIP) is generated that, like human vision, only attends to objects within a fixed size range at different scales.
We propose an efficient spatial sub-sampling scheme which only operates on fixed-size sub-regions likely to contain objects.
The resulting algorithm is referred to as AutoFocus and results in a 2.5-5 times speed-up during inference when used with SNIP.
arXiv Detail & Related papers (2021-02-10T18:57:53Z) - Instance Segmentation of Biomedical Images with an Object-aware
Embedding Learned with Local Constraints [7.151685185368064]
State-of-the-art approaches either perform semantic segmentation or refine object bounding boxes.
Both suffer from crowded objects to varying degrees, merging adjacent objects or suppressing a valid object.
In this work, we assign an embedding vector to each pixel through a deep neural network.
arXiv Detail & Related papers (2020-04-21T08:33:29Z) - Refined Plane Segmentation for Cuboid-Shaped Objects by Leveraging Edge
Detection [63.942632088208505]
We propose a post-processing algorithm to align the segmented plane masks with edges detected in the image.
This allows us to increase the accuracy of state-of-the-art approaches, while limiting ourselves to cuboid-shaped objects.
arXiv Detail & Related papers (2020-03-28T18:51:43Z) - SDOD:Real-time Segmenting and Detecting 3D Object by Depth [5.97602869680438]
This paper proposes a real-time framework that segmenting and detecting 3D objects by depth.
We discretize the objects' depth into depth categories and transform the instance segmentation task into a pixel-level classification task.
Experiments on the challenging KITTI dataset show that our approach outperforms LklNet about 1.8 times on the speed of segmentation and 3D detection.
arXiv Detail & Related papers (2020-01-26T09:06:18Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.