<!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>MediaEval 2013 Visual Privacy Task: Warping-based Privacy Protection Tool</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Pavel Korshunov</string-name>
          <email>pavel.korshunov@ep</email>
          <email>pavel.korshunov@epfl.ch</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Touradj Ebrahimi</string-name>
          <email>touradj.ebrahimi@ep</email>
          <email>touradj.ebrahimi@epfl.ch</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>MMSPG, EPFL</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2013</year>
      </pub-date>
      <fpage>18</fpage>
      <lpage>19</lpage>
      <abstract>
        <p>In this paper, we describe EPFL privacy protection tool submitted to the MediaEval 2013 Visual Privacy task. The goal of the task is to obscure faces and other personal items of people in the provided surveillance clips to preserve their personal privacy. In the privacy protection tool, we used a combination of reversible privacy protection filter based on geometric warping transformation, randomized saturation filter, masking with partial opacity, and pixelization. The aim of the implementation was to achieve an acceptable balance between privacy and intelligibility, as well as, privacy and appropriateness. The results of both objective and subjective evaluations provided by the organizers of the task demonstrated that our privacy protection tool leads to high appropriateness and intelligibility (the surveillance task can be performed with high accuracy) while keeping strong privacy protection.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        The problem of privacy protection in video surveillance systems
gaining more and more attention from research and industry. Many
privacy protection tools were proposed to mitigate privacy
intrusiveness of modern surveillance systems. These protection
techniques vary from such simple approaches like blurring,
pixelization, or masking to more advanced methods satisfying the
following desirable practical properties: reversibility, robustness, and
security. The advanced methods can be divided into several
categories: encryption-based [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], scrambling-based [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ],
anonymization [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], and geometrical-based [
        <xref ref-type="bibr" rid="ref4 ref5">5, 4</xref>
        ] methods.
      </p>
      <p>
        Despite wide availability of visual privacy protection tools, with
an exception of a few works [
        <xref ref-type="bibr" rid="ref2 ref6">2, 6</xref>
        ], little is known about which tools
are suitable for practical applications. To close this gap, MediaEval
2013 Visual Privacy task was designed to facilitate submissions of
different protection tools and to evaluate them on practical privacy
video dataset [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] via objective and subjective tests. Moreover, the
focus of this task is twofold: one explores the privacy-intelligibility
tradeoff, which is between how well surveillance can be performed
while privacy is being preserved, and another explores the
privacyappropriateness tradeoff, which is about how socially acceptable is
a given privacy protection tool for a human observer.
      </p>
      <p>
        In our submission to MediaEval 2013 Visual Privacy task, we
