<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jackson A Killian</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kevin M Passino</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Arnab Nandi</string-name>
          <email>nandi.9g@osu.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Danielle R Madden</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>John Clapp</string-name>
          <email>johnclapg@usc.edu</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>The Ohio State University</institution>
          ,
          <addr-line>Columbus OH 43210</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Southern California</institution>
          ,
          <addr-line>Los Angeles CA 90089</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <fpage>35</fpage>
      <lpage>42</lpage>
      <abstract>
        <p>Excessive alcohol consumption is a significant cause of death worldwide and an especially severe risk on college campuses. Recent work aimed at promoting healthier drinking habits has shown promise for the effectiveness of just-in-time adaptive interventions (JITAIs) delivered on mobile platforms just before the onset of heavy drinking episodes. However, delivering well-timed JITAIs is difficult for alcohol-related interventions because accurately detecting the onset of such episodes is challenging. Recent work has explored how smartphone data can be used to classify user drinking behavior, but current methods lack generalizability or make liberal use of private user information. We address these shortcomings to develop a reliable mobile classifier that uses only non-sensitive accelerometer data to detect periods of heavy drinking. Additionally, we examine multiple models and discern a new feature set that increases prediction power by as much as 14%. To build our data set, we collected and analyzed smartphone accelerometer readings and transdermal alcohol content (TAC) for 13 subjects participating in an alcohol consumption field study. The TAC readings served as the ground-truth when training the system to make classifications, unlike previous literature which used potentially biased self-reports. Our best classifier detected heavy drinking events with 77.5% accuracy.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Excessive alcohol consumption is an avoidable health risk, yet
in 2016 it accounted for 5.3% of deaths worldwide [WHO,
2018]. On college campuses, alcohol-related risk is especially
dramatic due to higher rates of heavy alcohol use [SAMHSA,
2015]. Thus, social workers have studied how to reduce heavy
drinking habits in college students through interventions such
as education programs [Brown-Rice et al., 2015], motivational
feedback [Borsari and Carey, 2000], and social media campaigns
[Thompson et al., 2013] to name a few. With the advent of mobile
technologies, researchers have recently begun to investigate the
effectiveness of mobile interventions. One study showed that
weekly mobile-based interventions can be effective in reducing
alcohol consumption in students [Suffoletto et al., 2015],
suggesting that students are receptive to mobile communication about
drinking. However, a recent study which delivered hourly mobile
interventions to participants during drinking events showed
no significant reduction in the amount of alcohol consumed
[Wright et al., 2018], suggesting that overly frequent messaging
can reduce the effectiveness of interventions. This highlights
the need for accurate, targeted messages to participants during
drinking episodes. In fact, such just-in-time adaptive interventions
(JITAIs) are an active and promising area of research for health
domains such as physical inactivity [Consolvo et al., 2008],
smoking [Riley et al., 2008], obesity [Patrick et al., 2009], and
alcoholism [Nahum-Shani et al., 2017]. One study of recovering
alcoholics showed that JITAIs delivered while approaching a bar
significantly reduced risky drinking behavior [Gustafson et al.,
2014], showcasing how well-timed messages delivered just before
risky episodes could promote healthier behavior. While promising,
work is needed to design JITAIs that apply to college students
in general, since their drinking episodes can begin in a variety of
complex scenarios from bars, to house parties, to private settings.</p>
      <p>The most reliable method for detecting a drinking event is by
directly measuring blood alcohol content (BAC) or a proxy such
as transdermal alcohol content (TAC). To deliver alcohol-related
JITAIs, researchers must passively measure BAC or TAC in real
time, but this can be challenging. Some smartphone applications
allow users to enter their height, weight, and number of drinks
consumed over a period of time to calculate their estimated BAC,
but these require active user input that could lead to selection
bias and hinder large-scale adoption [Myrecek, 2019]. Some
smartwatches can measure TAC but these devices are expensive
[BACtrack, 2019] among other roadblocks [Adapa et al., 2018].
In this work we develop a smartphone-based system to passively
track a user’s level of intoxication via accelerometer signals to
support the delivery of mobile just-in-time adaptive interventions
during heavy drinking events. Smartphone-based solutions are
readily scalable since they require no new technological adoption
by the user. Further, we ensure that our system minimizes the
chance that users will become annoyed or uncomfortable such
that they disengage with the system entirely for the following two
reasons. First, our system’s passive nature requires no user action
beyond their normal behavior to generate measurements. Second,
our system uses only raw accelerometer readings rather than
highly sensitive user data such as keystrokes, calls, or location.
Minimizing the use of sensitive data is of paramount importance
for the system’s adoption as digital privacy concerns grow. In
this work, we make three key contributions as follows.</p>
      <p>Sensor-based Field Study: We collected smartphone
accelerometer data for 13 students participating in a one-day “bar
crawl” event where students, as a group, visited all the bars in
a certain region on campus. Further, each student wore an ankle
bracelet that measured TAC. To the best of our knowledge, this
was the first study to both 1) collect data in a field setting and 2)
use sensors to measure intoxication rather than self-reports. Thus
our findings are 1) applicable to real-world drinking scenarios
and 2) our classifications are free from user bias.</p>
      <p>Predictive New Features: We adapt Mel frequency cepstral
coefficients (MFCC)—traditionally used for sound classification—
and apply them to classifying accelerometer data. We show
that MFCC covariance features improve results up to 14%,
suggesting these features should be included in future studies
classifying accelerometer data.</p>
      <p>Heavy Drinking Classifier: We develop a model that makes
