]> AND Private Git Repository - hdrcouchot.git/blob - main.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
permiere version complete
[hdrcouchot.git] / main.tex
1 %% Use the standard UP-methodology class
2 %% with French language.
3 %%
4 %% You may specify the option 'twoside' or 'oneside' for
5 %% the document.
6 %%
7 %% See the documentation tex-upmethodology on
8 %% http://www.arakhne.org/tex-upmethodology/
9 %% for details about the macros that are provided by the class and
10 %% to obtain the list of the packages that are already included. 
11
12 \documentclass[french]{spimufchdr}
13 \usepackage{dsfont}
14 \usepackage{graphicx}
15 \usepackage{listings}
16 \usepackage{tikz}
17 \usepackage{pgfplots}
18 \usepgfplotslibrary{groupplots}
19
20 %\usepackage[font=footnotesize]{subfig}
21 \usepackage[utf8]{inputenc}
22 \usepackage{thmtools, thm-restate}
23 \usepackage{multirow}
24 \usepackage{algorithm2e}
25 \usepackage{mathtools}
26
27 %\declaretheorem{theorem}
28
29 %%--------------------
30 %% Search path for pictures
31 \graphicspath{{images/},{path2/}}
32
33 %%--------------------
34 %% Definition of the bibliography entries
35 \declarebiblio{J}{Journaux internationaux avec comités de lecture}{mabiblio}
36
37 %%--------------------
38 %% Title of the document
39 \declarehdr{Modèles discrets pour la sécurité informatique: des méthodes itératives à l'analyse vectorielle}{XX Mois XXXX}
40  
41 %%--------------------
42 %% Set the author of the HDR
43 \addauthor[couchot@femto-st.fr]{Jean-François}{Couchot}
44
45  
46 %%--------------------
47 %% Add a member of the jury
48 %% \addjury{Firstname}{Lastname}{Role in the jury}{Position}
49 \addjury{First}{Name}{Rapporteur}{Professeur à l'Université de XXX}
50 \addjury{First}{Name}{Examinateur}{Professeur à l'Université de XXX}
51  
52 %%--------------------
53 %% Change the style of the text in the list of the members of the jury.
54 %% \Set{jurystyle}{ style of the text}
55 %\Set{jurystyle}{\small}
56
57 %%--------------------
58 %% Set the University where HDR was made
59 \hdrpreparedin{Université de Technologie de Belfort-Montbéliard}
60  
61 %%--------------------
62 %% Set the English abstract
63 %\hdrabstract[english]{This is the abstract in English}
64  
65 %%--------------------
66 %% Set the English keywords. They only appear if
67 %% there is an English abstract
68 %\hdrkeywords[english]{Keyword 1, Keyword 2}
69  
70 %%--------------------
71 %% Set the French abstract
72 \hdrabstract[french]{Blabla blabla.}
73  
74 %%--------------------
75 %% Set the French keywords. They only appear if
76 %% there is an French abstract
77 %\hdrkeywords[french]{Mot-cl\'e 1, Mot-cl\'e 2}
78
79 %%--------------------
80 %% Change the layout and the style of the text of the "primary" abstract.
81 %% If your document is written in French, the primary abstract is in French,
82 %% otherwise it is in English.
83 \Set{primaryabstractstyle}{\small}
84
85 %%--------------------
86 %% Change the layout and the style of the text of the "secondary" abstract.
87 %% If your document is written in French, the secondary abstract is in English,
88 %% otherwise it is in French.
89 %\Set{secondaryabstractstyle}{\tiny}
90
91 %%--------------------
92 %% Change the layout and the style of the text of the "primary" keywords.
93 %% If your document is written in French, the primary keywords are in French,
94 %% otherwise they are in English.
95 %\Set{primarykeywordstyle}{\tiny}
96
97 %%--------------------
98 %% Change the layout and the style of the text of the "secondary" keywords.
99 %% If your document is written in French, the secondary keywords are in English,
100 %% otherwise they are in French.
101 %\Set{secondarykeywordstyle}{\tiny}
102
103 %%--------------------
104 %% Change the speciality of the PhD thesis
105 %\Set{speciality}{Informatique}
106  
107 %%--------------------
108 %% Change the institution
109 %\Set{universityname}{Universit\'e de Technologie de Belfort-Montb\'eliard}
110
111 %%--------------------
112 %% Add the logo of a partner or a sponsor
113 %\addpartner{partner_logo}
114 \newcommand{\JFC}[1]{\begin{color}{green}\textit{#1}\end{color}}
115 \newcommand{\vectornorm}[1]{\ensuremath{\left|\left|#1\right|\right|_2}}
116 \newcommand{\ie}{\textit{i.e.}}
117 \newcommand{\Nats}[0]{\ensuremath{\mathbb{N}}}
118 \newcommand{\Reels}[0]{\ensuremath{\mathbb{R}}}
119 \newcommand{\Zed}[0]{\ensuremath{\mathbb{Z}}}
120 \newcommand{\Bool}[0]{\ensuremath{\mathds{B}}}
121 \newcommand{\rel}[0]{\ensuremath{{\mathcal{R}}}}
122 \newcommand{\Gall}[0]{\ensuremath{\mathcal{G}}}
123 \newcommand{\Sec}[1]{Section\,\ref{#1}}
124 \newcommand{\Fig}[1]{{\sc Figure}~\ref{#1}}
125 \newcommand{\Alg}[1]{Algorithme~\ref{#1}}
126 \newcommand{\Tab}[1]{Tableau~\ref{#1}}
127 \newcommand{\Equ}[1]{(\ref{#1})}
128 \newcommand{\deriv}{\mathrm{d}}
129 \newcommand{\class}[1]{\ensuremath{\langle #1\rangle}}
130 \newcommand{\dom}[0]{\ensuremath{\textit{dom}}}
131  \newcommand{\eqNode}[0]{\ensuremath{{\mathcal{R}}}}
132
133
134 \newcommand {\tv}[1] {\lVert #1 \rVert_{\rm TV}}
135 \def \top {1.8}
136 \def \topt {2.3}
137 \def \P {\mathbb{P}}
138 \def \ov {\overline}
139 \def \ts {\tau_{\rm stop}}
140 \def\rl{{^{.}}}
141
142 \DeclarePairedDelimiter\abs{\lvert}{\rvert}%
143 \DeclarePairedDelimiter\norm{\lVert}{\rVert}%
144
145 % Swap the definition of \abs* and \norm*, so that \abs
146 % and \norm resizes the size of the brackets, and the 
147 % starred version does not.
148 \makeatletter
149 \let\oldabs\abs
150 \def\abs{\@ifstar{\oldabs}{\oldabs*}}
151 %
152 \let\oldnorm\norm
153 \def\norm{\@ifstar{\oldnorm}{\oldnorm*}}
154 \makeatother
155
156 \newtheorem{theorem}{Théorème}
157 \newtheorem{lemma}{Lemme}
158 \newtheorem{corollary}{Corollaire}
159 \newtheorem*{xpl}{Exemple}
160
161 \newtheorem{Def}{Définition}
162
163 \begin{document}
164
165  
166
167 \tableofcontents
168
169 \chapter*{Introduction}
170
171 \input{intro}
172
173 \mainmatter
174
175 \part{Réseaux discrets}
176
177 \chapter{Iterations discrètes de réseaux booléens}\label{chap:sdd}
178
179 Ce chapitre formalise tout d'abord ce qu'est 
180 un réseau booléen (section~\ref{sec:sdd:formalisation}. On y revoit 
181 les différents modes opératoires, leur représentation à l'aide de 
182 graphes et les résultats connus de convergence).
183 Ce chapitre montre ensuite à la section~\ref{sec:sdd:mixage}
184 comment combiner ces modes pour converger aussi 
185 souvent, mais plus rapidement vers un point fixe. Les deux 
186 dernières sections ont fait l'objet du rapport~\cite{BCVC10:ir}.
187
188 \section{Formalisation}\label{sec:sdd:formalisation}
189 \input{sdd}
190
191 \section{Combinaisons synchrones et asynchrones}\label{sec:sdd:mixage}
192 \input{mixage}
193
194 \section{Conclusion}
195
196 Introduire de l'asynchronisme peut permettre de réduire le temps 
197 d'exécution global, mais peut aussi introduire de la divergence. 
198 Dans ce chapitre, après avoir introduit les bases sur les réseaux bouléens,
199 nous avons exposé comment construire un mode combinant les
200 avantage du synchronisme en terme de convergence avec les avantages 
201 de l'asynchronisme en terme de vitesse de convergence.
202
203
204
205
206 \chapter{Preuve automatique de  convergence}\label{chap:promela}
207 \input{modelchecking}
208
209
210
211
212
213
214 \part{Des systèmes dynamiques discrets 
215 au chaos} 
216
217 \chapter[Caracterisation des systèmes 
218   discrets chaotiques]{Caracterisation des systèmes 
219   discrets chaotiques pour les schémas unaires et généralisés}\label{chap:carachaos}
220
221 La suite de ce document se focalise sur des systèmes dynamiques discrets qui ne 
222 convergent pas. Parmi ceux-ci se trouvent ceux qui sont \og chaotiques\fg{}.
223 La première section  de ce chapitre rappelle ce que sont les systèmes 
224 dynamiques chaotiques et leur caractéristiques.
225 La section~\ref{sec:TIPE12}, qui est une reformulation de~\cite{guyeux10},
226 se focalise sur le schéma unaire. Elle est rappelée pour avoir un document se 
227 suffisant à lui-même.
228 La section~\ref{sec:chaos:TSI} étend ceci au mode généralisé. Pour chacun de ces modes, 
229 une métrique est définie. Finalement, la section~\ref{sec:11FCT}
230 exhibe des conditions suffisantes premettant d'engendrer 
231 des fonctions chaotiques seon le mode unaire.
232 Les sections~\ref{sec:TIPE12} et~\ref{sec:11FCT} ont été publiées 
233 dans~\cite{bcg11:ij,bcgr11:ip}.
234
235
236 \section{Systèmes dynamiques chaotiques selon Devaney}
237 \label{subsec:Devaney}
238 \input{devaney}
239
240 \section{Schéma unaire}\label{sec:TIPE12}
241 \input{12TIPE}
242
243 \section{Schéma généralisé}\label{sec:chaos:TSI}
244 \input{15TSI}
245
246
247 \section{Générer des fonctions chaotiques}\label{sec:11FCT}
248 \input{11FCT} 
249
250 \section{Conclusion}
251 Ce chapitre a montré que les itérations unaires sont chaotiques si
252 et seulement si le graphe $\textsc{giu}(f)$ est fortement connexe et 
253 que les itérations généralisées sont chaotiques si
254 et seulement si le graphe $\textsc{gig}(f)$ est aussi fortement connexe.
255 On dispose ainsi à priori d'une collection infinie de fonctions chaotiques.
256 Le chapitre suivant s'intéresse à essayer de prédire le comportement 
257 de telles fonctions. 
258
259
260 \chapter{Prédiction des systèmes chaotiques}\label{chp:ANN}
261 \input{chaosANN}
262
263
264
265
266 \part{Applications à la génération de nombres pseudo aléatoires}
267
268 \chapter{Caractérisation des générateurs chaotiques}\label{chap:PRNG:chao}
269 \input{15RairoGen}
270
271 \chapter{Les générateurs issus des codes de Gray}\label{chap:PRNG:gray}
272 \input{14Secrypt}
273
274
275
276 \part{Application au masquage d'information}
277
278
279 \chapter{Des embarquements préservant le chaos}\label {chap:watermarking} 
280 \input{oxford}
281
282 \chapter{Une démarche de  marquage de PDF}\label{chap:watermarking:pdf}
283 \input{ahmad}
284
285 \chapter{Une démarches plus classique de dissimulation: STABYLO}\label{chap:stabylo}
286  \input{stabylo}
287
288 \chapter{Schéma de stéganographie: les dérivées du second ordre}\label{chap:th:yousra}
289  \input{stegoyousra}
290
291
292
293 \part*{Conclusion et Perspectives}
294
295 \input{conclusion}
296
297
298
299
300
301
302
303
304
305 \appendix
306
307 \chapter{Preuves sur les réseaux discrets}
308
309 \section{Convergence du mode mixe}\label{anx:mix}
310 \input{annexePreuveMixage}
311
312
313 \section{Correction et complétude de la 
314   vérification de convergence par SPIN}\label{anx:promela}
315 \input{annexePromelaProof}
316
317
318
319 \chapter{Preuves sur les systèmes chaotiques}
320
321
322 %\section{Continuité de $G_f$ dans $(\mathcal{X}_u,d)$}\label{anx:cont}
323 %\input{annexecontinuite.tex}
324
325
326 %\section{Caractérisation des fonctions $f$ rendant chaotique $G_{f_u}$ dans $(\mathcal{X}_u,d)$}\label{anx:chaos:unaire}
327 %\input{caracunaire.tex}
328
329 \section{Preuve que $d$ est une distance sur $\mathcal{X}_g$}\label{anx:distance:generalise}
330 \input{preuveDistanceGeneralisee}
331
332
333 \section{Caractérisation des fonctions $f$ rendant chaotique $G_{f_g}$ dans $(\mathcal{X}_g,d)$}\label{anx:chaos:generalise}
334 \input{caracgeneralise.tex}
335
336
337 \section{Conditions suffisantes pour un $\textsc{giu}(f)$ fortement connexe \label{anx:sccg}}
338 \input{annexesccg}
339
340
341 \chapter{Preuves sur les générateurs de nombres pseudo-aléatoires}\label{anx:generateur}
342 \input{annexePreuveDistribution}
343
344 \section{Codes de Gray équilibrés par induction}
345 \input{annexePreuveGrayEquilibre}
346
347 \section{Majoration du temps de mixage}
348 \input{annexePreuveStopping}
349
350 \chapter{Preuves sur le marquage de média}\label{anx:marquage}
351 \section{Le marquage est $\epsilon$-sego-secure}
352 \input{annexePreuveMarquagedhci}
353
354 \section{Le mode $f_l$ est doublement stochastique}\label{anx:marquage:dblesto}
355 \input{annexePreuveMarquagefldblement}
356
357 \section{Le marquage est correct et complet}\label{anx:preuve:marquage:correctioncompletue}
358 \input{annexePreuveMarquageCorrectioncompletude}
359
360 % \section{Complexités d'algorithmes de stéganographie}
361 % \label{anx:preuve:cplxt}
362 % \input{annexePreuvesComplexiteStego}
363
364
365
366 \bibliographystyle{alpha}
367 \bibliography{abbrev,biblioand}
368 \listoffigures
369 \listoftables
370
371  
372 \end{document}
373
374
375
376
377