<!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>
      <title-group>
        <article-title>HCMUS at Insight for Wellbeing Task 2019: Multimodal Personal Health Lifelog Data Analysis with Inference from Multiple Sources and Atributes</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Hoang-Anh Le</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Thang-Long Nguyen Ho</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Minh-Triet Tran</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Faculty of Information Technology, University of Science</institution>
          ,
          <addr-line>VNU-HCM</addr-line>
          ,
          <country country="VN">Vietnam</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <fpage>29</fpage>
      <lpage>31</lpage>
      <abstract>
        <p>When collecting and processing data recorded by sensors for any applications, noisy and missing data is an important problem that need to be address. This paper presents two approaches we use to predict missing air quality data in MediaEval Insight for Wellbeing Task. The first approach based on other data attributes like temperature and humidity, and the second based on data recorded from other sources. Evaluating the experimental results using the average L2 distance, we got the score of 0.9013 for the first approach and 0.0155 for the second approach.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        Environmental data can be used to analyse diferent aspects for
the deveopment of the society, including the quality of personal
health [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] or depressive symptoms [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. The data can be of various
sources and formats, such as spatialtemporal raster images [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] or a
combination of weather, air polution, lifelog images, etc [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        In the MediaEval Life Well Being 2019 task[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], we are given 14
categories of pollution data recorded by people who wear sensors,
use smartphones and walk along pre-defined routes inside a city,
and asked to develop methods that process the data to obtain
insights about personal wellbeing. In subtask 1, our goal is developing
a hypothesis about the associations within the heterogeneous data
and build a system that is able to correctly replace segments of data
of the P M2.5 index that have been removed.
      </p>
      <p>Based on the organization of the data, we found there are 2 main
approaches to predict the P M2.5 in the queries. In the first approach,
we want to explore if it would be possible to find relationship
between P M2.5 values and other obtained attributes (Section 2.1). In
the second approach, because in each question, there are a number
of people walking in the same region in roughly the same time
interval, we propose to combine values from multiple people, to
infer the missing data segment of P M2.5 (Section 2.2).
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>METHOD</title>
      <p>Inference from other attributes
2.1.1 Using test-set only. After observing over the chart of a
dataset, we omitted some features have a mean value close to zero
like N O2,33, some category features. We found the feature about
the location of all users at any time are not so diferent, so we
concluded that data about location and P M2.5 are not had close
∗The first two authors contributed equally to the paper
relationships. Because we don’t want unexplainable-relationship
between coordinates and P M2.5, we need a solution clear and stable
as much as we can. We do not have adequate data about location
and P M2.5, also any pretrain model to mapping from location
information to what we need. We assume coordinates value have a
relationship with other attributions so coordinates’ meaning can be
implicitly represented through temperature and humidity feature
[Figure 1], so that if we found the right function to mapping from
temperature and humidity to P M2.5, we also have the coordinates
information in the result, also simplify the data. As a result, we push
normalized temperature and humidity data through a multi-layer
perceptron model to approach the problem.</p>
      <p>2.1.2 Using test-set as validation. We do the same as first run at
this run, however, the motivation of this run is that we do not try to
overfit the testing dataset of organizing, in this approach we try to
generalize the method. We use the dataset development (unrated)
in the contest to train set, the oficial dataset to the validation set.
This task is preprocessed data most clean-able and optimize the
loss on validation (oficial dataset).
2.2</p>
    </sec>
    <sec id="sec-3">
      <title>Inference from other people</title>
      <p>First, we examine and compare the coordinates and trajectories of
people within the same group (same question) through time, and
ifnd that in most cases, people in the same group walked in roughly
the same route, and they were at the same location together at every
moment along the way (the start and end times of each person may
vary) [Figure 2].</p>
      <p>Therefore, we can conclude that given a specific time, the P M2.5
values recorded by people within the same group are highly related
because they recorded the P M2.5 value of the same location at the
same time, and we could guess the missing P M2.5 values by the
corresponding P M2.5 values of other people in the same group.
Hoang-Anh Le, Thang-Long Nguyen-Ho, Minh-Triet Tran
However, comparing P M2.5 values of all people in the same
group, we find that these values vary considerably. Thus, we
implement some statistical method to predict missing P M2.5 values from
corresponding P M2.5 values of other people.</p>
      <p>2.2.1 Average. We predict the missing P M2.5 values by taking
the average of P M2.5 values of other people in the group in the
corresponding time. [Figure 3]. However, the P M2.5 data of these
people are scatter over the time interval and not available for every
second. There for we use 1D linear interpolation to predict P M2.5
data for each person at every second before taking the average.</p>
      <p>2.2.2 Average with bias. The average of P M2.5 values of all
people is only a reasonable prediction for the true P M2.5 value of the
environment at that moment. However, most sensors can not
produce these true values, each sensor has its own inaccuracy. And
since we want to predict the P M2.5 values recorded by a specific
sensor, we want to take into account this inaccuracy. Since the random
noise are dificult to evaluate, we only consider the bias problem
- the sensor consistently records values that lower or higher than
the true values by a certain amount (the bias value).</p>
      <p>To estimate the bias, we calculate the diference between the
average P M2.5 values and the P M2.5 values of that sensor at each
moment these values available, and take the average of these
differences. After that, we add this bias to the predict values of the
previous run.</p>
      <p>2.2.3 Average (outlier removed) with bias. We observe that there
are some noise in certain sensor that make some recorded P M2.5
values become very high, having very large diferences with the
values of other sensor at corresponding time, making the average
values become more inaccurate to estimate the true values. To
remove these noise, we check at a certain time, if the diference
between the value of a sensor with the average value larger than
the variance by a threshold factor, than we ignore this value and
recalculate the average. We also recalculate the bias value and apply
it for this run.</p>
    </sec>
    <sec id="sec-4">
      <title>3 EXPERIMENTS AND RESULTS</title>
      <p>Table 1: Oficial evaluation result (provided by organizers)
Approach
1
2
The table above shows the results of each method mentioned earlier.
In this table, the scores of each run is the means of L2 distance
between the predicted results and the ground truth. Our experiment
results show that the second approach (predict based on other
people within the group), achieve fairly good results. The result of
the first approach (predict based on temperature and humidity) are
not so good as the average L2 distances are still quite large. We think
the reason is probably because only temperature and humidity could
not give us enough information to predict the P M2.5 values, and to
have really good predictions, we should combine the information
about variations of P M2.5 values through time, the temperature
and humidity values and the P M2.5 values of other people in the
same group.
4</p>
    </sec>
    <sec id="sec-5">
      <title>CONCLUSION AND FUTURE WORKS</title>
      <p>We propose two simple approaches for the Life Well Being Problem.
The first approach uses a neural network to predict P M2.5 values
from other factors like temperature and humidity. The second
approach using the P M2.5 values recorded by other people at the same
location and at the same time. These methods are simple but can
predict the missing values quite efectively.</p>
      <p>We think these methods could be improved further by combining
them together (meaning take into account both the other attributes
values and other P M2.5 values), having a more efective noise
removal method, or building a more complex regression model.
Insight for Wellbeing Task</p>
    </sec>
    <sec id="sec-6">
      <title>ACKNOWLEDGMENTS</title>
      <p>Research is supported by Vingroup Innovation Foundation (VINIF)
in project code VINIF.2019.DA19. We would like to thank AIOZ Pte
Ltd for supporting our team with computing infrastructure.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Minh-Son Dao</surname>
            and
            <given-names>Koji</given-names>
          </string-name>
          <string-name>
            <surname>Zettsu</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Complex Event Analysis of Urban Environmental Data based on Deep CNN of Spatiotemporal Raster Images</article-title>
          .
          <source>In IEEE International Conference on Big Data, Big Data</source>
          <year>2018</year>
          , Seattle, WA, USA, December
          <volume>10</volume>
          -
          <issue>13</issue>
          ,
          <year>2018</year>
          .
          <fpage>2160</fpage>
          -
          <lpage>2169</lpage>
          . https://doi. org/10.1109/BigData.
          <year>2018</year>
          .8621916
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Tomohiro</given-names>
            <surname>Sato Koji Zettsu Duc-Tien Dang-Nguyen Cathal Gurrin Ngoc-Thanh Nguyen Minh-Son</surname>
          </string-name>
          <string-name>
            <surname>Dao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Peijiang</given-names>
            <surname>Zhao</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Overview of MediaEval 2019: Insights for Wellbeing Task: Multimodal Personal Health Lifelog Data Analysis</article-title>
          .
          <source>In MediaEval2019 Working Notes (CEUR Workshop Proceedings)</source>
          .
          <article-title>CEUR-WS</article-title>
          .org &lt;http://ceur-ws.
          <source>org&gt;</source>
          ,
          <string-name>
            <surname>Sophia</surname>
            <given-names>Antipolis</given-names>
          </string-name>
          , France.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Hyeonjin</given-names>
            <surname>Song</surname>
          </string-name>
          , Kevin James Lane, Honghyok Kim, Hyomi Kim, Garam Byun, Minh Le, Yongsoo Choi, Chan Ryul Park, and Jong-Tae
          <string-name>
            <surname>Lee</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Association between urban greenness and depressive symptoms: Evaluation of greenness using various indicators</article-title>
          .
          <source>International Journal of Environmental Research and Public Health</source>
          <volume>16</volume>
          ,
          <issue>2</issue>
          (
          <issue>2</issue>
          1
          <year>2019</year>
          ). https: //doi.org/10.3390/ijerph16020173
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>