<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">TUB-IRML at MediaEval 2014 Visual Privacy Task: Privacy Filtering through Blurring and Color Remapping</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Dominique</forename><surname>Maniry</surname></persName>
							<email>dmaniry@cs.tu-berlin.de</email>
							<affiliation key="aff0">
								<orgName type="department">DAI Laboratory</orgName>
								<orgName type="institution">Technische Universität Berlin</orgName>
								<address>
									<addrLine>Ernst-Reuter-Platz 7, TEL 14</addrLine>
									<postCode>10587</postCode>
									<settlement>Berlin</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Esra</forename><surname>Acar</surname></persName>
							<email>esra.acar@tu-berlin.de</email>
							<affiliation key="aff0">
								<orgName type="department">DAI Laboratory</orgName>
								<orgName type="institution">Technische Universität Berlin</orgName>
								<address>
									<addrLine>Ernst-Reuter-Platz 7, TEL 14</addrLine>
									<postCode>10587</postCode>
									<settlement>Berlin</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Sahin</forename><surname>Albayrak</surname></persName>
							<email>sahin.albayrak@dai-labor.de</email>
							<affiliation key="aff0">
								<orgName type="department">DAI Laboratory</orgName>
								<orgName type="institution">Technische Universität Berlin</orgName>
								<address>
									<addrLine>Ernst-Reuter-Platz 7, TEL 14</addrLine>
									<postCode>10587</postCode>
									<settlement>Berlin</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">TUB-IRML at MediaEval 2014 Visual Privacy Task: Privacy Filtering through Blurring and Color Remapping</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">FF29B48A405508768B2FBBE9BE87AE4D</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T16:12+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper describes the participation of the TUB-IRML group to the MediaEval 2014 Visual Privacy task. We present a method for privacy protection of individuals in surveillance videos. In order to achieve this, our method obscures both shape and appearance of identity-related regions through blurring and color remapping. The intelligibility is preserved by displaying edges and anomalous events are hinted at by special colors. The experimental results obtained on surveillance videos show that our method considerably outperforms other participating teams in terms of privacy score. However, the drawback is that the results in terms of intelligibility are below average.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">INTRODUCTION</head><p>The MediaEval 2014 Visual Privacy Task addresses the problem of privacy protection in video surveillance, which is gaining more and more importance due to concerns raised about the privacy of monitored individuals. Detailed description of the task, the dataset and the evaluation methodologies are given in the paper by Badii et al. <ref type="bibr" target="#b1">[1]</ref>. As part of the MediaEval 2014 Visual Privacy Task, our privacy filter is evaluated using the Privacy Evaluation Video Dataset (PEViD) <ref type="bibr" target="#b2">[2]</ref>.</p><p>In the context of this task, we propose a simple but effective privacy filter which aims not only at obscuring facial identity, but also at protecting other identity revealing features such as accessories and clothing. This is achieved by obscuring both shape and appearance of identity-revealing regions in videos.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">THE PROPOSED METHOD</head><p>The application of our privacy filter is a four-step process. First, we convert each frame into grayscale and apply a Gaussian blur to all privacy-related regions of the frame. The intensity of the blurring can be controlled using three different blur levels (obtained by varying the standard deviation of the Gaussian kernel) for regions labeled with low, medium and high privacy requirements.</p><p>As a second step, the pixel values are quantized to a given number of values (e.g., 8). These values are remapped to either a green or red color with the corresponding pixel intensity, so that the relation between light and dark regions remains same. The red color is used whenever an anomalous</p><p>Copyright is held by the author/owner(s).</p><p>MediaEval 2014 Workshop, October 16-17, 2014, Barcelona, Spain event (e.g., fighting, stealing or dropping a bag) happens. In other cases (i.e., non-anomalous), the individuals are shown in a green color. The aim of this red-green coloring is to enable human operators to focus on any event which requires particular attention. The second step removes, depending on the blur level and number of colors, most of the shape and appearance information that could potentially reveal a person's identity, gender or ethnicity, while preserving their movements and actions.</p><p>In the third step, the obscured image Î(x, y) is blended back into the original frame I(x, y) to create a smooth transition between obscured regions and the background. The blending mask mask(x, y) is a binary image where annotated regions have a value of 1 and remaining regions have a value 0. The smoothing is achieved by applying a Gaussian blur to the blending mask. The result is:</p><formula xml:id="formula_0">result(x, y) = mask(x, y) • Î(x, y) + (1 − mask(x, y)) • I(x, y)</formula><p>In the final step, we target a better intelligibility by including some shape information in the image. The obscured regions are overlaid with edges obtained with Canny Edge detection. Edges in regions with a high privacy requirement (i.e., faces) are discarded in order not to reveal identity through the edges of facial features. The remaining edges are emphasized using morphological dilation with a 3x3 circle as structuring element.  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">RESULTS AND DISCUSSION</head><p>Our submitted run was created using a constant blur level of 14 for all three privacy levels. The number of colors is 8. This choice of parameters favors privacy over intelligibility. The submissions of eight teams have been evaluated in a user study. The user study has been conducted with three different groups (i.e., streams). Stream 1 represents 230 crowd-sourcing workers, Stream 2 is 65 people working at Thales (mainly in Research&amp;Development -R&amp;D) and Stream 3 has 59 participants from sectors including R&amp;D, data protection and law enforcement from all around the world. The results for our method and the median across all 8 submissions can be seen in Table <ref type="table">3</ref>.</p><p>Among the participants, our proposed method achieved the highest privacy score. The privacy protection of our method still comes with a trade-off in intelligibility, as seen by the consistent below-average scores. We think that this could be improved by adding additional hints during and after anomalous events.</p><p>The appropriateness/pleasantness score is also consistently below average. One possible cause for this is that the privacy filter obscures the whole rectangular region around a person including a significant portion of the background. This could be improved with a pixel-wise foreground segmentation. However, this requires the foreground segmentation to be very accurate, since every false positive could potentially reveal identity-related information. Another unpleasant artifact is the blinking of the overlaid edges. When edge values oscillate around threshold values, the edges can become distracting. We think that adaptive thresholds or temporal smoothing should be explored as a future work.</p><p>The evaluations of Stream 1, Stream 2 and Stream 3 for our method and the other participating teams are summarized in Figure <ref type="figure">3</ref>, Figure <ref type="figure">4</ref> and Figure <ref type="figure" target="#fig_3">5</ref>, respectively.  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">CONCLUSIONS</head><p>In this paper, we proposed a privacy filter that obscures both shape and appearance of privacy-related regions. The user study has shown that our method is very effective at protecting privacy. As a future work, we plan to evaluate different parameters to find a suitable balance between privacy and intelligibility for different contexts. Another interesting future work would be to improve the appropriateness by reducing the obscured regions using a pixel-wise segmentation.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: A walking person is shown as a green silhouette.</figDesc><graphic coords="1,316.81,206.23,239.10,170.08" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: The silhouettes of two people fighting. The red color indicates that an anomalous event is happening.</figDesc><graphic coords="2,53.80,53.80,239.10,155.90" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head></head><label></label><figDesc>Figure 3: Stream 1 results.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 5 :</head><label>5</label><figDesc>Figure 5: Stream 3 results.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 :</head><label>1</label><figDesc>User study results for Stream 1, 2 and 3.</figDesc><table><row><cell></cell><cell cols="3">Stream 1 Stream 2 Stream 3</cell></row><row><cell>Our Intelligibility</cell><cell>73.4%</cell><cell>67.7%</cell><cell>60.7%</cell></row><row><cell>Median</cell><cell>74.9%</cell><cell>79.3%</cell><cell>69.6%</cell></row><row><cell>Our Privacy</cell><cell>69.4%</cell><cell>80.0%</cell><cell>78.7%</cell></row><row><cell>Median</cell><cell>50.2%</cell><cell>46.5%</cell><cell>41.7%</cell></row><row><cell>Our Pleasantness</cell><cell>22.7%</cell><cell>46.0%</cell><cell>52.6%</cell></row><row><cell>Median</cell><cell>24.8%</cell><cell>69.6%</cell><cell>59.7%</cell></row></table></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>The research leading to these results has received funding from the European Community FP7 under grant agreement number 261743 (NoE VideoSense).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title/>
		<author>
			<persName><surname>References</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Overview of the mediaeval 2014 visual privacy task</title>
		<author>
			<persName><forename type="first">A</forename><surname>Badii</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Touradj</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Fedorczak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Korshunov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Piatrik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Eiselein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Al-Obaidi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">MediaEval 2014 Workshop</title>
				<meeting><address><addrLine>Barcelona, Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014">October 16-17 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">PEViD: privacy evaluation video dataset</title>
		<author>
			<persName><forename type="first">P</forename><surname>Korshunov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Ebrahimi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Applications of Digital Image Processing XXXVI</title>
				<meeting><address><addrLine>San Diego, CA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2013">August 25-29 2013</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