classifications on 10-second windows of accelerometer data to
support the delivery of interventions in real-time. We train several
machine learning classifiers including a convolutional neural
network, shallow neural network, random forest, and support
vector machine to make classifications of sober (TAC &lt; 0.08)
vs. intoxicated (TAC 0.08). The random forest performs the
best, achieving an accuracy of 77.5%.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Prior Work</title>
      <p>Applying machine learning to classify levels of intoxication
using mobile data has recently gained popularity. An early
threeparticipant lab test used smartphone accelerometer readings of
users walking on a treadmill to classify intoxication [Kao et al.,
2012]. Though they identify useful predictive features, their
results are limited by the controlled nature of the lab experiment.
Later studies built on this by conducting field tests that could
capture the various orientations and manipulations of a mobile phone
throughout normal use [Arnold et al., 2015; Gharani et al., 2017];
both trained models on accelerometer data from smartphones in
field studies to classify intoxication. However, both used
selfreports to measure ground-truth intoxication levels which limits
the reliability of their models. Our work stands apart from the
previous accelerometer-only classifiers because we collect data
from a field test and use sensors to establish the ground truth
labels ensuring that our model is both generalizeable and reliable.</p>
      <p>One related field study used a multitude of mobile data, such
as keystroke speed, sent/received calls, location and more to
classify sobriety [Bae et al., 2017]. Encouragingly, their model
achieved a very high classification accuracy and allowed for
theoretical intervention within a half-hour. However, the accuracy
of their model came at the cost of constantly sensing and storing
sensitive personal information. As data privacy concerns grow
globally, use of such sensitive information could deter users from
using the platform when implemented for campuses at scale.
Thus, learning to make accurate classifications with less sensitive
data is of paramount importance. Additionally, their ground truth
intoxication was established using potentially-biased self-reports.
Our work stands apart from this study because we focus on
maximizing the predictive power of only non-sensitive data and
we utilize sensors for ground truth measurements.
We gathered data via a field study in which students participated
in an annual “Bar Crawl” event. The study design is as follows.</p>
      <p>Participant Eligibility. Participants were required to be an
active consumer of alcohol (they have consumed alcohol at least
once in the past week). Potential participants must have been
planning to attend the Senior Bar Crawl on May 2nd, 2017. They
were also required to be a current Ohio State student, 21 years of
age or older (legal minimum drinking age), single (not married),
and own a smart phone (an Android or Apple device). We
restricted the study to single (not married) students since that is by
far the most common status of all college undergraduate students.</p>
      <p>Recruitment. Undergraduate students were recruited through
flyers and announcements in campus newspapers and
healthrelated undergraduate newsletters or courses. Those with an
interest in participating were instructed to call our office. Participants
were screened during these phone calls to determine eligibility. We
recorded only the first name and the last initial of participants and
scheduled their baseline appointment the morning of the crawl.</p>
      <p>Data Collection. We recruited 20 undergraduate students
according to the above protocol. The recruited population was
made up of 10 men and 10 women, each in their senior year,
aged 21-23 (average age of 22.) 17 identified as white, 1 as
Latino/Hispanic, 1 as Asian, and 1 as African American. The
participants were offered moderate financial compensation to
share mobile accelerometer data and wear a sensor for measuring
TAC throughout the event. We developed a simple application
for iPhone and Android to sample triaxial accelerometer readings
at 40Hz, which were periodically sent to an InfluxDB server
[InfluxData, 2019]. The TAC data was sampled every 30 minutes
using a SCRAM ankle bracelet sensor [Zettl, 2002]. Each
participant was verified to have 0.0 TAC when fitted with the SCRAM
bracelet on the morning of the event, ensuring that sober data was
collected for each participant. After being fit with the bracelets,
students then voluntarily engaged in drinking activities throughout
the 18-hour event “as normal,” i.e. they were given no behavioral
instructions from our team. Statistics on the final collected
TAC are shown in Table 1. Over 30M accelerometer samples
were collected and used in final processing. All data was fully
anonymized after collection. This study was approved by The
Ohio State University Institutional Review Board (2016B0092).</p>
      <p>Data Cleaning. Our custom application for collecting
accelerometer data installed successfully on all but 1 participant’s
mobile device. Of the remaining 19 participants, SCRAM
reported that 6 of the ankle bracelets produced data that was
indicative of a malfunction (power failure, interference from
clothing, etc.) The rest of this work, including Table 1, uses only
the data from the remaining 13 participants.</p>
      <p>Both the TAC ankle sensors and smartphone accelerometers
were prone to noisy readings due to splashes of alcohol and
low sensor-quality respectively. Thus, to smooth each set of
time-series data we used MATLAB’s signal processing toolbox to
implement low-pass filters for removing noise above a given
frequency, fstop. Namely, we used a Chebyshev Type II filter, which
has a steep roll-off at higher orders [MathWorks, 2019]. For the
TAC data, we used a 10th order Chebyshev Type II filter and fstop
= 1e-4Hz. The order and fstop were determined empirically to
work well. We applied the filter in the forward and reverse
direction in order to maintain phase, so that the cleaned TAC could still
be matched to corresponding accelerometer readings through their
time stamps. This is important since the sampling frequency of the
TAC data is over a much larger time scale than that of the motion
data, so small phase changes could result in the TAC readings
being shifted by several minutes. Then, to account for the time it
takes for alcohol to exit the bloodstream and evaporate through the
skin, we subtracted 45 minutes from each TAC reading to obtain
readings indicative of real-time intoxication [Clapp et al., 2017].
For each axis of accelerometer data we found empirically that a
15th order Chebyshev type II filter worked well and we set fstop
= 2.7Hz since 1) the average human walking frequency is about
2Hz [Ji and Pachi, 2005] and 2) we found that the large majority
of signal was less than 3Hz. Note that for the accelerometer data
the filter was only applied in the forward direction since phase
changes in that data were on the order of one second and did not
affect downstream analysis. Examples of the accelerometer and
TAC readings before/after filtering are shown in Fig. 1.</p>
      <p>Segmentation. Next we segmented each user’s stream of 18
