← Latest papers
⚡ electrical engineering

Vision-Based Crack Segmentation and Coverage Planning for Autonomous Mobile Robots

This paper presents an autonomous mobile robotic system that integrates a lightweight YOLOv11n-seg deep learning model for real-time crack detection with a memory-augmented boustrophedon coverage path planner, achieving high area coverage and path efficiency in simulated infrastructure inspection tasks.

Original authors: Md. Basim Al Zabir Shammo, Tarun Debnath, Lamia Islam, Shohag Sarker, Jakaria Habib, Akifur Rahman

Published 2026-08-18
📖 5 min read🧠 Deep dive

Original authors: Md. Basim Al Zabir Shammo, Tarun Debnath, Lamia Islam, Shohag Sarker, Jakaria Habib, Akifur Rahman

Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Concrete structures like bridges, tunnels, and highways are the silent backbone of modern society, but they are constantly under attack from time and stress. Over years of use, these surfaces develop cracks that, if left unnoticed, can grow into dangerous failures. For decades, the only way to find these hidden fractures has been for human inspectors to climb, crawl, and peer closely at aging infrastructure. This work is slow, expensive, and often puts people in harm's way, especially when they must inspect high walls or tight, unstable spaces. To solve this, engineers are turning to robots that can move on their own, see defects with cameras, and map out a path to check every inch of a surface without human help. The challenge lies in teaching these machines to do two difficult things at once: spot tiny, irregular cracks in a chaotic visual environment, and navigate around obstacles to ensure they do not miss a single spot.

A team of researchers from universities in Bangladesh has built a prototype system that brings these capabilities together. They created an autonomous robot designed to inspect infrastructure by combining a smart camera that can identify cracks with a navigation system that plans a complete path across a surface. The robot uses a camera to look for damage, relying on a type of artificial intelligence trained on thousands of images of real cracks. This system is designed to be lightweight enough to run on small computers, allowing the robot to make decisions quickly while moving. When the robot sees a crack, it marks it; when it sees an obstacle, it stops or turns. The goal is to have the robot sweep back and forth across a wall or road, covering the entire area systematically, much like a person mowing a lawn, but with the added intelligence to avoid furniture, pipes, or other barriers that might block the way.

To test this idea, the researchers did not send a physical robot into a real building immediately. Instead, they built a detailed virtual world inside a computer simulation called Webots. In this digital environment, they placed a small, wheeled robot equipped with a camera and eight infrared sensors that act like touch-sensitive whiskers to detect nearby objects. The team programmed the robot with a specific mission: to travel across a defined area, find cracks, and avoid three large barrel-shaped obstacles placed in its path. The robot's brain consists of two main parts working in tandem. The first part is a vision system trained on a dataset of over 4,000 images of cracks. This system learned to recognize the visual patterns of fractures, distinguishing them from shadows or surface stains. The second part is a navigation planner that breaks the area into a grid and tells the robot to move in a zigzag pattern, ensuring it covers every square inch. If the robot encounters an obstacle, it uses a memory system to remember which spots are blocked and quickly chooses a new nearby target to visit, rather than getting stuck or wasting time.

The results of this simulation were promising but also revealed specific areas where the system needs improvement. The vision system proved highly effective at its primary job. When tested, it correctly identified cracks in about 89 percent of the cases where it was sure of its finding, and it successfully located roughly 70 percent of all the cracks present in the test images. This means the robot is very good at spotting damage when it sees it, though it occasionally misses very faint or tiny cracks. The navigation system also performed well in open spaces, achieving a 94 percent coverage of the total area and moving along its planned path with 92 percent efficiency. The robot completed the entire inspection mission in about 250 seconds, successfully navigating around the obstacles in most of the environment.

However, the experiment also highlighted a significant weakness in how the robot handles complex, cluttered spaces. When the robot entered areas with many obstacles close together, it sometimes fell into a loop, repeatedly turning back and forth between the same few points without making progress. In one specific cluster of obstacles, the robot wasted nearly 90 seconds—more than a third of the total mission time—stuck in this repetitive behavior. This happened because the robot's decision-making logic was too simple; it would pick the nearest unvisited spot without considering if it was trapped, leading to a cycle of futile movements. While the robot could escape these loops eventually, the delay showed that the current method of planning is not yet robust enough for the most difficult real-world scenarios.

Despite these hiccups, the study demonstrates that it is possible to combine advanced visual detection with autonomous movement on a small, efficient platform. The researchers showed that a robot can use a camera to find structural damage and a set of simple sensors to avoid collisions, all while running on a computer that is small enough to fit on a mobile device. The system successfully proved that a modular approach, where the vision and navigation parts work together but can be improved separately, is a viable path forward. The team acknowledges that before this technology can be used on actual bridges or tunnels, the navigation logic must be upgraded to prevent the robot from getting stuck, and the camera system needs to become even more precise at defining the exact edges of a crack. For now, this work provides a solid foundation, showing that the dream of self-driving inspection robots is moving from theory into a tangible, working reality, ready to one day take over the dangerous and tedious task of keeping our infrastructure safe.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →