中文
相关论文

相关论文: Efficient CNN Implementation for Eye-Gaze Estimati…

200 篇论文

Computer vision is often performed using Convolutional Neural Networks (CNNs). CNNs are compute-intensive and challenging to deploy on power-contrained systems such as mobile and Internet-of-Things (IoT) devices. CNNs are compute-intensive…

计算机视觉与模式识别 · 计算机科学 2022-07-25 Caleb Tung , Abhinav Goel , Xiao Hu , Nicholas Eliopoulos , Emmanuel Amobi , George K. Thiruvathukal , Vipin Chaudhary , Yung-Hsiang Lu

Gaze estimation is the fundamental basis for many visual tasks. Yet, the high cost of acquiring gaze datasets with 3D annotations hinders the optimization and application of gaze estimation models. In this work, we propose a novel Head-Eye…

计算机视觉与模式识别 · 计算机科学 2023-01-02 Pengwei Yin , Jiawu Dai , Jingjing Wang , Di Xie , Shiliang Pu

Appearance-based gaze estimation frequently relies on deep Convolutional Neural Networks (CNNs). These models are accurate, but computationally expensive and act as "black boxes", offering little interpretability. Geometric methods based on…

计算机视觉与模式识别 · 计算机科学 2026-03-27 Daniele Agostinelli , Thomas Agostinelli , Andrea Generosi , Maura Mengoni

Recent interest in on-orbit servicing and Active Debris Removal (ADR) missions have driven the need for technologies to enable non-cooperative rendezvous manoeuvres. Such manoeuvres put heavy burden on the perception capabilities of a…

计算机视觉与模式识别 · 计算机科学 2021-05-31 Maxwell Hogan , Duarte Rondao , Nabil Aouf , Olivier Dubois-Matra

In computer vision tasks, the ability to focus on relevant regions within an image is crucial for improving model performance, particularly when key features are small, subtle, or spatially dispersed. Convolutional neural networks (CNNs)…

计算机视觉与模式识别 · 计算机科学 2024-12-10 Mahmudul Hasan

Accurate modeling of eye gaze dynamics is essential for advancement in human-computer interaction, neurological diagnostics, and cognitive research. Traditional generative models like Markov models often fail to capture the complex temporal…

神经与进化计算 · 计算机科学 2025-06-05 Shailendra Bhandari , Pedro Lencastre , Rujeena Mathema , Alexander Szorkovszky , Anis Yazidi , Pedro Lind

Recent work has proven the effectiveness of transformers in many computer vision tasks. However, the performance of transformers in gaze estimation is still unexplored. In this paper, we employ transformers and assess their effectiveness…

计算机视觉与模式识别 · 计算机科学 2021-06-01 Yihua Cheng , Feng Lu

Conventional feature-based and model-based gaze estimation methods have proven to perform well in settings with controlled illumination and specialized cameras. In unconstrained real-world settings, however, such methods are surpassed by…

计算机视觉与模式识别 · 计算机科学 2018-05-15 Seonwook Park , Xucong Zhang , Andreas Bulling , Otmar Hilliges

Eye tracking research is important in computer vision because it can help us understand how humans interact with the visual world. Specifically for high-risk applications, such as in medical imaging, eye tracking can help us to comprehend…

计算机视觉与模式识别 · 计算机科学 2023-08-31 Bin Wang , Hongyi Pan , Armstrong Aboah , Zheyuan Zhang , Elif Keles , Drew Torigian , Baris Turkbey , Elizabeth Krupinski , Jayaram Udupa , Ulas Bagci

A driver's gaze is critical for determining their attention, state, situational awareness, and readiness to take over control from partially automated vehicles. Estimating the gaze direction is the most obvious way to gauge a driver's state…

计算机视觉与模式识别 · 计算机科学 2021-06-17 Akshay Rangesh , Bowen Zhang , Mohan M. Trivedi

Appearance-based gaze estimation has achieved significant improvement by using deep learning. However, many deep learning-based methods suffer from the vulnerability property, i.e., perturbing the raw image using noise confuses the gaze…

计算机视觉与模式识别 · 计算机科学 2021-03-25 Mingjie Xu , Haofei Wang , Yunfei Liu , Feng Lu

Estimating human gaze from natural eye images only is a challenging task. Gaze direction can be defined by the pupil- and the eyeball center where the latter is unobservable in 2D images. Hence, achieving highly accurate gaze estimates is…

计算机视觉与模式识别 · 计算机科学 2018-12-31 Seonwook Park , Adrian Spurr , Otmar Hilliges

Embedding Convolutional Neural Network (CNN) into edge devices for inference is a very challenging task because such lightweight hardware is not born to handle this heavyweight software, which is the common overhead from the modern…

计算机视觉与模式识别 · 计算机科学 2020-09-17 Ching-Chen Wang , Ching-Te Chiu , Jheng-Yi Chang

In this paper, we present EdgeFace, a lightweight and efficient face recognition network inspired by the hybrid architecture of EdgeNeXt. By effectively combining the strengths of both CNN and Transformer models, and a low rank linear…

计算机视觉与模式识别 · 计算机科学 2024-01-15 Anjith George , Christophe Ecabert , Hatef Otroshi Shahreza , Ketan Kotwal , Sebastien Marcel

Autonomous vehicles deployed in remote environments typically rely on embedded processors, compact batteries, and lightweight sensors. These hardware limitations conflict with the need to derive robust representations of the environment,…

机器人学 · 计算机科学 2026-04-09 Timothy K Johnsen , Marco Levorato

Computer vision often uses highly accurate Convolutional Neural Networks (CNNs), but these deep learning models are associated with ever-increasing energy and computation requirements. Producing more energy-efficient CNNs often requires…

Deep neural networks for video-based eye tracking have demonstrated resilience to noisy environments, stray reflections, and low resolution. However, to train these networks, a large number of manually annotated images are required. To…

计算机视觉与模式识别 · 计算机科学 2020-12-22 Nitinraj Nair , Rakshit Kothari , Aayush K. Chaudhary , Zhizhuo Yang , Gabriel J. Diaz , Jeff B. Pelz , Reynold J. Bailey

Retinal vessel information is helpful in retinal disease screening and diagnosis. Retinal vessel segmentation provides useful information about vessels and can be used by physicians during intraocular surgery and retinal diagnostic…

计算机视觉与模式识别 · 计算机科学 2018-02-23 M. Hajabdollahi , R. Esfandiarpoor , S. M. R. Soroushmehr , N. Karimi , S. Samavi , K. Najarian

Gaze estimation, the task of predicting where an individual is looking, is a critical task with direct applications in areas such as human-computer interaction and virtual reality. Estimating the direction of looking in unconstrained…

计算机视觉与模式识别 · 计算机科学 2024-02-14 Andy Cătrună , Adrian Cosma , Emilian Rădoi

In this paper we propose an implement a general convolutional neural network (CNN) building framework for designing real-time CNNs. We validate our models by creating a real-time vision system which accomplishes the tasks of face detection,…

计算机视觉与模式识别 · 计算机科学 2017-10-23 Octavio Arriaga , Matias Valdenegro-Toro , Paul Plöger