paper-with-me

홈 › Papers

Learning Objectness from Sonar Images for Class-Independent Object Detection

2019-07-01 · Matias Valdenegro-Toro

Detecting novel objects without class information is not trivial, as it is difficult to generalize from a small training set. This is an interesting problem for underwater robotics, as modeling marine objects is inherently more difficult in sonar images, and training data might not be available apriori. Detection proposals algorithms can be used for this purpose but usually requires a large amount of output bounding boxes. In this paper we propose the use of a fully convolutional neural network that regresses an objectness value directly from a Forward-Looking sonar image. By ranking objectness, we can produce high recall (96 %) with only 100 proposals per image. In comparison, EdgeBoxes requires 5000 proposals to achieve a slightly better recall of 97 %, while Selective Search requires 2000 proposals to achieve 95 % recall. We also show that our method outperforms a template matching baseline by a considerable margin, and is able to generalize to completely new objects. We expect that this kind of technique can be used in the field to find lost objects under the sea.

📄 PDF Abstract BibTeX arXiv:1907.00734

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionTemplate Matching

Methods 이 논문이 사용한 방법론

Selective Search Selective Search is a region proposal algorithm for object detection tasks. It starts by over-segmenting the image based on intensity of the pixels using a graph-based…
EdgeBoxes EdgeBoxes is an approach for generating object bounding box proposals directly from edges. Similar to segments, edges provide a simplified but informative representation of an…

Similar Papers 제목 키워드 기반

Objectness Scoring and Detection Proposals in Forward-Looking Sonar Images with Convolutional Neural Networks

2017-09-08 · Matias Valdenegro-Toro

Forward-looking sonar can capture high resolution images of underwater scenes, but their interpretation is complex. Generic object detection in such images has not been solved, specially in cases of small and unknown obj…

Objectobject-detectionObject Detection

I$^2$OL-Net: Intra-Inter Objectness Learning Network for Point-Supervised X-Ray Prohibited Item Detection

2024-12-05 · Sanjoeng Wong, Yan Yan

Automatic detection of prohibited items in X-ray images plays a crucial role in public security. However, existing methods rely heavily on labor-intensive box annotations. To address this, we investigate X-ray prohibited…

MASON: A Model AgnoStic ObjectNess Framework

2018-09-20 · K J Joseph, Vineeth N. Balasubramanian

This paper proposes a simple, yet very effective method to localize dominant foreground objects in an image, to pixel-level precision. The proposed method 'MASON' (Model-AgnoStic ObjectNess) uses a deep convolutional net…

model

RSFusionDet: Underwater RGB-Sonar Multimodal Object Detection

2026-08-26 · Zhuoyan Liu, Yihan Wang, Bo Wang, Bing Wang 외 arxiv

Underwater unimodal object detection faces many challenges in sensor imaging, such as optical images limited by underwater noise and visible distance, and sonar images limited by less object structural information. While…

Object Detection

R-FCN-3000 at 30fps: Decoupling Detection and Classification

2017-12-05 · CVPR 2018 6 · Bharat Singh, Hengduo Li, Abhishek Sharma, Larry S. Davis

We present R-FCN-3000, a large-scale real-time object detector in which objectness detection and classification are decoupled. To obtain the detection score for an RoI, we multiply the objectness score with the fine-grai…

ClassificationGeneral ClassificationObjectPosition