Skip to content
BY-NC-ND 4.0 license Open Access Published by De Gruyter September 30, 2016

Portable auricular device for real-time swallow and chew detection

  • Konrad C. Steimer EMAIL logo , Christoph Zimmermann , Jennifer Zeilfelder , Christian Pylatiuk and Wilhelm Stork

Abstract

Monitoring a person’s nutritional consumption is costly and complex. To solve this problem a new technique is proposed to draw conclusions of a person’s food intake. The air pressure signal, recorded in the external acoustic meatus, is used to detect swallow and chew events. A portable device has been developed to record this pressure signal. Due to the constraint of running on a low-power microcontroller, real-time algorithms, used in pattern and speech recognition, were used to develop methods to automatically detect swallow and chew events. A binary classifier was trained by means of manually annotated data sets. Direct comparisons with state of the art technology and tests with several subjects are provided for evaluation purposes.

1 Introduction

Food intake monitoring is necessary to prevent critical conditions like obesity or malnutrition. In Germany 12.4% of senior citizens, living in a nursing home, are suffering from exsiccosis, the resulting condition of dehydration [1]. One approach to draw conclusions of a person’s food and fluid intake is to monitor swallow and chew events.

Currently used systems have high computational and/or hardware costs. A real-time MRI or a videofluoroscopy are examples of very expensive methods that are not suitable for long time measurements [2], [3]. Other systems that work with acceleration sensors [4] or a combination of EMG and bioimpedance sensors [5] are principally portable, but special preparations are needed. One preparation is the attachment of sensors and electrodes to the throat of a subject, which increases the risk of injury.

Best results, when automatically detecting swallow and chew events, are provided by recording the electrical activity of skeletal muscles (EMG) [5], [6] or by recording the acoustic signal they produce [7].

Due to the complexity of these methods, they are not suitable for longtime studies. Thus, studies with the aim of providing a conclusive result on the nutritional status of a person are usually done by using questionnaires which either are filled out by the subject or by the nurse.

The proposed system, composed of both, hardware and software, is capable of recording air pressure signals in the acoustic meatus and to detect swallow and chew events in real-time. The hardware costs are kept low as well as the computational intensity.

2 Material and methods

The device used to record the pressure signal consists of a miniature pressure sensor the size of 2 × 2.5 mm2 (Bosch Sensortec BMP280) and a low-power microcontroller platform. The sensor is integrated into a silicon in-ear plug (Figure 1) which is inserted into the acoustic meatus. The plug seals off the acoustic meatus from the outside environment and thus allows the sensor to detect changes in the in-ear air pressure.

Figure 1: Air pressure sensor integrated in a silicone in-ear plug.
Figure 1:

Air pressure sensor integrated in a silicone in-ear plug.

The signal is recorded and processed by a microcontroller and can be saved on a SD-Card. One advantage of a low-power microcontroller concept is that it can be integrated into a behind-the-ear hearing aid to provide further information about the subject.

To automatically detect swallow and chew phases/events, a binary classifier has been trained by means of manually annotated data sets. To accumulate the needed data, several experiments were performed with subjects swallowing or chewing a food bolus. Using a hardware trigger connected to the microcontroller a parallel signal has been recorded, allowing to mark specific areas of the pressure signal. Relevant features have been extracted using these data sets.

To face challenges of interfering signals, specific constraints have been introduced. The detection of swallowing events is done in a controlled experiment of a subject drinking 50 ml of water out of a cup while sitting. The only prerequisite when testing the chew event was that the subject had to sit still, while still allowing normal movement of jaw and limbs.

2.1 Swallow detection

Two features were used to detect swallowing phases (IFS and IIFS). The first feature represents the time the signal p(t), which is bias cleared and filtered, drops under a certain threshold limit. This characteristic drop occurs when the liquid is put into the mouth.

(1)FSI(t)=i=0L|thkS(t+i)1|

The classifier thkS(t) (eq. 2) indicates if the pressure signal p(t) drops under the threshold limit T . Equation (1) provides a function which is equivalent to zero if the drop under the threshold limit is of length L.

