Autofluorescence in the Oral Cavity

From Psych 221 Image Systems Engineering
Revision as of 05:23, 14 December 2018 by imported>Student2018 (Methods)
Jump to navigation Jump to search

Introduction

In recent years, dentists have begun using the VELscope Vx, a handheld scope that enables fluorescence imaging to visualize oral mucosal abnormalities, in oral exams. This technology enables imaging of abnormalities that may not be visible to the naked eye and has enhanced diagnosis of oral cancer and dysplasia. This device offers clear proof that there is interesting health data contained in oral fluorescence, and this project seeks to pursue that information. Specifically, this project aims to determine what data exists in the fluorescent spectrum, how we can reliably obtain this data, and how this can be used in diagnosis of oral disease.

Background

In 2003, Veld et.al. conducted a comprehensive study aimed at characterizing the autofluorescence of healthy oral mucosa in different parts of the mouth. This group recognized the power of autofluorescence spectroscopy in oral cancer detection and hoped to construct a reference database of fluorescent spectra from healthy oral mucosa. In this study, spectra were recorded from 97 volunteers under a selection of excitation wavelengths between 350 and 450 nm at different anatomical sites. Of particular interest to this project, the fluorescence measured on the dorsal side of the tongue exhibited a broad peak between 500 and 550 nm and a sharp peak above 600 nm.

In 2006, Wu and Qu studied autofluorescence of human epithelial tissue and obtained a similar broad fluorescent spectrum around 500 nm in oral tissue excited at 405 nm. They hypothesized that this peak may be due to overlapping of NADH, FAD, and keratin fluorescent spectra. They also observed a sharp peak in esophageal fluorescence around 680 nm and hypothesized that this peak may be attributed to porphyrin derivatives.

In 2017, Bjurshammar published a thesis exploring “Porphyrins and Phototherapy of Oral Bacteria.” This study discussed the spectral properties of porphyrins, a group of macromolecules found in most bacteria typically in the oral cavity. Notably, protoporphyrin IX has a sharp fluorescence emission peak around 635 nm and is efficiently excited at 405 nm. The data from these studies is shown in Figure 1. The results of all of these studies suggest to us that we can expect to see significant autofluorescence in healthy oral tissue, due either to autofluorescence of oral mucosa or to the presence of porphyrins. This project seeks to collect further data about fluorescence and its ties to oral health. Fluorescence on volunteers’ tongues was measured under 400 nm light, chosen because it will excite relevant fluorescent species and is visible, preventing damage from unseen light. This data was analyzed using singular-value decomposition and least squares estimation in an effort to elucidate connections between fluorescence data and oral health.

Figure 1. Previously published fluorescent data is plotted. Veld et.al. measured a fluorescent curve with two primary peaks. Wu and Qu found a broad peak suspected to be due to overlapping NADH, FAD, and keratin fluorescent spectra, while Bjurshammar published the fluorescence spectra for protoporphyrin IX.

Methods

Data Collection

An experimental setup was designed to allow radiance data to be collected from a calibration spot and subject’s tongue under both blue and tungsten illuminants, with minimal time and effort required from the subject (Figure 2). Spectral data was collected using a SpectraScan 670 spectrophotometer controlled with a Matlab script. Subjects were given protective goggles designed to filter out blue light and sat at the edge of an optical table behind a chin rest. A 400nm blue light was mounted to the left of the chinrest, and a tungsten light (ARRI 1000 Plus) was placed on the far side of the optical table. The spectrophotometer was to the right of the subject.

Figure 2. Geometry of experimental setup. Data was collected from a spectrophotometer to the subject's right, while a blue source was placed to their left and a tungsten light faced them.

Subjects were first asked to hold a Labsphere Reflectance Standard in the approximate location their tongues would be when using the chin rest. The spectrophotometer was focused onto the reflectance standard, and calibration reflectance curves were obtained under blue illumination, tungsten illumination, and combined illumination. The subject was then asked to place their chin in the chin rest and hold their tongue out. The spectrophotometer was focused onto a spot in the middle of the tongue, and radiance was again measured under the three illumination conditions.

Fluorescence Estimation

The simplest way to measure fluorescence would be to illuminate the tongue with a single wavelength of blue light and measure the radiance seen by the spectrophotometer. Any light in the visible spectrum (outside of the incident wavelength) could be assumed to be due to fluorescence. However, the blue excitation light we used had energy throughout the visible spectrum (Figure 3), and reflectance of this light needed to be accounted for. Tongue reflectance was therefore calculated using reference data taken under tungsten illumination. The reflectance of the tongue was calculated by dividing the spectrum of the tongue under tungsten light by the spectrum of the tungsten light reflected off of the reflectance standard. The predicted reflected light from our blue excitation light can be calculated by scaling the blue excitation light spectrum by each subject’s tongue reflectance function. Any radiance greater than this predicted reflectance can be assumed to be due to fluorescence.

Singular Value Decomposition

From a collection of fluorescence data, we can attempt to find the dimensionality of the data using singular value decomposition (SVD). Briefly, SVD can be used to find a set of basis functions, linear combinations of which can be used to approximate the collected data. In this project, finding a small set of basis functions to explain collected data may allow for the correlation of fluorescence data with specific fluorescent populations in the mouth (e.g. specific fluorophores, bacteria, etc.) and correlation to oral health diagnoses. SVD was performed in Matlab, and data was reconstructed from basis functions as a check.

Least Squares Estimation

SVD imposes few restrictions on the basis functions produced. The formulation of the decomposition is likely to suggest the highest singular value basis as simply the mean of the data. Choosing a set of basis functions and performing least squares estimation to find the associated coefficients will circumvent this. We therefore sought to choose a set of basis functions from previously collected fluorescence data and fit our data to these functions, allowing us to link data directly to the underlying biology. Least squares estimation was again performed in Matlab.