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

Private GIT Repository
517df23f709eb9859bd3cf84e46404c5d3e93200
[ancetre.git] / main.tex
1 \documentclass{acm_proc_article-sp}
2 \usepackage{subfig}
3 \usepackage{color}
4 \usepackage{graphicx}
5 \usepackage{url}
6 \usepackage{cite}
7
8 % correct bad hyphenation here
9 \hyphenation{op-tical net-works semi-conduc-tor}
10
11  
12 \begin{document}
13 \title{Ancetre}
14
15
16 \author{Jean-Fran\c cois Couchot, Raphael Couturier, and  Christophe Guyeux*\\
17   FEMTO-ST Institute, UMR 6174 CNRS\\
18   Computer Science Laboratory DISC,
19   University of Franche-Comt\'{e},
20   Besan\c con, France.\\
21   \{jean-francois.couchot, raphael.couturier, christophe.guyeux\}@femto-st.fr\\
22  $*:$ Authors in alphabetic order.\\
23 }
24 \newcommand{\JFC}[1]{\begin{color}{green}\textit{}\end{color}}
25 \newcommand{\RC}[1]{\begin{color}{red}\textit{}\end{color}}
26 \newcommand{\CG}[1]{\begin{color}{blue}\textit{}\end{color}}
27 % make the title area
28 \maketitle
29
30
31
32
33 %IEEEtran, journal, \LaTeX, paper, template.
34 \keywords{Steganography, least-significant-bit (LSB)-based steganography, edge detection, Canny filter, security, syndrome treillis code}
35
36 \maketitle
37
38 \begin{abstract}
39 A novel steganographic method called STABYLO is introduced in this research work.
40 Its main avantage for being is to be much lighter than the so-called
41 Highly Undetectable steGO (HUGO) method, a well known state of the art
42 steganographic process. Additionally to this effectiveness, 
43 quite comparable results through noise measures like PSNR-HVS-M, 
44 BIQI, and weighted PSNR (wPSNR) are obtained.
45 To achieve the proposed goal, famous experimented components of signal processing, 
46 coding theory, and cryptography are combined together, leading to 
47 a scheme that can reasonably face up-to-date steganalysers.
48 \end{abstract}
49
50
51
52
53
54
55
56
57 \section{Introduction}\label{sec:intro}
58 \input{intro.tex}
59
60
61 \section{Presentation of the Proposed Approach}\label{sec:ourapproach}
62 \input{ourapproach.tex}
63
64 \section{Experiments}\label{sec:experiments}
65 \input{experiments}
66
67
68 \section{First Stage: Genomes as Lists of Homologous Classes}
69
70 \section{Second Stage: to Find Closed Genomes}
71
72 \section{Third Stage: Reconstruction of Ancestral Synteny Blocs for the two Closest Genomes}
73
74 \section{Fourth Stage: Filling holes in the Obtained Ancestral Genome}
75
76 \section{Last Stage: to Reproduce the Process until Obtaining the Last Common Ancestor of the given set of Genomes}
77
78 \section{Conclusion}\label{sec:concl}
79
80 The STABYLO algorithm, whose acronym means STeganography 
81 with cAnny, Bbs, binarY embedding at LOw cost, has been introduced 
82 in this document as an efficient method having comparable, though
83 somewhat smaller, security than the well known
84 Highly Undetectable steGO (HUGO) steganographic scheme.
85 This edge-based steganographic approach embeds a Canny
86 detection filter, the Blum-Blum-Shub cryptographically secure
87 pseudorandom number generator, together with Syndrome-Treillis Codes
88 for minimizing distortion.
89 After having introduced with details the proposed method,
90 we have evaluated it through noise measures (namely, the PSNR, PSNR-HVS-M, 
91 BIQI, and weighted PSNR) and using well established steganalysers.
92
93 For future work, the authors' intention is to investigate systematically 
94 all the existing edge detection methods, to see if the STABYLO evaluation scores can
95 be improved by replacing Canny with another edge filter. We will try
96 to take into account the least significant bits too during all the
97 stages of the algorithm, hoping by doing so to be closer to the HUGO scores against 
98 steganalyzers. Other steganalyzers than the ones used in this document will be
99 examined for the sake of completeness. Finally, the
100 systematic replacement of all the LSBs of edges by binary digits provided
101 by the BBS generator will be investigated, and the consequences of such a 
102 replacement, in terms of security, will be discussed.
103
104
105 \bibliographystyle{plain}
106 \bibliography{biblio}
107
108
109
110 \end{document}
111
112