AI Helps Locate Dangerous Fishing Nets Lost at Sea

Conservationists have launched a new AI tool that can sift through petabytes of underwater imaging from anywhere in the world to identify signs of abandoned or…

Elias Wolfberg
4 min readintermediate
--
View Original

Overview

Conservationists have developed an AI tool, GhostNetZero.ai, to identify and locate dangerous abandoned fishing nets, known as ghost nets, using underwater imaging data. The tool utilizes a Convolutional Neural Network (CNN) to achieve a 94% accuracy rate in detecting these nets, which pose significant threats to marine wildlife and contribute to plastic pollution.

What You'll Learn

1

How to utilize AI for environmental conservation efforts

2

Why detecting ghost nets is crucial for marine wildlife protection

3

How to implement a Convolutional Neural Network for image analysis

Prerequisites & Requirements

  • Understanding of AI and machine learning concepts(optional)
  • Familiarity with PyTorch and cloud computing platforms(optional)

Key Questions Answered

How does GhostNetZero.ai identify ghost nets?
GhostNetZero.ai uses a Convolutional Neural Network (CNN) based on DeepLabV3 with a ResNet50 backbone to analyze side scan sonar images. The AI scans these images for signs of ghost nets and achieves an accuracy of 94% in detection.
What are the environmental impacts of ghost nets?
Ghost nets, which make up about 2% of the world’s fishing gear, threaten marine wildlife by entangling seals, turtles, and dolphins, leading to drowning. Additionally, they contribute significantly to plastic pollution as they decompose in the ocean.
What role do local teams play in the ghost net retrieval process?
Local teams, including divers and fishermen, verify the AI's findings about ghost nets' locations and provide details on their sizes. This collaboration is essential for planning the logistics of net removal, which is a complex and costly task.
What technology is used to train the AI model for ghost net detection?
The AI model for detecting ghost nets is hosted on Microsoft Azure and developed using PyTorch libraries. It employs NVIDIA A100 TensorCore GPUs for training and inference, enhancing its ability to analyze sonar images effectively.

Key Statistics & Figures

Percentage of fishing gear lost annually
2%
This statistic highlights the scale of the problem with ghost nets in the oceans.
Area of fishing nets lost in the ocean
80,000 square kilometers
This area represents the significant environmental threat posed by abandoned fishing gear.
Accuracy of ghost net detection
94%
The AI's effectiveness in identifying ghost nets in sonar images.

Technologies & Tools

Some links below are affiliate links. We may earn a commission if you make a purchase.

Software
Ghostnetzero.ai
AI tool for identifying ghost nets using sonar data
Machine Learning
Convolutional Neural Network (cnn)
Used for analyzing sonar images to detect ghost nets
Framework
Pytorch
Library used for developing the AI model
Cloud Computing
Microsoft Azure
Hosting platform for the AI model
Hardware
Nvidia A100 Tensorcore Gpus
Used for training and inference of the AI model

Key Actionable Insights

1
Implementing AI tools like GhostNetZero.ai can significantly enhance environmental conservation efforts by providing accurate data on underwater hazards.
This approach allows conservationists to focus their resources effectively, ensuring that dangerous ghost nets are identified and removed, thereby protecting marine life.
2
Collaborating with local teams can improve the accuracy of AI models through real-world feedback and verification.
By integrating local knowledge and expertise, the AI's effectiveness can be continually enhanced, making it a more reliable tool for environmental monitoring.
3
Utilizing advanced machine learning techniques, such as CNNs, can streamline the process of identifying complex patterns in sonar data.
This can be applied not only in environmental contexts but also in various fields requiring image analysis and pattern recognition.

Common Pitfalls

1
Relying solely on AI without local verification can lead to inaccuracies in ghost net detection.
AI models may misidentify objects in sonar images, so local expertise is crucial for confirming AI findings and ensuring effective retrieval efforts.

Related Concepts

Environmental Conservation
Machine Learning In Image Analysis
Collaboration In Conservation Efforts