# Learning Objectness from Sonar Images for Class-Independent Object   Detection

**Authors:** Matias Valdenegro-Toro

arXiv: 1907.00734 · 2019-07-02

## TL;DR

This paper introduces a neural network-based method for class-independent object detection in sonar images, achieving high recall with fewer proposals and better generalization than traditional methods, aiding underwater object search.

## Contribution

A novel fully convolutional neural network that directly regresses objectness in sonar images, enabling efficient and generalizable object detection without class-specific training.

## Key findings

- 96% recall with only 100 proposals per image
- Outperforms EdgeBoxes and template matching baseline
- Generalizes well to new, unseen objects

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.00734/full.md

## Figures

36 figures with captions in the complete paper: https://tomesphere.com/paper/1907.00734/full.md

## References

20 references — full list in the complete paper: https://tomesphere.com/paper/1907.00734/full.md

---
Source: https://tomesphere.com/paper/1907.00734