期刊文献+
共找到4篇文章
< 1 >
每页显示 20 50 100
Development of Wave Water Simulator for Path Planning of Autonomous Robots in Constrained Environments
1
作者 Hui Chen mohammed a.h.ali +6 位作者 Bushroa Abd Razak Zhenya Wang Yusoff Nukman Shikai Zhang Zhiwei Huang Ligang Yao Mohammad Alkhedher 《Computers, Materials & Continua》 2026年第4期2357-2385,共29页
Most existing path planning approaches rely on discrete expansions or localized heuristics that can lead to extended re-planning,inefficient detours,and limited adaptability to complex obstacle distributions.These iss... Most existing path planning approaches rely on discrete expansions or localized heuristics that can lead to extended re-planning,inefficient detours,and limited adaptability to complex obstacle distributions.These issues are particularly pronounced when navigating cluttered or large-scale environments that demand both global coverage and smooth trajectory generation.To address these challenges,this paper proposes a Wave Water Simulator(WWS)algorithm,leveraging a physically motivated wave equation to achieve inherently smooth,globally consistent path planning.In WWS,wavefront expansions naturally identify safe corridors while seamlessly avoiding local minima,and selective corridor focusing reduces computational overhead in large or dense maps.Comprehensive simulations and real-world validations-encompassing both indoor and outdoor scenarios-demonstrate that WWS reduces path length by 2%-13%compared to conventional methods,while preserving gentle curvature and robust obstacle clearance.Furthermore,WWS requires minimal parameter tuning across diverse domains,underscoring its broad applicability to warehouse robotics,field operations,and autonomous service vehicles.These findings confirm that the proposed wave-based framework not only bridges the gap between local heuristics and global coverage but also sets a promising direction for future extensions toward dynamic obstacle scenarios and multi-agent coordination. 展开更多
关键词 PDE-based wave propagation robot path planning obstacle avoidance wave water simulator laser simulator(LS)and generalized laser simulator(GLS) A*algorithm
在线阅读 下载PDF
Novel Algorithm for Mobile Robot Path Planning in Constrained Environment 被引量:2
2
作者 Aisha Muhammad mohammed a.h.ali +6 位作者 Sherzod Turaev Ibrahim Haruna Shanono Fadhl Hujainah Mohd Nashrul Mohd Zubir Muhammad Khairi Faiz Erma Rahayu Mohd Faizal Rawad Abdulghafor 《Computers, Materials & Continua》 SCIE EI 2022年第5期2697-2719,共23页
This paper presents a development of a novel path planning algorithm, called Generalized Laser simulator (GLS), for solving the mobilerobot path planning problem in a two-dimensional map with the presence ofconstraint... This paper presents a development of a novel path planning algorithm, called Generalized Laser simulator (GLS), for solving the mobilerobot path planning problem in a two-dimensional map with the presence ofconstraints. This approach gives the possibility to find the path for a wheelmobile robot considering some constraints during the robot movement inboth known and unknown environments. The feasible path is determinedbetween the start and goal positions by generating wave of points in alldirection towards the goal point with adhering to constraints. In simulation,the proposed method has been tested in several working environments withdifferent degrees of complexity. The results demonstrated that the proposedmethod is able to generate efficiently an optimal collision-free path. Moreover,the performance of the proposed method was compared with the A-star andlaser simulator (LS) algorithms in terms of path length, computational timeand path smoothness. The results revealed that the proposed method hasshortest path length, less computational time and the best smooth path. Asan average, GLS is faster than A∗ and LS by 7.8 and 5.5 times, respectivelyand presents a path shorter than A∗ and LS by 1.2 and 1.5 times. In orderto verify the performance of the developed method in dealing with constraints, an experimental study was carried out using a Wheeled Mobile Robot(WMR) platform in labs and roads. The experimental work investigates acomplete autonomous WMR path planning in the lab and road environmentsusing a live video streaming. Local maps were built using data from a live video streaming with real-time image processing to detect segments of theanalogous-road in lab or real-road environments. The study shows that theproposed method is able to generate shortest path and best smooth trajectoryfrom start to goal points in comparison with laser simulator. 展开更多
关键词 Path planning generalized laser simulator wheeled mobile robot global path panning local path planning
在线阅读 下载PDF
Development of a Novel Noise Reduction Algorithm for Smart Checkout RFID System in Retail Stores
3
作者 Shazielya Shamsul mohammed a.h.ali +2 位作者 Salwa Hanim Abdul-Rashid Atef M.Ghaleb Fahad M.Alqahtani 《Computers, Materials & Continua》 SCIE EI 2024年第7期1277-1304,共28页
This paper presents a smart checkout system designed to mitigate the issues of noise and errors present in the existing barcode and RFID-based systems used at retail stores’checkout counters.This is achieved by integ... This paper presents a smart checkout system designed to mitigate the issues of noise and errors present in the existing barcode and RFID-based systems used at retail stores’checkout counters.This is achieved by integrating a novel AI algorithm,called Improved Laser Simulator Logic(ILSL)into the RFID system.The enhanced RFID system was able to improve the accuracy of item identification,reduce noise interference,and streamline the overall checkout process.The potential of the systemfor noise detection and elimination was initially investigated through a simulation study usingMATLAB and ILSL algorithm.Subsequently,it was deployed in a small-scale environment to validate its real-world performance.Results show that RFID with the proposed new algorithm ILSL and AI basket is capable of accurately detecting the related itemswhile eliminating noise originating fromunrelated objects,achieving an accuracy rate of 88%. 展开更多
关键词 Smart checkout system RFID technology improved laser simulator logic(ILSL) reduce noise checkout process
在线阅读 下载PDF
Toward Efficient Traffic-Sign Detection via SlimNeck and Coordinate-Attention Fusion in YOLO-SMM
4
作者 Hui Chen mohammed a.h.ali +6 位作者 Bushroa Abd Razak Zhenya Wang Yusoff Nukman Shikai Zhang Zhiwei Huang Ligang Yao Mohammad Alkhedher 《Computers, Materials & Continua》 2026年第2期1823-1848,共26页
Accurate and real-time traffic-sign detection is a cornerstone of Advanced Driver-Assistance Systems(ADAS)and autonomous vehicles.However,existing one-stage detectors miss distant signs,and two-stage pipelines are imp... Accurate and real-time traffic-sign detection is a cornerstone of Advanced Driver-Assistance Systems(ADAS)and autonomous vehicles.However,existing one-stage detectors miss distant signs,and two-stage pipelines are impractical for embedded deployment.To address this issue,we present YOLO-SMM,a lightweight two-stage framework.This framework is designed to augment the YOLOv8 baseline with three targeted modules.(1)SlimNeck replaces PAN/FPN with a CSP-OSA/GSConv fusion block,reducing parameters and FLOPs without compromising multi-scale detail.(2)The MCA model introduces row-and column-aware weights to selectively amplify small sign regions in cluttered scenes.(3)MPDIoU augments CIoU loss with a corner-distance term,supplying stable gradients for sub-20-pixel boxes and tightening localization.An evaluation of YOLO-SMMon the German Traffic Sign Recognition Benchmark(GTSRB)revealed that it attained 96.3% mAP50 and 93.1% mAP50-90 at a rate of 90.6 frames per second(FPS).This represents an improvement of+1.0% over previous performance benchmarks.Them APat 64×64 resolution was found to be 50% of the maximum attainable value,with an FPS of+8.3 when compared to YOLOv8.This result indicates superior performance in terms of accuracy and speed compared to YOLOv7,YOLOv5,RetinaNet,EfficientDet,and Faster R-CNN,all of which were operated under equivalent conditions. 展开更多
关键词 Traffic sign detection YOLO v8 YOLO v5 YOLO v7 SlimNeck modified coordinate attention MPDIoU
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部