paper-with-me

Papers

Generative Iris Prior Embedded Transformer for Iris Restoration

2024-06-28 · Yubo Huang, Jia Wang, Peipei Li, Liuyu Xiang, Peigang Li, Zhaofeng He

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) without prior cannot yield satisfactory results. In this work, we propose a generative iris prior embedded Transformer model (Gformer), in which we build a hierarchical encoder-decoder network employing Transformer block and generative iris prior. First, we tame Transformer blocks to model long-range dependencies in target images. Second, we pretrain an iris generative adversarial network (GAN) to obtain the rich iris prior, and incorporate it into the iris restoration process with our iris feature modulator. Our experiments demonstrate that the proposed Gformer outperforms state-of-the-art methods. Besides, iris recognition performance has been significantly improved after applying Gformer.

📄 PDF Abstract BibTeX arXiv:2407.00261

Code (1)

sawyercharlton/Generative-Iris-Prior-Embedded-Transformer-for-Iris-Restoration 공식 구현 pytorch

Tasks

DecoderGenerative Adversarial NetworkIris Recognition

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

A Prior Embedding-Driven Architecture for Long Distance Blind Iris Recognition

2024-08-01 · Qi Xiong, Xinman Zhang, Jun Shen

Blind iris images, which result from unknown degradation during the process of iris recognition at long distances, often lead to decreased iris recognition rates. Currently, little existing literature offers a solution t…

DecoderGenerative Adversarial NetworkImage RestorationIris Recognition

Iris-GAN: Learning to Generate Realistic Iris Images Using Convolutional GAN

2018-12-12 · Shervin Minaee, Amirali Abdolrashidi

Generating iris images which look realistic is both an interesting and challenging problem. Most of the classical statistical models are not powerful enough to capture the complicated texture representation in iris image…

DiversityGenerative Adversarial Network

Bi-Encoder Contrastive Learning for Fingerprint and Iris Biometrics

2025-10-27 · Matthew So, Judah Goldfeder, Mark Lis, Hod Lipson arxiv

There has been a historic assumption that the biometrics of an individual are statistically uncorrelated. We test this assumption by training Bi-Encoder networks on three verification tasks, including fingerprint-to-fing…

Contrastive Learning

Sceniris: A Fast Procedural Scene Generation Framework

2025-12-18 · Jinghuan Shang, Harsh Patel, Ran Gong, Karl Schmeckpeper arxiv

Synthetic 3D scenes are essential for developing Physical AI and generative models. Existing procedural generation methods often have low output throughput, creating a significant bottleneck in scaling up dataset creatio…

Scene Generation

Smartphone-based iris recognition through high-quality visible-spectrum iris image capture.V2

2025-10-07 · Naveenkumar G Venkataswamy, Yu Liu, Soumyabrata Dey, Stephanie Schuckers 외 arxiv

Smartphone-based iris recognition in the visible spectrum (VIS) remains difficult due to illumination variability, pigmentation differences, and the absence of standardized capture controls. This work presents a compact …