Electrical and Electronic Engineering - Research Publications

Permanent URI for this collection

Search Results

Now showing 1 - 10 of 15
  • Item
    No Preview Available
    The Effect of Fetal Heart Rate Segment Selection on Deep Learning Models for Fetal Compromise Detection
    Mendis, L ; Palaniswami, M ; Brownfoot, F ; Keenan, E (Institute of Electrical and Electronics Engineers, 2023)
    Monitoring the fetal heart rate (FHR) is common practice in obstetric care to assess the risk of fetal compromise. Unfortunately, human interpretation of FHR recordings is subject to inter-observer variability with high false positive rates. To improve the performance of fetal compromise detection, deep learning methods have been proposed to automatically interpret FHR recordings. However, existing deep learning methods typically analyse a fixed-length segment of the FHR recording after removing signal gaps, where the influence of this segment selection process has not been comprehensively assessed. In this work, we develop a novel input length invariant deep learning model to determine the effect of FHR segment selection for detecting fetal compromise. Using this model, we perform five times repeated five-fold cross-validation on an open-access database of 552 FHR recordings and assess model performance for FHR segment lengths between 15 and 60 minutes. We show that the performance after removing signal gaps improves with increasing segment length from 15 minutes (AUC = 0.50) to 60 minutes (AUC = 0.74). Additionally, we demonstrate that using FHR segments without removing signal gaps achieves superior performance across signal lengths from 15 minutes (AUC = 0.68) to 60 minutes (AUC = 0.76). These results show that future works should carefully consider FHR segment selection and that removing signal gaps might contribute to the loss of valuable information.
  • Item
    Thumbnail Image
    Probabilistic detection of crowd events on riemannian manifolds
    Rao, AS ; Gubbi, J ; Marusic, S ; Palaniswami, M (IEEE, 2015-01-12)
    Event detection in crowded scenarios becomes complex due to articulated human movements, occlusions and complexities involved in tracking individual humans. In this work, we focus on crowd event (activity) detection and classification. We focus on active crowd (continuously moving crowd) events. First, event primitives such as motion, action, activity and behaviour are defined. Furthermore, a distinction is made among event detection, action recognition and abnormal event detection. Further, event detection and classification are defined on Riemannian Manifolds that yields six different probabilities of the event occurring. Using a new probabilistic approach, an automated event detection algorithm is proposed that temporally segments the event using a novel framework. The results indicate that the proposed approach delivers superior performance in selected cases and similar results in other cases, whilst the detection model delay allows operation in near real-time. The Performance Evaluation of Tracking and Surveillance (PETS) 2009 dataset was used for evaluation. Existing crowd event detection approaches used supervised approach, whereas we eschew semi-supervised approach.
  • Item
    Thumbnail Image
    Detection of anomalous crowd behaviour using hyperspherical clustering
    Rao, AS ; Gubbi, J ; Rajasegarar, S ; Marusic, S ; Palaniswami, M (IEEE, 2015-01-12)
    Analysis of crowd behaviour in public places is an indispensable tool for video surveillance. Automated detection of anomalous crowd behaviour is a critical problem with the increase in human population. Anomalous events may include a person loitering about a place for unusual amounts of time; people running and causing panic; the size of a group of people growing over time etc. In this work, to detect anomalous events and objects, two types of feature coding has been proposed: spatial features and spatio-temporal features. Spatial features comprises of contrast, correlation, energy and homogeneity, which are derived from Gray Level Co-occurrence Matrix (GLCM). Spatio-temporal feature includes the time spent by an object at different locations in the scene. Hyperspherical clustering has been employed to detect the anomalies. Spatial features revealed the anomalous frames by using contrast and homogeneity measures. Loitering behaviour of the people were detected as anomalous objects using the spatio-temporal coding.
  • Item
    Thumbnail Image
    Classification of Convulsive Psychogenic Non-epileptic Seizures Using Histogram of Oriented Motion of Accelerometry Signals
    Kusmakar, S ; Gubbi, J ; Rao, AS ; Yan, B ; O'Brien, TJ ; PALANISWAMI, M (IEEE, 2015)
    A seizure is caused due to sudden surge of electrical activity within the brain. There is another class of seizures called psychogenic non-epileptic seizure (PNES) that mimics epilepsy, but is caused due to underlying psychology. The diagnosis of PNES is done using video-electroencephalography monitoring (VEM), which is a resource intensive process. Recently, accelerometers have been shown to be effective in classification of epileptic and non-epileptic seizures. In this work, we propose a novel feature called histogram of oriented motion (HOOM) extracted from accelerometer signals for classification of convulsive PNES. An automated algorithm based on HOOM is proposed. The algorithm showed a high sensitivity of (93.33%) and an overall accuracy of (80%) in classifying convulsive PNES.
  • Item
    Thumbnail Image
    An Improved Approach to Crowd Event Detection by Reducing Data Dimensions
    Rao, AS ; Gubbi, J ; Palaniswami, M ; Thampi, SM ; Bandyopadhyay, S ; Krishnan, S ; Li, KC ; Mosin, S ; Ma, M (SPRINGER-VERLAG BERLIN, 2016)
    Crowd monitoring is a critical application in video surveillance. Crowd events such as running, walking, merging, splitting, dispersion, and evacuation inform crowd management about the behavior of groups of people. For an effective crowd management, detection of crowd events provides an early sign of the behavior of the people. However, crowd event detection using videos is a highly challenging task because of several challenges such as non-rigid human body motions, occlusions, unavailability of distinguishing features due to occlusions, unpredictability in people movements, and other. In addition, the video itself is a high-dimensional data and analyzing to detect events becomes further complicated. One way of tackling the huge volume of video data is to represent a video using low-dimensional equivalent. However, reducing the video data size needs to consider the complex data structure and events embedded in a video. To this extent, we focus on detection of crowd events using the Isometric Mapping (ISOMAP) and Support Vector Machine (SVM). The ISOMAP is used to construct the low-dimensional representation of the feature vectors, and then an SVM is used for training and classification. The proposed approach uses Haar wavelets to extract Gray Level Coefficient Matrix (GLCM). Later, the approach extracts four statistical features (contrast, correlating, energy, and homogeneity) at different levels of Haar wavelet decomposition. Experiment results suggest that the proposed approach is shown to perform better when compared with existing approaches.
  • Item
    Thumbnail Image
    Anomalous Crowd Event Analysis Using Isometric Mapping
    Rao, AS ; Gubbi, J ; Palaniswami, M ; Thampi, SM ; Bandyopadhyay, S ; Krishnan, S ; Li, KC ; Mosin, S ; Ma, M (SPRINGER-VERLAG BERLIN, 2016)
    Anomalous event detection is one of the important applications in crowd monitoring. The detection of anomalous crowd events requires featurematrix to capture the spatio-temporal information to localize the events and detect the outliers. However, feature matrices often become computationally expensive with large number of features becomes critical for large-scale and real-time video analytics. In this work, we present a fast approach to detect anomalous crowd events and frames. First, to detect anomalous crowd events, the motion features are captured using the optical flow and a feature matrix of motion information is constructed and then subjected to nonlinear dimensionality reduction (NDR) using the Isometric Mapping (ISOMAP). Next, to detect anomalous crowd frames, the method uses four statistical features by dividing the frames into blocks and then calculating the statistical features for the blocks where objects were present. The main focus of this study is to understand the effect of large feature matrix size on detecting the anomalies with respect to computational time. Experiments were conducted on two datasets: (1) Performance Evaluation of Tracking and Surveillance (PETS) 2009 and (2) Melbourne Cricket Ground (MCG) 2011. Experiment results suggest that the ISOMAP NDR reduces the computation time significantly, more than ten times, to detect anomalous crowd events and frames. In addition, the experiment revealed that the ISOMAP provided an upper bound on the computational time.
  • Item
    No Preview Available
    SHAPELET BASED VISUAL ASSESSMENT OF CLUSTER TENDENCY IN ANALYZING COMPLEX UPPER LIMBMOTION
    Datta, S ; Karmakar, C ; Rathore, P ; Palaniswami, M (IEEE, 2021)
    The evolution of ubiquitous sensors has led to the generation of copious amounts of waveform data. Human motion waveform analysis has found significance in clinical and home-based activity monitoring. Exploration of cluster structure in such waveform data prior to developing learning models is an important pattern recognition problem. A prominent category of algorithms in this direction, known as Visual Assessment of (cluster) Tendency (VAT), employs visual approaches to study cluster evolution through heat maps. This paper proposes shape-iVAT, a new relative of an improved VAT model, that captures local time-series characteristics through representative subsequences, known as shapelets, to identify interesting patterns in motion data. We propose an unsupervised method for shapelet extraction using maximin shape sampling and shape-based distance computation for selecting key shapelets representing characteristic motion patterns. These shapelets are used to transform waveform data into a dissimilarity matrix for VAT evaluation. We demonstrate that the proposed method outperforms standard VAT with global distance measures for identifying complex upper limb motion captured using a camera-based motion sensing device. We also show that our method has significance in efficient and interpretable cluster tendency assessment for anomaly detection and continuous motion monitoring.
  • Item
    Thumbnail Image
    Anomalous Behavior Detection in Crowded Scenes Using Clustering and Spatio-Temporal Features
    Yang, M ; Rajasegarar, S ; Rao, AS ; Leckie, C ; Palaniswami, M ; Shi, Z ; Vadera, S ; Li, G (Springer, 2016)
    important problem in real-life applications. Detection of anomalous behaviors such as people standing statically and loitering around a place are the focus of this paper. In order to detect anomalous events and objects, ViBe was used for background modeling and object detection at first. Then, a Kalman filter and Hungarian cost algorithm were implemented for tracking and generating trajectories of people. Next, spatio-temporal features were extracted and represented. Finally, hyperspherical clustering was used for anomaly detection in an unsupervised manner. We investigate three different approaches to extracting and representing spatio-temporal features, and we demonstrate the effectiveness of our proposed feature representation on a standard benchmark dataset and a real-life video surveillance environment.
  • Item
    Thumbnail Image
    Non-Protruding Hazard Detection for the Aged Vision-Impaired
    Sridhara Rao, A ; Gubbi, J ; Palaniswami, M ; WONG, E (IEEE, 2016)
    Usage of the traditional white cane by the elderly with vision impairment is inefficient as many are also reliant on ambulatory aids such as wheelchairs and walking frames. The fall occurrence when using ambulatory aids is higher, contributed by non-protruding hazards such as potholes and drop-offs. Currently available technology for blind navigation, predominantly based on proximity sensing, is not designed to detect non protruding hazards. We address this critical need by developing a new optical laser system that combines innovative approaches in optical laser projection, vision-sensing, pattern recognition, and machine learning. Here, we present an overview of the system, including a new feature descriptor termed Histogram of Intersections, and results from our proof-of-concept demonstration.
  • Item
    Thumbnail Image
    A vision-based system to detect potholes and uneven surfaces for assisting blind people
    Sridhara Rao, A ; Gubbi, J ; Palaniswami, M ; Wong, E (IEEE, 2016)
    Vision is one of the most advanced and important sensory input in humans. However, many people have vision problems due to birth defects, uncorrected errors, work nature, accidents, and aging. The white cane and guide dog are the most widely used means of navigation for the vision-impaired. With advancements in technology, electronic devices have been created using different sensors and technologies to help navigate the blind. Electronic Travel AIDS (ETAs) assist in navigating a person by collecting information about the environment and relaying this information in a form that allows a blind or vision-impaired person to understand the nature of the environment. However, there is still a lack of devices to detect potholes and uneven pavements, which inhibits mobility after dark. This pilot study proposes a computer vision based pothole and uneven surface detection approach to assist blind people in meeting their mobility needs. The system includes projecting laser patterns, recording the patterns through a monocular video, analyzing the patterns to extract features and then providing path cues for the blind user. With over 90% accuracy in detecting potholes, the proposed system aims to assist blind people in real-time navigation.