paper-with-me

홈 › Papers

Designing A Sustainable Marine Debris Clean-up Framework without Human Labels

2024-05-23 · Raymond Wang, Nicholas R. Record, D. Whitney King, Tahiya Chowdhury

Marine debris poses a significant ecological threat to birds, fish, and other animal life. Traditional methods for assessing debris accumulation involve labor-intensive and costly manual surveys. This study introduces a framework that utilizes aerial imagery captured by drones to conduct remote trash surveys. Leveraging computer vision techniques, our approach detects, classifies, and maps marine debris distributions. The framework uses Grounding DINO, a transformer-based zero-shot object detector, and CLIP, a vision-language model for zero-shot object classification, enabling the detection and classification of debris objects based on material type without the need for training labels. To mitigate over-counting due to different views of the same object, Scale-Invariant Feature Transform (SIFT) is employed for duplicate matching using local object features. Additionally, we have developed a user-friendly web application that facilitates end-to-end analysis of drone images, including object detection, classification, and visualization on a map to support cleanup efforts. Our method achieves competitive performance in detection (0.69 mean IoU) and classification (0.74 F1 score) across seven debris object classes without labeled data, comparable to state-of-the-art supervised methods. This framework has the potential to streamline automated trash sampling surveys, fostering efficient and sustainable community-led cleanup initiatives.

📄 PDF Abstract BibTeX arXiv:2405.14815

Code (1)

tahiya31/trash_track 공식 구현 pytorch

Tasks

ClassificationLanguage ModellingObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Deep Neural Networks for Marine Debris Detection in Sonar Images

2019-05-13 · Matias Valdenegro-Toro

Garbage and waste disposal is one of the biggest challenges currently faced by mankind. Proper waste disposal and recycling is a must in any sustainable community, and in many coastal areas there is significant water pol…

image-classificationImage Classification

The Marine Debris Dataset for Forward-Looking Sonar Semantic Segmentation

2021-08-15 · Deepak Singh, Matias Valdenegro-Toro

Accurate detection and segmentation of marine debris is important for keeping the water bodies clean. This paper presents a novel dataset for marine debris segmentation collected using a Forward Looking Sonar (FLS). The …

SegmentationSemantic Segmentation

IBURD: Image Blending for Underwater Robotic Detection

2025-02-24 · Jungseok Hong, Sakshi Singh, Junaed Sattar

We present an image blending pipeline, \textit{IBURD}, that creates realistic synthetic images to assist in the training of deep detectors for use on underwater autonomous vehicles (AUVs) for marine debris detection task…

Autonomous VehiclesStyle TransferTransparent objects

Large-scale Detection of Marine Debris in Coastal Areas with Sentinel-2

2023-07-05 · Marc Rußwurm, Sushen Jilla Venkatesa, Devis Tuia

Detecting and quantifying marine pollution and macro-plastics is an increasingly pressing ecological issue that directly impacts ecology and human health. Efforts to quantify marine pollution are often conducted with spa…

GAMMA: Generative Augmentation for Attentive Marine Debris Detection

2022-12-07 · Vaishnavi Khindkar, Janhavi Khindkar

We propose an efficient and generative augmentation approach to solve the inadequacy concern of underwater debris data for visual detection. We use cycleGAN as a data augmentation technique to convert openly available, a…

Data Augmentation