-
Design and Implementation of a Complete Wearable Smart Insole Solution to Measure Plantar Pressure and Temperature
Authors:
Amith Khandakar,
Sakib Mahmud,
Muhammad E. H. Chowdhury,
Mamun Bin Ibne Reaz,
Serkan Kiranyaz,
Zaid Bin Mahbub,
Sawal Hamid Md Ali,
Ahmad Ashrif A Bakar,
Mohammed Alhatou,
Mohammed AbdulMoniem
Abstract:
A complete smart insole solution that continuously monitors the foot plantar pressure and temperature can detect foot complications early and that too from the convenience of the user home. Widespread health complications such as Diabetic Mellitus need continuous foot complication monitoring to avoid severe complications. With that motivation, this paper provides a detailed design of a wearable in…
▽ More
A complete smart insole solution that continuously monitors the foot plantar pressure and temperature can detect foot complications early and that too from the convenience of the user home. Widespread health complications such as Diabetic Mellitus need continuous foot complication monitoring to avoid severe complications. With that motivation, this paper provides a detailed design of a wearable insole using popular off-the-shelf sensors to monitor foot plantar pressure and temperature. The design provides details of which temperature and pressure to be used, circuit configuration for characterizing the sensors, and the considerations for developing a compact Printed Circuit board design using appropriate microcontrollers and communication protocol. The system also provides details of how the foot pressure and temperature data from the subjects using the sensors can be transferred wirelessly using a low-power consuming communication protocol to a central device where the data will be recorded. The investigation can help in developing a low-cost, feasible and portable foot monitoring system for patients by facilitating real-time, home monitoring of foot condition using Gait Cycle or Foot Pressure patterns and temperature heterogeneity between two feet. The proposed system will work in real-time.
△ Less
Submitted 15 June, 2022;
originally announced June 2022.
-
Early Myocardial Infarction Detection over Multi-view Echocardiography
Authors:
Aysen Degerli,
Serkan Kiranyaz,
Tahir Hamid,
Rashid Mazhar,
Moncef Gabbouj
Abstract:
Myocardial infarction (MI) is the leading cause of mortality in the world that occurs due to a blockage of the coronary arteries feeding the myocardium. An early diagnosis of MI and its localization can mitigate the extent of myocardial damage by facilitating early therapeutic interventions. Following the blockage of a coronary artery, the regional wall motion abnormality (RWMA) of the ischemic my…
▽ More
Myocardial infarction (MI) is the leading cause of mortality in the world that occurs due to a blockage of the coronary arteries feeding the myocardium. An early diagnosis of MI and its localization can mitigate the extent of myocardial damage by facilitating early therapeutic interventions. Following the blockage of a coronary artery, the regional wall motion abnormality (RWMA) of the ischemic myocardial segments is the earliest change to set in. Echocardiography is the fundamental tool to assess any RWMA. Assessing the motion of the left ventricle (LV) wall only from a single echocardiography view may lead to missing the diagnosis of MI as the RWMA may not be visible on that specific view. Therefore, in this study, we propose to fuse apical 4-chamber (A4C) and apical 2-chamber (A2C) views in which a total of 12 myocardial segments can be analyzed for MI detection. The proposed method first estimates the motion of the LV wall by Active Polynomials (APs), which extract and track the endocardial boundary to compute myocardial segment displacements. The features are extracted from the A4C and A2C view displacements, which are concatenated and fed into the classifiers to detect MI. The main contributions of this study are 1) creation of a new benchmark dataset by including both A4C and A2C views in a total of 260 echocardiography recordings, which is publicly shared with the research community, 2) improving the performance of the prior work of threshold-based APs by a Machine Learning based approach, and 3) a pioneer MI detection approach via multi-view echocardiography by fusing the information of A4C and A2C views. Experimental results show that the proposed method achieves 90.91% sensitivity and 86.36% precision for MI detection over multi-view echocardiography. The software implementation is shared at https://github.com/degerliaysen/MultiEchoAI.
△ Less
Submitted 26 February, 2023; v1 submitted 9 November, 2021;
originally announced November 2021.
-
Limited Random Walk Algorithm for Big Graph Data Clustering
Authors:
Honglei Zhang,
Jenni Raitoharju,
Serkan Kiranyaz,
Moncef Gabbouj
Abstract:
Graph clustering is an important technique to understand the relationships between the vertices in a big graph. In this paper, we propose a novel random-walk-based graph clustering method. The proposed method restricts the reach of the walking agent using an inflation function and a normalization function. We analyze the behavior of the limited random walk procedure and propose a novel algorithm f…
▽ More
Graph clustering is an important technique to understand the relationships between the vertices in a big graph. In this paper, we propose a novel random-walk-based graph clustering method. The proposed method restricts the reach of the walking agent using an inflation function and a normalization function. We analyze the behavior of the limited random walk procedure and propose a novel algorithm for both global and local graph clustering problems. Previous random-walk-based algorithms depend on the chosen fitness function to find the clusters around a seed vertex. The proposed algorithm tackles the problem in an entirely different manner. We use the limited random walk procedure to find attracting vertices in a graph and use them as features to cluster the vertices. According to the experimental results on the simulated graph data and the real-world big graph data, the proposed method is superior to the state-of-the-art methods in solving graph clustering problems. Since the proposed method uses the embarrassingly parallel paradigm, it can be efficiently implemented and embedded in any parallel computing environment such as a MapReduce framework. Given enough computing resources, we are capable of clustering graphs with millions of vertices and hundreds millions of edges in a reasonable time.
△ Less
Submitted 21 June, 2016;
originally announced June 2016.
-
Outlier Edge Detection Using Random Graph Generation Models and Applications
Authors:
Honglei Zhang,
Serkan Kiranyaz,
Moncef Gabbouj
Abstract:
Outliers are samples that are generated by different mechanisms from other normal data samples. Graphs, in particular social network graphs, may contain nodes and edges that are made by scammers, malicious programs or mistakenly by normal users. Detecting outlier nodes and edges is important for data mining and graph analytics. However, previous research in the field has merely focused on detectin…
▽ More
Outliers are samples that are generated by different mechanisms from other normal data samples. Graphs, in particular social network graphs, may contain nodes and edges that are made by scammers, malicious programs or mistakenly by normal users. Detecting outlier nodes and edges is important for data mining and graph analytics. However, previous research in the field has merely focused on detecting outlier nodes. In this article, we study the properties of edges and propose outlier edge detection algorithms using two random graph generation models. We found that the edge-ego-network, which can be defined as the induced graph that contains two end nodes of an edge, their neighboring nodes and the edges that link these nodes, contains critical information to detect outlier edges. We evaluated the proposed algorithms by injecting outlier edges into some real-world graph data. Experiment results show that the proposed algorithms can effectively detect outlier edges. In particular, the algorithm based on the Preferential Attachment Random Graph Generation model consistently gives good performance regardless of the test graph data. Further more, the proposed algorithms are not limited in the area of outlier edge detection. We demonstrate three different applications that benefit from the proposed algorithms: 1) a preprocessing tool that improves the performance of graph clustering algorithms; 2) an outlier node detection algorithm; and 3) a novel noisy data clustering algorithm. These applications show the great potential of the proposed outlier edge detection techniques.
△ Less
Submitted 21 June, 2016;
originally announced June 2016.