(2)kSth(t)={1ifp(t)<T0else

The first classifier equation can be formed with IFS(t) as the first feature, and ICS its threshold limit (eq. 3).

(3)kSI(t)={1if  IFS(t)<ICS0else

For the second feature the power of the delta function IIFS(t) = (Δp(t))2 is used. Its classifier (eq. 4) indicates when the change in the pressure signal p(t) is greater than a certain threshold limit IICS. This peak in IIFS(t) represents the quick change in the pressure signal which occurs when a subject swallows the food bolus.

(4)IIkS(t)={1ifIIFS(t)>IICS0else

The final classifier kS (eq. 5) is a result of the combination of both classifiers. A shift S is added to the second classifier, as the characteristic peak in its feature occurs later in comparison to the peak of the first feature.

(5)kS(t)=IkS(t)IIkS(t+S)

The top image of Figure 2 shows five distinctive swallow events with the external triggered events (manual annotation, red asterisk) and the automatically detected swallowing phases (green asterisk). The bottom image shows the simultaneously recorded EMG signal. It is apparent that the phase labeled ‘swallowing phase’, coincides with the corresponding peaks in the EMG signal. Only the last swallow phase is missing from the data.

Figure 2: Top: Pressure signal p(t) of five swallow events with manually annotated triggers (red asterisk), detected events (green asterisk). Bottom: Simultaneously recorded EMG signal. EMG electrodes attached on the larynx.
Figure 2:

Top: Pressure signal p(t) of five swallow events with manually annotated triggers (red asterisk), detected events (green asterisk). Bottom: Simultaneously recorded EMG signal. EMG electrodes attached on the larynx.

2.2 Chew detection

Identifying the presence of a certain frequency domain in the pressure signal is the approach used to detect chewing phases. In the relevant domain of about 1 to 2.5 Hz, a significant shift in the amplitude spectrum can be observed. Figure 3 shows the spectra of the pressure signal p(t). On the left, the pressure signal of a person in a resting position can be viewed. On the right the signal of a person chewing is shown. To obtain a computable feature, the Fourier transformation i of the time phase bi is integrated over the relevant frequency domain and used as feature FC (eq. 6). The vector bi is defined as a time phase (or block) of p(t) with a certain length and overlapping.

Figure 3: Single-Sided amplitude spectrum of the pressure signal p(t). Left: Resting situation, Right: Chewing situation.
Figure 3:

Single-Sided amplitude spectrum of the pressure signal p(t). Left: Resting situation, Right: Chewing situation.

(6)FC(i)=f=12.5Hzi(f)

The classifer (eq. 7) decides if a phase of p(t) is member of the class ‘chewing’ or not. The top image of Figure 4 shows the pressure signal p(t) of a subject chewing rusk (hard bread) with the classifier kC. The bottom image shows the simultaneously recorded EMG signal and the external trigger. The block length is set to 6.25 s and the overlapping to 3 s. These values were the result of finding a reasonable compromise between computational costs and sensitivity of the Fourier transformation to changes in the frequency domain.

The activity of the EMG signal, which coincides with the external trigger, shows when the relevant chewing muscles are active.

(7)kC(i)={1ifFC(i)>CC0else
Figure 4: Chewing hard bread. Top: Pressure signal p(t) with detected chew phases. Bottom: Simultaneously recorded EMG signal with external trigger. EMG attached at relevant chewing muscles.
Figure 4:

Chewing hard bread. Top: Pressure signal p(t) with detected chew phases. Bottom: Simultaneously recorded EMG signal with external trigger. EMG attached at relevant chewing muscles.

3 Evaluation

To evaluate the proposed system, consisting of both hardware and detection methods, it was tested with three different subjects (age 22–29 years, 2 femals, 1 male). For this purpose four tests were designed. Special attention was given to the design of the chewing tests to cover a wide scope of food bolus textures.

Test procedures:

  1. Drinking, 5 × 50 ml

  2. Chewing, apple

  3. Chewing, hard bread (rusk)

  4. Chewing, chewing-gum

To evaluate the methods, the tests were performed with the subjects while simultaneously marking the pressure signal with the external trigger. Afterwards the results of the automatically detected swallow and chew phases were compared with the annotations made by the external trigger.

A specificity of 65% and a sensitivity of 64% were achieved for all swallow events. When regarding the chewing tests, a specificity of 28% and a sensitivity of 88% were reached. The low percentage for specificity is due to unintentional jaw movements during phases of non-chewing, which the classifier recognized as chewing.

Measurements for one subject were unsuccessful. It is assumed that the cause of this was the divergent anatomy of the subject’s external meatus. Possibly the in-ear plug did not fit well into the ear and did not provide an airtight sealing to the environment. Another cause could be that the sensor was out of place or obstructed, not allowing the sensor to work properly.

In addition to the test results, the validity of the proposed system is evident when comparing the results of the classifiers with the simultaneously recorded EMG signal.

4 Conclusion

A novel biosignal measurement system has been proposed. The air pressure signal in the acoustic meatus was used to detect swallow and chew events in real-time using simple pattern detection algorithms.

Direct comparison with the de facto gold standard (EMG), and tests with subjects both delivered good results using the purposed method and apparatus.

Swallow and chew events were detected properly while keeping computational and hardware costs very low. The proposed hardware setup can easily be integrated into a portable hearing aid device. The computational costs of the algorithms used are kept low enough to run autonomously on a portable system.

In order to achieve higher validation with respect to a subject’s divergent anatomy and behavior, the proposed system must be tested with more subjects. The methods have to be improved to handle artifacts without the above-mentioned constraints.

Author’s Statement

Research funding: The author state no funding involved. Conflict of interest: Authors state no conflict of interest. Material and Methods: Informed consent: Informed consent has been obtained from all individuals included in this study. Ethical approval: The research related to human use complie with all the relevant national regulations, institutional policies and was performed in accordance with the tenets of the Helsinki Declaration, and has been approved by the authors’ institutional review board or equivalent committee.

References

[1] Bai J, Ernährung, Ernährungs- und Gesundheitszustand von Altenheimbewohnern. PhD thesis, Hohen Landwirtschaftlichen Fakultät der Rheinischen Friedrich-Wilhelms-Universität zu Bonn, 2009.Search in Google Scholar

[2] Uecker M, Zhang S, Voit D, Karaus A, Merboldt KD, Frahm J. Real-time MRI at a resolution of 20 ms. NMR Biomed 2010;23:986–94.10.1002/nbm.1585Search in Google Scholar PubMed

[3] Scharitzer M, Pokieser P. Videofluoroscopy: current clinical impact in deglutology. J Gastroenterol Hepatol Res. 2014;3.Search in Google Scholar

[4] Damouras S, Sejdic E, Steele CM, Chau T. An online swallow detection algorithm based on the quadratic variation of dual-axis accelerometry. IEEE T Signal Process. 2010;58:3352–9.10.1109/TSP.2010.2043972Search in Google Scholar

[5] Schultheiss C, Schauer T, Nahrstaedt H, Seidl R. Automated detection and evaluation of swallowing using a combined EMG/bioimpedance measurement system. Scientific World J. 2014;2014:405471,7.10.1155/2014/405471Search in Google Scholar PubMed PubMed Central

[6] Piancino M, Farina D, Talpone F, Castroflorio T, Gassino G, Margarino V, et al. Surface EMG of jaw-elevator muscles and chewing pattern in complete denture wearers. J Oral Rehabil. 2005;32(12):863–70.10.1111/j.1365-2842.2005.01524.xSearch in Google Scholar PubMed

[7] Aboofazeli M, Moussavi Z. Automated classification of swallowing and breadth sounds. Conf Proc IEEE Eng Med Biol Soc. 2004;5:3816–9.10.1109/IEMBS.2004.1404069Search in Google Scholar PubMed

Published Online: 2016-9-30
Published in Print: 2016-9-1

©2016 Konrad C. Steimer et al., licensee De Gruyter.

This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 License.

Downloaded on 30.5.2024 from https://www.degruyter.com/document/doi/10.1515/cdbme-2016-0031/html
Scroll to top button