CVAug 27, 2019

Dual Directed Capsule Network for Very Low Resolution Image Recognition

arXiv:1908.10027v156 citations
AI Analysis

This addresses a practical challenge in surveillance and mobile imaging, but it is an incremental improvement focused on a specific domain.

The paper tackles the problem of very low resolution (VLR) image recognition, such as for digits and faces at 16x16 resolution, by proposing a Dual Directed Capsule Network (DirectCapsNet) with novel loss functions, achieving over 95% accuracy on a face database.

Very low resolution (VLR) image recognition corresponds to classifying images with resolution 16x16 or less. Though it has widespread applicability when objects are captured at a very large stand-off distance (e.g. surveillance scenario) or from wide angle mobile cameras, it has received limited attention. This research presents a novel Dual Directed Capsule Network model, termed as DirectCapsNet, for addressing VLR digit and face recognition. The proposed architecture utilizes a combination of capsule and convolutional layers for learning an effective VLR recognition model. The architecture also incorporates two novel loss functions: (i) the proposed HR-anchor loss and (ii) the proposed targeted reconstruction loss, in order to overcome the challenges of limited information content in VLR images. The proposed losses use high resolution images as auxiliary data during training to "direct" discriminative feature learning. Multiple experiments for VLR digit classification and VLR face recognition are performed along with comparisons with state-of-the-art algorithms. The proposed DirectCapsNet consistently showcases state-of-the-art results; for example, on the UCCS face database, it shows over 95\% face recognition accuracy when 16x16 images are matched with 80x80 images.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes