Chapters and sections

This commit is contained in:
Manos Katsomallos 2021-09-07 17:06:42 +03:00
parent 4f4bbff587
commit e8abe5b3e1
17 changed files with 34 additions and 39 deletions

5
text/evaluation/main.tex Normal file
View File

@ -0,0 +1,5 @@
\chapter{Evaluation}
\label{ch:eval}
\input{evaluation/thething}
\input{evaluation/theotherthing}

View File

@ -0,0 +1,2 @@
\section{Selection of events}
\label{sec:lmdk-sel-eval}

View File

@ -1,7 +1,8 @@
\section{Evaluation}
\section{Significant events}
\label{sec:lmdk-eval}
\kat{After discussing with Dimitris, I thought you are keeping one chapter for the proposals of the thesis. In this case, it would be more clean to keep the theoretical contributions in one chapter and the evaluation in a separate chapter. }
% \kat{After discussing with Dimitris, I thought you are keeping one chapter for the proposals of the thesis. In this case, it would be more clean to keep the theoretical contributions in one chapter and the evaluation in a separate chapter. }
% \mk{OK.}
In this section we present the experiments that we performed on real and synthetic data sets.
With the experiments on the synthetic data sets we show the privacy loss by our framework when tuning the size and statistical characteristics of the input {\thething} set $L$.
We also show how the privacy loss under temporal correlation is affected by the number and distribution of the {\thethings}.

View File

@ -94,8 +94,8 @@
\input{introduction/main}
\input{preliminaries/main}
\input{related/main}
\input{thething/main}
\input{theotherthing/main}
\input{problem/main}
\input{evaluation/main}
\input{conclusion/main}
\backmatter

4
text/problem/main.tex Normal file
View File

@ -0,0 +1,4 @@
\chapter{The problem}
\input{problem/thething/main}
\input{problem/theotherthing/main}

View File

@ -0,0 +1,2 @@
\section{Selection of events}
\label{sec:theotherthing}

View File

@ -1,5 +1,5 @@
\section{Contribution}
\label{sec:lmdk-contrib}
\subsection{Contribution}
\label{subsec:lmdk-contrib}
In this chapter, we formally define a novel privacy notion that we call \emph{{\thething} privacy}.
We apply this privacy notion to time series consisting of \emph{{\thethings}} and regular events, and we design and implement three {\thething} privacy mechanisms.

View File

@ -1,11 +1,10 @@
\chapter{Significant events}
\label{ch:thething}
\section{Significant events}
\label{sec:thething}
In this chapter, we propose a novel configurable privacy scheme, \emph{\thething} privacy, which takes into account significant events (\emph{\thethings}) in the time series and allocates the available privacy budget accordingly.
We propose two privacy models that guarantee {\thething} privacy and validate our proposal on real and synthetic data sets.
\kat{Now, you have space so you need to be more detailed in the discussions, the motivation, the examples etc.}
\input{thething/motivation}
\input{thething/contribution}
\input{thething/problem}
\input{thething/evaluation}
\input{thething/summary}
\input{problem/thething/motivation}
\input{problem/thething/contribution}
\input{problem/thething/problem}
\input{problem/thething/summary}

View File

@ -1,5 +1,5 @@
\section{Motivation}
\label{sec:lmdk-motiv}
\subsection{Motivation}
\label{subsec:lmdk-motiv}
The plethora of sensors currently embedded in
or paired with personal devices and other infrastructures have paved the way for the development of numerous \emph{crowdsensing services} (e.g.,~Google Maps~\cite{gmaps}, Waze~\cite{waze}, etc.) based on the collected personal, and usually geotagged and timestamped data.

View File

@ -1,5 +1,5 @@
\section{{\Thething} privacy}
\label{sec:lmdk-prob}
\subsection{{\Thething} privacy}
\label{subsec:lmdk-prob}
{\Thething} privacy is based on differential privacy.
For this reason, we revisit the definition and important properties of differential privacy before moving on to the main ideas of this paper.
@ -7,7 +7,7 @@ Although, its local variant~\cite{duchi2013local} is more compatible with microd
We refer the interested reader to~\cite{desfontaines2020sok} for a systematic taxonomy of the different variants and extensions of differential privacy, to~\cite{katsomallos2019privacy} for a survey of privacy models for continuous data publishing, and to~\cite{primault2018long} for an organization of the recent contributions in location privacy.
\subsection{Differential privacy}
\subsubsection{Differential privacy}
\label{subsec:dp}
\emph{Differential privacy}~\cite{dwork2006calibrating} is a property of a privacy mechanism $\mathcal{M}$ processing a set of \emph{privacy-sensitive} personal data $D$,
@ -55,7 +55,7 @@ results in $\mathcal{M}(D)$ with $\varepsilon = \varepsilon_1 + \varepsilon_2$.
%Cao et al.~\cite{cao2017quantifying} propose a method for computing the total temporal privacy loss (TPL) in the presence of temporal correlations and background knowledge. Due to the lack of space, we refer the interested reader to the original publication for the complete definitions and formulas.
\subsection{Problem description and definition}
\subsubsection{Problem description and definition}
\label{subsec:prob-set}
%\kat{move flowchart here}

View File

@ -1,5 +1,5 @@
\section{Summary and future work}
\label{sec:lmdk-sum}
\subsection{Summary and future work}
\label{subsec:lmdk-sum}
In this chapter, we presented \emph{{\thething} privacy} for privacy-preserving time series publishing, which allows for the protection of significant events, while improving the utility of the final result w.r.t. the traditional user-level differential privacy.
We also proposed three models for {\thething} privacy, and quantified the privacy loss under temporal correlation.
Our experiments on real and synthetic data sets validate our proposal.

View File

@ -1,2 +0,0 @@
\section{Contribution}
\label{sec:lmdk-sel-contrib}

View File

@ -1,2 +0,0 @@
\section{Evaluation}
\label{sec:lmdk-sel-eval}

View File

@ -1,8 +0,0 @@
\chapter{Privacy-preserving event significance}
\label{ch:theotherthing}
\input{theotherthing/motivation}
\input{theotherthing/contribution}
\input{theotherthing/problem}
\input{theotherthing/evaluation}
\input{theotherthing/summary}

View File

@ -1,2 +0,0 @@
\section{Motivation}
\label{sec:lmdk-sel-motiv}

View File

@ -1,2 +0,0 @@
\section{Privacy-preserving {\thething} selection}
\label{sec:lmdk-sel-prob}

View File

@ -1,2 +0,0 @@
\section{Summary and future work}
\label{sec:lmdk-sel-sum}