<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
  <channel>
    <title>PolyU IR Collection: COMP Theses</title>
    <link>http://hdl.handle.net/10397/908</link>
    <description />
    <items>
      <rdf:Seq>
        <rdf:li resource="http://hdl.handle.net/10397/5734" />
        <rdf:li resource="http://hdl.handle.net/10397/5700" />
        <rdf:li resource="http://hdl.handle.net/10397/5699" />
        <rdf:li resource="http://hdl.handle.net/10397/5698" />
      </rdf:Seq>
    </items>
  </channel>
  <textInput>
    <title>The Collection's search engine</title>
    <description>Search the Channel</description>
    <name>search</name>
    <link>http://repository.lib.polyu.edu.hk/jspui/simple-search</link>
  </textInput>
  <item rdf:about="http://hdl.handle.net/10397/5734">
    <title>Routing strategies and cooperation incentive mechanisms for delay tolerant networks</title>
    <link>http://hdl.handle.net/10397/5734</link>
    <description>Title: Routing strategies and cooperation incentive mechanisms for delay tolerant networks&lt;br/&gt;&lt;br/&gt;Authors: Chen, Honglong&lt;br/&gt;&lt;br/&gt;Abstract: In most of the conventional routing protocols, the messages are designed to be delivered along the always-connected end-to-end path between the source and destination. However, this kind of routing protocols are not applicable in delay tolerant networks (DTNs), in which the nodes are intermittently connected. DTNs, as an emergent communication paradigm, enable the transfer of messages among the intermittently connected nodes. Applications of DTNs include social networks, vehicular networks, pocket switched networks and habitat monitoring sensor networks, etc. In DTNs, the nodes are generally with some characteristics, which should be carefully considered in the research. Firstly, they are always intermittently connected due to their high mobility, sparse deployment and short radio range. Secondly, they are always some resource-limited (e.g., bandwidth, buffer space, energy power, etc.) mobile devices such as smart phones or PDAs. Thirdly, they are always some distributed autonomous entities, which make the routing decision locally and independently. Such kind of characteristics will challenge the research of DTNs from the aspects of routing, cooperation incentive, security and privacy, etc. Firstly, this dissertation proposes to use the contact expectation for the DTN routing. An expected encounter based routing protocol (EER) is proposed, which distributes multiple replicas of a message proportionally between two encounters according to their expected encounter values. In case of single replica of a message, EER makes the routing decision by comparing the minimum expected meeting delay to the destination. A community based routing protocol (CR) is further proposed, which takes advantages of the high contact frequency property of the community. The simulations demonstrate the effectiveness of the proposed EER and CR protocols under different network parameters.; Secondly, this dissertation proposes a cooperative routing protocol using the group feature for the DTNs under resource constraints, which includes a cooperative message transfer scheme and a buffer management strategy. In the cooperative message transfer scheme, the limited bandwidth is considered and the message transfer priorities are designed to maximize the delivery probability. In the buffer management strategy, by considering the constraint of buffer space, the cooperative message caching scheme is proposed and the dropping order of the messages is designed to minimize the reduced delivery probability. Finally, the simulations are conducted to demonstrate the effectiveness of the proposed group aware routing protocol under different network parameters. Thirdly, this dissertation considers the noncooperative DTNs, in which the nodes may be selfish and reluctant to cooperate with each other in the message forwarding. Two credit-based rewarding schemes, called earliest path singular rewarding scheme (EPSR) and earliest path cumulative rewarding scheme (EPCR) respectively, are proposed to ensure the nodes truthfully forward the messages. The proposed rewarding schemes are proved to be incentive compatible. It is also proved that the payment for each delivered message in these schemes is upper bounded. Furthermore, the proposed rewarding schemes can prevent selfish nodes from having malicious behaviors. The real trace based simulations are conducted to illustrate the effectiveness of the proposed rewarding schemes. Finally, this dissertation proposes to protect the end-to-end location privacy in the delay tolerant event collection systems, which are one of the typical DTN applications. Previous research only focuses on the location privacy of the source or sink independently. In this dissertation, the importance of location privacy of both the source and sink are addressed and four schemes called forward random walk (FRW), bidirectional tree (BT), dynamic bidirectional tree (DBT) and zigzag bidirectional tree (ZBT) respectively are proposed to protect them simultaneously. Simulation results illustrate the effectiveness of the proposed end-to-end location privacy protection schemes.&lt;br/&gt;&lt;br/&gt;Description: xviii, 146 p. : ill. ; 30 cm.; PolyU Library Call No.: [THS] LG51 .H577P COMP 2012 Chen</description>
  </item>
  <item rdf:about="http://hdl.handle.net/10397/5700">
    <title>Secure routing in multi-hop wireless networks</title>
    <link>http://hdl.handle.net/10397/5700</link>
    <description>Title: Secure routing in multi-hop wireless networks&lt;br/&gt;&lt;br/&gt;Authors: Zhou, Jie&lt;br/&gt;&lt;br/&gt;Abstract: Secure routing protocols play an essential role for ensuring security in multi-hop wireless networks. Specifically speaking, the entire network could be paralyzed by misdirecting routing control messages, which could lead to lower network throughput, frequent packet loss and eavesdropping. Thus routing protocols should be secure enough to defend from attack, yet optimal enough to ensure routing performance. Most existing work on secure routing does not consider routing performance, nor does it adequately address the issues of providing users with information integrity and confidentiality. Moreover, current attack detection approaches make strong assumptions and require extra hardware support. In this research work, we study and propose solutions to address these challenging issues. We make the following original and significant contributions. Firstly, we propose a Security Extended Optimised Link State Routing protocol (SE-OLSR) to guarantee the integrity, confidentiality and freshness of current OLSR. Previous routing protocols focus on improving performance with the assumption the wireless environment is friendly and trustworthy. However, the multi-hop wireless network is vulnerable to numerous attackers. Thus, we adopt basic security techniques to encrypt the routing packets, in order to ensure the packets received by the destination node are the original ones sent by the source node. At the same time, a digital signature and hash values are used to guarantee the packets are the latest ones to prevent replay attacks. We implement the SE-OLSR on the Linux platform to identify its accuracy, and then transplant this secure routing protocol to mesh routers T902 and laptops to establish a Wireless Mesh Network (WMN) testbed.; Secondly, we analyse the impact of wormhole attacks and develop a countermeasure for attack detection based on a real testbed. Although many works have been done on detecting wormhole attacks, few of them actually evaluated their solutions on a testbed to consider real network conditions. In order to fill this gap, we set up a WMN testbed for studying wormhole attacks through comprehensive experiments. Some existing approaches used RTT to detect wormhole attacks. However, from both theoretical analysis and experimental results, we observed that the standard deviation of round trip time (stdev(RTT)) is a more efficient metric than RTT to identify wormhole attacks. Accordingly, we propose a new algorithm called Neighbour-Probe-Acknowledge (NPA) to detect wormhole attacks. Compared with existing works, NPA does not need time synchronisation or extra hardware support. Moreover, it achieves a higher detection rate and a lower false alarm rate than the methods using RTT under different background traffic load conditions. Finally, we propose an Optimal Secure Routing (OSR) protocol to find a secure path resilient to active attack with the best routing performance. Traditional routing protocols are designed to efficiently find paths containing high quality links in assumed trust environments. Although several routing schemes have recently been proposed as defence from attack, with increasing attention on security issues in the application of multi-hop wireless networks, only a few of these have considered routing performance. To fill this gap, we have designed a new secure routing protocol OSR taking into consideration routing performance optimisation. OSR relies on a trusted third party, Trust Clearance Center (TCC), which utilises game theory to calculate and assign a trust value for each node according to its utility report behaviour. We prove that this TCC is able to detect malicious nodes and segregate them from the network when they try to launch attacks. Therefore, optimal paths can be discovered by OSR without any utility cheating. Through extensive simulations, we demonstrate that OSR can effectively discover optimal paths with a high detection rate and a low false alarm rate. Furthermore, we observe that the behaviour of active attacks can be comprehensively formulated by using game theory. To the best of our knowledge, this is the first piece of work that adopts game theory to deal with problems that jointly consider security and routing performance.&lt;br/&gt;&lt;br/&gt;Description: xvii, 94 p. : ill. ; 30 cm.; PolyU Library Call No.: [THS] LG51 .H577M COMP 2012 Zhou</description>
  </item>
  <item rdf:about="http://hdl.handle.net/10397/5699">
    <title>Intelligent texture-based pattern search, classification and interpolation for woven fabric design</title>
    <link>http://hdl.handle.net/10397/5699</link>
    <description>Title: Intelligent texture-based pattern search, classification and interpolation for woven fabric design&lt;br/&gt;&lt;br/&gt;Authors: Zheng, Dejun&lt;br/&gt;&lt;br/&gt;Abstract: In the cognitive process of design activity, fabric designers conceive the color and texture composition not individually, but as an ensemble of tones, shades and tints that are created in the texture patterns of yarn and fiber materials. Perceptual features of natural textures as well as fabric textures have been extensively studied in the existing literature. However, no thorough investigation of the cognitive texture features of woven patterns in fabric design has been conducted so far. The present research uses cognitive informatics models to study fabric texture features in the process of woven fabric design. It provides a comprehensive framework to facilitate selecting and designing the fabric textures in the design process. The research framework comprises cognitive fabric feature analysis and fabric texture operations in fabric pattern design, namely, fabric search, pattern classification, and woven texture interpolation with color theme-based texture synthesis. A novel object-attribute-relation (OAR) model is used to study fabric texture digitization and texture feature analysis. A relation between the high-level cognitive features and low-level perceptual features of fabric patterns in design activity is described. The cognitive features in fabric design are used to develop fabric texture operations. Examples of how cognitive features can be used to perform texture selecting and synthesizing tasks are given. There are three major contributions of this study to existing fabric texture analysis and research. (1) The study reduces the gap between the cognitive features of fabric textures in the design activity and the perceptual features of the textures in material operations. (2) New approaches for fabric pattern design are developed based on the cognitive color theme and interpolated woven patterns. (3) The research findings illustrate that fabric texture digitization methods and cognitive feature extraction in design activity are major factors in developing effective fabric texture operations.&lt;br/&gt;&lt;br/&gt;Description: 210 p. : ill. (some col.) ; 30 cm.; PolyU Library Call No.: [THS] LG51 .H577P COMP 2012 Zheng</description>
  </item>
  <item rdf:about="http://hdl.handle.net/10397/5698">
    <title>Regularized robust coding and dictionary learning for face recognition</title>
    <link>http://hdl.handle.net/10397/5698</link>
    <description>Title: Regularized robust coding and dictionary learning for face recognition&lt;br/&gt;&lt;br/&gt;Authors: Yang, Meng&lt;br/&gt;&lt;br/&gt;Abstract: How to represent the object and how the object representation should be learnt are very fundamental problems in pattern classification tasks, for example, face recognition (FR). As one of the most visible research topics in computer vision, machine learning and biometrics, robust FR to occlusions, misalignment and various variations (e.g., pose, expression and illumination) is still a very challenging problem after many years’ investigation. Recently, the sparse representation theory has been rapidly developed and successfully used in solving various inverse problems such as image reconstruction. Efforts have also been made in using sparse representation for signal classification. In particular, by coding a testing face sample as a sparse linear combination of the training samples and classifying it by evaluating which class leads to the minimum coding residual, sparse representation based classification (SRC) leads to very interesting results for FR. The success of SRC greatly boosts the research of sparsity based classification and the associated dictionary learning techniques. Though SRC has shown promising performance in robust FR, there are still many problems to be further addressed. What is the working mechanism of SRC? What is the role of l₀ or l₁ norm sparsity in it? How to extract effective features to improve the accuracy and speed of SRC? How to design a robust representation fidelity term to handle various outliers? How to train a dictionary to improve classification? In this thesis, we aim to answer these questions with tools from statistical learning, convex optimization, and pattern classification. It is widely believed that the l1-norm sparsity constraint on the coding coefficients plays a key role in the success of SRC. In this thesis, however, it is shown that the collaborative representation mechanism (i.e., using all training samples to collaboratively represent the testing sample) is much more crucial than the l1-norm sparsity of coding coefficients to the success of face classification. A new framework, namely collaborative representation based classification (CRC), is then established and discussed conceptually and experimentally. CRC has various instantiations by applying different norms to the coding residual and coding coefficient, while SRC is a special case of it. It is further shown that l₂-regularizatoin of coding coefficients in CRC could achieve similar performance to or better performance than l₁-regularization and have higher computational efficiency.; We then discuss the use of local features to improve the performance and speed of SRC. We present a Gabor feature based robust representation and classification (GRRC) scheme with Gabor occlusion dictionary (GOD) learning. It is shown that the use of Gabor feature and GOD not only improves the FR accuracy but also reduces significantly the computational cost in handling face occlusion. This part of work also indicates that the appropriate representation model (e.g., the regularization and dictionary) has a close relationship to the feature of the involved signals, which should be considered in designing effective representation models. The third major contribution of this thesis is the development of regularized robust coding (RRC) for FR. In RRC, a robust representation fidelity term is proposed to handle various outliers in face images. RRC is a maximum a posterior solution by assuming that the coding residual and the coding coefficient are respectively independent and identically distributed. An iteratively reweighted regularized robust coding algorithm is developed to solve the RRC model efficiently. Extensive experiments on representative face databases demonstrate that the RRC is much more effective and efficient than state-of-the-art sparse representation based methods in dealing with face occlusion, corruption, lighting and expression changes, etc. Finally, we discuss the problem of dictionary learning (DL) for sparse representation based pattern classification, and propose a novel Fisher discrimination dictionary learning (FDDL) scheme. Based on the Fisher discrimination criterion, a structured dictionary, whose dictionary atoms have correspondence to the class labels, is learnt so that the reconstruction residual after sparse coding can be used for pattern classification. Meanwhile, the Fisher discrimination criterion is imposed on the coding coefficients so that they have small within-class scatter but big between-class scatter. A new classification scheme associated with the proposed FDDL method is then presented by using both the discriminative information in the reconstruction residual and sparse coding coefficient. The proposed FDDL is extensively evaluated on benchmark image databases in comparison with existing sparsity and DL based classification methods.&lt;br/&gt;&lt;br/&gt;Description: xvi, 179 p. : ill. ; 30 cm.; PolyU Library Call No.: [THS] LG51 .H577P COMP 2012 Yang</description>
  </item>
</rdf:RDF>

