College of Computer Science and Technology, Guizhou University, Guiyang 550025, China.
College of Computer Information and Engineering, Nanchang Institute of Technology, Nanchang 330044, China.
Sensors (Basel). 2021 Apr 18;21(8):2855. doi: 10.3390/s21082855.
In recent years, computer vision technology has been widely used in the field of medical image processing. However, there is still a big gap between the existing breast mass detection methods and the real-world application due to the limited detection accuracy. It is known that humans locate the regions of interest quickly and further identify whether these regions are the targets we found. In breast cancer diagnosis, we locate all the potential regions of breast mass by glancing at the mammographic image from top to bottom and from left to right, then further identify whether these regions are a breast mass. Inspired by the process of human detection of breast mass, we proposed a novel breast mass detection method to detect breast mass on a mammographic image by stimulating the process of human detection. The proposed method preprocesses the mammographic image via the mathematical morphology method and locates the suspected regions of breast mass by the image template matching method. Then, it obtains the regions of breast mass by classifying these suspected regions into breast mass and background categories using a convolutional neural network (CNN). The bounding box of breast mass obtained by the mathematical morphology method and image template matching method are roughly due to the mathematical morphology method, which transforms all of the brighter regions into approximate circular areas. For regression of a breast mass bounding box, the optimal solution should be searched in the feasible region and the Particle Swarm Optimization (PSO) is suitable for solving the problem of searching the optimal solution within a certain range. Therefore, we refine the bounding box of breast mass by the PSO algorithm. The proposed breast mass detection method and the compared detection methods were evaluated on the open database Digital Database for Screening Mammography (DDSM). The experimental results demonstrate that the proposed method is superior to all of the compared detection methods in detection performance.
近年来,计算机视觉技术在医学图像处理领域得到了广泛应用。然而,由于现有的乳腺肿块检测方法的检测精度有限,与实际应用之间仍然存在很大差距。众所周知,人类能够快速定位感兴趣的区域,并进一步确定这些区域是否是我们所发现的目标。在乳腺癌诊断中,我们通过从上到下、从左到右扫视乳腺 X 光图像来定位所有潜在的乳腺肿块区域,然后进一步确定这些区域是否是乳腺肿块。受人类检测乳腺肿块过程的启发,我们提出了一种新的乳腺肿块检测方法,通过模拟人类检测过程来检测乳腺 X 光图像上的乳腺肿块。该方法首先通过数学形态学方法对乳腺 X 光图像进行预处理,然后通过图像模板匹配方法定位疑似乳腺肿块区域。接着,使用卷积神经网络(CNN)将这些疑似区域分类为乳腺肿块和背景类别,从而获得乳腺肿块区域。数学形态学方法和图像模板匹配方法得到的乳腺肿块边界框是大致的,这主要是由于数学形态学方法将所有较亮的区域转换为近似的圆形区域。为了回归乳腺肿块边界框,应该在可行区域内搜索最优解,而粒子群优化(PSO)算法适合于在一定范围内搜索最优解。因此,我们使用 PSO 算法对乳腺肿块边界框进行了细化。在公开数据库 Digital Database for Screening Mammography (DDSM) 上评估了所提出的乳腺肿块检测方法和比较的检测方法。实验结果表明,在所提出的方法在检测性能方面优于所有比较的检测方法。