<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>edge detection &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/edge-detection/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 16:46:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>edge detection &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Fuzzy Logic and KAZE Algorithms Spot Hidden Breast Cancer Signs in Mammograms</title>
		<link>https://scienmag.com/fuzzy-logic-and-kaze-algorithms-spot-hidden-breast-cancer-signs-in-mammograms/</link>
		
		<dc:creator><![CDATA[Nathaniel Bowman]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 16:46:41 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[automated mammogram segmentation]]></category>
		<category><![CDATA[axillary lymph node identification]]></category>
		<category><![CDATA[axillary lymph nodes]]></category>
		<category><![CDATA[breast cancer]]></category>
		<category><![CDATA[breast cancer detection]]></category>
		<category><![CDATA[CBIS-DDSM]]></category>
		<category><![CDATA[CLAHE]]></category>
		<category><![CDATA[computer-aided diagnosis]]></category>
		<category><![CDATA[computer-aided diagnosis in breast cancer]]></category>
		<category><![CDATA[early breast cancer screening technology]]></category>
		<category><![CDATA[edge detection]]></category>
		<category><![CDATA[fuzzy inference system]]></category>
		<category><![CDATA[fuzzy logic in medical imaging]]></category>
		<category><![CDATA[high accuracy in breast tumor detection]]></category>
		<category><![CDATA[image segmentation]]></category>
		<category><![CDATA[image-processing pipelines for cancer detection]]></category>
		<category><![CDATA[KAZE feature detection]]></category>
		<category><![CDATA[KAZE feature detector]]></category>
		<category><![CDATA[mammogram image analysis]]></category>
		<category><![CDATA[mammography]]></category>
		<category><![CDATA[Medical Imaging]]></category>
		<category><![CDATA[neglected areas in mammography]]></category>
		<category><![CDATA[pectoral muscle]]></category>
		<category><![CDATA[pectoral muscle region analysis]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=196543</guid>

					<description><![CDATA[Researchers in India have combined fuzzy logic edge detection with the KAZE feature detector to automatically identify breast masses and axillary lymph nodes in the pectoral muscle region of mammograms, achieving detection accuracies of up to 97.36 percent.]]></description>
										<content:encoded><![CDATA[<p>A team of computer scientists in India has developed an image-processing pipeline that can automatically detect breast masses and axillary lymph nodes hiding in the pectoral muscle region of mammograms, an area that most computer-aided diagnosis systems have historically ignored. The study, published in the journal Discover Informatics by B. V. Divyashree of Mysore University School of Engineering and G. Hemantha Kumar of the University of Mysore, tackles a blind spot in breast cancer screening technology. While nearly all existing detection tools concentrate on the breast tissue itself, abnormal growths can extend into or originate within the pectoral muscle, and the presence of abnormal lymph nodes in this region is a clinically significant indicator of how far a patient&#8217;s cancer has progressed. By bringing fuzzy logic and a feature detector known as KAZE to bear on this neglected territory, the researchers report segmentation accuracies of 95.26 percent and 92.11 percent on two separate datasets, and detection accuracies reaching 97.36 percent on the public benchmark.</p>
<p>The clinical motivation behind the work is straightforward but sobering. Breast cancer incidence and mortality have risen over the past decade worldwide, and survival improves dramatically when the disease is caught early. Mammography remains the mainstay imaging modality for early detection, and the standard medio-lateral oblique view captures three distinct regions in a single image: the breast region, the pectoral region, and the background. Radiologists, however, frequently face ambiguity when examining the pectoral region because both normal and abnormal masses and lymph nodes can appear there. Normal axillary lymph nodes are typically small and oval shaped, while abnormal ones tend to be dense, round, and larger than two centimeters. Because the parenchyma tissues of the breast and the pectoral muscle look so similar on a mammogram, computerized systems that leave the muscle in the frame often confuse the two, which is precisely why most algorithms simply remove the pectoral muscle and never look at it again.</p>
<p>The new framework refuses to throw that region away. Instead, it begins by suppressing the background of the image and isolating the pectoral muscle using a segmentation strategy built on position information, granular computing, rough set approximation, and an ant colony algorithm, refined in the team&#8217;s earlier research. Because these techniques produce only a discontinuous boundary on the CBIS-DDSM dataset, the authors added a line fitting step, essentially a simple linear regression that draws a straight line through the scattered boundary points to reconstruct the characteristic triangular contour of the muscle. The image is scanned from the top left corner, pixel coordinates are collected from the upper three-quarters of the frame, and the equation of a straight line is fitted to produce a clean, continuous segmentation. Once the pectoral muscle is isolated, the pipeline applies a three-by-three median filter to suppress noise, then enhances the contrast of the region using Contrast Limited Adaptive Histogram Equalization and a de-correlation stretch, both of which prepare the image for the more delicate steps that follow.</p>
<p>The enhancement matters because the pectoral muscle is composed of dense tissues with high intensity values, and masses and lymph nodes embedded within it often share those same high intensities with minimal contrast separating them from their surroundings. This ambiguity is where the fuzzy inference system enters. Rather than relying on classical edge detectors, which demand precise gradient calculations and struggle with low-contrast imagery, the fuzzy system embraces uncertainty. The researchers computed gradients in the x and y directions for the segmented muscle, convolved those gradient images with the enhanced image, and then passed the results through a fuzzy logic engine. Pixels were assigned to black and white fuzzy classes using triangular membership functions, chosen for their computational simplicity and their ability to capture smooth transitions between pixels, while Gaussian membership functions maximized intensities at edge regions. Two empirically constructed rules drive the decisions: if both x and y gradient values are zero, the output pixel receives maximum intensity, marking an edge; if either gradient is nonzero, the output receives minimum intensity. The result is a fuzzy edge image in which tissue boundaries inside the muscle stand out clearly despite the noise and imprecision inherent in mammographic data.</p>
<p>With the edges highlighted, the final detection stage hands the fuzzy edge image to the KAZE feature detector, a two-dimensional feature detection method that operates in a nonlinear scale space, in contrast to the linear Gaussian diffusion used by better-known detectors such as SIFT and SURF. KAZE constructs its scale space by solving a nonlinear diffusion equation in which a conductivity function, typically a Perona-Malik formulation, controls how strongly the diffusion acts at each location. This nonlinearity allows the algorithm to preserve well-defined boundaries of masses and lymph nodes, reduce noise, and retain distinctive contours without blurring away the very features that matter. Keypoints are detected by computing the scale-normalized determinant of the Hessian matrix from second-order spatial derivatives, and local maxima across both space and scale identify salient feature points. A rotationally invariant descriptor is then built for each keypoint by estimating its dominant orientation from first-order derivatives and aggregating weighted sums of those derivatives over local patches, normalized to unit length for contrast invariance.</p>
<p>Because the number and distribution of KAZE keypoints vary considerably across images, the researchers filtered them by response strength, retaining only the most significant ones. These strong keypoints reliably correspond to breast masses and axillary lymph nodes located near the pectoral muscle. The team validated the approach on the Curated Breast Imaging Subset of the Digital Database for Screening Mammography, a publicly available benchmark containing 2,620 images of which 292 medio-lateral oblique views contain masses, and on a private organization dataset of 240 medio-lateral oblique images. Ground truth segmentations were not supplied with the datasets for the pectoral muscle, so they were manually marked under the supervision of a consultant radiologist. Detection ground truths came from the dataset&#8217;s binary mass masks and, for the lymph nodes, from expert radiologist annotations provided as center-and-radius markings.</p>
<p>The quantitative results are striking. On the CBIS-DDSM dataset, segmentation of the pectoral muscle achieved 95.26 percent accuracy, while the private dataset yielded 92.11 percent. For detection, 38 images from CBIS-DDSM containing masses or lymph nodes in the pectoral region produced a detection accuracy of 97.36 percent, and the 27 relevant images from the private dataset produced 88.88 percent, for an average of roughly 93.12 percent across both. Measured against the total number of individual masses and nodes, accuracy was 86.04 percent on the public dataset and 70.58 percent on the private one. Because no false positives appeared in the detection results, precision reached 100 percent on both datasets, while recall reflected missed detections, yielding F1-scores of 92.50 percent for CBIS-DDSM and 82.80 percent for the private set. The detected locations were verified by comparing the centroid of each detection against its ground truth counterpart, with detections counted as correct when the coordinate differences stayed within a threshold factor of ten.</p>
<p>What makes these numbers particularly notable is the absence of any direct competitor. The authors report that a thorough search of the literature found no baseline algorithms for automatic detection of masses or axillary lymph nodes within the pectoral muscle, because nearly all prior abnormality-detection work deliberately excludes that region. Earlier pectoral muscle research focused almost entirely on removing the muscle cleanly, using methods ranging from thresholding and region growing to active contours, genetic algorithms, polynomial fitting, and single-sided edge marking. Mass detection studies, meanwhile, deployed region growing with neural networks, morphological thresholding, wavelet transforms, particle swarm optimization, and dual-stage adaptive thresholding, but always within the breast region proper. By turning the pectoral muscle from a discarded artifact into a region of clinical interest, the study opens a direction that the existing literature has barely touched, even though mammographic studies have long documented that abnormalities can reside there and that lymph node status is crucial for grading cancer and optimizing treatment.</p>
<p>The authors are candid about the current limitations. The method can detect only one mass and one axillary lymph node at a time, so some lesions are missed when multiple abnormalities share a frame, and the approach requires parameter readjustment to balance performance across datasets with different characteristics. Future work, they write, will involve larger datasets and an extension to multiple simultaneous detections. Even so, the pipeline demonstrates that a combination of classical segmentation, fuzzy edge reasoning, and nonlinear scale-space feature detection can surface clinically meaningful signs where conventional systems see nothing but tissue to be cropped away. If refined and validated at scale, such a tool could give radiologists an automated second look at the pectoral region, supporting earlier grading of breast cancer and helping to catch signs of spread before they are missed between the lines of a standard screening read.</p>
<p><strong>Subject of Research:</strong> Automated detection of axillary lymph nodes and masses in the pectoral muscle region of mammograms using fuzzy logic and KAZE feature detection</p>
<p><strong>Article Title:</strong> Detection of axillary lymph nodes and masses in pectoral region of mammograms using fuzzy logic and KAZE techniques</p>
<p><strong>Article References:</strong> Divyashree, B. V., &amp; Kumar, G. H. (2026). Detection of axillary lymph nodes and masses in pectoral region of mammograms using fuzzy logic and KAZE techniques. <em>Discover Informatics, 1</em>(1), Article 7. <a href="https://doi.org/10.1007/s44564-026-00006-1" rel="noopener noreferrer">https://doi.org/10.1007/s44564-026-00006-1</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s44564-026-00006-1" rel="noopener noreferrer">10.1007/s44564-026-00006-1</a></p>
<p><strong>Keywords:</strong> mammography, breast cancer, axillary lymph nodes, pectoral muscle, fuzzy inference system, KAZE feature detector, computer-aided diagnosis, image segmentation, CBIS-DDSM, edge detection, CLAHE, medical imaging</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">196543</post-id>	</item>
	</channel>
</rss>
