Add Literature Review from Abdeljaber2017 and Added Initial Theoritical Foundation #70
Closed
meowndor wants to merge 4 commits from
latex/literature-review into main
pull from: latex/literature-review
merge into: nuluh:main
nuluh:main
nuluh:dev
nuluh:feature/chapter-2-literature-review
nuluh:feature/chapter-4-results
nuluh:feature/chapter-3-methodology-steps
nuluh:exp/74-exp-cross-dataset-validation
nuluh:exp/74-exp-cross-dataset-validation-b2bf1b0
nuluh:feat/103-feat-inference-function
nuluh:feature/101-feat-time-elapsed-for-training-and-inference
nuluh:feature/99-exp-alternative-undamage-case-data
nuluh:feat/90-feat-preserve-trained-model
nuluh:latex/75-enhance-background-research
nuluh:wuicace-2025
nuluh:revert-92-latex/91-bug-expose-maketitle
nuluh:latex/91-bug-expose-maketitle
nuluh:latex/documentclass
nuluh:latex/frontmatter
nuluh:latex/bib
nuluh:latex/methodology
nuluh:latex/theoritical-foundation
nuluh:latex/background
nuluh:latex/68-feat-refactor-chapter-two
nuluh:68-feat-refactor-chapter-two
nuluh:latex/initial-template
nuluh:59-feat-add-acknowledgement-page
nuluh:57-feat-add-dynamic-page-style-for-chapter-page
nuluh:latex/fix-table-of-contents-styling
nuluh:56-bug-endorsementpage-error
nuluh:latex/54-doc-summary-table-of-past-realted-research
nuluh:feature/48-feat-refactor-stft-preprocessing-and-training-pipeline-into-importable-modules
nuluh:40-feat-add-export-to-csv-method-for-dataprocessor-in-convertpy
nuluh:43-bug-stft-csv-export-has-incorrect-shape-and-column-format
nuluh:feature/38-feat-redesign-convertpy
nuluh:feature/37-feat-add-data-processing-script-for-dataset-b-outside-training-data
nuluh:stft
nuluh:feature/19-qugs-data
nuluh:feature/15-normalize-dataset-by-preprocess-relatives-value-between-two-acceloremeter-sensors
nuluh:feature/automate-csv-file
nuluh:revert-8-feature/csv-padding-naming
nuluh:feature/5-create-fft-script
nuluh:feature/10-add-labels-column-to-time-domain-feature-extraction-dataframe
nuluh:feature/csv-padding-naming
Labels
Clear labels
bug
critical
documentation
documentclass
duplicate
enhancement
good first issue
help wanted
invalid
latex
question
wontfix
Something isn't working
Block Progress
Improvements or additions to documentation
Improvements or additions to LaTeX documentclass
This issue or pull request already exists
New feature or request
Good for newcomers
Extra attention is needed
This doesn't seem right
Related to the writings
Further information is requested
This will not be worked on
No Label
Milestone
No items
No Milestone
Projects
Clear projects
No project
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: nuluh/thesis#70
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "latex/literature-review"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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: 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: 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: 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: Added an Indonesian translation of the CNN-based structural damage detection review, ensuring accessibility for a broader audience.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 thesis’s 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.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.Could've been sounds better with:
Pull request closed