<!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>Pixel Privacy 2019: Protecting Sensitive Scene Information in Images</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Zhuoran Liu</string-name>
          <email>z.liu@cs.ru.nl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zhengyu Zhao</string-name>
          <email>z.zhao@cs.ru.nl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Martha Larson</string-name>
          <email>m.larson@cs.ru.nl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Radboud University</institution>
          ,
          <country country="NL">Netherlands</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <fpage>27</fpage>
      <lpage>29</lpage>
      <abstract>
        <p>Pixel Privacy task focuses on the protection of user-uploaded multimedia data online. Specifically, it benchmarks image transformation algorithms that protect privacy-sensitive images against automatic inference. The image transformations should block automatic classiifers that infer sensitive scene categories and increase (or maintain) image visual appeal at the same time. The task in 2019 is to develop image transformations under the condition that all information of the attack model is available for transformation development. Under this white-box setting, the decreased accuracy of the attack model and the visual appeal of the protected images are considered for protection evaluation.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>The MediaEval Pixel Privacy task aims to promote the development
of algorithms that protect the privacy-sensitive information of
usergenerated multimedia data online. To achieve this goal, participants
are encouraged to develop image transformation algorithms that
increase (or maintain) the visual appeal of images, while at the
same time protecting privacy-sensitive information in the images.
Ideally, Ideally, users should find that the transformed images are
interchangeable with the original image, for whatever purpose the
original image was intended. The transformed images should be
able to mislead automatic scene classifiers.</p>
      <p>
        The task is motivated by the potential risk of the privacy-sensitive