hour time-series accelerometer data into windows of a predefined
length. Our procedure involved two steps. Over the course of
the bar-crawl event, participants’ mobile devices experienced
occasional periods in which they lost internet connection or battery
power. These cases resulted in either zero-readings or a lack of
data collection altogether for the duration of the outage. So we
first split each participant’s stream of data into segments separated
by at least two minutes of zero-data or a lack of readings.</p>
      <p>Then we tried two approaches. For the first, we intended
to isolate segments of accelerometer data collected when
a participant was walking. To accomplish this, we used a
4-second-wide sliding window over each segment in which we
analyzed the frequency content of the data, keeping windows
which were rich in frequency content near 2Hz. Consecutively
accepted windows were concatenated up to a maximum length
of 60 seconds, resulting in windows of data between 4 and 60
seconds. For our second approach, we simply split each segment
into windows of length x, where x ranged from 4 seconds to 2
minutes. Further, each window was required to have at least 90%
of the expected data points for a sampling rate of 40Hz.
4</p>
    </sec>
    <sec id="sec-3">
      <title>Methods</title>
      <p>Formulation. The prediction task is as follows: given a sample
of accelerometer data, classify the sample as corresponding
to TAC above or below some preset threshold. We chose this
(a) Accelerometer data</p>
      <p>(b) TAC data
binary prediction formulation rather than a regression formulation
despite having continuous readings for TAC because the accuracy
of readings from the SCRAM sensors in our study varied with
TAC level. Specifically, readings from SCRAM sensors are
known to be relatively inaccurate for low levels of alcohol
consumption, but far better during binge drinking episodes
[Barnett et al., 2014]. Preliminary analysis confirmed that
classifiers outperformed regression techniques on our data.</p>
      <p>Features. In preparing time-series data for classification by
machine learning algorithms, it is common to extract features
from both the time domain and frequency domain. In both cases,
it is also common for each calculated feature to use a two-tiered
windowed approach to characterize the data as it changes with
time. That is for a given metric of some, say, 4-second segment,
we further segment the window down to 1-second segments. We
then calculate the metric for each small segment, then compute
the mean, variance, max, and min of the metric over the 4
smaller segments to characterize how it changes over time. We
additionally compute the mean of the lower third and upper third
of sorted values, creating a total of 6 summary statistics per metric.
Average of raw signal
Standard deviation of raw signal
Median of raw signal
Number of times signal changed signs
Max/Min of raw/absolute signal (4 total metrics)
Entropy of energy in both the frequency and time domain (2 total metrics)
Weighted mean of frequencies
Measure of variance about the centroid
Measure of speed of change between two consecutive FFTs
Frequency under which 90% of energy is contained
Max frequency from FFT
Difference between max and min of one stride
Total steps taken during a window
Average time between two steps
Total steps over total time
Measure of asymmetry of time-series signal
Heaviness of tail/Fourth moment of time-series signal
Average power over a Welch’s power spectrum distribution
Ratio of largest peak to second-largest peak
Root-mean-square of accelerations for each axis</p>
      <p>MFCC covariance entries for each of 6 axis combinations</p>
      <p>Kao et al. [Kao et al., 2012] found that the length of a step
and the time between steps changed as participants became
intoxicated. Arnold et al. [Arnold et al., 2015] also explored gait
cadence, signal skewness, and signal kurtosis in the time domain,
as well as average power and ratio of spectral peaks in the
frequency domain. We calculate these and many other features
using the two-tiered window approach with PyAudioAnalysis
[Tyiannak, 2019] and SciPy [Jones et al., 2001]; the full list is
described in the top section of Table 2. Next, [Lamoth et al., 2010]
showed that the root-mean-square (RMS) of lateral accelerations
was significantly different in a study of transfemoral amputees
between control and amputee populations. We posited that this
quantified a lack of control of one’s center of mass which would
also be true of our intoxicated subjects. Thus for each sample
we calculated the RMS of the signal over each axis. Finally, we
drew from a technique used in speech recognition tasks which
summarizes the energies of a signal in the frequency domain into
13 bins, known as MFCCs. We calculated MFCCs for given small
windows of a segment (i.e. 1 second windows) then calculated the
covariance of the resulting matrix of coefficients. For example,
for a 4-second segment, we split into 1 second windows then
calculated the 13 MFCCs over the 4 window resulting in a matrix
M of dimension 13 4. We then calculated the covariance matrix
as M M T . In this way, the covariance matrix of the MFCCs
captured the change in frequency content of the signal over time.
In our experiments, we flattened the covariance matrix and kept
only the entries above the diagonal since the resulting 13 13
matrix was symmetric. We calculated these 91 coefficients for
each axis of accelerometer data with itself as well as for each
axis with each other (i.e. X X, X Y , X Z, etc.). The full
summary of all 1215 features can be found in Table 2.</p>
      <p>Classifiers. We built and trained four different classifiers,
