Skip to content
GCC AI Research

Application of 2-D Convolutional Neural Networks for Damage Detection in Steel Frame Structures

arXiv · · Notable

Summary

This paper presents a 2-D convolutional neural network (CNN) approach for damage detection in steel frame structures, using raw acceleration signals as input. The method employs a network of lightweight CNNs, each optimized for a specific element, to enhance accuracy and speed. The proposed framework is validated using the Qatar University Grandstand Simulator (QUGS) benchmark data. Why it matters: The research offers a promising AI-driven solution for real-time structural health monitoring, with potential applications for infrastructure maintenance and safety in the GCC region.

Get the weekly digest

Top AI stories from the GCC region, every week.

Related

Hybrid Deep Feature Extraction and ML for Construction and Demolition Debris Classification

arXiv ·

This paper introduces a hybrid deep learning and machine learning pipeline for classifying construction and demolition waste. A dataset of 1,800 images from UAE construction sites was created, and deep features were extracted using a pre-trained Xception network. The combination of Xception features with machine learning classifiers achieved up to 99.5% accuracy, demonstrating state-of-the-art performance for debris identification.

Exploring Sound vs Vibration for Robust Fault Detection on Rotating Machinery

arXiv ·

The study introduces the Qatar University Dual-Machine Bearing Fault Benchmark dataset (QU-DMBF) containing sound and vibration data from two motors across 1080 conditions. It proposes a deep learning approach for sound-based fault detection, addressing limitations of vibration-based methods. Experiments on QU-DMBF show sound-based detection is more robust, independent of sensor location, and cost-effective while matching vibration-based performance. Why it matters: The new dataset and findings could shift the focus toward sound-based methods for more reliable and accessible predictive maintenance in industrial settings.

Deep Vision-Based Framework for Coastal Flood Prediction Under Climate Change Impacts and Shoreline Adaptations

arXiv ·

This paper introduces a deep vision-based framework for predicting coastal floods under climate change, addressing the challenges of limited training data and high-dimensional output. The framework employs and compares various deep learning models, including a custom compact CNN architecture, against geostatistical and traditional machine learning methods. A new synthetic dataset of flood inundation maps for Abu Dhabi's coast is also provided to benchmark future models.

Designing the Architecture of a Convolutional Neural Network Automatically for Diabetic Retinopathy Diagnosis

arXiv ·

This paper introduces a method for automatically designing convolutional neural network (CNN) architectures tailored for diabetic retinopathy (DR) diagnosis using fundus images. The approach uses k-medoid clustering, PCA, and inter/intra-class variations to optimize CNN depth and width. Validated on datasets including a local Saudi dataset and Kaggle benchmarks, the custom-designed models outperform pre-trained CNNs with fewer parameters.