# Simultaneous Iris and Periocular Region Detection Using Coarse   Annotations

**Authors:** Diego R. Lucio, Rayson Laroca, Luiz A. Zanlorensi, Gladston Moreira,, David Menotti

arXiv: 1908.00069 · 2021-05-14

## TL;DR

This paper introduces a method for simultaneous iris and periocular region detection using coarse annotations and deep learning detectors, achieving high accuracy with reduced manual effort and computational cost.

## Contribution

It demonstrates the effectiveness of using coarse annotations with YOLOv2 and Faster R-CNN for joint iris and periocular detection, providing publicly available datasets.

## Key findings

- Faster R-CNN + FPN achieved 91.86% IoU, outperforming YOLOv2.
- Simultaneous detection is as accurate as separate detection, with lower computational cost.
- Coarse annotations significantly reduce manual labeling effort.

## Abstract

In this work, we propose to detect the iris and periocular regions simultaneously using coarse annotations and two well-known object detectors: YOLOv2 and Faster R-CNN. We believe coarse annotations can be used in recognition systems based on the iris and periocular regions, given the much smaller engineering effort required to manually annotate the training images. We manually made coarse annotations of the iris and periocular regions (122K images from the visible (VIS) spectrum and 38K images from the near-infrared (NIR) spectrum). The iris annotations in the NIR databases were generated semi-automatically by first applying an iris segmentation CNN and then performing a manual inspection. These annotations were made for 11 well-known public databases (3 NIR and 8 VIS) designed for the iris-based recognition problem and are publicly available to the research community. Experimenting our proposal on these databases, we highlight two results. First, the Faster R-CNN + Feature Pyramid Network (FPN) model reported an Intersection over Union (IoU) higher than YOLOv2 (91.86% vs 85.30%). Second, the detection of the iris and periocular regions being performed simultaneously is as accurate as performed separately, but with a lower computational cost, i.e., two tasks were carried out at the cost of one.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.00069/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1908.00069/full.md

## References

60 references — full list in the complete paper: https://tomesphere.com/paper/1908.00069/full.md

---
Source: https://tomesphere.com/paper/1908.00069