paper-with-me

Papers

Locating Objects Without Bounding Boxes

2018-06-20 · CVPR 2019 6 · Javier Ribera, David Güera, Yuhao Chen, Edward J. Delp

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 fine-tuned for pupil tracking.

📄 PDF Abstract BibTeX arXiv:1806.07564

Code (6)

javiribera/locating-objects-without-bboxes 공식 구현 pytorch
HaipengXiong/weighted-hausdorff-loss pytorch
N0vel/weighted-hausdorff-distance-tensorflow-keras-loss tf
Nacriema/Loss-Functions-For-Semantic-Segmentation pytorch
danielenricocahall/Keras-Weighted-Hausdorff-Distance-Loss tf
vnbot2/object-locator tf

Tasks

ObjectObject LocalizationPupil Tracking

Similar Papers 제목 키워드 기반

G-CNN: an Iterative Grid Based Object Detector

2015-12-24 · CVPR 2016 6 · Mahyar Najibi, Mohammad Rastegari, Larry S. Davis

We introduce G-CNN, an object detection technique based on CNNs which works without proposal algorithms. G-CNN starts with a multi-scale grid of fixed bounding boxes. We train a regressor to move and scale elements of th…

2kObjectobject-detectionObject Detection

Oriented Bounding Boxes for Small and Freely Rotated Objects

2021-04-24 · Mohsen Zand, Ali Etemad, Michael Greenspan

A novel object detection method is presented that handles freely rotated objects of arbitrary sizes, including tiny objects as small as $2\times 2$ pixels. Such tiny objects appear frequently in remotely sensed images, a…

Novel Object Detectionobject-detectionObject Detection

NeRF-RPN: A general framework for object detection in NeRFs

2022-11-21 · CVPR 2023 1 · Benran Hu, Junkai Huang, Yichen Liu, Yu-Wing Tai 외

This paper presents the first significant object detection framework, NeRF-RPN, which directly operates on NeRF. Given a pre-trained NeRF model, NeRF-RPN aims to detect all bounding boxes of objects in a scene. By exploi…

NeRFobject-detectionObject Detection

LucidDreaming: Controllable Object-Centric 3D Generation

2023-11-30 · Zhaoning Wang, Ming Li, Chen Chen

With the recent development of generative models, Text-to-3D generations have also seen significant growth, opening a door for creating video-game 3D assets from a more general public. Nonetheless, people without any pro…

3D GenerationBenchmarkingLanguage ModellingLarge Language Model+3

We don't need no bounding-boxes: Training object class detectors using only human verification

2016-02-26 · CVPR 2016 6 · Dim P. Papadopoulos, Jasper R. R. Uijlings, Frank Keller, Vittorio Ferrari

Training object class detectors typically requires a large set of images in which objects are annotated by bounding-boxes. However, manually drawing bounding-boxes is very time consuming. We propose a new scheme for trai…