<?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:dc="http://purl.org/dc/elements/1.1/">
  <channel rdf:about="http://bura.brunel.ac.uk/handle/2438/8621">
    <title>BURA Community:</title>
    <link>http://bura.brunel.ac.uk/handle/2438/8621</link>
    <description />
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://bura.brunel.ac.uk/handle/2438/33450" />
        <rdf:li rdf:resource="http://bura.brunel.ac.uk/handle/2438/33449" />
        <rdf:li rdf:resource="http://bura.brunel.ac.uk/handle/2438/33441" />
        <rdf:li rdf:resource="http://bura.brunel.ac.uk/handle/2438/33398" />
      </rdf:Seq>
    </items>
    <dc:date>2026-06-20T15:45:52Z</dc:date>
  </channel>
  <item rdf:about="http://bura.brunel.ac.uk/handle/2438/33450">
    <title>AI-enabled flaw detection using multi-sensory data fusion</title>
    <link>http://bura.brunel.ac.uk/handle/2438/33450</link>
    <description>Title: AI-enabled flaw detection using multi-sensory data fusion
Authors: Marsh, Benedict
Abstract: This thesis focuses on the challenge of automated flaw detection by developing a method for surface crack detection that uses a data fusion approach. Flaw detection is needed to detect damage that could compromise structural integrity, leading to further consequences. Identification of flaws is important to analyse the severity and then take action to rectify any issues. Automated approaches using AI are needed to reduce cost as well as to speed up identification and increase accuracy. The presented research developed a method that followed a multi-stage approach, where data from multiple sensors are fused into a 3D representation with the use of AI models. Then, detection is done on that representation to identify the cracks so that further analysis can be done to determine the crack severity. Research contributions are from both stages. First, data fusion improvements for RGB images were worked on, and a novel method for fusing depth data from RGB stereo and LiDAR data was developed.&#xD;
Then, a method for crack identification from RGB-D data using a novel synthetic data generation method was developed. Evaluation of the contributions was carried out to demonstrate the improvements due to data fusion with comparisons to other methods. The key findings included: metric evaluations showing the developed enhanced image fusion technique improved RGB image quality. The developed novel stereo and LiDAR data fusion method&#xD;
showed lower error than either input method alone. The evaluation of the developed novel crack segmentation method using synthetic data showed that models can be effectively trained in the absence of extensive real-world data.
Description: This thesis was submitted for the award of Doctor of Philosophy and was awarded by Brunel University London</description>
    <dc:date>2025-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://bura.brunel.ac.uk/handle/2438/33449">
    <title>The multi-sensor fusion of camera and LiDAR with semantic 3D depth sensing for enhanced perception in autonomous driving systems</title>
    <link>http://bura.brunel.ac.uk/handle/2438/33449</link>
    <description>Title: The multi-sensor fusion of camera and LiDAR with semantic 3D depth sensing for enhanced perception in autonomous driving systems
Authors: Yildiz, Ahmet Serhat
Abstract: The development of autonomous driving technology depends on the precise perception of the environment and effective object detection and classification, tracking, essential for safe navigation and decision-making. However, existing multi-sensor fusion methods focus on generating dense depth maps by combining camera and LiDAR data, where distance is represented using colour values. In these depth maps, object shapes are often unclear and small or partially occluded objects are difficult to detect. As a result, it is challenging to accurately detect an object and extract object’s specific distance information. Therefore, this research focuses on detecting specific important objects and directly extracting their distance information from a sparse depth map combined in a more efficient and reliable way. This thesis explores multi-sensor fusion strategies, specifically fusing camera and LiDAR data, to enhance the perception capabilities of autonomous driving systems. While LiDAR sensors provide accurate depth measurements, their limited resolution restricts detailed scene understanding. Conversely, cameras provide much semantic information, but lack depth precision. This research addresses sensor limitations by integrating YOLOv8, a state-of-the-art object detection framework, with LiDAR point cloud data using precise camera–LiDAR projection utilising calibrated transformation matrices. The system is evaluated using the KITTI object detection benchmark, demonstrating improved range resolution and detection robustness under complex driving conditions. This work presents three main contributions: CNN-based traffic sign classification, camera-LiDAR fusion with depth enhancement and projection, and novel depth estimation techniques for distance measurement.&#xD;
Firstly, a Convolutional Neural Network (CNN) model is developed, trained, and implemented on the German Traffic Sign Recognition Benchmark (GTSRB) to achieve reliable classification of traffic signs under varying real-world conditions. The CNN architecture has several convolutional layers with activation functions (including ReLU, Leaky ReLU, and GELU), and each one is followed by a max-pooling layer that systematically reduces the spatial dimensions while keeping important features. After that, the extracted features are subsequently sent to fully connected (FC) layers for classification purposes. The network utilises the Adam optimiser with categorical cross-entropy loss and employs regularisation methods. The study evaluates and compares the performance of different activation functions to analyse their impact on recognition accuracy and model robustness. The final model does a great job of classifying traffic signs in the GTSRB test set, offering a dependable vision input source for further perception tasks in autonomous driving systems.&#xD;
Secondly, this study introduces a complete camera–LiDAR fusion framework that improves depth perception by using calibration data and transformation matrices, which include both intrinsic and extrinsic parameters, to project 3D LiDAR point clouds onto 2D camera images. Using homogeneous coordinate transformations, and matrix multiplication, the projection pipeline carefully maps LiDAR points onto the image plane, creating a sparse depth map that matches the RGB data. LiDAR sensors are naturally sparse and have low resolution, especially in systems with fewer vertical beams. To address this problem, the interpolation method was used to make the depth map denser and emulate higher-resolution point distributions. This upsampling process was used on both bounding box and segmentation mask regions to evaluate the efficacy of various spatial priors. The study provides a foundation for future perception pipelines in autonomous driving systems.&#xD;
Thirdly, a novel distance estimation method is proposed based on fused cam-era–LiDAR data. Several depth extraction techniques are introduced and evaluated, including Point-by-Point (PbyP), Complete Region Depth Extraction (CoRDE), Central Region Depth Extraction (CeRDE), and Grid Central Region Depth Ex-traction (GCRDE). These methods are tested across various object categories (e.g., cars, trucks, bicycles) and occlusion levels (0 to 3) using metrics such as extraction time, accuracy, and Root Mean Square Error (RMSE). Results show that segmentation mask-based methods, especially CeRDE and GCRDE, achieve higher depth estimation accuracy and lower RMSE, particularly for large and occluded objects. However, bounding box methods like PbyP and CoRDE maintain faster processing times, favoring real-time applications. GeRDE provides a balanced solution, offering both high accuracy and computational efficiency.&#xD;
Overall, this thesis contributes to the field of autonomous driving systems perception by demonstrating that deep learning-enhanced sensor fusion and optimised depth extraction can significantly improve the performance and reliability of perception systems under complex real-world conditions.
Description: This thesis was submitted for the award of Doctor of Philosophy and was awarded by Brunel University London</description>
    <dc:date>2026-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://bura.brunel.ac.uk/handle/2438/33441">
    <title>Data privacy preservation and uncertainty estimation in machine learning</title>
    <link>http://bura.brunel.ac.uk/handle/2438/33441</link>
    <description>Title: Data privacy preservation and uncertainty estimation in machine learning
