<?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>slide image segmentation &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/slide-image-segmentation/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 Sep 2026 02:25:32 +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>slide image segmentation &#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>Browser-Based TMA-Grid Tool Brings FAIR, Zero-Footprint De-Arraying to Digital Pathology</title>
		<link>https://scienmag.com/browser-based-tma-grid-tool-brings-fair-zero-footprint-de-arraying-to-digital-pathology/</link>
		
		<dc:creator><![CDATA[Drew Townsend]]></dc:creator>
		<pubDate>Sun, 13 Sep 2026 02:25:32 +0000</pubDate>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[browser-based pathology data processing]]></category>
		<category><![CDATA[cancer epidemiology]]></category>
		<category><![CDATA[cancer research tissue analysis]]></category>
		<category><![CDATA[convolutional neural network]]></category>
		<category><![CDATA[de-arraying]]></category>
		<category><![CDATA[digital pathology]]></category>
		<category><![CDATA[digital slide misalignment correction]]></category>
		<category><![CDATA[FAIR data principles in pathology]]></category>
		<category><![CDATA[FAIR software]]></category>
		<category><![CDATA[high-resolution tissue scanning artifacts]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[open-source digital pathology software]]></category>
		<category><![CDATA[OpenSeadragon]]></category>
		<category><![CDATA[patient metadata management]]></category>
		<category><![CDATA[slide image segmentation]]></category>
		<category><![CDATA[TensorFlow.js]]></category>
		<category><![CDATA[tissue microarray]]></category>
		<category><![CDATA[tissue microarrays de-arraying]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[web-based TMA analysis tools]]></category>
		<category><![CDATA[whole-slide imaging]]></category>
		<category><![CDATA[zero-footprint]]></category>
		<category><![CDATA[zero-footprint bioinformatics tools]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=200820</guid>

					<description><![CDATA[Researchers at the National Cancer Institute have unveiled TMA-Grid, an open-source, zero-footprint web application that combines a convolutional neural network with interactive correction to de-array tissue microarrays directly in the browser.]]></description>
										<content:encoded><![CDATA[<p>Tissue microarrays have quietly become one of the workhorses of modern cancer research, allowing hundreds of tissue cores from different patients to be packed onto a single microscope slide and scanned in one pass. But anyone who has worked with these dense grids of tissue knows the hidden labor involved: before the data can be analyzed, each individual core must be digitally sliced back out of the whole-slide image and reconnected to the correct patient metadata. A new open-source tool called TMA-Grid, described in BMC Bioinformatics, promises to make that painstaking process dramatically easier by running entirely inside a web browser, with no installation, no downloads, and no data ever leaving its storage location.</p>
<p>The researchers, led by Aaron Ge and colleagues at the National Cancer Institute&#8217;s Division of Cancer Epidemiology and Genetics, set out to solve a problem that has nagged the digital pathology community for years. Tissue microarrays are assembled by punching small cylindrical cores out of donor tissue blocks and arranging them in a precise grid on a recipient paraffin block. In practice, however, the assembly process, repeated sectioning, and high-resolution scanning introduce misalignments, missing cores, folds, and other artifacts. Any software that blindly assumes a perfect grid risks extracting the wrong tissue or mislabeling samples, errors that can silently corrupt downstream epidemiologic analyses.</p>
<p>Conventional de-arraying solutions have typically been desktop applications that must be downloaded, installed, and maintained, often on specific operating systems. They frequently offer limited interactivity, leaving users unable to correct the automated guesses the software makes when a core is shifted, absent, or duplicated. The NCI team argues that this rigidity has real consequences for large-scale studies, such as cancer epidemiology cohorts, where thousands of TMA slides must be processed reliably and where a single misassigned core can compromise the statistical integrity of a biomarker analysis.</p>
<p>TMA-Grid&#8217;s answer is a two-stage workflow that combines machine learning with human oversight. At its core is a convolutional neural network trained to segment tissue from background, detecting the individual cores on a scanned slide regardless of staining method or scanner idiosyncrasies. The network runs in the browser itself, powered by TensorFlow.js, which means the computational heavy lifting of tissue segmentation happens on the user&#8217;s own machine rather than on a remote server. This design choice has a welcome side effect for privacy-conscious institutions: sensitive patient slides never need to be uploaded anywhere to be processed.</p>
<p>Once cores are detected, the application applies an interactive grid-estimation algorithm that maps the detected tissue spots onto expected row and column positions, reconstructing the logical array layout that the pathologist originally designed. Crucially, this is not a black box. At every step, users can inspect, adjust, and override both the segmentation results and the grid assignment, adding missing cores, deleting artifacts, or nudging boundaries by hand. The developers describe this marriage of automated detection and user-driven correction as the central design principle: the machine does the tedious work, but the human retains final authority over what counts as a valid core.</p>
<p>The technical architecture follows what the authors call a zero-footprint approach. Nothing is installed on the user&#8217;s computer, and nothing is copied or cached to a server. The application operates on source images in place, whether they sit on a local hard drive, a remote institutional server, or cloud storage, reading them through standard web protocols. This means a researcher in Calgary, a statistician in London, and a bioinformatician in Maryland can all process slides from the same archive without ever duplicating multi-gigabyte whole-slide image files, a nontrivial benefit when studies involve hundreds of slides and limited bandwidth.</p>
<p>Beyond convenience, the team emphasizes adherence to FAIR principles, making the software Findable, Accessible, Interoperable, and Reusable. The application and all of its components are freely available and open source, and the authors designed its building blocks, from the segmentation model to the visualization layer built on the OpenSeadragon deep-zoom viewer, so that other groups can repurpose them in their own web-based digital pathology pipelines. In an era when reproducibility concerns shadow much of computational biology, publishing a fully open, browser-native tool with reusable components is a deliberate statement about how research software should be built and shared.</p>
<p>The practical implications reach well into cancer epidemiology. The work emerged from the NCI Intramural Research Program within the Division of Cancer Epidemiology and Genetics and its Episphere platform, an environment built for large-scale collaborative cancer research. Cohorts such as the Polish Breast Cancer Study and other population studies rely on tissue microarrays stained with hematoxylin and eosin or immunohistochemistry markers to screen candidate biomarkers across thousands of tumors. A reliable, interactive de-arraying tool that pathologists and technicians can use without IT support could compress what used to be a bottleneck into a routine step, accelerating the pace at which tissue-based discoveries translate into population-level insights.</p>
<p>The tool also reflects a broader shift in scientific software toward running where the data already live. As whole-slide imaging has exploded in scale, with single slides now routinely exceeding a gigapixel, moving files between workstations has become one of the biggest friction points in digital pathology. Zero-footprint web applications sidestep the problem entirely, and TMA-Grid demonstrates that even deep-learning-based image analysis, traditionally the domain of GPU-equipped servers, can now be pushed to the client side of the browser. The authors suggest the same pattern can generalize to other digital pathology tasks, from quality control to annotation workflows.</p>
<p>TMA-Grid is freely available as an open-source application, and its authors, drawn from the National Cancer Institute, the University of Calgary, Leidos Biomedical Research, and The Institute of Cancer Research in London, position it as both a practical solution for working TMA laboratories and a reusable foundation for the next generation of browser-based pathology tools. For a field whose progress increasingly depends on extracting maximum value from irreplaceable tissue collections, a tool that pairs automated intelligence with transparent human control may prove to be exactly what the pathologist ordered.</p>
<p><strong>Subject of Research:</strong> Open-source browser-based tissue microarray de-arraying using deep learning for digital pathology</p>
<p><strong>Article Title:</strong> TMA-Grid: an open-source, zero-footprint web application for FAIR tissue microarray de-arraying</p>
<p><strong>Article References:</strong> Ge, A., Saha, M., Duggan, M. A., Lenz, P., Abubakar, M., García-Closas, M., Balasubramanian, J., Almeida, J. S., &amp; Bhawsar, P. M. (2026). TMA-Grid: an open-source, zero-footprint web application for FAIR tissue microarray de-arraying. <em>BMC Bioinformatics</em>. <a href="https://doi.org/10.1186/s12859-026-06638-2" rel="noopener noreferrer">https://doi.org/10.1186/s12859-026-06638-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s12859-026-06638-2" rel="noopener noreferrer">10.1186/s12859-026-06638-2</a></p>
<p><strong>Keywords:</strong> tissue microarray, de-arraying, digital pathology, whole slide imaging, FAIR software, web application, TensorFlow.js, OpenSeadragon, convolutional neural network, cancer epidemiology, open source, zero-footprint</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">200820</post-id>	</item>
	</channel>
</rss>