aimed to address both tradeoffs. We have built a privacy protection
tool based on reversible and secure warping filter [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and a
combination of basic filters such as masking, saturation, and pixelization.
Warping filter distorts the details of a visual object (e.g., a face) but
keeps its general shape and appearance visible. Since warping filter
does not change intensities of the pixels and, hence, does not affect
image colors (and skin or hair color is personal information), we
added a randomized reversible secure saturation filter and masking
with low opacity to distort color information as well. For color and
skin regions, as these carry relatively little intelligible information,
we used strong irreversible pixelization filter to distort the visual
details. Our privacy protection tool is implemented using Python
and OpenCV1.
      </p>
      <p>
        Organizers of the task provided video dataset [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] with
annotations of privacy sensitive regions including faces, hair, skin,
accessories, and body regions. We, therefore, assumed these regions
known (in practical scenario, they can be detected by video
analytics) and focused on developing the privacy protection tool that
achieves an acceptable balance between privacy and
intelligibility, as well as, privacy and appropriateness. To keep as much
intelligible information in the video as possible, as per the
guidelines from [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], we did not use our tool on the whole body regions
(though, they were provided) but only on the key privacy sensitive
regions.
2.
      </p>
    </sec>
    <sec id="sec-2">
      <title>PRIVACY PROTECTION TOOL</title>
      <p>
        The proposed privacy protection tool adopted a two-stage
approach (see Figure 1 for an illustration): (i) warping [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and
pixelization filters were applied on primary (face and accessories) and
secondary (skin regions and hair) regions respectively to hide visual
details and (ii) reversible randomized saturation filter and reversible
low opacity masking was applied to remove color information.
      </p>
      <p>Warping filter makes the details of the visible object
unrecognizable (i.e., privacy is increased), but, by controlling its strength, we
can keep its overall general shape preserved, so we can still
understand what is going on in the surveillance scene (i.e.,
intelligibility is not decreased). Higher intelligibility is also insured by not
distorting the whole body regions keeping intact the less privacy
sensitive visual information. Randomized saturation and opacity
masking allow us to decrease the color level of skin, hair, or
accessories, so they are not recognizable (i.e., privacy is increased), yet
the original colors can be recovered if needed.
2.1</p>
    </sec>
    <sec id="sec-3">
      <title>Key Decisions and Challenges</title>
      <p>The best privacy preserving filter would be a blacked out camera
with no video feed, but, in such case, there would be no surveillance
possible and intelligibility would be zero. Therefore, a usable
privacy protection filter should have a balance between privacy and
intelligibility. Similarly, an encryption or scrambling based privacy
filters could lead to high privacy but can be annoying or even scary,
resulting in very low appropriateness.</p>
      <p>Aiming to balance between these tradeoffs, we made the
following implementation decisions:</p>
      <p>Warping is applied to faces and accessories. The aim is to
distort facial features and details of accessories, preserving,
in the same time, a general appearance of people to keep
understanding of the scene and actions clear.</p>
      <p>Strong pixelization is applied to hair and skin regions. Since
these regions are not as important for surveillance purposes
as, for example, faces, but still carry information about
gender and race, higher degree of protection is required.</p>
      <p>Randomized saturation is applied to faces, skin, and hair and
opacity masking is applied to face (opacity value 0:3) and
accessories (opacity value 0.8) to hide color and detailed
information about these regions.</p>
      <p>No filter is applied to body regions to keep visible as much
intelligibility information as possible.</p>
    </sec>
    <sec id="sec-4">
      <title>EVALUATION RESULTS</title>
      <p>The evaluation results provided by the organizers of the task are
summarized in Table 1, where our objective and subjective
evaluation results are compared with the average result of the total 9
submissions. The results are favorable and demonstrate that our
privacy protection tool achieves a reasonable balance between
privacy, intelligibility, and appropriateness, with all scores except for
privacy being well above the average.
4.</p>
    </sec>
    <sec id="sec-5">
      <title>CONCLUSION</title>
      <p>The proposed privacy protection tool combined several privacy
protection filters achieving a balance between privacy,
intelligibility, and appropriateness. For the future work, the strength of
adopted filters in the tool should be adjusted, so the privacy
increased while intelligibility stays at the same level.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This work was conducted in the framework of the EC funded
Network of Excellence VideoSense. Special thanks to Andrea Melle
(Eurecom) for providing parts of the code for our implementation.
5.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>F.</given-names>
            <surname>Dufaux</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Ebrahimi</surname>
          </string-name>
          .
          <article-title>Scrambling for privacy protection in video surveillance systems</article-title>
          .
          <source>IEEE Trans. on Circuits and Systems for Video Technology</source>
          ,
          <volume>18</volume>
          (
          <issue>8</issue>
          ):
          <fpage>1168</fpage>
          -
          <lpage>1174</lpage>
          , Aug.
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>P.</given-names>
            <surname>Korshunov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Araimo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>De Simone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Velardo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Dugelay</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Ebrahimi</surname>
          </string-name>
          .
          <article-title>Subjective study of privacy filters in video surveillance</article-title>
          .
          <source>In 2012 IEEE 14th International Workshop on Multimedia Signal Processing (MMSP)</source>
          , pages
          <fpage>378</fpage>
          -
          <lpage>382</lpage>
          , Sept.
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>P.</given-names>
            <surname>Korshunov</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Ebrahimi</surname>
          </string-name>
          .
          <article-title>PEViD: privacy evaluation video dataset</article-title>
          .
          <source>In SPIE Applications of Digital Image Processing XXXVI</source>
          , volume
          <volume>8856</volume>
          , San Diego, California, USA, Aug.
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>P.</given-names>
            <surname>Korshunov</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Ebrahimi</surname>
          </string-name>
          .
          <article-title>Using face morphing to protect privacy</article-title>
          .
          <source>In IEEE International Conference on Advanced Video and Signal-Based Surveillance (AVSS)</source>
          , Krakow, Poland, Aug.
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>P.</given-names>
            <surname>Korshunov</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Ebrahimi</surname>
          </string-name>
          .
          <article-title>Using warping for privacy protection in video surveillance</article-title>
          .
          <source>In 18th International Conference on Digital Signal Processing (DSP)</source>
          ,
          <source>DSP'13</source>
          ,
          <string-name>
            <surname>Santorini</surname>
          </string-name>
          , Greece,
          <year>June 2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>P.</given-names>
            <surname>Korshunov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Melle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.-L.</given-names>
            <surname>Dugelay</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Ebrahimi</surname>
          </string-name>
          .
          <article-title>A framework for objective evaluation of privacy filters in video surveillance</article-title>
          .
          <source>In SPIE Applications of Digital Image Processing XXXVI</source>
          , volume
          <volume>8856</volume>
          , San Diego, California, USA, Aug.
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Wickramasuriya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Datt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Mehrotra</surname>
          </string-name>
          , and
          <string-name>
            <given-names>N.</given-names>
            <surname>Venkatasubramanian</surname>
          </string-name>
          .
          <article-title>Privacy protecting data collection in media spaces</article-title>
          .
          <source>In Proceedings of the 12th annual ACM international conference on Multimedia</source>
          , pages
          <fpage>48</fpage>
          -
          <lpage>55</lpage>
          , New York, NY, USA, Oct.
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>T.</given-names>
            <surname>Winkler</surname>
          </string-name>
          and
          <string-name>
            <given-names>B.</given-names>
            <surname>Rinner</surname>
          </string-name>
          . Trustcam:
          <article-title>Security and privacy-protection for an embedded smart camera based on trusted computing</article-title>
          .
          <source>In Proceedings of Seventh IEEE International Conference on Advanced Video and Signal Based Surveillance (AVSS</source>
          <year>2010</year>
          ), pages
          <fpage>593</fpage>
          -
          <lpage>600</lpage>
          , Sept.
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>