YOLO-AMC: An Improved YOLO Architecture with Attention Mechanisms for Building Crack Detection
Researchers have proposed YOLO-AMC, a modified YOLO architecture that integrates attention mechanisms to improve automated detection of building cracks, a task complicated by thin, low-contrast structures and background noise [1]. The model builds on YOLOv11 by removing the original C2PSA module and inserting multiple attention mechanisms — Global Attention Mechanism (GAM), Residual Convolutional Block Attention Module (Res-CBAM), and Shuffle Attention (SA) — into the multi-scale feature fusion layers of the Neck [1]. The goal is to strengthen cross-scale feature integration for infrastructure inspection and Structural Health Monitoring [1]. In testing, YOLO-AMC consistently outperformed baseline models YOLOv11n and YOLOv8n [1]. The GAM variant delivered the highest scores, recording a [email protected] of 0.9917 and [email protected]:0.95 of 0.9506, compared with 0.9833 and 0.9112 for YOLOv11, and 0.9707 and 0.8921 for YOLOv8 [1]. The architecture maintains a computational complexity of 7.6 GFLOPs and reaches 110.95 frames per second on an NVIDIA RTX 4090 platform, while running at approximately 5 FPS on a Raspberry Pi 5 edge device [1]. Attention mechanisms have become central to modern neural architectures, powering systems from large language models to autonomous vehicles [4]. However, a recent empirical study of 555 real-world faults across 96 projects found that over half of attention-based neural network failures stem from mechanisms unique to attention architectures, highlighting the need for diagnostic heuristics that current fault taxonomies do not provide [4]. The YOLO-AMC code has been released on GitHub, continuing a pattern of open-source dissemination common in computer-vision research [1]. Open-source AI software spans libraries, frameworks, and tools for deep learning, computer vision, and natural language processing, with projects such as Stable Diffusion making model weights publicly available to run on consumer hardware [7][8]. IBM similarly opened the source code for some of its Granite foundation models, which were trained on curated datasets including internet content, academic publications, and legal and finance documents [9].
tool-releasemodel-releaseresearch-paperproduct-launch
Background sources we checked (8)
- arxiv.org ↗ Crack detection plays an important role in infrastructure inspection and Structural Health Monitoring (SHM). However, cracks typically appear as thin, low-contrast structures and are easily affected by background noise, posing challenges for existing object detection models. This…
- arxiv.org ↗ Model-sharing platforms, such as Hugging Face, ModelScope, and OpenCSG, have become central to modern machine learning development, enabling developers to share, load, and fine-tune pre-trained models with minimal effort. However, the flexibility of these ecosystems introduces a …
- arxiv.org ↗ Attention mechanisms are at the core of modern neural architectures, powering systems ranging from ChatGPT to autonomous vehicles and driving a major economic impact. However, high-profile failures, such as ChatGPT's nonsensical outputs or Google's suspension of Gemini's image ge…
- arxiv.org ↗ Foundation models (FM), such as large language models (LLMs), which are large-scale machine learning (ML) models, have demonstrated remarkable adaptability in various downstream software engineering (SE) tasks, such as code completion, code understanding, and software development…
- arxiv.org ↗ AI-based code generators have gained a fundamental role in assisting developers in writing software starting from natural language (NL). However, since these large language models are trained on massive volumes of data collected from unreliable online sources (e.g., GitHub, Huggi…
- en.wikipedia.org ↗ These lists include projects which release their software under open-source licenses and are related to artificial intelligence projects. These include software libraries, frameworks, platforms, and tools used for machine learning, deep learning, natural language processing, comp…
- en.wikipedia.org ↗ Stable Diffusion is a deep learning, text-to-image model released in 2022 based on diffusion techniques. The generative artificial intelligence technology is the premier product of Stability AI and is considered to be a part of the ongoing AI boom. It is primarily used to generat…
- en.wikipedia.org ↗ IBM Granite is a series of decoder-only AI foundation models created by IBM. It was announced on September 7, 2023, and an initial paper was published 4 days later. Initially intended for use in the IBM's cloud-based data and generative AI platform Watsonx along with other models…