Authors: Sui, Wanxin
Abstract: This thesis addresses the challenges of data privacy in the field of ma-chine learning, with a focus on privacy threats and uncertainty estimation in decentralized learning environments. As data grows exponentially and ma-chine learning models are widely adopted, the challenge of effectively using data while ensuring privacy protection has become paramount. To tackle this issue, the thesis proposes a task-adaptive privacy protection method that combines differential privacy and local differential privacy techniques, dynamically adjusting the noise level to maximize model utility while ensuring privacy protection. Additionally, this thesis explores privacy attacks in decentralized learning, including reconstruction attacks on Decentralized Gradient Descent (D-GD) and Gossip averaging protocols, and proposes cor-responding defense strategies. To improve model robustness, a normalizing flow-based uncertainty estimation method is introduced to detect anomalous predictions and apply additional privacy measures. Experiments demonstrate the effectiveness of these methods in various application scenarios, including real estate valuation and breast cancer detection. Ultimately, this thesis proposes a multi-layer defense mechanism that combines privacy protection and uncertainty estimation, offering stronger privacy protection and model robustness in complex decentralized learning scenarios.
Description: This thesis was submitted for the award of Doctor of Philosophy and was awarded by Brunel University London</description>
    <dc:date>2026-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://bura.brunel.ac.uk/handle/2438/33398">
    <title>RGCNet: Riemannian graph convolutional networks for end-to-end smart contract vulnerability detection</title>
    <link>http://bura.brunel.ac.uk/handle/2438/33398</link>
    <description>Title: RGCNet: Riemannian graph convolutional networks for end-to-end smart contract vulnerability detection
Authors: Chen, Y; Zhu, H; Li, H; Yang, Y; Wang, Q; Li, M
Abstract: Frequent security issues with smart contract vulnerabilities have become a pressing challenge in the industry. Conventional program analysis methods lack flexibility and extensibility, leading to high false positive rates. Deep learning approaches are emerging as a new trend to address this issue. Compared to other neural networks, graph convolutional networks can better capture the structural and logical information of smart contracts. However, existing methods do not fully consider the scale-free characteristics of smart contracts and fail to leverage their complex hierarchical structures and semantic information. Therefore, we develop an end-to-end vulnerability detection framework using Riemannian Graph Convolutional Networks (RGCNet). We first construct smart contract graphs that are rich in semantic and structural information. Next, we learn features of the smart contract graph in the Riemannian manifold, thereby better reflecting its actual topology. Simultaneously, the word embedding network extracts semantic features, forming an end-to-end network where modules promote one another. Extensive experiments are conducted on three vulnerabilities using real-world smart contracts. The results show that the proposed approach exhibits superior performance over state-of-the-art methodologies in terms of accuracy, precision, and recall.
Description: Data availability: &#xD;
Data will be made available on request.</description>
    <dc:date>2026-05-21T00:00:00Z</dc:date>
  </item>
</rdf:RDF>