information implicit in user-generated data, which is accumulated
by large social networks. Accumulated social media data can be
misappropriated for commercial purposes that are not transparent
to users [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Although algorithms [
        <xref ref-type="bibr" rid="ref11 ref13">11, 13</xref>
        ] have been developed
to improve the the situation of privacy protection in multimedia
online, users themselves still do not have many choices to control
the information implicit in their own multimedia data. In addition,
given the large amount of accumulated data, potential privacy risks
could be aggravated by massive data breaches [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Privacy-sensitive
information can be processed by automatic algorithms, allowing
malicious actors to select potential victims as the target for specific
crimes, a practice known as cybercasing [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. For example, based on
user-uploaded images, the trajectory of an individual can be
calculated by geo-location prediction algorithms based on computer
vision algorithms. This information can be exploited by a criminal
to plan a burglary by only accessing the visual contents of these
social photos. Combining mined information from diferent sources
is also likely to aggravate online crimes, e.g., telecommunication
fraud [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] or blackmail.
      </p>
      <p>
        The Pixel Privacy task was introduced as a brave new task in the
MediaEval Multimedia Evaluation Benchmark in 2018 [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The task
focused on sensitive scene categories of social images, and required
participants to protect images against an automatic scene classifier.
Examples from the 2019 validation set are shown in Figure 1. In
2019, we again focus on the protection of sensitive scene categories
and use the same basic task formulation and source data. The task
has been refined in several ways in order to allow us to gain more
insight from the results. In 2019, we retain the whitebox setting,
meaning that the attacking classifier is known and all
information of the attack model is available for protection development.
Also, we retain the untargeted setting, meaning that there is no
particular target class into which the image must be misclassified.
Instead, any misclassification counts as protection. The important
change for this year is that the test set only contains images that
the attacking classifier classifies correctly. For the purposes of
evaluation, we find the images that the attacking classifier misclassifies
to be less interesting because they can be considered to already be
protected. Also, this year, we pay closer attention to the pipeline.
Specifically, images are downsized before being fed into the attack
classifier. Participants are required to protect the images in this
downsized format, to control for the impact of the downsizing on
the protection.
      </p>
      <p>
        To achieve the goal of privacy protection and visual appeal
improvement, researchers participating in the task may consider
related work on diferent multimedia technologies. Image
enhancement and style transfer [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] techniques can be exploited to increase
visual appeal and protect privacy. Early work showed the basic
ability of standard Instagram filters to block the inference of
location information [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Last year, one participant paper [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] pursued a
color harmony based enhancement approach, which focused on
improving visual appeal and another investigated style transfer [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
Image aesthetics assessment [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] and image quality assessment
methods [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] could be helpful to control the visual quality of
transformed images. Knowledge of adversarial examples in machine
learning can also be applied for privacy protection purpose [
        <xref ref-type="bibr" rid="ref10 ref11">10, 11</xref>
        ].
However, in 2018, participants did not fully exploit the whitebox
information, which we hope they will do in 2019.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>TASK DEFINITION AND DATA</title>
      <p>As stated above, the Pixel Privacy task 2019 focuses on the
protection of privacy-sensitive scene category information of social
images. A scene category can be understood to be the identity of
the setting in which a photo was taken. Participants are asked to
develop protection approaches on validation set to decrease the
attack accuracy while increasing image appeal. Afterwards, these
developed approaches can be applied on test set images, and the
protected images are submitted for evaluation.</p>
      <p>
        The task provides 60 privacy-sensitive categories chosen from
the original 365 scene categories from Places365-Standard dataset [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ],
which were original introduced in 2018. The task data set is a subset
of this dataset. The Places365-Standard dataset contains 1,803,460
training images and 365 scene categories. The number of images
per category varies from 3,068 to 5,000. The attack algorithm is
trained to detect all 365 categories. The attack classifier in the task
is a PyTorch ResNet501 [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] classifier trained on the training set of
the Places365-Standard dataset, as was also used in 2018.
      </p>
      <p>A validation set (MEPP18val) is provided to allow participants
to develop their image transformation algorithms. Figure 1 shows
examples of image from the validation set. We also provide a test
set (MEPP19test) to evaluate the performance of the
transformation algorithms. MEPP18val contains 3000 images (50 from each
of the 60 classes), while MEPP19test contains 600 images (around
10 from each of the 60 classes). Note that if the original images
without modification can already block the attack model, no
protection transformation is needed. Further, images which the original
version is incorrectly classified by the classifier, may be correctly
classified after transformation. To be able to measure protection
performance without interference from these efects, MEPP19test
is a subset of last year’s test set (MEPP18test), and contains only
the images that were correctly classified by the attack classifier.</p>
      <p>Pixel Privacy task 2019 is a simplified version of social image
privacy protection, and in particular, uses an untargeted white-box
protection setting. Here, we provide some more details about what
this means. The white-box setting is that all information of the
attack model is available for image transformation development,
which means the exact neural network architecture, pre-trained
weights and related preprocessing details are available to
participants. Untargeted setting defines no target categories for the
protected images. In other words, if the predicted label is diferent from
the ground truth then the protection is successful.</p>
      <p>Preprocessing the transformed images may have strong
influences on the protection performance evaluation. For this reason, in
the task setting, no resizing and cropping are be applied in the
processing step. Normalization is the only preprocessing step carried
out during evaluation. Small images (256*256) of Places365-Standard
dataset are used as standard input, and they can be downloaded
directly from the oficial website of places data set 2.
1http://places2.csail.mit.edu/models_places365/resnet50_places365.pth.tar
2http://places2.csail.mit.edu/download.html</p>
      <p>For some creative image transformation ideas, it may not be
feasible to develop fully automatic transformation algorithms. To
leverage participants’ creativity and explore unexpected new ways
in improving the visual appeal, we also provide a special test set
(MEPP19test_manual). It is a subset of test set and contains one
image for each category. Manual image transformations can be
applied on this special test set, and these images can also be submitted
for evaluation.
3</p>
    </sec>
    <sec id="sec-3">
      <title>EVALUATION</title>
      <p>
        Participants submit the transformed test set for evaluation and each
team can maximally submit five runs. Submitted images will be
evaluated with respect to protection and appeal. The performance of
transformation approaches with respect to protection is evaluated
by measuring the drop of prediction accuracy of the attack model.
Once the prediction accuracy has reached a certain level of
protection, performance of transformations with respect to appeal will
be carried out with an automatic aesthetics assessment algorithm.
To this end, the automatic algorithm NIMA [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] trained on the
AVA [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] dataset will be used for visual appeal evaluation, as was
also done in 2018. This evaluation method aligns with practical
needs from users for multimedia protective technologies.
      </p>
      <p>In order to gain further insight in the appeal of images, we will
perform further manual assessment on cases in which the NIMA
scores for diferent protection algorithms diverge dramatically. We
will select the images that have the highest variance of NIMA
scores across runs submitted by all participating teams, and have
these images inspected by a small panel of computer vision experts.
The experts will choose the best and the worst examples from the
pool of all protected versions. These examples will be qualitatively
analyzed in order to gain further insight into the relative strengths
and weaknesses of the diferent protection algorithms.
4</p>
    </sec>
    <sec id="sec-4">
      <title>DISCUSSION AND OUTLOOK</title>
      <p>One question remains is that whether changing the label of the
image from the proper one to an arbitrary one is enough to help
users hide their privacy-sensitive information? From Figure 1, we
can imagine that if the label of an images is changed from bedroom
to closet, the criminal may still be able to mine the information that
this image is took from home. In this case, protection by changing
the ground truth label to an arbitrary one is not enough. Another
question is that in practical cases model information is not available,
which means that the white-box setup may not be valid for image
protection in real life.</p>
      <p>Pixel Privacy task is a highly simplified task that defines how to
protect users’ multimedia data online in a user-controlled manner.
In practice, the social multimedia data may have diferent types,
e.g., text, video and speech data, and the threat models can be
complicated too. The goal of the task is to provide a foundation upon
which solutions addressing progressively more realistic versions of
the problem may be developed in the future.</p>
    </sec>
    <sec id="sec-5">
      <title>ACKNOWLEDGMENTS</title>
      <p>This work is part of the Open Mind research program, financed by
the Netherlands Organization for Scientific Research (NWO).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <fpage>2017</fpage>
          .
          <article-title>Scammers still up to their tricks despite local eforts to stop them</article-title>
          ,
          <source>China Daily</source>
          ,
          <volume>21</volume>
          <fpage>July</fpage>
          . (
          <year>2017</year>
          ). http://www.chinadaily.com.cn/opinion/ 2017-07/21/content_30195232.htm, Online; accessed 8-Aug-
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Simon</given-names>
            <surname>Brugman</surname>
          </string-name>
          , Maciej Wysokinski, and
          <string-name>
            <given-names>Martha</given-names>
            <surname>Larson</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>MediaEval 2018 Pixel Privacy Task: Views on image enhancement</article-title>
          .
          <source>In Working Notes Proceedings of the MediaEval 2018 Workshop.</source>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Jaeyoung</given-names>
            <surname>Choi</surname>
          </string-name>
          , Martha Larson,
          <string-name>
            <given-names>Xinchao</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Kevin</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Gerald</given-names>
            <surname>Friedland</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Alan</given-names>
            <surname>Hanjalic</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>The Geo-Privacy Bonus of Popular Photo Enhancements</article-title>
          .
          <source>In ACM International Conference on Multimedia Retrieval (ICMR)</source>
          .
          <source>ACM</source>
          ,
          <volume>84</volume>
          -
          <fpage>92</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Gerald</given-names>
            <surname>Friedland</surname>
          </string-name>
          and
          <string-name>
            <given-names>Robin</given-names>
            <surname>Sommer</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Cybercasing the Joint: On the Privacy Implications of Geo-tagging</article-title>
          .
          <source>In Proceedings of the 5th USENIX Conference on Hot Topics in Security (HotSec).</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Leonardo</given-names>
            <surname>Galteri</surname>
          </string-name>
          , Lorenzo Seidenari,
          <source>Marco Bertini, and Alberto Del Bimbo</source>
          .
          <year>2017</year>
          .
          <article-title>Deep generative adversarial compression artifact removal</article-title>
          .
          <source>In The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)</source>
          .
          <volume>4826</volume>
          -
          <fpage>4835</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Leon</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Gatys</surname>
            , Alexander S. Ecker, and
            <given-names>Matthias</given-names>
          </string-name>
          <string-name>
            <surname>Bethge</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Image Style Transfer Using Convolutional Neural Networks</article-title>
          .
          <source>In The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)</source>
          .
          <volume>2414</volume>
          -
          <fpage>2423</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Kaiming</given-names>
            <surname>He</surname>
          </string-name>
          , Xiangyu Zhang, Shaoqing Ren, and
          <string-name>
            <given-names>Jian</given-names>
            <surname>Sun</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Deep residual learning for image recognition</article-title>
          .
          <source>In IEEE Conference on Computer Vision and Pattern Recognition (CVPR)</source>
          .
          <volume>770</volume>
          -
          <fpage>778</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Martha</given-names>
            <surname>Larson</surname>
          </string-name>
          , Zhuoran Liu, Simon Brugman, and
          <string-name>
            <given-names>Zhengyu</given-names>
            <surname>Zhao</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Pixel Privacy: Increasing Image Appeal while Blocking Automatic Inference of Sensitive Scene Information</article-title>
          .
          <source>In Working Notes Proceedings of the MediaEval 2018 Workshop.</source>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Sam</given-names>
            <surname>Levin</surname>
          </string-name>
          .
          <year>2017</year>
          . Facebook Told Advertisers It Can Identify Teens Feeling 'Insecure' and 'Worthless',
          <source>The Guardian</source>
          ,
          <volume>1</volume>
          <fpage>May</fpage>
          . (
          <year>2017</year>
          ). https://www.theguardian.com/technology/2017/may/01/ facebook-advertising
          <article-title>-data-insecure-teens, Online; accessed 12-Jul2019</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Zhuoran</given-names>
            <surname>Liu</surname>
          </string-name>
          and
          <string-name>
            <given-names>Zhengyu</given-names>
            <surname>Zhao</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>First Steps in Pixel Privacy: Exploring Deep Learning-based Image Enhancement against Largescale Image Inference</article-title>
          .
          <source>In Working Notes Proceedings of the MediaEval 2018 Workshop.</source>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Zhuoran</surname>
            <given-names>Liu</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Zhengyu</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Martha</given-names>
            <surname>Larson</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Who's Afraid of Adversarial Queries? The Impact of Image Modifications on Content-based Image Retrieval</article-title>
          .
          <source>In ACM International Conference on Multimedia Retrieval (ICMR)</source>
          .
          <source>ACM</source>
          ,
          <volume>306</volume>
          -
          <fpage>314</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Naila</surname>
            <given-names>Murray</given-names>
          </string-name>
          , Luca Marchesotti, and
          <string-name>
            <given-names>Florent</given-names>
            <surname>Perronnin</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>AVA: A large-scale database for aesthetic visual analysis</article-title>
          .
          <source>In Computer Vision</source>
          and
          <article-title>Pattern Recognition (CVPR)</article-title>
          . IEEE,
          <fpage>2408</fpage>
          -
          <lpage>2415</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Eleftherios</given-names>
            <surname>Spyromitros-Xioufis</surname>
          </string-name>
          , Symeon Papadopoulos, Adrian Popescu, and
          <string-name>
            <given-names>Yiannis</given-names>
            <surname>Kompatsiaris</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Personalized Privacy-aware Image Classification</article-title>
          .
          <source>In ACM International Conference on Multimedia Retrieval (ICMR)</source>
          .
          <source>ACM</source>
          ,
          <volume>71</volume>
          -
          <fpage>78</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Hossein</given-names>
            <surname>Talebi</surname>
          </string-name>
          and
          <string-name>
            <given-names>Peyman</given-names>
            <surname>Milanfar</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Nima: Neural image assessment</article-title>
          .
          <source>IEEE Transactions on Image Processing 27</source>
          ,
          <issue>8</issue>
          (
          <year>2018</year>
          ),
          <fpage>3998</fpage>
          -
          <lpage>4011</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Bolei</surname>
            <given-names>Zhou</given-names>
          </string-name>
          , Agata Lapedriza, Aditya Khosla, Aude Oliva, and Antonio Torralba.
          <year>2017</year>
          .
          <article-title>Places: A 10 million image database for scene recognition</article-title>
          .
          <source>IEEE transactions on pattern analysis and machine intelligence 40</source>
          ,
          <issue>6</issue>
          (
          <year>2017</year>
          ),
          <fpage>1452</fpage>
          -
          <lpage>1464</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>