Add Literature Review from Abdeljaber2017 and Added Initial Theoritical Foundation #70

Closed
meowndor wants to merge 4 commits from latex/literature-review into main
meowndor commented 2025-05-15 01:41:23 +00:00 (Migrated from github.com)

This pull request introduces a new chapter on "Literature Review and Theoretical Foundation" in the LaTeX documentation for a structural health monitoring (SHM) research project. It includes sections on prior studies, theoretical concepts, and machine learning techniques. The most significant changes are the addition of detailed content on CNN-based damage detection, classical machine learning classifiers, and the Short-Time Fourier Transform (STFT).

Additions to Literature Review:

Theoretical Foundations:

Multilingual Support:

This pull request introduces a new chapter on "Literature Review and Theoretical Foundation" in the LaTeX documentation for a structural health monitoring (SHM) research project. It includes sections on prior studies, theoretical concepts, and machine learning techniques. The most significant changes are the addition of detailed content on CNN-based damage detection, classical machine learning classifiers, and the Short-Time Fourier Transform (STFT). ### Additions to Literature Review: * [`latex/chapters/en/02_literature_review/literature_review/abdeljaber2017.tex`](diffhunk://#diff-47de0b9eabb590fc42212cefd17b76587e75c36d060f3cfa91294327eb894b89R1-R6): Added a detailed review of CNN-based structural damage detection, including experimental setup, dataset, and performance metrics. This content highlights the relevance of decentralized CNNs and their alignment with the thesis's methodology. ### Theoretical Foundations: * [`latex/chapters/en/02_literature_review/theoritical_foundation/stft.tex`](diffhunk://#diff-f9f41091737980420c4ee80b23c481b7edef151022e7b7277194be72e90e426fR1-R11): Introduced the Short-Time Fourier Transform (STFT) as a key technique for extracting time-frequency features from vibration signals, with mathematical formulation and its application in SHM. * [`latex/chapters/en/02_literature_review/theoritical_foundation/machine_learning.tex`](diffhunk://#diff-145d66e1f40afd55e9537805932d1d5ca7ca273c45d1af481202bb142e081453R1-R33): Added descriptions of five classical machine learning classifiers (SVM, KNN, Decision Tree, Random Forest, Naïve Bayes), their strengths, limitations, and relevance to damage localization tasks. ### Multilingual Support: * [`latex/chapters/id/02_literature_review/literature_review/abdeljaber2017.tex`](diffhunk://#diff-f6d1a5478a5a8521bcafd43fb496870f6358cb781e8c4bb0f212f1f876da5ec7R1-R5): Added an Indonesian translation of the CNN-based structural damage detection review, ensuring accessibility for a broader audience.
nuluh (Migrated from github.com) requested changes 2025-05-15 01:54:59 +00:00
nuluh (Migrated from github.com) left a comment

Minor change request

Minor change request
@@ -0,0 +2,4 @@
[Author(s), Year] introduced a CNN-based structural damage detection approach validated through a large-scale grandstand simulator at Qatar University. The structure, designed to replicate modern stadiums, was equipped with 30 accelerometers and subjected to controlled damage by loosening beam-to-girder bolts. Acceleration data, collected under band-limited white noise excitation and sampled at 1024 Hz, were segmented into 128-sample frames for training localized 1D CNNs—one per joint—creating a decentralized detection system. Across two experimental phases, involving both partial and full-structure monitoring, the method demonstrated high accuracy in damage localization, achieving a training classification error of just 0.54\%. While performance remained strong even under double-damage scenarios, some misclassifications occurred in symmetric or adjacent damage cases. Overall, the proposed method presents a highly efficient and accurate solution for real-time SHM applications.
In the context of this thesis, the dataset and experimental setup introduced by [Author(s), Year] form the foundation for comparative analysis and algorithm testing. The authors have not only demonstrated the efficacy of a compact 1D CNN-based system for vibration-based structural damage detection, but also highlighted the value of using output-only acceleration data—a constraint shared in this thesiss methodology. The decentralized design of their system, which allows each CNN to process only locally available data, is particularly aligned with this thesis's focus on efficient, sensor-level data analysis without requiring full-system synchronization. Furthermore, since the authors indicate plans to publicly release their dataset and source code, this thesis leverages that open data for applying alternative analysis methods such as support vector machines (SVM) or frequency domain feature extraction techniques, allowing a direct performance comparison between classical and deep learning-based SHM approaches. Thus, this work serves as both a benchmark reference and a data source in the development and evaluation of more accessible, lower-complexity alternatives for structural health monitoring systems.
nuluh (Migrated from github.com) commented 2025-05-15 01:44:57 +00:00

a constraint shared in this thesis’s methodology.

What does this means?

> a constraint shared in this thesis’s methodology. What does this means?
@@ -0,0 +1,3 @@
Metode monitor kesehatan struktur (SHM) tradisional sering kali mengandalkan fitur yang dibuat secara manual dan pengklasifikasi (\textit{classifier}) yang diatur secara manual, yang menimbulkan tantangan dalam hal generalisasi, keandalan, dan efisiensi komputasi. Seperti yang disorot oleh \textcite{abdeljaber2017}, pendekatan-pendekatan ini umumnya memerlukan proses \textit{trial-and-error} dalam pemilihan fitur dan pengklasifikasi yang tidak hanya mengurangi ketangguhan metode tersebut di berbagai jenis struktur, tetapi juga menghambat penerapannya dalam pengaplikasian secara \textit{real-time} karena beban komputasi pada fase ekstraksi fitur.
nuluh (Migrated from github.com) commented 2025-05-15 01:50:16 +00:00

dikenai kerusakan terkontrol melalui pelonggaran baut sambungan antara balok dan gelagar.

Could've been sounds better with:

diberikan kerusakan terkontrol melalui pelonggaran baut sambungan antara balok dan gelagar.

> dikenai kerusakan terkontrol melalui pelonggaran baut sambungan antara balok dan gelagar. Could've been sounds better with: > diberikan kerusakan terkontrol melalui pelonggaran baut sambungan antara balok dan gelagar.

Pull request closed

Sign in to join this conversation.