each of which was tuned on the training data via 5-fold grid
search. First, we built a shallow Multilayer Perceptron Network
(MLP) with TensorFlow [Abadi et al., 2015], setting hidden layer
size to 256 and learning rate to 0.001. Next we built an SVM
with a radial basis function, using LIBSVM [Chang and Lin,
2011]. We set C and as 0 and 2 respectively. Then we built
a random forest using Python’s Scikit-Learn [Pedregosa et al.,
2011] using a forest with 700 trees.</p>
      <p>Finally, we built a convolutional neural network (CNN) due to
their success in other time-series classification tasks such as
instrument classification [Park and Lee, 2015; Han et al., 2017] and
activity recognition [Zhang et al., 2015; Jiang and Yin, 2015]. In
general, these approaches first convert the signal to the frequency
domain by computing FFTs over several windows of the signal. This,
however, leads to very large inputs which prohibited training in our
case. Instead, we computed 16 MFCC coefficients for each
second of data on each individual axis resulting in far smaller inputs
(i.e. 10x16x3) which were much easier to use for training. The
architecture was as follows for a 10 16 3 input: CONV (6 32)
POOL (2 2) BATCHNORM () FC (1028) DROPOUT (0.5) FC
(2). We built the network with Keras [Chollet, 2015] and trained
using cross-entropy loss, Adam Optimizer, and a batch size of 256.</p>
      <p>Dimensionality Reduction. We generate 1215 features
per window of accelerometer data. However, not all of those
features were essential for differentiating between classes, and
reducing the size of inputs can speed up training. We left the
fraction-of-most-important-features-to-keep, , as a parameter
to tune via grid search. To determine the importance of each
feature we trained Scikit-Learn’s Random Forest Classifier on
randomized subsets of the data, then evaluated the importance
of each feature calculated as the normalized reduction of the Gini
impurity brought by that feature [Pedregosa et al., 2011].</p>
      <p>Parameter Tuning. Three parameters needed tuning
regardless of the underlying machine, namely the TAC cutoff
between classes, the fraction of important features to keep ( ) and
the length of the window of accelerometer data. These were
calculated individually using 4-fold grid search on the training data.</p>
      <p>We suspected that the differences between “sober” and
“intoxicated” classes would become more pronounced and easier
to discriminate as we increased the cutoff. However, Fig. 2 shows
that classifier performance followed a U-shaped curve, suggesting
that student behaviors are very distinct when either sober or
dangerously intoxicated, but tend to have overlap in the middle
that can hinder learning. We chose to sacrifice some classification
power by keeping the cutoff at 0.08, since we intended our model
to be used to deliver JITAIs and since this marks the onset of
a binge drinking event as defined by the National Institute on
Alcohol Abuse and Alcoholism [NIAAA, 2019].</p>
      <p>Fig. 3a shows the performance of our classifier vs. the percent
of top most important features kept. Gains in accuracy are made
until about 0.2, after which no additional improvements can be
seen and training becomes cumbersome. Therefore we set = 0.2.
Finally, we posited that our segmentation method to extract only
windows of walking data would provide the best downstream
results by reducing noise and narrowing the scope of our classifier.
However, using this method we obtained a maximal classification
accuracy of 65% (16% worse than our best result.) Thus we
used simply cut windows of non-zero accelerometer data. In
(a) Fraction of features to use</p>
      <p>(b) Window length
general with this approach we suspected that an ever-increasing
window length would add more information to be captured
by our features giving us better results downstream. However,
Fig. 3b demonstrates that the opposite was generally true. We
obtained the best performance when using the shortest window
of 10 seconds. Encouragingly, this is desirable for real world
applications, since the shorter the window length, the less
resources that are expended and more likely one is to be able to
gather the necessary data to perform a classification.
5</p>
    </sec>
    <sec id="sec-4">
      <title>Results and Discussion</title>
      <p>Using a window length of 10 seconds and = 0.2, we had 26,087
rows of data each with 243 features. Intoxicated samples (TAC
&gt; 0.08) made up about one-third of the data. We randomized
the data and split 25% as the test set. Table 3 shows the results
for each classifier. The random forest is the clear best performer
in all categories. Among the remaining classifiers, notably the
shallow MLP network has the worst overall accuracy but is the
best at detecting intoxicated samples.</p>
      <p>To the best of our knowledge, this is the best-to-date binary
classification accuracy on an accelerometer/intoxication task, reaching
77.5%. We were able to achieve this result for two main reasons.
First, we accessed a participant cohort that was sufficiently large
and that generated data for a time-span long enough to allow us
to collect more than 25,000 observations, whereas the classifiers
of some comparable studies have had far less training data.
Gathering so much data allowed us to train classifiers prepared
for many different input cases without suffering from overfitting.
Further, we discovered that calculating MFCC covariance
matrices as features drastically improved classification accuracy.</p>
      <p>Thus, in Table 4 we quantify the predictive power added by
these features by retraining and testing the MLP, RF, and SVM
on the data without the MFCC covariance features. Note that
this analysis did not apply to the CNN because it did not use
covariance entries. Since this significantly changed the number
of features, before retraining we re-tuned the parameters for
each classifier. Grid search showed that = 0:2 was still the best
fraction of important features to keep for all machines. MLP and
RF parameters were the same as the previous step, but for the
SVM we set C = 8 and = 4.</p>
      <p>Finally, since the random forest performed the best across all
