532 research outputs found
Tree automata with one memory set constraints and cryptographic protocols
AbstractWe introduce a class of tree automata that perform tests on a memory that is updated using function symbol application and projection. The language emptiness problem for this class of tree automata is shown to be in DEXPTIME.We also introduce a class of set constraints with equality tests and prove its decidability by completion techniques and a reduction to tree automata with one memory.Finally, we show how to apply these results to cryptographic protocols. We introduce a class of cryptographic protocols and show the decidability of secrecy for an arbitrary number of agents and an arbitrary number of (concurrent or successive) sessions, provided that only a bounded number of new data is generated. The hypothesis on the protocol (a restricted copying ability) is shown to be necessary: without this hypothesis, we prove that secrecy is undecidable, even for protocols without nonces
Text lines and snippets extraction for 19th century handwriting documents<br /> layout analysis
International audienceIn this paper we propose a new approach to improve electronic editions of human science corpus, providing an efficient estimation of manuscripts pages structure. In any handwriting documents analysis process, the text line segmentation is an important stage. The presence of variable inter-line spaces, of inconstant base-line skews, overlapping and occlusions in unconstrained ancient 19th handwritten documents complexifies the text lines segmentation task. In this paper, we only use as prior knowledge of script the fact that text lines skews can be random and irregular. In that context, we model text line detection as an image segmentation problem by enhancing text line structure using Hough transform and a clustering of connected components so as to make text line boundaries appear. The proposed approach of snippets decomposition for page layout analysis lies on a first step of content pages classification in five visual and genetic taxonomies, and a second step of text line extraction and snippets decomposition. Experiments show that the proposed method achieves high accuracy for detecting text lines in regular and semi-regular handwritten pages in the corpus of digitized Flaubert manuscripts ("Dossiers documentaires de Bouvard et Pécuchet", 1872-1880)
Hierarchical decomposition of handwritten<br /> manuscripts layouts
http://www.springerlink.com/content/k6741wt1028l7310/International audienceIn this paper we propose a new approach to improve electronic editions of literary corpus, providing an efficient estimation of manuscripts pages structure. In any handwriting documents analysis process, structure recognition is an important issue. The presence of variable inter-line spaces, of inconstant base-line skews, overlappings and occlusions in unconstrained ancient 19th handwritten documents complicates the structure recognition task. Text line and fragment extraction is basedon the connexity labelling of the adjacency graph at different resolutionlevels, for borders, lines and fragments extraction
Evaluation of the Clearview® malaria pLDH malaria rapid diagnostic test in a non-endemic setting
<p>Abstract</p> <p>Background</p> <p>Malaria Rapid Diagnostic Tests (RDTs) are widely used to diagnose malaria. The present study evaluated a new RDT, the Clearview<sup>® </sup>Malaria pLDH test targeting the pan-<it>Plasmodium </it>antigen lactate dehydrogenase (pLDH).</p> <p>Methods</p> <p>The Clearview<sup>® </sup>Malaria pLDH test was evaluated on fresh samples obtained in returned international travellers using microscopy corrected by PCR as the reference method. Included samples were <it>Plasmodium falciparum </it>(139), <it>Plasmodium vivax </it>(22), <it>Plasmodium ovale </it>(20), <it>Plasmodium malariae </it>(7), and 102 negative.</p> <p>Results</p> <p>Overall sensitivity for the detection of <it>Plasmodium </it><it>spp </it>was 93.2%. For <it>P. falciparum</it>, the sensitivity was 98.6%; for <it>P. vivax</it>, <it>P. ovale </it>and <it>P. malariae</it>, overall sensitivities were 90.9%, 60.0% and 85.7% respectively. For <it>P. falciparum </it>and for <it>P. vivax</it>, the sensitivities increased to 100% at parasite densities above 100/μl. The specificity was 100%. The test was easily to perform and the result was stable for at least 1 hour.</p> <p>Conclusion</p> <p>The Clearview<sup>® </sup>Malaria pLDH was efficient for the diagnosis of malaria. The test was very sensitive for <it>P. falciparum </it>and <it>P. vivax </it>detection. The sensitivities for <it>P. ovale </it>and <it>P. malariae </it>were better than other RDTs</p
Contributions au tri automatique de documents et de courrier d'entreprises
Ce travail de thèse s inscrit dans le cadre du développement de systèmes de vision industrielle pour le tri automatique de documents et de courriers d entreprises. Les architectures existantes, dont nous avons balayé les spécificités dans les trois premiers chapitres de la thèse, présentent des faiblesses qui se traduisent par des erreurs de lecture et des rejets que l on impute encore trop souvent aux OCR. Or, les étapes responsables de ces rejets et de ces erreurs de lecture sont les premières à intervenir dans le processus. Nous avons ainsi choisi de porter notre contribution sur les aspects inhérents à la segmentation des images de courriers et la localisation de leurs régions d intérêt en investissant une nouvelle approche pyramidale de modélisation par coloration hiérarchique de graphes ; à ce jour, la coloration de graphes n a jamais été exploitée dans un tel contexte. Elle intervient dans notre contribution à toutes les étapes d analyse de la structure des documents ainsi que dans la prise de décision pour la reconnaissance (reconnaissance de la nature du document à traiter et reconnaissance du bloc adresse). Notre architecture a été conçue pour réaliser essentiellement les étapes d analyse de structures et de reconnaissance en garantissant une réelle coopération entres les différents modules d analyse et de décision. Elle s articule autour de trois grandes parties : une partie de segmentation bas niveau (binarisation et recherche de connexités), une partie d extraction de la structure physique par coloration hiérarchique de graphe et une partie de localisation de blocs adresse et de classification de documents. Les algorithmes impliqués dans le système ont été conçus pour leur rapidité d exécution (en adéquation avec les contraintes de temps réels), leur robustesse, et leur compatibilité. Les expérimentations réalisées dans ce contexte sont très encourageantes et offrent également de nouvelles perspectives à une plus grande diversité d images de documents.This thesis deals with the development of industrial vision systems for automatic business documents and mail sorting. These systems need very high processing time, accuracy and precision of results. The current systems are most of time made of sequential modules needing fast and efficient algorithms throughout the processing line: from low to high level stages of analysis and content recognition. The existing architectures that we have described in the three first chapters of the thesis have shown their weaknesses that are expressed by reading errors and OCR rejections. The modules that are responsible of these rejections and reading errors are mostly the first to occur in the processes of image segmentation and interest regions location. Indeed, theses two processes, involving each other, are fundamental for the system performances and the efficiency of the automatic sorting lines. In this thesis, we have chosen to focus on different sides of mail images segmentation and of relevant zones (as address block) location. We have chosen to develop a model based on a new pyramidal approach using a hierarchical graph coloring. As for now, graph coloring has never been exploited in such context. It has been introduced in our contribution at every stage of document layout analysis for the recognition and decision tasks (kind of document or address block recognition). The recognition stage is made about a training process with a unique model of graph b-coloring. Our architecture is basically designed to guarantee a good cooperation bewtween the different modules of decision and analysis for the layout analysis and the recognition stages. It is composed of three main sections: the low-level segmentation (binarisation and connected component labeling), the physical layout extraction by hierarchical graph coloring and the address block location and document sorting. The algorithms involved in the system have been designed for their execution speed (matching with real time constraints), their robustness, and their compatibility. The experimentations made in this context are very encouraging and lead to investigate a wider diversity of document images.VILLEURBANNE-DOC'INSA-Bib. elec. (692669901) / SudocSudocFranceF
Lack of association between putative transporter gene polymorphisms in Plasmodium falciparum and chloroquine resistance in imported malaria isolates from Africa
BACKGROUND: Plasmodium falciparum drug resistance represents a major health problem in malaria endemic countries. The mechanisms of resistance are not fully elucidated. Recently, an association between putative transporter gene polymorphisms and in vitro response to chloroquine (CQ) and quinine has been reported in culture-adapted, cloned isolates from various geographical origins. However, this was not confirmed in another study performed on isolates from a defined region in Thailand. METHODS: This study tried to find an association between putative transporters gene polymorphisms with in vitro response to CQ and pfcrt genotype in isolates originating from various African countries. To avoid biases of parasites adaptation in culture, fresh isolates obtained from symptomatic, malaria-infected travellers returning from Africa to France were used. Monoclonal isolates included in the study were selected using a msp-2 fragment analysis method. In vitro susceptibility to CQ, single nucleotide polymorphisms and microsatellite polymorphisms in pfcrt, pfmdr1 and six putative transporter genes were established in 27 isolates and three reference strains. RESULTS: Polymorphism of pfcrt at positions 76 and 220 showed a significant association with in vitro chloroquine resistance (P < .02 and P < .05 respectively). Polymorphism of pfmdr1 at position 86 showed an equally significant association with in vitro chloroquine response (P < .05). No association was found between SNPs or microsatellite polymorphisms of putative transporter genes and in vitro CQR or pfcrt genotype in imported malaria isolates from Africa. CONCLUSION: The previously described association between putative transporter gene polymorphisms and in vitro response to chloroquine (CQ) was not confirmed in the present study
- …