TL;DR
This paper introduces a novel loss function for fully convolutional networks that estimates object locations without bounding box annotations, simplifying the training process and outperforming existing methods.
Contribution
The paper proposes a new loss function based on the Hausdorff distance for object localization without bounding boxes, applicable to any FCN.
Findings
Outperforms state-of-the-art object detectors
Effective in locating heads, pupils, and plant centers
Eliminates need for bounding box annotations
Abstract
Recent advances in convolutional neural networks (CNN) have achieved remarkable results in locating objects in images. In these networks, the training procedure usually requires providing bounding boxes or the maximum number of expected objects. In this paper, we address the task of estimating object locations without annotated bounding boxes which are typically hand-drawn and time consuming to label. We propose a loss function that can be used in any fully convolutional network (FCN) to estimate object locations. This loss function is a modification of the average Hausdorff distance between two unordered sets of points. The proposed method has no notion of bounding boxes, region proposals, or sliding windows. We evaluate our method with three datasets designed to locate people's heads, pupil centers and plant centers. We outperform state-of-the-art generic object detectors and methods…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
