Search Results Heading

MBRLSearchResults

mbrl.module.common.modules.added.book.to.shelf
Title added to your shelf!
View what I already have on My Shelf.
Oops! Something went wrong.
Oops! Something went wrong.
While trying to add the title to your shelf something went wrong :( Kindly try again later!
Are you sure you want to remove the book from the shelf?
Oops! Something went wrong.
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
    Done
    Filters
    Reset
  • Discipline
      Discipline
      Clear All
      Discipline
  • Is Peer Reviewed
      Is Peer Reviewed
      Clear All
      Is Peer Reviewed
  • Item Type
      Item Type
      Clear All
      Item Type
  • Subject
      Subject
      Clear All
      Subject
  • Year
      Year
      Clear All
      From:
      -
      To:
  • More Filters
      More Filters
      Clear All
      More Filters
      Source
    • Language
568 result(s) for "DBSCAN"
Sort by:
Heterogeneity of Tectonic Regimes in Sulawesi Island: Applying Unsupervised Machine Learning to Focal Mechanism Data
Sulawesi Island was formed in the tripel junction area between the Sunda plate, Australian plate, and Philippine Sea plate. The collision between the three plates resulted in Sulawesi island having a variety of fault mechanisms. To better understand the tectonic processes in Sulawesi, we clustered earthquake events in the region, which were then analyzed based on their focal mechanisms. The data we used is the distribution of focal mechanisms around the island of Sulawesi for 1390 events from 1967 to 2022 that we obtained from a combination of the ISC GEM, Global CMT, and BMKG earthquake catalogs. We applied one of the unsupervised machine learning technique that is Density-Based Spatial Clustering of Application with Noise (DBSCAN) to cluster these earthquake events. This method clusters earthquake events based on the density of the events using two parameters: the minimum number of events that occur in cluster (minPts), and distance radius for neighbouring points ( ). Futhermore, we analysed the density of the focal mechanism in each cluster to comprehend its fault mechanism heterogeneity. We obtained ten earthquake clusters, using the parameters minPts=15 and =0.40, where these parameters explain the reliability of the tectonic setting in Sulawesi. Based on the clusterization, we infer that sevent clusters have compressional regimes located in the northern arm of Sulawesi, the Molucca Sea Double Subduction area, the West Sangihe trench, the North-Vergent thrust, and the Nusa Tenggara Back Arc thrust. Additionally, we found that the clusters associated with the Palu-Koro Fault and Matano Fault exhibit characteristics of a transform regime, while the cluster located between the Lalanga and Tongian ridges is characterized by an extensional setting.
Performance Analysis of IoT-Based Sensor, Big Data Processing, and Machine Learning Model for Real-Time Monitoring System in Automotive Manufacturing
With the increase in the amount of data captured during the manufacturing process, monitoring systems are becoming important factors in decision making for management. Current technologies such as Internet of Things (IoT)-based sensors can be considered a solution to provide efficient monitoring of the manufacturing process. In this study, a real-time monitoring system that utilizes IoT-based sensors, big data processing, and a hybrid prediction model is proposed. Firstly, an IoT-based sensor that collects temperature, humidity, accelerometer, and gyroscope data was developed. The characteristics of IoT-generated sensor data from the manufacturing process are: real-time, large amounts, and unstructured type. The proposed big data processing platform utilizes Apache Kafka as a message queue, Apache Storm as a real-time processing engine and MongoDB to store the sensor data from the manufacturing process. Secondly, for the proposed hybrid prediction model, Density-Based Spatial Clustering of Applications with Noise (DBSCAN)-based outlier detection and Random Forest classification were used to remove outlier sensor data and provide fault detection during the manufacturing process, respectively. The proposed model was evaluated and tested at an automotive manufacturing assembly line in Korea. The results showed that IoT-based sensors and the proposed big data processing system are sufficiently efficient to monitor the manufacturing process. Furthermore, the proposed hybrid prediction model has better fault prediction accuracy than other models given the sensor data as input. The proposed system is expected to support management by improving decision-making and will help prevent unexpected losses caused by faults during the manufacturing process.
Design and Implementation of an ML and IoT Based Adaptive Traffic-Management System for Smart Cities
The rapid growth in the number of vehicles has led to traffic congestion, pollution, and delays in logistic transportation in metropolitan areas. IoT has been an emerging innovation, moving the universe towards automated processes and intelligent management systems. This is a critical contribution to automation and smart civilizations. Effective and reliable congestion management and traffic control help save many precious resources. An IoT-based ITM system set of sensors is embedded in automatic vehicles and intelligent devices to recognize, obtain, and transmit data. Machine learning (ML) is another technique to improve the transport system. The existing transport-management solutions encounter several challenges resulting in traffic congestion, delay, and a high fatality rate. This research work presents the design and implementation of an Adaptive Traffic-management system (ATM) based on ML and IoT. The design of the proposed system is based on three essential entities: vehicle, infrastructure, and events. The design utilizes various scenarios to cover all the possible issues of the transport system. The proposed ATM system also utilizes the machine-learning-based DBSCAN clustering method to detect any accidental anomaly. The proposed ATM model constantly updates traffic signal schedules depending on traffic volume and estimated movements from nearby crossings. It significantly lowers traveling time by gradually moving automobiles across green signals and decreases traffic congestion by generating a better transition. The experiment outcomes reveal that the proposed ATM system significantly outperformed the conventional traffic-management strategy and will be a frontrunner for transportation planning in smart-city-based transport systems. The proposed ATM solution minimizes vehicle waiting times and congestion, reduces road accidents, and improves the overall journey experience.
A Ship Trajectory Prediction Framework Based on a Recurrent Neural Network
Ship trajectory prediction is a key requisite for maritime navigation early warning and safety, but accuracy and computation efficiency are major issues still to be resolved. The research presented in this paper introduces a deep learning framework and a Gate Recurrent Unit (GRU) model to predict vessel trajectories. First, series of trajectories are extracted from Automatic Identification System (AIS) ship data (i.e., longitude, latitude, speed, and course). Secondly, main trajectories are derived by applying the Density-Based Spatial Clustering of Applications with Noise (DBSCAN) algorithm. Next, a trajectory information correction algorithm is applied based on a symmetric segmented-path distance to eliminate the influence of a large number of redundant data and to optimize incoming trajectories. A recurrent neural network is applied to predict real-time ship trajectories and is successively trained. Ground truth data from AIS raw data in the port of Zhangzhou, China were used to train and verify the validity of the proposed model. Further comparison was made with the Long Short-Term Memory (LSTM) network. The experiments showed that the ship’s trajectory prediction method can improve computational time efficiency even though the prediction accuracy is similar to that of LSTM.
An Improved DBSCAN Method for LiDAR Data Segmentation with Automatic Eps Estimation
Point cloud data segmentation, filtering, classification, and feature extraction are the main focus of point cloud data processing. DBSCAN (density-based spatial clustering of applications with noise) is capable of detecting arbitrary shapes of clusters in spaces of any dimension, and this method is very suitable for LiDAR (Light Detection and Ranging) data segmentation. The DBSCAN method needs at least two parameters: The minimum number of points minPts, and the searching radius ε. However, the parameter ε is often harder to determine, which hinders the application of the DBSCAN method in point cloud segmentation. Therefore, a segmentation algorithm based on DBSCAN is proposed with a novel automatic parameter ε estimation method—Estimation Method based on the average of k nearest neighbors’ maximum distance—with which parameter ε can be calculated on the intrinsic properties of the point cloud data. The method is based on the fitting curve of k and the mean maximum distance. The method was evaluated on different types of point cloud data: Airborne, and mobile point cloud data with and without color information. The results show that the accuracy values using ε estimated by the proposed method are 75%, 74%, and 71%, which are higher than those using parameters that are smaller or greater than the estimated one. The results demonstrate that the proposed algorithm can segment different types of LiDAR point clouds with higher accuracy in a robust manner. The algorithm can be applied to airborne and mobile LiDAR point cloud data processing systems, which can reduce manual work and improve the automation of data processing.
Characterizing Diffusion Dynamics of Disease Clustering: A Modified Space-Time DBSCAN (MST-DBSCAN) Algorithm
Epidemic diffusion is a space-time process, and showing time-series disease maps is a common way to demonstrate an epidemic progression in time and space. Previous studies used time-series maps to demonstrate the animation of diffusion process. Epidemic diffusion patterns were determined subjectively by visual inspection, however. There currently are still methodological concerns in developing effective analytical approaches for profiling diffusion dynamics of disease clustering and epidemic propagation. The objective of this study is to develop a geocomputational algorithm, the modified space-time density-based spatial clustering of application with noise (MST-DBSCAN), for detecting, identifying, and visualizing disease cluster evolution, which takes the effect of the incubation period into account. We also map the MST-DBSCAN algorithm output to visualize the diffusion process. Dengue fever case data from 2014 were used as an illustrative case study. Our results show that compared to kernel-smoothed mapping, the MST-DBSCAN algorithm can better identify the evolution type of any cluster at any epoch. Furthermore, using only one two-dimensional map (and graphs), our approach can demonstrate the same diffusion process that time-series maps or three-dimensional space-time kernel plotting displays but in an easy-to-read manner. We conclude that our MST-DBSCAN algorithm can profile the spatial pattern of epidemic diffusion in detail by identifying disease cluster evolution.
Apple recognition and picking sequence planning for harvesting robot in the complex environment
In order to improve the efficiency of robots picking apples in challenging orchard environments, a method for precisely detecting apples and planning the picking sequence is proposed. Firstly, the EfficientFormer network serves as the foundation for YOLOV5, which uses the EF-YOLOV5s network to locate apples in difficult situations. Meanwhile, the Soft Non-Maximum Suppression (NMS) algorithm is adopted to achieve accurate identification of overlapping apples. Secondly, the adjacently identified apples are automatically divided into different picking clusters by the improved density-based spatial clustering of applications with noise (DBSCAN). Finally, the order of apple harvest is determined to guide the robot to complete the rapid picking, according to the weight of the Gauss distance weight combined with the significance level. In the experiment, the average precision of this method is 98.84%, which is 4.3% higher than that of YOLOV5s. Meanwhile, the average picking success rate and picking time are 94.8% and 2.86 seconds, respectively. Compared with sequential and random planning, the picking success rate of the proposed method is increased by 6.8% and 13.1%, respectively. The research proves that this method can accurately detect apples in complex environments and improve picking efficiency, which can provide technical support for harvesting robots.
Photovoltaic Power Prediction based on DBSCAN and BiLSTM-Transformer
The inherent variability and stochastic nature of photovoltaic power(PV) generation pose substantial challenges to ensuring grid stability. As the level of PV integration into the grid continues to rise, accurately predicting its power output becomes increasingly critical. This study presents a new PV power prediction model utilizing the density-based spatial clustering of applications with noise(DBSCAN)-bidirectional long short-term memory(BiLSTM)-Transformer framework. The DBSCAN clustering algorithm is applied to analyze historical power data, categorizing it into three distinct groups corresponding to different weather conditions. Then, the BiLSTM-Transformer architecture is employed to develop a power output prediction model tailored for the three weather scenarios. Experimental findings demonstrate that the proposed DBSCAN-BiLSTM-Transformer PV power prediction model exhibits superior accuracy, enhanced generalization, and increased robustness compared to alternative prediction models.
YOLOv5_(C)DB: A Global Wind Turbine Detection Framework Integrating CBAM and DBSCAN
Wind energy plays a crucial role in global sustainable development, and accurately estimating the number and spatial distribution of wind turbines is crucial for strategic planning and energy allocation. To address the critical need for wind turbine detection and spatial distribution analysis, this study develops YOLOv5_CDB, an enhanced detection framework based on the YOLOv5 model. The proposed method incorporates two key components: the Convolutional Block Attention Mechanism (CBAM) to improve feature representation and the Density-Based Spatial Clustering of Applications with Noise (DBSCAN) algorithm for spatial density clustering. The method is applied to 2 m resolution World Imagery data. It detects both tubular and lattice wind turbines by analyzing key features, including turbine towers and shadows. The YOLOv5_CDB demonstrates a substantial enhancement in performance when compared with the YOLOv5s. The F1-score shows an increase of 1.39%, and the mean average precision (mAP) exhibits a 1.5% improvement. Meanwhile, the precision (P) and recall (R) values are recorded at 95.97% and 91.18%, respectively. Furthermore, YOLOv5_CDB evinces consistent performance advantages, outperforming state-of-the-art models including YOLOv8s, YOLOv12s, and RT-DETR by 1.84%, 3.98%, and 1.77% in terms of F1-score and by 3.7%, 4.5%, and 3.0% in terms of mAP, respectively. The YOLOv5_CDB model has been demonstrated to show superior performance in the global wind turbine detection domain, thereby providing a foundation for the management of wind farms and the development of sustainable energy.
Subset simulation with adaptable intermediate failure probability for robust reliability analysis: an unsupervised learning-based approach
Subset simulation ( SS ) was known for its computational efficiency in estimating small failure probabilities as well as reducing emulation demands. The main idea behind SS lies in decomposing the original reliability problem into sub-reliability problems with more frequent probabilities. By taking advantage of Markov Chain Monte Carlo-based sampling technique ( MCMC ), this innovative strategy enables the computational feasibility for estimating small failure probability based on the prescribed number of simulations. However, SS still has several limitations that can potentially decrease its computational efficiency. It is mainly attributed to the fact that the estimated failure probability can be inconsistent due to insufficient samples in each subset. Moreover, SS requires empirical definition for MCMC proposal sampling to guarantee a good acceptance rate. However, the inherent shortcoming of MCMC brings the correlations among the samples in each subset, which can inevitably cause the biased estimate for failure probability. To address these limitations, a new method, called ULSS , that combines SS , importance sampling ( IS ), and DBSCAN algorithm is proposed to overcome these limitations. Specifically, the batch size of samples in each subset is adaptively increased until the prescribed threshold is satisfied, which facilitates the adjustment of intermediate failure probabilities. To enable the process of adaptive sampling, MCMC is substituted with IS to draw samples located in the effective sampling regions defined through DBSCAN . Computational performance of ULSS is demonstrated by investigating three examples with one for illustrative interpretation and the other two for engineered paradigm. Results indicate the computational consistency, unbias, and robustness of ULSS in terms of the statistical properties of the estimated failure probability.