# Visual Recognition of Paper Analytical Device Images for Detection of   Falsified Pharmaceuticals

**Authors:** Sandipan Banerjee, James Sweet, Christopher Sweet, Marya Lieberman

arXiv: 1704.04251 · 2017-04-17

## TL;DR

This paper presents an automated visual recognition system using CNNs and handcrafted features to accurately classify pharmaceutical ingredients from images of Paper Analytical Devices, aiding detection of falsified medicines in low-resource settings.

## Contribution

It introduces a CNN-based approach combined with feature extraction for reliable interpretation of PAD images, improving detection accuracy of falsified pharmaceuticals.

## Key findings

- CNN models achieved over 94% accuracy.
- Handcrafted features outperformed simple classifiers.
- Optimal reagent set identified via singular value decomposition.

## Abstract

Falsification of medicines is a big problem in many developing countries, where technological infrastructure is inadequate to detect these harmful products. We have developed a set of inexpensive paper cards, called Paper Analytical Devices (PADs), which can efficiently classify drugs based on their chemical composition, as a potential solution to the problem. These cards have different reagents embedded in them which produce a set of distinctive color descriptors upon reacting with the chemical compounds that constitute pharmaceutical dosage forms. If a falsified version of the medicine lacks the active ingredient or includes substitute fillers, the difference in color is perceivable by humans. However, reading the cards with accuracy takes training and practice, which may hamper their scaling and implementation in low resource settings. To deal with this, we have developed an automatic visual recognition system to read the results from the PAD images. At first, the optimal set of reagents was found by running singular value decomposition on the intensity values of the color tones in the card images. A dataset of cards embedded with these reagents is produced to generate the most distinctive results for a set of 26 different active pharmaceutical ingredients (APIs) and excipients. Then, we train two popular convolutional neural network (CNN) models, with the card images. We also extract some "hand-crafted" features from the images and train a nearest neighbor classifier and a non-linear support vector machine with them. On testing, higher-level features performed much better in accurately classifying the PAD images, with the CNN models reaching the highest average accuracy of over 94\%.

## Full text

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

## Figures

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

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1704.04251/full.md

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