paper-with-me

홈 › Papers

Heatmap-based Object Detection and Tracking with a Fully Convolutional Neural Network

2021-01-10 · Fabian Amherd, Elias Rodriguez

The main topic of this paper is a brief overview of the field of Artificial Intelligence. The core of this paper is a practical implementation of an algorithm for object detection and tracking. The ability to detect and track fast-moving objects is crucial for various applications of Artificial Intelligence like autonomous driving, ball tracking in sports, robotics or object counting. As part of this paper the Fully Convolutional Neural Network "CueNet" was developed. It detects and tracks the cueball on a labyrinth game robustly and reliably. While CueNet V1 has a single input image, the approach with CueNet V2 was to take three consecutive 240 x 180-pixel images as an input and transform them into a probability heatmap for the cueball's location. The network was tested with a separate video that contained all sorts of distractions to test its robustness. When confronted with our testing data, CueNet V1 predicted the correct cueball location in 99.6% of all frames, while CueNet V2 had 99.8% accuracy.

📄 PDF Abstract BibTeX arXiv:2101.03541

Code (1)

FabianAmherd/CNN_ER_FA 공식 구현

Tasks

Autonomous DrivingObject Countingobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Heatmap 설명 없음

Similar Papers 제목 키워드 기반

Siamese Keypoint Prediction Network for Visual Object Tracking

2020-06-07 · Qiang Li, Zekui Qin, Wenbo Zhang, Wen Zheng

Visual object tracking aims to estimate the location of an arbitrary target in a video sequence given its initial bounding box. By utilizing offline feature learning, the siamese paradigm has recently been the leading fr…

ObjectObject TrackingPredictionVisual Object Tracking

DCFNet: Discriminant Correlation Filters Network for Visual Tracking

2017-04-13 · Qiang Wang, Jin Gao, Junliang Xing, Mengdan Zhang 외

Discriminant Correlation Filters (DCF) based methods now become a kind of dominant approach to online object tracking. The features used in these methods, however, are either based on hand-crafted features like HoGs, or …

image-classificationObject TrackingVisual Tracking

An Accurate Car Counting in Aerial Images Based on Convolutional Neural Networks

2021-07-13 · Journal of Ambient Intelligence and Humanized Computing 2021 7 · Ersin Kılıç, Serkan Öztürk

This paper proposes a simple and effective single-shot detector model to detect and count cars in aerial images. The proposed model, called heatmap learner convolutional neural network (HLCNN), is used to predict the h…

Data AugmentationObject Counting

TransCenter: Transformers with Dense Representations for Multiple-Object Tracking

2021-03-28 · Yihong Xu, Yutong Ban, Guillaume Delorme, Chuang Gan 외

Transformers have proven superior performance for a wide variety of tasks since they were introduced. In recent years, they have drawn attention from the vision community in tasks such as image classification and object …

Decoderimage-classificationImage ClassificationMulti-Object Tracking+5

An Analysis of Object Representations in Deep Visual Trackers

2020-01-08 · Ross Goroshin, Jonathan Tompson, Debidatta Dwibedi

Fully convolutional deep correlation networks are integral components of state-of the-art approaches to single object visual tracking. It is commonly assumed that these networks perform tracking by detection by matching …

ObjectSaliency DetectionVisual Tracking