<?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>medical image analysis &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/medical-image-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 03 Sep 2026 17:24:20 +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>medical image analysis &#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 attention-based encoder-decoder improves skin lesion segmentation accuracy</title>
		<link>https://scienmag.com/fuzzy-attention-based-encoder-decoder-improves-skin-lesion-segmentation-accuracy/</link>
		
		<dc:creator><![CDATA[Nathaniel Bowman]]></dc:creator>
		<pubDate>Thu, 03 Sep 2026 17:24:17 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[attention mechanisms in deep learning]]></category>
		<category><![CDATA[attention mechanisms in image segmentation]]></category>
		<category><![CDATA[deep learning for dermatology]]></category>
		<category><![CDATA[edge detection in dermatology images]]></category>
		<category><![CDATA[fuzzy attention encoder-decoder]]></category>
		<category><![CDATA[fuzzy attention-based encoder-decoder]]></category>
		<category><![CDATA[fuzzy set theory in medical AI]]></category>
		<category><![CDATA[Innovative Neural Network Architectures]]></category>
		<category><![CDATA[medical image analysis]]></category>
		<category><![CDATA[melanoma detection]]></category>
		<category><![CDATA[multi-national research on skin cancer]]></category>
		<category><![CDATA[neural network for skin cancer]]></category>
		<category><![CDATA[open-access skin cancer dataset]]></category>
		<category><![CDATA[open-access skin lesion datasets]]></category>
		<category><![CDATA[probabilistic neural networks]]></category>
		<category><![CDATA[probabilistic relevance modeling]]></category>
		<category><![CDATA[skin cancer edge detection]]></category>
		<category><![CDATA[skin lesion boundary detection]]></category>
		<category><![CDATA[skin lesion segmentation]]></category>
		<category><![CDATA[uncertainty modeling in medical imaging]]></category>
		<category><![CDATA[uncertainty-based image segmentation]]></category>
		<guid isPermaLink="false">https://scienmag.com/fuzzy-attention-based-encoder-decoder-improves-skin-lesion-segmentation-accuracy/</guid>

					<description><![CDATA[Melanoma, the deadliest form of skin cancer, often presents as a subtle dark patch on the skin whose edges blur almost imperceptibly into healthy tissue. Detecting those edges automatically is one of the deceptively hard problems in medical image analysis, and a new open-access study now offers an unusually elegant answer: instead of forcing a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Melanoma, the deadliest form of skin cancer, often presents as a subtle dark patch on the skin whose edges blur almost imperceptibly into healthy tissue. Detecting those edges automatically is one of the deceptively hard problems in medical image analysis, and a new open-access study now offers an unusually elegant answer: instead of forcing a neural network to decide pixel by pixel whether something is &#8220;lesion&#8221; or &#8220;not lesion,&#8221; the researchers behind a new architecture called FAED let the network think in shades of uncertainty — the way a dermatologist actually does.</p>
<p>The work, published in the journal Complex &amp; Intelligent Systems, comes from an international team spanning SRM Institute of Science and Technology in India, the National Institute of Technology Rourkela, China University of Mining and Technology, Innopolis University in Russia, and St. Petersburg Electrotechnical University &#8220;LETI.&#8221; The team — M. R. Indresh, Soumyajit Gayen, Dmitrii Minenkov, Dmitrii Kaplun and Ram Sarkar — describes FAED, a Fuzzy Attention-aided Encoder-Decoder architecture, which swaps out the rigid binary logic of standard attention mechanisms for a soft, probabilistic notion of relevance inspired by fuzzy set theory. The results are striking not only for their accuracy but for the architecture&#8217;s remarkable frugality: with just 2.4 million parameters and roughly 4 GFLOPs of computation, FAED posts Dice scores that put it at the top tier of contemporary segmentation models while running at inference speeds measured in milliseconds.</p>
<p>The clinical stakes of this problem are easy to underestimate. Early-stage melanoma is highly curable, but the first line of defense is visual inspection of pigmented lesions, typically through dermoscopy — the imaging of skin through a magnifying device that reveals subsurface structures. Automated segmentation of dermoscopy images, the task of drawing an accurate boundary around a lesion, underpins every downstream measurement clinicians and computer-aided diagnosis systems rely on, including the asymmetry, border irregularity and color variation criteria used in melanoma risk scoring. Yet the task is plagued by low contrast between lesion and healthy skin, hair occlusions, specular reflections, and most fundamentally, ambiguous boundaries where the lesion fades gradually into its surroundings.</p>
<p>For years, the dominant tool for this job has been U-Net, a convolutional encoder-decoder architecture in which a contracting path extracts increasingly abstract features and an expanding path reconstructs a pixel-level prediction. The critical link between the two halves is a set of skip connections that pass fine-grained spatial detail from early encoder layers directly to the decoder. Most modern variants bolt attention modules onto these skip connections: the network learns to &#8220;gate&#8221; which features to pass through. But those gates are typically binary — a feature channel or spatial position is either kept or discarded. The FAED authors argue that this all-or-nothing logic is fundamentally mismatched to the nature of skin lesions, where the transition between sick and healthy tissue is gradual, not sharp. A binary gate discards exactly the soft, intermediate evidence that defines an ambiguous boundary.</p>
<p>FAED&#8217;s central innovation is its Boundary-conditioned Soft Fuzzy Attention (BSFA) module, which replaces standard skip connections altogether. Rather than multiplying features by a learned 0-or-1 mask, BSFA evaluates feature relevance using learnable Gaussian membership functions — mathematical constructs from fuzzy logic that assign each feature a continuous degree of membership, modeled as a probability-like value between zero and one. In practice, this means the network can express that a feature is &#8220;somewhat relevant&#8221; or &#8220;mostly relevant,&#8221; preserving graded boundary information that binary attention would crush. The Gaussian membership functions are themselves learnable parameters, so the network discovers its own notions of partial relevance during training rather than having them imposed by a fixed rule.</p>
<p>The architecture adds two further refinements that the authors show are individually and jointly important. The first is an Adaptive Fuzzy Mixture-based aggregation scheme. Features extracted at different depths of the network vary enormously in scale and semantics — shallow layers carry edge textures, deep layers carry abstract shape information — and fusing them well is a persistent headache in segmentation design. The fuzzy mixture approach treats each feature source as contributing to a soft ensemble, weighting its contribution according to a learned similarity-based membership rather than simple concatenation. The second refinement is an explicit Boundary Cue, a signal fed into the attention mechanism that modulates its focus along lesion perimeters. Where the fuzzy membership decides &#8220;how relevant&#8221; a feature is, the boundary cue tells the attention &#8220;where to look,&#8221; sharpening the model&#8217;s sensitivity precisely at the lesion border where errors are most costly.</p>
<p>The authors validated FAED on the four most widely used benchmarks in the field: the ISIC2016, ISIC2017 and ISIC2018 dermoscopy datasets from the International Skin Imaging Collaboration, and the smaller PH² dataset of melanocytic lesion images. The segmentation quality was measured with the Dice score, a standard metric that quantifies the overlap between the predicted lesion mask and the ground truth, where a score of 1.0 means perfect agreement. FAED achieved a Dice score of 0.9140 on ISIC2016, 0.9135 on PH², 0.8781 on ISIC2018, and 0.8615 on ISIC2017 — competitive-to-leading figures given the architecture&#8217;s size. Notably, the ISIC2016 and PH² results hover around the 0.91 mark, a level of overlap that corresponds to clinically meaningful boundary fidelity.</p>
<p>Just as important as the headline numbers is the efficiency profile, which the team documented with careful empirical measurements on an NVIDIA Tesla T4 GPU. FAED performs inference in 10.05 milliseconds per image at batch size 1, and 6.76 milliseconds per image when batched at 8 — throughput fast enough for real-time clinical workflows. Peak GPU memory during inference is similarly modest: 505 MB at batch size 1 and 948 MB at batch size 8. For context, many state-of-the-art segmentation models rely on heavyweight transformer backbones or large convolutional stacks with parameter counts in the tens of millions, demanding memory and compute budgets that make deployment on hospital hardware, edge devices or low-resource settings difficult. FAED&#8217;s 2.4 million parameters and roughly 4 GFLOPs place it in a different class entirely, suggesting that careful architectural design — rather than brute-force scale — can carry segmentation performance a long way.</p>
<p>To verify that each component of the design actually earns its place, the researchers conducted ablation studies, the standard experimental practice of removing parts of a system one at a time and measuring the drop in performance. These studies confirmed that both the prototype-based fuzzy aggregation and the boundary-conditioned modulation of attention contribute measurably to the observed improvements. In other words, the gains are not an artifact of added capacity or incidental tuning: the soft membership modeling and the explicit boundary guidance are doing real, distinguishable work. That finding matters for the broader field, because it offers evidence that how features are fused — treating fusion as a soft similarity-based membership problem — can be as consequential as how features are extracted.</p>
<p>The philosophical shift at the heart of FAED is worth dwelling on. Classical computer vision and early deep learning systems were built on crisp logic: a pixel belongs to a class, a feature passes a gate, a decision is yes or no. Fuzzy logic, introduced decades ago as a formal way of reasoning with degrees of truth, has long been touted as a natural fit for medical imaging, where human experts themselves reason in gradients — &#8220;this border looks slightly irregular,&#8221; &#8220;this region is probably part of the lesion.&#8221; What has changed recently is that learnable fuzzy components, such as Gaussian membership functions optimized end-to-end by gradient descent, can now be embedded inside deep networks so that the fuzzy rules themselves are discovered from data. FAED is a concrete demonstration that this marriage of classical soft-computing theory and modern deep learning can outperform hard-gated alternatives on a real clinical task, without any increase in architectural complexity.</p>
<p>The implications for melanoma screening are potentially significant, particularly for parts of the world where dermatologists are scarce and mobile screening programs depend on lightweight, fast and reliable algorithms. A model that runs in a few milliseconds on an entry-level GPU, fits comfortably in under a gigabyte of memory, and still achieves over 91 percent overlap with expert-annotated boundaries on benchmark datasets is precisely the kind of tool that can be embedded into telemedicine pipelines or portable dermoscope accessories. The authors caution, as all careful researchers do, that benchmark performance is a step toward clinical deployment, not the deployment itself — prospective validation on diverse skin tones, imaging devices and real-world lesion appearances remains an essential next stage for any segmentation technology destined for the clinic.</p>
<p>The article was published open access under a Creative Commons license, making the full technical description freely available to researchers and clinicians worldwide. The study was supported by the Ministry of Economic Development of the Russian Federation. As peer-reviewed, citable research made available early for faster dissemination, it joins a growing body of work arguing that the future of medical AI lies not only in ever-larger models, but in smarter ones — systems that, like the physicians they assist, know how to say &#8220;maybe.&#8221; FAED&#8217;s fuzzy attention may be an early but compelling example of that principle turned into working code.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Deep learning–based skin lesion segmentation in dermoscopy images using fuzzy attention mechanisms</p>
<p><strong>Article Title:</strong> FAED: fuzzy attention-aided encoder-decoder architecture for skin lesion segmentation</p>
<p><strong>Article References:</strong> Indresh, M. R., Gayen, S., Minenkov, D., Kaplun, D., &amp; Sarkar, R. (2026). FAED: fuzzy attention-aided encoder-decoder architecture for skin lesion segmentation. <em>Complex &amp; Intelligent Systems</em>. <a href="https://doi.org/10.1007/s40747-026-02482-2" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s40747-026-02482-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s40747-026-02482-2" target="_blank" rel="noopener noreferrer">10.1007/s40747-026-02482-2</a></p>
<p><strong>Keywords:</strong> Skin lesion segmentation, Dermoscopy, Fuzzy attention, Boundary-aware segmentation, U-Net model, Feature fusion, Melanoma diagnosis, Encoder-decoder architecture, Gaussian membership functions, ISIC datasets</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">186487</post-id>	</item>
		<item>
		<title>ALPaCA Adapts Llama for Pathology Context Analysis and Slide-Level Question Answering</title>
		<link>https://scienmag.com/alpaca-adapts-llama-for-pathology-context-analysis-and-slide-level-question-answering/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Fri, 21 Aug 2026 00:21:34 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[AI adaptation for pathology]]></category>
		<category><![CDATA[AI in pathology]]></category>
		<category><![CDATA[cellular morphology detection]]></category>
		<category><![CDATA[digital pathology]]></category>
		<category><![CDATA[large language models for medical diagnosis]]></category>
		<category><![CDATA[medical image analysis]]></category>
		<category><![CDATA[pathology context understanding]]></category>
		<category><![CDATA[slide-level question answering]]></category>
		<category><![CDATA[tissue organization recognition]]></category>
		<category><![CDATA[tumor architecture analysis]]></category>
		<category><![CDATA[visual evidence integration in medical AI]]></category>
		<category><![CDATA[whole-slide image analysis]]></category>
		<guid isPermaLink="false">https://scienmag.com/alpaca-adapts-llama-for-pathology-context-analysis-and-slide-level-question-answering/</guid>

					<description><![CDATA[Pathology has entered an era in which a single medical image can contain more information than any human can comfortably inspect at once. Whole-slide images, or WSIs, convert glass microscope slides into enormous digital files that may contain billions of pixels, revealing tumor architecture, cellular morphology, tissue organization and subtle diagnostic clues across multiple scales. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Pathology has entered an era in which a single medical image can contain more information than any human can comfortably inspect at once. Whole-slide images, or WSIs, convert glass microscope slides into enormous digital files that may contain billions of pixels, revealing tumor architecture, cellular morphology, tissue organization and subtle diagnostic clues across multiple scales. Yet asking an artificial intelligence system a simple question about an entire slide remains extraordinarily difficult. A new study published in <em>Nature Communications</em> introduces ALPaCA, a system designed to adapt the Llama family of large language models for pathology context analysis and slide-level question answering.</p>
<p>The work by Gao, He, Su and colleagues addresses a central challenge in medical artificial intelligence: connecting visual evidence distributed across a massive pathology slide with natural-language reasoning. Conventional computer-vision models are often trained to classify small image patches or predict a diagnosis from preselected regions. That approach can be effective when the task is narrowly defined, but it struggles when a pathologist asks a broader question such as which tissue compartments are present, where abnormal structures are located, or how multiple regions contribute to an overall interpretation. ALPaCA is designed to move beyond isolated image recognition by building a structured connection between slide content and language-based analysis.</p>
<p>The difficulty begins with scale. A high-resolution WSI cannot usually be inserted directly into a language model because it is far larger than the model’s input capacity. The slide must first be divided into smaller visual regions, commonly called patches or tiles. These regions can then be processed by an image encoder that converts their visual features into numerical representations. The resulting information must be compressed, organized and presented to a language model in a way that preserves the relationships between local findings and the global structure of the specimen. If that process loses spatial context, the model may identify a feature correctly while misunderstanding its significance within the slide.</p>
<p>ALPaCA’s core idea is to adapt Llama so that it can interpret pathology-specific visual context rather than treating a slide as a collection of unrelated image fragments. In practical terms, this involves connecting visual representations extracted from pathology images with the language model’s token-based reasoning system. The model can then receive visual evidence and generate answers in natural language, potentially explaining what it observes and linking local morphology to a slide-level conclusion. This kind of design represents a shift from simple image classification toward multimodal question answering, where the system must identify relevant evidence, integrate it and formulate a response.</p>
<p>The researchers’ approach is especially important because pathology questions are rarely limited to one visual object. A pathologist may need to compare several areas, determine whether a pattern is widespread or focal, distinguish normal from abnormal tissue, or interpret the relationship between cellular details and larger anatomical structures. These tasks demand what researchers often call context-aware reasoning. A gland, nucleus or inflammatory region can have different meanings depending on where it appears, what surrounds it and how frequently it occurs. By adapting a general-purpose language model to pathology context, ALPaCA aims to make those relationships accessible through interactive questions rather than fixed diagnostic labels alone.</p>
<p>Slide-level question answering could eventually provide a more flexible interface for digital pathology. Instead of asking a model only to produce a predetermined category, users could pose targeted questions about the content of a specimen. Such systems might help retrieve relevant regions, summarize morphological patterns, compare findings across tissue compartments or support the review of complex cases. In a research or clinical workflow, a language-based interface could also make computational analysis easier for users who are not specialists in machine learning. However, the value of such a system depends on whether its answers are grounded in the actual slide rather than generated from statistical associations or plausible-sounding language.</p>
<p>That issue places interpretability and reliability at the center of the ALPaCA study. Large language models are powerful generators of text, but they can also produce confident answers that are incomplete, ambiguous or incorrect. In pathology, an unsupported statement is more than a technical error: it could influence a diagnostic decision. A useful slide-question-answering system therefore needs to connect its responses to visual evidence and ideally indicate which regions support a conclusion. Context analysis can help with this requirement by encouraging the model to reason over multiple locations, but it does not eliminate the need for expert oversight, careful validation and transparent evaluation.</p>
<p>The study also highlights a broader trend in medical AI. Rather than building a separate model for every narrowly defined task, researchers are increasingly adapting foundation models that already possess broad capabilities in language, representation learning or visual interpretation. Llama provides a language-based foundation that can be specialized with pathology data and visual inputs. The advantage of this strategy is flexibility: one adapted model may support many forms of interaction, from descriptive questions to evidence-based comparisons. The challenge is that medical specialization requires high-quality, well-annotated data and strict controls against hallucination, bias and the misuse of incomplete clinical information.</p>
<p>Pathology is particularly demanding because tissue appearance varies with organ type, staining protocol, scanner characteristics, preparation quality and disease stage. A model trained on one collection of slides may perform differently when confronted with images from another laboratory or population. It must also distinguish meaningful biological variation from technical artifacts. These concerns make external validation essential. A system that answers questions accurately on a research benchmark may still require substantial testing before it can be integrated into routine diagnostic practice. ALPaCA’s significance therefore lies not only in its immediate performance, but also in the direction it represents: pathology AI that is conversational, context-sensitive and designed to work with the full complexity of digital slides.</p>
<p>The arrival of ALPaCA signals a growing ambition for computational pathology: to create systems that do not merely recognize patterns, but participate in a structured dialogue about what those patterns mean. If further studies confirm that the approach can produce accurate, visually grounded and reproducible answers across diverse specimens, slide-level question answering could become a powerful tool for research, education and clinical decision support. It will not replace pathologists, whose expertise includes clinical history, uncertainty management and responsibility for patient care. Instead, its most valuable role may be to help experts navigate enormous quantities of visual information, focus attention on relevant regions and turn digital slides into evidence that can be examined through natural language.</p>
<p><strong>Subject of Research</strong>: ALPaCA, a pathology-focused multimodal artificial intelligence system that adapts Llama for context analysis and slide-level question answering.</p>
<p><strong>Article Title</strong>: ALPaCA: Adapting Llama for Pathology Context Analysis to enable slide-level question answering.</p>
<p><strong>Article References</strong>: Gao, Z., He, K., Su, W. <i>et al.</i> “ALPaCA: Adapting Llama for Pathology Context Analysis to enable slide-level question answering.” <i>Nature Communications</i> (2026). <a href="https://doi.org/10.1038/s41467-026-76372-z">https://doi.org/10.1038/s41467-026-76372-z</a></p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>: 10.1038/s41467-026-76372-z</p>
<p><strong>Keywords</strong>: computational pathology, digital pathology, whole-slide images, multimodal AI, large language models, Llama, pathology context analysis, slide-level question answering, medical imaging, artificial intelligence</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">180703</post-id>	</item>
	</channel>
</rss>
