paper-with-me

Papers

Weakly Supervised Caveline Detection For AUV Navigation Inside Underwater Caves

2023-03-07 · Boxiao Yu, Reagan Tibbetts, Titon Barua, Ailani Morales, Ioannis Rekleitis, Md Jahidul Islam

Underwater caves are challenging environments that are crucial for water resource management, and for our understanding of hydro-geology and history. Mapping underwater caves is a time-consuming, labor-intensive, and hazardous operation. For autonomous cave mapping by underwater robots, the major challenge lies in vision-based estimation in the complete absence of ambient light, which results in constantly moving shadows due to the motion of the camera-light setup. Thus, detecting and following the caveline as navigation guidance is paramount for robots in autonomous cave mapping missions. In this paper, we present a computationally light caveline detection model based on a novel Vision Transformer (ViT)-based learning pipeline. We address the problem of scarce annotated training data by a weakly supervised formulation where the learning is reinforced through a series of noisy predictions from intermediate sub-optimal models. We validate the utility and effectiveness of such weak supervision for caveline detection and tracking in three different cave locations: USA, Mexico, and Spain. Experimental results demonstrate that our proposed model, CL-ViT, balances the robustness-efficiency trade-off, ensuring good generalization performance while offering 10+ FPS on single-board (Jetson TX2) devices.

📄 PDF Abstract BibTeX arXiv:2303.03670

Code (0)

등록된 구현이 없습니다.

Tasks

Management

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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$…
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

CaveSeg: Deep Semantic Segmentation and Scene Parsing for Autonomous Underwater Cave Exploration

2023-09-20 · A. Abdullah, T. Barua, R. Tibbetts, Z. Chen 외

In this paper, we present CaveSeg - the first visual learning pipeline for semantic segmentation and scene parsing for AUV navigation inside underwater caves. We address the problem of scarce annotated training data by p…

Scene ParsingSegmentationSemantic Segmentation

Weakly Supervised Clustering by Exploiting Unique Class Count

2019-06-18 · ICLR 2020 1 · Mustafa Umit Oner, Hwee Kuan Lee, Wing-Kin Sung

A weakly supervised learning based clustering framework is proposed in this paper. As the core of this framework, we introduce a novel multiple instance learning task based on a bag level label called unique class count …

ClusteringMultiple Instance LearningSemantic SegmentationWeakly-supervised Learning+1

RMSL: Weakly-Supervised Insider Threat Detection with Robust Multi-sphere Learning

2025-08-15 · Yang Wang, Yaxin Zhao, Xinyu Jiao, Sihan Xu 외 arxiv

Insider threat detection aims to identify malicious user behavior by analyzing logs that record user interactions. Due to the lack of fine-grained behavior-level annotations, detecting specific behavior-level anomalies w…

Multiple Instance Learning

Learning Instance Activation Maps for Weakly Supervised Instance Segmentation

2019-06-01 · CVPR 2019 6 · Yi Zhu, Yanzhao Zhou, Huijuan Xu, Qixiang Ye 외

Discriminative region responses residing inside an object instance can be extracted from networks trained with image-level label supervision. However, learning the full extent of pixel-level instance response in a weakly…

Image-level Supervised Instance SegmentationInstance SegmentationObjectobject-detection+7

Background-Aware Pooling and Noise-Aware Loss for Weakly-Supervised Semantic Segmentation

2021-04-02 · CVPR 2021 1 · Youngmin Oh, Beomjun Kim, Bumsub Ham

We address the problem of weakly-supervised semantic segmentation (WSSS) using bounding box annotations. Although object bounding boxes are good indicators to segment corresponding objects, they do not specify object bou…

ObjectSegmentationSemantic SegmentationWeakly supervised Semantic Segmentation+1