paper-with-me

Papers

A Resource-Efficient Embedded Iris Recognition System Using Fully Convolutional Networks

2019-09-08 · Hokchhay Tann, Heng Zhao, Sherief Reda

Applications of Fully Convolutional Networks (FCN) in iris segmentation have shown promising advances. For mobile and embedded systems, a significant challenge is that the proposed FCN architectures are extremely computationally demanding. In this article, we propose a resource-efficient, end-to-end iris recognition flow, which consists of FCN-based segmentation, contour fitting, followed by Daugman normalization and encoding. To attain accurate and efficient FCN models, we propose a three-step SW/HW co-design methodology consisting of FCN architectural exploration, precision quantization, and hardware acceleration. In our exploration, we propose multiple FCN models, and in comparison to previous works, our best-performing model requires 50X less FLOPs per inference while achieving a new state-of-the-art segmentation accuracy. Next, we select the most efficient set of models and further reduce their computational complexity through weights and activations quantization using 8-bit dynamic fixed-point (DFP) format. Each model is then incorporated into an end-to-end flow for true recognition performance evaluation. A few of our end-to-end pipelines outperform the previous state-of-the-art on two datasets evaluated. Finally, we propose a novel DFP accelerator and fully demonstrate the SW/HW co-design realization of our flow on an embedded FPGA platform. In comparison with the embedded CPU, our hardware acceleration achieves up to 8.3X speedup for the overall pipeline while using less than 15% of the available FPGA resources. We also provide comparisons between the FPGA system and an embedded GPU showing different benefits and drawbacks for the two platforms.

📄 PDF Abstract BibTeX arXiv:1909.03385

Code (1)

scale-lab/FCNiris 공식 구현

Tasks

CPUGPUIris RecognitionIris SegmentationQuantizationSegmentation

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

Towards an efficient Iris Recognition System on Embedded Devices

2022-10-24 · Daniel P. Benalcazar, Juan E. Tapia, Mauricio Vasquez, Leonardo Causa 외

Iris Recognition (IR) is one of the market's most reliable and accurate biometric systems. Today, it is challenging to build NIR-capturing devices under the premise of hardware price reduction. Commercial NIR sensors are…

Iris RecognitionSegmentationSemantic Segmentation

An Embedded Iris Recognition System Optimization using Dynamically ReconfigurableDecoder with LDPC Codes

2021-07-08 · Longyu Ma, Chiu-Wing Sham, Chun Yan Lo, Xinchao Zhong

Extracting and analyzing iris textures for biometric recognition has been extensively studied. As the transition of iris recognition from lab technology to nation-scale applications, most systems are facing high complexi…

DecoderIris RecognitionQuantization

Generative Iris Prior Embedded Transformer for Iris Restoration

2024-06-28 · Yubo Huang, Jia Wang, Peipei Li, Liuyu Xiang 외

Iris restoration from complexly degraded iris images, aiming to improve iris recognition performance, is a challenging problem. Due to the complex degradation, directly training a convolutional neural network (CNN) witho…

DecoderGenerative Adversarial NetworkIris Recognition

EyePreserve: Identity-Preserving Iris Synthesis

2023-12-19 · Siamul Karim Khan, Patrick Tinsley, Mahsa Mitcheff, Patrick Flynn 외

Synthesis of same-identity biometric iris images, both for existing and non-existing identities while preserving the identity across a wide range of pupil sizes, is complex due to intricate iris muscle constriction mecha…

Iris RecognitionPupil Dilation

Iris Recognition for Infants

2025-01-02 · Rasel Ahmed Bhuiyan, Mateusz Trokielewicz, Piotr Maciejewicz, Sherri Bucher 외

Non-invasive, efficient, physical token-less, accurate and stable identification methods for newborns may prevent baby swapping at birth, limit baby abductions and improve post-natal health monitoring across geographies,…

HumanitarianIris Recognition