中文
相关论文

相关论文: PocketNet: Extreme Lightweight Face Recognition Ne…

200 篇论文

This paper is aimed at creating extremely small and fast convolutional neural networks (CNN) for the problem of facial expression recognition (FER) from frontal face images. To this end, we employed the popular knowledge distillation (KD)…

计算机视觉与模式识别 · 计算机科学 2019-12-25 İlke Çuğu , Eren Şener , Emre Akbaş

Medical imaging deep learning models are often large and complex, requiring specialized hardware to train and evaluate these models. To address such issues, we propose the PocketNet paradigm to reduce the size of deep learning models by…

图像与视频处理 · 电气工程与系统科学 2023-11-21 Adrian Celaya , Jonas A. Actor , Rajarajeswari Muthusivarajan , Evan Gates , Caroline Chung , Dawid Schellingerhout , Beatrice Riviere , David Fuentes

Vision-based crack detection faces deployment challenges due to the size of robust models and edge device limitations. These can be addressed with lightweight models trained with knowledge distillation (KD). However, state-of-the-art (SOTA)…

计算机视觉与模式识别 · 计算机科学 2024-04-10 Zhaohui Chen , Elyas Asadi Shamsabadi , Sheng Jiang , Luming Shen , Daniel Dias-da-Costa

Deep neural networks have been widely used in numerous computer vision applications, particularly in face recognition. However, deploying deep neural network face recognition on mobile devices has recently become a trend but still limited…

计算机视觉与模式识别 · 计算机科学 2019-04-18 Chi Nhan Duong , Kha Gia Quach , Ibsa Jalata , Ngan Le , Khoa Luu

The rapid advancement of diffusion-based generative models has made face forgery detection a critical challenge in digital forensics. Current detection methods face two fundamental limitations: poor cross-domain generalization when…

计算机视觉与模式识别 · 计算机科学 2026-04-14 Xuecen Zhang , Vipin Chaudhary

Fully convolutional networks (FCNs) have become de facto tool to achieve very high-level performance for many vision and non-vision tasks in general and face recognition in particular. Such high-level accuracies are normally obtained by…

计算机视觉与模式识别 · 计算机科学 2019-06-04 Jayashree Karlekar , Jiashi Feng , Zi Sian Wong , Sugiri Pranata

The widespread use of mobile devices for all kinds of transactions makes necessary reliable and real-time identity authentication, leading to the adoption of face recognition (FR) via the cameras embedded in such devices. Progress of deep…

计算机视觉与模式识别 · 计算机科学 2025-06-17 Fernando Alonso-Fernandez , Kevin Hernandez-Diaz , Jose Maria Buades Rubio , Prayag Tiwari , Josef Bigun

Large-scale face recognition in-the-wild has been recently achieved matured performance in many real work applications. However, such systems are built on GPU platforms and mostly deploy heavy deep network architectures. Given a…

计算机视觉与模式识别 · 计算机科学 2019-05-28 Chi Nhan Duong , Khoa Luu , Kha Gia Quach , Ngan Le

The emerging task of fine-grained image classification in low-data regimes assumes the presence of low inter-class variance and large intra-class variation along with a highly limited amount of training samples per class. However,…

计算机视觉与模式识别 · 计算机科学 2024-07-01 Dmitry Demidov , Abduragim Shtanchaev , Mihail Mihaylov , Mohammad Almansoori

Facial landmark detection is a vital step for numerous facial image analysis applications. Although some deep learning-based methods have achieved good performances in this task, they are often not suitable for running on mobile devices.…

计算机视觉与模式识别 · 计算机科学 2021-11-16 Ali Pourramezan Fard , Mohammad H. Mahoor

Deep learning-based face recognition models follow the common trend in deep neural networks by utilizing full-precision floating-point networks with high computational costs. Deploying such networks in use-cases constrained by computational…

计算机视觉与模式识别 · 计算机科学 2022-06-22 Fadi Boutros , Naser Damer , Arjan Kuijper

This paper presents an extensive exploration and comparative analysis of lightweight face recognition (FR) models, specifically focusing on MobileFaceNet and its modified variant, MMobileFaceNet. The need for efficient FR models on devices…

计算机视觉与模式识别 · 计算机科学 2023-11-28 Ahmad Hassanpour , Yasamin Kowsari

Standard deep learning algorithms are implemented using floating-point real numbers. This presents an obstacle for implementing them on low-end devices which may not have dedicated floating-point units (FPUs). As a result, researchers in…

机器学习 · 计算机科学 2022-05-05 Jaewoo Song , Fangzhen Lin

Multi-microphone speech enhancement using deep neural networks (DNNs) has significantly progressed in recent years. However, many proposed DNN-based speech enhancement algorithms cannot be implemented on devices with limited hardware…

音频与语音处理 · 电气工程与系统科学 2025-07-28 Robert Metzger , Mattes Ohlenbusch , Christian Rollwage , Simon Doclo

Knowledge distillation (KD) is a widely-used technique that utilizes large networks to improve the performance of compact models. Previous KD approaches usually aim to guide the student to mimic the teacher's behavior completely in the…

计算机视觉与模式识别 · 计算机科学 2022-06-07 Yuge Huang , Jiaxiang Wu , Xingkun Xu , Shouhong Ding

The small receptive field and capacity of minimal neural networks limit their performance when using them to be the backbone of detectors. In this work, we find that the appearance feature of a generic face is discriminative enough for a…

计算机视觉与模式识别 · 计算机科学 2020-03-18 Guanglu Song , Yu Liu , Yuhang Zang , Xiaogang Wang , Biao Leng , Qingsheng Yuan

The usage of convolutional neural networks (CNNs) in conjunction with a margin-based softmax approach demonstrates a state-of-the-art performance for the face recognition problem. Recently, lightweight neural network models trained with the…

计算机视觉与模式识别 · 计算机科学 2020-03-06 David Svitov , Sergey Alyamkin

In recent years, there has been a great deal of research in developing end-to-end speech recognition models, which enable simplifying the traditional pipeline and achieving promising results. Despite their remarkable performance…

音频与语音处理 · 电气工程与系统科学 2021-09-20 Ji Won Yoon , Hyeonseung Lee , Hyung Yong Kim , Won Ik Cho , Nam Soo Kim

Deep neural networks achieve remarkable performance in many computer vision tasks. Most state-of-the-art (SOTA) semantic segmentation and object detection approaches reuse neural network architectures designed for image classification as…

计算机视觉与模式识别 · 计算机科学 2020-12-17 Jiemin Fang , Yuzhu Sun , Qian Zhang , Kangjian Peng , Yuan Li , Wenyu Liu , Xinggang Wang

Previous works have shown that face recognition with high accurate 3D data is more reliable and insensitive to pose and illumination variations. Recently, low-cost and portable 3D acquisition techniques like ToF(Time of Flight) and DoE…

计算机视觉与模式识别 · 计算机科学 2019-04-05 Yang Tan , Hongxin Lin , Zelin Xiao , Shengyong Ding , Hongyang Chao
‹ 上一页 1 2 3 10 下一页 ›