Pusat Pengajian Sains Komputer - Tesis

Browse

Recent Submissions

Now showing 1 - 5 of 498
  • Publication
    Enhancing 2D Joints Estimation In Markerless Motion Capture For Improved Tracking Of Spinal Movements
    (2025-09)
    Pauzi, Ainun Syarafana
    This research aims to improve the anatomical accuracy of 2D human pose estimation models by enhancing the level of detail in the skeletal representation, particularly for the spine region. The research is guided by two main objectives: (1) to identify which of three widely used deep learning models (OpenPose, MediaPipe BlazePose, or MoveNet) most accurately predicts keypoints by comparing model outputs with Inertial Measurement Unit (IMU) data; and (2) to develop a curve-fitting algorithm using Bezier and B-Spline formulas to create realistic spine curvature based on new spine keypoints.
  • Publication
    An Improved Static Analysis Approach For Detecting Input Validation Vulnerabilities In Web Application
    (2025-09)
    Marashdih, Abdalla Wasef Mohammad
    This thesis proposes a novel approach for detecting XSS and SQLi vulnerabilities. First, a static analysis technique is introduced to identify feasible execution paths in the PHP source code, an area currently lacking dedicated tools or methods. Identifying feasible paths significantly reduces false positives in static analysis outcomes. Second, taint analysis is employed to trace the sources of vulnerabilities, confirm their execution, and assess the application of appropriate sanitisation along those feasible paths.
  • Publication
    An Interplay Of Bilingualism On Language Skills And Cognitive Functions Among Saudi International School Students
    (2025-05)
    Ali, Abd Ali Shams Mhmood Abd
    Blockchain technology introduces a new decentralized paradigm era avoiding the reliance on trusted third parties. It is a transparent and distributed ledger which is designed fundamentally for digital cryptocurrencies but has since been extended to various industries. However, its immutability obligates significant challenges including storing illicit contents, privacy regulations violations, and restricting data management flexibility. Therefore, redactable blockchain has emerged as a leading solution enabling controlled immutable contents amendment. Transaction-level redaction reinforced by fine-grained access control forms the cornerstone of the current redaction mechanisms. This redaction concept essentially depends on modifying mutable transactions governed by predefined access policies specified by the transaction owner. Modifiers equipped with necessary rewriting privileges and who fulfil the associated access policy are enabled to perform modifications. However, the existing redaction mechanisms infrastructures are inefficient. For instance, the chameleon hash ephemeral trapdoor (chet),
  • Publication
    Integration Of Dynamic Loss Function Autoencoder In Boost
    (2025-04)
    Shamsudin, Haziqah
    Highly class imbalance together with high data complexity (feature overlap and poor class separability), presents a significant challenge in machine learning. Traditional classifiers often exhibit bias towards the majority class, resulting in poor performance on the minority class, which is frequently the class of interest. Existing methods address imbalance or complexity, but rarely both effectively, and often lack adaptivity during training. This thesis addresses these challenges through a series of algorithmic enhancements.
  • Publication
    Near-Miss Traffic Trajectory Detection Based On Deep Learning
    (2025-02)
    Yang, Lu
    Computer vision-based methods have indeed been widely employed for monitoring road traffic conditions. Traffic safety is a critical concern in urban environments, with near-miss events serving as valuable indicators of potential accidents. In this research, an innovative framework is proposed that combines yolov7 with transformer-based structures and segmentation techniques for robust object detection, tracking, and near-miss event analysis in traffic scenarios. Utilizing the real-time object detection capabilities of yolov7, it is augmented through the integration of transformer architectures. This enhancement enables the capture of longrange dependencies and contextual information, thereby improving accuracy in object recognition and localization. Additionally, segmentation methods are employed to delineate objects within the scene, further refining the detection box to better fit the target object.