categories, we further investigated its robustness by exploring the
variance of its errant calls. Fig. 4 shows a box plot of the actual
TAC of samples that our model misclassified. The plot
demonstrates that the variability of even our most robust machine is still
high; especially for intoxicated samples. For sober samples that
we wrongly called intoxicated (false positives), 50% of samples
had TAC between 0.06 and 0.08, which is reasonable. However,
25% of false positive calls occurred for data between 0.01 and
0.04 TAC which is quite distant from the legal limit. For
intoxicated samples that we wrongly classified as sober (false negatives),
the variance of our machine is even more drastic. Specifically,
25% of these samples had TAC of 0:14 0:23 where patients
would be considered extremely intoxicated, but our classifier
missed them. We take this opportunity to highlight that, though
our system takes a step in the right direction for using mobile
phones to classify sobriety, more work would be needed to use our
tool in situations with social consequences (i.e. law enforcement.)</p>
      <p>Despite its variance, our model is well-suited to help develop
JITAIs for heavy drinking scenarios. Our model is capable of
making classifications of sobriety every 10 seconds. Thus, one
could use the model to make several informed predictions over
the course of 1 or 2 minutes, then use the whole of the predictions
to establish confidence in the user’s sobriety. Researchers could
then set their own confidence threshold on which to deliver the
JITAI within only minutes of the user becoming at risk for a
heavy drinking scenario. Further, since our model uses only
non-sensitive accelerometer data, our model could be used for
the real-world implementation of JITAIs outside of a research
setting since users will not face privacy concerns that might deter
them from using the technology.
6</p>
    </sec>
    <sec id="sec-5">
      <title>Future Work and Improvements</title>
      <p>Though we achieved a promising level of accuracy, we faced
three important challenges. First, while not controlling for phone
placement (pocket, purse, etc.) allowed us to capture more
general use-cases, it likely hindered our classifier’s performance.
Including data from gyroscopes might help alleviate this issue
and while still maintaining anonymity. However, even with more
sensor data more work is needed to incorporate device orientation
before classifications will improve. Further, we captured arbitrary
user gestures for which it may be difficult to learn general
classification rules. This could be remedied by focusing only on
one type of gesture such as a walking event. We attempted to
extract walking events during post-processing, but found that this
generally harmed classification accuracy. Using a mobile device’s
built-in algorithm for flagging walking data at sensor-time could
be a promising direction. Finally, it is also important to note that
all of our classifiers had a higher accuracy for sober data than
intoxicated data and that the variance of our best classifier was
high for intoxicated subjects. This suggests that more complex
techniques or features capable of modeling the diverse set of user
actions in heavy drinking scenarios may be needed.</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion</title>
      <p>We gathered a high-quality dataset for training a machine learning
