paper-with-me

홈 › Papers

Deep Neural Networks for Low-Cost Eye Tracking

2020-10-02 · Ildar Rakhmatulin, Andrew Duchowski

The paper presents a detailed analysis of modern techniques that can be used to track gaze with a webcam. We present a practical implementation of the most popular methods for tracking gaze. Various models of deep neural networks that can be involved in the process of online gaze monitoring are reviewed. We introduce a new eye-tracking approach where the effectiveness of using a deep learning method is significantly increased. Implementation is in Python where its application is demonstrated by controlling interaction with the computer. Specifically, a dual coordinate system is given for controlling the computer with the help of a gaze. The first set of coordinates-the position of the face relative to the computer, is implemented by detecting color from the infrared LED via the OpenCV library. The second set of coordinates-giving gaze position-is obtained via the YOLO (v3) package. A method of labeling the eyes is given, in which 3 objects are used to track gaze (to the left, to the right, and in the center).

📄 PDF Abstract BibTeX

Code (1)

Ildaron/Pest_YoloV3_python_custom-data

Tasks

Position

Methods 이 논문이 사용한 방법론

YOLO 설명 없음

Similar Papers 제목 키워드 기반

A review of the low-cost eye-tracking systems for 2010-2020

2020-10-12 · Ildar Rakhmatulin

The manuscript presented an analysis of the work in the field of eye-tracking over the past ten years in the low-cost filed. We researched in detail the methods, algorithms, and developed hardware. To realization, this t…

A Novel Low-cost FPGA-based Real-time Object Tracking System

2018-04-16 · Peng Gao, Ruyue Yuan, Zhicong Lin, Linsheng Zhang 외

In current visual object tracking system, the CPU or GPU-based visual object tracking systems have high computational cost and consume a prohibitive amount of power. Therefore, in this paper, to reduce the computational …

CPUGPUObjectObject Tracking+1

On Pairwise Costs for Network Flow Multi-Object Tracking

2014-08-14 · CVPR 2015 6 · Visesh Chari, Simon Lacoste-Julien, Ivan Laptev, Josef Sivic

Multi-object tracking has been recently approached with the min-cost network flow optimization techniques. Such methods simultaneously resolve multiple object tracks in a video and enable modeling of dependencies among t…

Multi-Object TrackingObjectObject Tracking

Learning of Global Objective for Network Flow in Multi-Object Tracking

2022-03-30 · CVPR 2022 1 · Shuai Li, Yu Kong, Hamid Rezatofighi

This paper concerns the problem of multi-object tracking based on the min-cost flow (MCF) formulation, which is conventionally studied as an instance of linear program. Given its computationally tractable inference, the …

Multi-Object TrackingObject Tracking

SMTrack: State-Aware Mamba for Efficient Temporal Modeling in Visual Tracking

2026-02-02 · Yinchao Ma, Dengqing Yang, Zhangyu He, Wenfei Yang 외 arxiv

Visual tracking aims to automatically estimate the state of a target object in a video sequence, which is challenging especially in dynamic scenarios. Thus, numerous methods are proposed to introduce temporal cues to enh…

Visual Tracking