(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

The basic BiRPN-YOLOvX algorithm for lung nodule detection

What is it about?

In this paper, to address the problems of small size of lung nodules, large proportion of background region, and complex lung structures in lung nodule detection of CT images, a weighted bidirectional recursive pyramid algorithm is presented. First, the weighted bidirectional recursive feature pyramid network (BiPRN) is proposed, which can increase the ability of network model to extract feature information, and achieve multi-scale fusion information. Second, a CBAM_CSPDarknet53 structure is developed to incorporate an attention mechanism as a feature extraction module, which can aggregate both spatial information and channel information of the feature map. The weighted BiRPN and CBAM_CSPDarknet53 are applied to the YOLOvX model for lung nodule detection experiments, named BiRPN-YOLOvX, where YOLOvX represents different versions of YOLO. The proposed method has a great potential for clinical applications to improve the sensitivity of lung nodule detection.

Why is it important?

Improved capability for multi-scale fusion in convolutional neural networks, as well as improved fusion of channel and spatial information in the network. The results show that our algorithm improves the sensitivity of lung nodule detection.

Read more on Kudos…
The following have contributed to this page:
Liying Han
' ,"url"));