classifier to differentiate between a sober and intoxicated subject
using only tri-axial accelerometer signals. The dataset was more
reliable than most studies of its nature, given that ground truth
intoxication levels were established using sensors, rather than
potentially biased self-reports. Further, on our dataset we achieved the
highest known accuracy for accelerometer-only binary
classification of sobriety, obtaining a test accuracy of 77.5% with a random
forest. We also identified a highly informative new set of features
to be investigated in future studies; namely MFCC covariance
matrix entries which improved classification accuracy by as much as
14%. More work is needed to better understand what differentiates
sober from intoxicated accelerometer signals—but these results
will serve to improve the baseline for future studies addressing
this issue. To support continued research, we plan to make the
de-identified accelerometer and transdermal alcohol content data
freely available on the UCI Machine Learning Repository.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>This work was funded by a seed grant from the College of Social
Work at The Ohio State University. We would like to thank The
Ohio State University for providing financial support and Brent
Leonard and the Ohio AMS Company for their generous
assistance with the transdermal alcohol devices utilized in this study.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [Abadi et al.,
          <year>2015</year>
          ] Mart´ın Abadi, Ashish Agarwal, Paul Barham, and et al.
          <source>TensorFlow: Large-scale machine learning on heterogeneous systems</source>
          ,
          <year>2015</year>
          .
          <article-title>Software available from tensorflow</article-title>
          .
          <source>org.</source>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [Adapa et al.,
          <year>2018</year>
          ]
          <string-name>
            <given-names>Apurva</given-names>
            <surname>Adapa</surname>
          </string-name>
          , Fiona
          <string-name>
            <surname>Fui-Hoon</surname>
            <given-names>Nah</given-names>
          </string-name>
          , Richard H Hall, Keng Siau, and
          <string-name>
            <surname>Samuel N Smith.</surname>
          </string-name>
          <article-title>Factors influencing the adoption of smart wearable devices</article-title>
          .
          <source>International Journal of Human-Computer Interaction</source>
          ,
          <volume>34</volume>
          (
          <issue>5</issue>
          ):
          <fpage>399</fpage>
          -
          <lpage>409</lpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [Arnold et al.,
          <year>2015</year>
          ]
          <string-name>
            <given-names>Zachary</given-names>
            <surname>Arnold</surname>
          </string-name>
          , Danielle LaRose, and Emmanuel Agu.
          <article-title>Smartphone inference of alcohol consumption levels from gait</article-title>
          .
          <source>In Healthcare Informatics (ICHI)</source>
          , 2015 International Conference on, pages
          <fpage>417</fpage>
          -
          <lpage>426</lpage>
          . IEEE,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <source>[BACtrack</source>
          , 2019] BACtrack. Bactrack skyn. https : / / www . bactrack . com / pages / bactrack - skyn
          <string-name>
            <surname>-</surname>
          </string-name>
          wearable
          <string-name>
            <surname>-</surname>
          </string-name>
          alcohol-monitor,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [Bae et al.,
          <year>2017</year>
          ]
          <string-name>
            <given-names>Sangwon</given-names>
            <surname>Bae</surname>
          </string-name>
          , Denzil Ferreira, Brian Suffoletto, Juan C Puyana, Ryan Kurtz, Tammy Chung, and
          <article-title>Anind K Dey</article-title>
          .
          <article-title>Detecting drinking episodes in young adults using smartphone-based sensors</article-title>
          .
          <source>Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies</source>
          ,
          <volume>1</volume>
          (
          <issue>2</issue>
          ):
          <fpage>5</fpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [Barnett et al.,
          <year>2014</year>
          ]
          <string-name>
            <given-names>Nancy P Barnett</given-names>
            , EB Meade, and
            <surname>Tiffany R Glynn.</surname>
          </string-name>
          <article-title>Predictors of detection of alcohol use episodes using a transdermal alcohol sensor</article-title>
          .
          <source>Experimental and clinical psychopharmacology</source>
          ,
          <volume>22</volume>
          (
          <issue>1</issue>
          ):
          <fpage>86</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <source>[Borsari and Carey</source>
          , 2000]
          <string-name>
            <given-names>Brian</given-names>
            <surname>Borsari and Kate B Carey</surname>
          </string-name>
          .
          <article-title>Effects of a brief motivational intervention with college student drinkers</article-title>
          .
          <source>Journal of consulting and clinical psychology</source>
          ,
          <volume>68</volume>
          (
          <issue>4</issue>
          ):
          <fpage>728</fpage>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>[</surname>
          </string-name>
          Brown-Rice et al.,
          <year>2015</year>
          ]
          <article-title>Kathleen A Brown-Rice, Susan Furr, and Maribeth Jorgensen. Analyzing greek members alcohol consumption by gender and the impact of alcohol education interventions</article-title>
          .
          <source>Journal of Alcohol and Drug Education</source>
          ,
          <volume>59</volume>
          (
          <issue>1</issue>
          ):
          <fpage>19</fpage>
          -
          <lpage>38</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <source>[Chang and Lin</source>
          , 2011]
          <article-title>Chih-Chung Chang</article-title>
          and
          <string-name>
            <surname>Chih-Jen Lin</surname>
          </string-name>
          .
          <article-title>Libsvm: a library for support vector machines</article-title>
          .
          <source>ACM transactions on intelligent systems and technology (TIST)</source>
          ,
          <volume>2</volume>
          (
          <issue>3</issue>
          ):
          <fpage>27</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <source>[Chollet</source>
          , 2015]
          <article-title>Franc¸ois Chollet</article-title>
          . Keras. https://keras.io,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [Clapp et al.,
          <year>2017</year>
          ]
          <string-name>
            <given-names>John D</given-names>
            <surname>Clapp</surname>
          </string-name>
          , Danielle R Madden,
          <string-name>
            <given-names>Douglas D</given-names>
            <surname>Mooney</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Kristin E</given-names>
            <surname>Dahlquist.</surname>
          </string-name>
          <article-title>Examining the social ecology of a bar-crawl: An exploratory pilot study</article-title>
          .
          <source>PLoS one</source>
          ,
          <volume>12</volume>
          (
          <issue>9</issue>
          ):e0185238,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [Consolvo et al.,
          <year>2008</year>
          ]
          <string-name>
            <given-names>Sunny</given-names>
            <surname>Consolvo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>David W McDonald</given-names>
            , Tammy Toscos, Mike Y Chen, Jon Froehlich, Beverly Harrison, Predrag Klasnja,
            <surname>Anthony</surname>
          </string-name>
          <string-name>
            <given-names>LaMarca</given-names>
            ,
            <surname>Louis</surname>
          </string-name>
          <string-name>
            <given-names>LeGrand</given-names>
            ,
            <surname>Ryan Libby</surname>
          </string-name>
          , et al.
          <article-title>Activity sensing in the wild: a field trial of ubifit garden</article-title>
          .
          <source>In Proceedings of the SIGCHI conference on human factors in computing systems</source>
          , pages
          <fpage>1797</fpage>
          -
          <lpage>1806</lpage>
          . ACM,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [Gharani et al.,
          <year>2017</year>
          ]
          <string-name>
            <given-names>Pedram</given-names>
            <surname>Gharani</surname>
          </string-name>
          , Brian Suffoletto, Tammy Chung, and
          <article-title>Hassan A Karimi. An artificial neural network for movement pattern analysis to estimate blood alcohol content level</article-title>
          .
          <source>Sensors</source>
          ,
          <volume>17</volume>
          (
          <issue>12</issue>
          ):
          <fpage>2897</fpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [Gustafson et al.,
          <year>2014</year>
          ] David H Gustafson,
          <string-name>
            <surname>Fiona</surname>
            <given-names>M McTavish</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ming-Yuan</surname>
            <given-names>Chih</given-names>
          </string-name>
          , Amy K Atwood, Roberta A Johnson, Michael G Boyle,
          <string-name>
            <surname>Michael S Levy</surname>
          </string-name>
          , Hilary Driscoll, Steven M Chisholm,
          <string-name>
            <given-names>Lisa</given-names>
            <surname>Dillenburg</surname>
          </string-name>
          , et al.
          <article-title>A smartphone application to support recovery from alcoholism: a randomized clinical trial</article-title>
          .
          <source>JAMA psychiatry</source>
          ,
          <volume>71</volume>
          (
          <issue>5</issue>
          ):
          <fpage>566</fpage>
          -
          <lpage>572</lpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [Han et al.,
          <year>2017</year>
          ] Yoonchang Han, Jaehun Kim,
          <string-name>
            <given-names>Kyogu</given-names>
            <surname>Lee</surname>
          </string-name>
          , Yoonchang Han,
          <string-name>
            <given-names>Jaehun</given-names>
            <surname>Kim</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Kyogu</given-names>
            <surname>Lee</surname>
          </string-name>
          .
          <article-title>Deep convolutional neural networks for predominant instrument recognition in polyphonic music</article-title>
          .
          <source>IEEE/ACM Transactions on Audio, Speech and Language Processing (TASLP)</source>
          ,
          <volume>25</volume>
          (
          <issue>1</issue>
          ):
          <fpage>208</fpage>
          -
          <lpage>221</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <source>[InfluxData</source>
          , 2019
          <source>] InfluxData. Influxdb 1</source>
          .7 documentation. https://docs.influxdata.com/influxdb/v1.7/,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <source>[Ji and Pachi</source>
          , 2005]
          <string-name>
            <given-names>Tianjian</given-names>
            <surname>Ji</surname>
          </string-name>
          and
          <string-name>
            <given-names>A</given-names>
            <surname>Pachi</surname>
          </string-name>
          .
          <article-title>Frequency and velocity of people walking</article-title>
          .
          <source>Structural Engineer</source>
          ,
          <volume>84</volume>
          (
          <issue>3</issue>
          ):
          <fpage>36</fpage>
          -
          <lpage>40</lpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <source>[Jiang and Yin</source>
          , 2015]
          <string-name>
            <given-names>Wenchao</given-names>
            <surname>Jiang</surname>
          </string-name>
          and
          <string-name>
            <given-names>Zhaozheng</given-names>
            <surname>Yin</surname>
          </string-name>
          .
          <article-title>Human activity recognition using wearable sensors by deep convolutional neural networks</article-title>
          .
          <source>In Proceedings of the 23rd ACM international conference on Multimedia</source>
          , pages
          <fpage>1307</fpage>
          -
          <lpage>1310</lpage>
          . ACM,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [Jones et al.,
          <year>2001</year>
          ]
          <string-name>
            <given-names>Eric</given-names>
            <surname>Jones</surname>
          </string-name>
          , Travis Oliphant,
          <string-name>
            <given-names>Pearu</given-names>
            <surname>Peterson</surname>
          </string-name>
          , et al.
          <article-title>SciPy: Open source scientific tools for Python</article-title>
          . http://www.scipy.org/,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [Kao et al.,
          <year>2012</year>
          ]
          <string-name>
            <surname>Hsin-Liu Cindy</surname>
            <given-names>Kao</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bo-Jhang</surname>
            <given-names>Ho</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Allan C Lin</surname>
          </string-name>
          , and
          <string-name>
            <surname>Hao-Hua Chu</surname>
          </string-name>
          .
          <article-title>Phone-based gait analysis to detect alcohol usage</article-title>
          .
          <source>In Proceedings of the 2012 ACM Conference on Ubiquitous Computing</source>
          , pages
          <fpage>661</fpage>
          -
          <lpage>662</lpage>
          . ACM,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [Lamoth et al.,
          <year>2010</year>
          ] Claudine JC Lamoth, Erik Ainsworth, Wojtek Polomski, and Han Houdijk.
          <article-title>Variability and stability analysis of walking of transfemoral amputees</article-title>
          .
          <source>Medical engineering &amp; physics</source>
          ,
          <volume>32</volume>
          (
          <issue>9</issue>
          ):
          <fpage>1009</fpage>
          -
          <lpage>1014</lpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <source>[MathWorks</source>
          , 2019] MathWorks. Documentation: cheby2. https: //www.mathworks.com/help/signal/ref/cheby2.html,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <source>[Myrecek</source>
          , 2019] Myrecek.
          <article-title>Alcodroid alcohol tracker</article-title>
          . https://play.google.com/store/apps/details?id=org.
          <source>M. alcodroid&amp;hl=en US</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [
          <string-name>
            <surname>Nahum-Shani</surname>
          </string-name>
          et al.,
          <year>2017</year>
          ]
          <string-name>
            <given-names>Inbal</given-names>
            <surname>Nahum-Shani</surname>
          </string-name>
          , Shawna N Smith, Bonnie J Spring, Linda M Collins,
          <string-name>
            <given-names>Katie</given-names>
            <surname>Witkiewitz</surname>
          </string-name>
          , Ambuj Tewari, and
          <article-title>Susan A Murphy. Just-in-time adaptive interventions (jitais) in mobile health: key components and design principles for ongoing health behavior support</article-title>
          .
          <source>Annals of Behavioral Medicine</source>
          ,
          <volume>52</volume>
          (
          <issue>6</issue>
          ):
          <fpage>446</fpage>
          -
          <lpage>462</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <source>[NIAAA</source>
          ,
          <year>2019</year>
          ] NIAAA.
          <article-title>Drinking levels defined</article-title>
          . https : / / www . niaaa . nih . gov / alcohol - health / overview - alcohol
          <article-title>-consumption/moderate-binge-</article-title>
          <string-name>
            <surname>drinking</surname>
          </string-name>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <source>[Park and Lee</source>
          , 2015]
          <string-name>
            <given-names>Taejin</given-names>
            <surname>Park</surname>
          </string-name>
          and
          <string-name>
            <given-names>Taejin</given-names>
            <surname>Lee</surname>
          </string-name>
          .
          <article-title>Musical instrument sound classification with deep convolutional neural network using feature fusion approach</article-title>
          .
          <source>arXiv preprint arXiv:1512.07370</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [Patrick et al.,
          <year>2009</year>
          ]
          <string-name>
            <given-names>Kevin</given-names>
            <surname>Patrick</surname>
          </string-name>
          , Fred Raab, Marc A Adams, Lindsay Dillon, Marian Zabinski, Cheryl L Rock, William G Griswold, and
          <string-name>
            <surname>Gregory J Norman</surname>
          </string-name>
          .
          <article-title>A text message-based intervention for weight loss: randomized controlled trial</article-title>
          .
          <source>Journal of medical Internet research</source>
          ,
          <volume>11</volume>
          (
          <issue>1</issue>
          ),
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [Pedregosa et al.,
          <year>2011</year>
          ]
          <string-name>
            <given-names>F.</given-names>
            <surname>Pedregosa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Varoquaux</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gramfort</surname>
          </string-name>
          , and et al.
          <article-title>Scikit-learn: Machine learning in Python</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          ,
          <volume>12</volume>
          :
          <fpage>2825</fpage>
          -
          <lpage>2830</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [Riley et al.,
          <year>2008</year>
          ]
          <string-name>
            <given-names>William</given-names>
            <surname>Riley</surname>
          </string-name>
          , Jami Obermayer, and
          <string-name>
            <surname>Jersino</surname>
          </string-name>
          Jean-Mary.
          <article-title>Internet and mobile phone text messaging intervention for college smokers</article-title>
          .
          <source>Journal of American</source>
          College Health,
          <volume>57</volume>
          (
          <issue>2</issue>
          ):
          <fpage>245</fpage>
          -
          <lpage>248</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          <source>[SAMHSA</source>
          ,
          <year>2015</year>
          ] SAMHSA.
          <year>2015</year>
          <article-title>national survey on drug use and health (nsduh). table 6.84b-tobacco product and alcohol use in past month among persons aged 18 to 22, by college enrollment status: Percentages, 2014 and 2015</article-title>
          . https://www.samhsa.gov/data/sites/default/files/NSDUHDetTabs- 2015/NSDUH- DetTabs- 2015/NSDUH- DetTabs2015.htm#
          <fpage>tab6</fpage>
          -
          <lpage>84b</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [Suffoletto et al.,
          <year>2015</year>
          ]
          <string-name>
            <given-names>Brian</given-names>
            <surname>Suffoletto</surname>
          </string-name>
          , Jeffrey Kristan, Tammy Chung, Kwonho Jeong, Anthony Fabio,
          <string-name>
            <given-names>Peter</given-names>
            <surname>Monti</surname>
          </string-name>
          , and
          <string-name>
            <surname>Duncan</surname>
            <given-names>B Clark.</given-names>
          </string-name>
          <article-title>An interactive text message intervention to reduce binge drinking in young adults: A randomized controlled trial with 9-month outcomes</article-title>
          .
          <source>PloS one</source>
          ,
          <volume>10</volume>
          (
          <issue>11</issue>
          ):
          <fpage>e0142877</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [Thompson et al.,
          <year>2013</year>
          ]
          <string-name>
            <given-names>Erika</given-names>
            <surname>Beseler</surname>
          </string-name>
          <string-name>
            <surname>Thompson</surname>
          </string-name>
          , Frank Heley, Laura Oster-Aaland,
          <article-title>Sherri Nordstrom Stastny, and Elizabeth Crisp Crawford. The impact of a student-driven social marketing campaign on college student alcohol-related beliefs and behaviors</article-title>
          .
          <source>Social Marketing Quarterly</source>
          ,
          <volume>19</volume>
          (
          <issue>1</issue>
          ):
          <fpage>52</fpage>
          -
          <lpage>64</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          <source>[Tyiannak</source>
          , 2019] Tyiannak.
          <article-title>Python audio analysis library: Feature extraction, classification, segmentation and applications</article-title>
          . https://github.com/tyiannak/pyAudioAnalysis,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          <source>[WHO</source>
          ,
          <year>2018</year>
          ] WHO.
          <source>Global status report on alcohol and health</source>
          ,
          <year>2018</year>
          . World Health Organization,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [Wright et al.,
          <year>2018</year>
          ]
          <string-name>
            <given-names>Cassandra</given-names>
            <surname>Wright</surname>
          </string-name>
          , Paul M Dietze,
          <string-name>
            <surname>Paul A Agius</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Emmanuel</given-names>
            <surname>Kuntsche</surname>
          </string-name>
          , Michael Livingston, Oliver C Black, Robin Room, Margaret Hellard, and
          <source>Megan SC Lim</source>
          .
          <article-title>Mobile phone-based ecological momentary intervention to reduce young adults' alcohol use in the event: A three-armed randomized controlled trial</article-title>
          .
          <source>JMIR mHealth and uHealth</source>
          ,
          <volume>6</volume>
          (
          <issue>7</issue>
          ):e149,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          <source>[Zettl</source>
          , 2002]
          <string-name>
            <given-names>J. Robert</given-names>
            <surname>Zettl</surname>
          </string-name>
          .
          <article-title>The determination of blood alcohol concentration by transdermal measurement</article-title>
          . https://www.scramsystems.com/images/uploads/general/ research/the-determination
          <article-title>-of-blood-alcohol-concentrationby-transdermal-measurement</article-title>
          .pdf,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [Zhang et al.,
          <year>2015</year>
          ]
          <string-name>
            <given-names>Licheng</given-names>
            <surname>Zhang</surname>
          </string-name>
          , Xihong Wu, and
          <string-name>
            <given-names>Dingsheng</given-names>
            <surname>Luo</surname>
          </string-name>
          .
          <article-title>Recognizing human activities from raw accelerometer data using deep neural networks</article-title>
          .
          <source>In Machine Learning and Applications (ICMLA)</source>
          ,
          <year>2015</year>
          IEEE 14th International Conference on, pages
          <fpage>865</fpage>
          -
          <lpage>870</lpage>
          . IEEE,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>