<?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>genetically encoded calcium indicators &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/genetically-encoded-calcium-indicators/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 22:43:01 +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>genetically encoded calcium indicators &#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>New AI Pipeline Turns Tangled 3D Brain Videos into Clear Neuronal Activity Maps</title>
		<link>https://scienmag.com/new-ai-pipeline-turns-tangled-3d-brain-videos-into-clear-neuronal-activity-maps/</link>
		
		<dc:creator><![CDATA[Cassandra Pierce]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 22:43:01 +0000</pubDate>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[3D calcium imaging analysis]]></category>
		<category><![CDATA[3D neuronal extraction]]></category>
		<category><![CDATA[advanced microscopy for neuronal recording]]></category>
		<category><![CDATA[AI-driven neuroimaging analysis]]></category>
		<category><![CDATA[calcium imaging]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[deep learning in neuroscience]]></category>
		<category><![CDATA[DeepWonder3D]]></category>
		<category><![CDATA[genetically encoded calcium indicators]]></category>
		<category><![CDATA[high-fidelity neuron signal extraction]]></category>
		<category><![CDATA[image denoising]]></category>
		<category><![CDATA[large-scale brain activity visualization]]></category>
		<category><![CDATA[Light-field microscopy]]></category>
		<category><![CDATA[microscopy techniques for neural imaging]]></category>
		<category><![CDATA[mouse cortex]]></category>
		<category><![CDATA[multiview fusion]]></category>
		<category><![CDATA[Nature Methods]]></category>
		<category><![CDATA[neural population recording]]></category>
		<category><![CDATA[neural signal processing pipelines]]></category>
		<category><![CDATA[neuronal activity mapping]]></category>
		<category><![CDATA[Neuroscience]]></category>
		<category><![CDATA[systems neuroscience data challenges]]></category>
		<category><![CDATA[two-photon microscopy]]></category>
		<category><![CDATA[volumetric neural data processing]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=199384</guid>

					<description><![CDATA[Researchers have developed DeepWonder3D, an AI-driven pipeline that rapidly and accurately extracts the activity of tens of thousands of neurons from noisy three-dimensional calcium imaging data across multiple microscopy platforms.]]></description>
										<content:encoded><![CDATA[<p>Neuroscientists can now record electrical storms of activity from tens of thousands of neurons at once, but a stubborn bottleneck has long stood between the raw data and discovery: turning enormous three-dimensional calcium imaging videos into clean, trustworthy lists of individual neurons and their firing patterns. A team at Tsinghua University reports in Nature Methods a solution called DeepWonder3D, an end-to-end pipeline that extracts neuronal signals from volumetric calcium imaging datasets with high fidelity, remarkable speed and robustness across a striking range of microscopy techniques. The work addresses one of the most pressing computational challenges in modern systems neuroscience, where imaging hardware has raced ahead of the software needed to interpret what it captures.</p>
<p>Calcium imaging has become the workhorse of population neuroscience. Genetically encoded indicators such as GCaMP fluoresce when calcium floods into a neuron as it fires, allowing researchers to watch thoughts unfold as shimmering waves of light. Recent advances in microscopy, from light-field microscopy to two-photon synthetic aperture systems and large-scale mesoscopes, now permit large-scale three-dimensional neuronal recording across entire cortical regions. The resulting datasets illuminate population-level neural coding, but extracting individual neuronal calcium dynamics from 3D volumes remains far more difficult than from conventional two-dimensional movies. Light scatters as it travels through living tissue, backgrounds blur together, noise contaminates faint signals, and the sheer volume of data can overwhelm conventional analysis algorithms.</p>
<p>The central insight behind DeepWonder3D is a departure from the obvious approach. Most existing methods attempt to process volumetric data voxel by voxel, treating the 3D stack as a gigantic three-dimensional segmentation problem. That strategy is computationally punishing and sensitive to the noise and scattering that plague in vivo recordings. Instead, DeepWonder3D works on multiview projections of the 3D imaging data. These projections can be obtained digitally, by reformatting the recorded volume, or optically, through the specific point spread functions of the imaging system. Because many modern microscopes naturally produce multiple views or projections of the same volume, the pipeline slots directly into a diverse family of techniques, including point-scanning two-photon microscopy, light-field microscopy and two-photon synthetic aperture microscopy.</p>
<p>The architecture integrates five previously separate computational stages into a single unified workflow tailored for large-scale, high-resolution datasets contaminated by noise and scattering: denoising, resolution registration, background removal, neuronal extraction and multiview fusion. The denoising module employs deep self-supervised learning, a strategy in which networks learn to clean data without requiring paired ground-truth examples, building on earlier demonstrations that such denoising can reinforce neuron extraction and spike inference and even push fluorescence imaging beyond the conventional shot-noise limit. The resolution registration module exploits temporal redundancy across frames, learning to fuse multi-frame low-resolution recordings into sharper single-frame representations, effectively recovering spatial detail that any individual frame lacks.</p>
<p>Background removal tackles one of the most insidious problems in deep tissue imaging: scattered fluorescence from out-of-focus structures that washes over the true signal. Trained on high-resolution recordings and their background-free counterparts, this module leverages spatiotemporal patterns to separate genuine neuronal signals from scattering-induced haze. The neuronal extraction module then identifies individual neuronal footprints in the cleaned projections through a three-step procedure. It first detects spatiotemporally connected clusters of activity across consecutive frames, segments those clusters into candidate regions of interest, and finally applies a two-tier morphological filter. Candidates smaller than 25 square micrometers are discarded as background artifacts, while surviving regions are evaluated for roundness. Compact, round regions, which typically constitute more than 90 percent of detected candidates, are treated as simple, spatially separable neurons whose traces can be read directly. Larger or irregular regions, often representing overlapping neurons, are demixed through greedy initialization followed by local non-negative matrix factorization.</p>
<p>The final stage, multiview fusion, is where the pipeline earns its three-dimensional credentials. Rather than reconstructing the entire volume and segmenting it, the system works with the 2D centroids, temporal traces and view identities of neurons detected in each projection. An inter-view correlation matrix establishes which detections across views correspond to the same physical neuron, filtered by correlation thresholds and consolidated through spatial hierarchical clustering. Then comes an elegant geometric trick: the displacements of a neuron&#8217;s centroid between views, combined with knowledge of the microscope&#8217;s point spread function, allow the system to estimate the neuron&#8217;s axial position. With lateral coordinates corrected and view-specific traces aligned, the module outputs a full 3D spatial coordinate and a fused temporal trace for every neuron, converting a tangle of 2D detections into a coherent volumetric map of brain activity.</p>
<p>The validation effort was unusually thorough. In numerical simulations, the team benchmarked DeepWonder3D against state-of-the-art algorithms using synthetic calcium imaging data generated with established simulation frameworks, measuring 3D localization accuracy under controlled noise and scattering conditions. The pipeline outperformed competing methods in localization fidelity while achieving a tenfold reduction in computational cost, a combination that is rare in scientific computing, where speed usually comes at the expense of accuracy. The team then moved to real biological tissue, evaluating the system on a hybrid two-photon and light-field imaging platform, on two-photon imaging with an electrically tunable lens for volumetric scanning, and on two-photon synthetic aperture microscopy, demonstrating that the same pipeline performs robustly across fundamentally different optical architectures.</p>
<p>The most dramatic demonstration came with RUSH3D, a mesoscale imaging platform capable of capturing cortex-wide activity in behaving animals. Paired with DeepWonder3D, the system achieved high-fidelity 3D calcium extraction of tens of thousands of neurons across the mouse cortex within hours, including during visual stimulation experiments. Processing at that scale and speed matters enormously for the field. A single imaging session can generate data volumes that would take days or weeks to analyze with conventional approaches, and extraction quality directly determines which neurons are counted, how accurately their locations are known, and how faithfully their activity traces reflect true firing. By compressing analysis time to hours while improving localization accuracy, the pipeline turns what was previously an offline, error-prone chore into a practical step in the experimental loop.</p>
<p>Accessibility was clearly a design priority. All source data have been archived publicly on Zenodo, and the complete source code, executable software and related resources are freely available on GitHub under the GNU General Public License, intended primarily for noncommercial academic research. The training data were generated with the NAOMi simulation framework, which produces realistic synthetic recordings of single-photon calcium imaging with known ground-truth neuron locations, sidestepping the chronic shortage of annotated in vivo data that hampers deep learning in microscopy. The development was led by Yujia Chen, Guoxun Zhang, Mingrui Wang and colleagues under the direction of Qionghai Dai, Jiamin Wu and Ruqi Huang, with funding from Chinese national and Beijing research programs.</p>
<p>The implications reach well beyond one laboratory. As brain-wide recording initiatives scale toward simultaneous monitoring of a million neurons, the gap between data acquisition and interpretation has become the limiting factor in asking how neural populations encode behavior, perception and cognition. A modality-agnostic, fast, accurate extraction tool lowers that barrier for every lab with a light-field microscope, a two-photon system or a next-generation mesoscope, and its open-source release invites community testing and extension. If the promise holds in widespread use, DeepWonder3D could do for volumetric calcium imaging what earlier extraction packages did for two-photon planar imaging: transform a flood of raw photons into the structured, neuron-by-neuron accounts of brain activity on which theories of neural computation are built.</p>
<p><strong>Subject of Research:</strong> Computational extraction of 3D neuronal calcium dynamics from multiview volumetric calcium imaging datasets</p>
<p><strong>Article Title:</strong> Rapid robust high-fidelity 3D neuronal extraction from multiview calcium imaging datasets</p>
<p><strong>Article References:</strong> Chen, Y., Zhang, G., Wang, M., Zhang, Y., Xie, J., Zhao, Z., Huang, R., Wu, J., &amp; Dai, Q. (2026). Rapid robust high-fidelity 3D neuronal extraction from multiview calcium imaging datasets. <em>Nature Methods</em>. <a href="https://doi.org/10.1038/s41592-026-03215-6" rel="noopener noreferrer">https://doi.org/10.1038/s41592-026-03215-6</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1038/s41592-026-03215-6" rel="noopener noreferrer">10.1038/s41592-026-03215-6</a></p>
<p><strong>Keywords:</strong> DeepWonder3D, calcium imaging, 3D neuronal extraction, light-field microscopy, two-photon microscopy, neuroscience, deep learning, image denoising, multiview fusion, mouse cortex, Nature Methods, neural population recording</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">199384</post-id>	</item>
		<item>
		<title>HKUST Researchers Develop Breakthrough Technology for Accurate Mapping and Control of Brain Circuits to Propel Brain Disease Research</title>
		<link>https://scienmag.com/hkust-researchers-develop-breakthrough-technology-for-accurate-mapping-and-control-of-brain-circuits-to-propel-brain-disease-research/</link>
		
		<dc:creator><![CDATA[Cassandra Pierce]]></dc:creator>
		<pubDate>Wed, 22 Apr 2026 15:52:24 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[all-optical neural interrogation]]></category>
		<category><![CDATA[brain circuit mapping technology]]></category>
		<category><![CDATA[brain disease research advancements]]></category>
		<category><![CDATA[crosstalk-free optogenetics]]></category>
		<category><![CDATA[genetically encoded calcium indicators]]></category>
		<category><![CDATA[HKUST neuroscience breakthrough]]></category>
		<category><![CDATA[infrared laser neural excitation]]></category>
		<category><![CDATA[laser scanning microscope innovation]]></category>
		<category><![CDATA[neural activation precision]]></category>
		<category><![CDATA[neuroscience and optical engineering]]></category>
		<category><![CDATA[optogenetic brain research tools]]></category>
		<category><![CDATA[pixel-by-pixel laser intensity control]]></category>
		<guid isPermaLink="false">https://scienmag.com/hkust-researchers-develop-breakthrough-technology-for-accurate-mapping-and-control-of-brain-circuits-to-propel-brain-disease-research/</guid>

					<description><![CDATA[In a groundbreaking advancement at the intersection of neuroscience and optical engineering, researchers from The Hong Kong University of Science and Technology (HKUST) have developed an innovative laser control technique that dramatically improves the precision of all-optical brain interrogation. This novel approach, described as a “smart dimmer” for laser scanning microscopes, allows for pixel-by-pixel adjustment [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a groundbreaking advancement at the intersection of neuroscience and optical engineering, researchers from The Hong Kong University of Science and Technology (HKUST) have developed an innovative laser control technique that dramatically improves the precision of all-optical brain interrogation. This novel approach, described as a “smart dimmer” for laser scanning microscopes, allows for pixel-by-pixel adjustment of laser intensity, effectively eliminating unwanted neural activation that has long plagued optical interrogation methods. The pioneering research, spearheaded by Professor QU Jianan from the Department of Electronic and Computer Engineering alongside Visiting Assistant Professor Julie L. Semmelhack from the Division of Life Science, has been documented in the illustrious journal <em>Nature Communications</em> under the title “Active pixel power control for crosstalk-free all-optical neural interrogation.”</p>
<p>Optogenetics, a field that has transformed neuroscience, enables researchers to modulate neuronal activity with unprecedented spatial and temporal specificity by using light-sensitive proteins. Coupled with genetically encoded calcium indicators that illuminate neurons when active, this all-optical interrogation technique provides unparalleled insight into how brain circuits drive behavior, perception, and emotions. However, a critical challenge has persisted: the infrared lasers used during imaging unintentionally excite neurons, creating a phenomenon known as &#8220;crosstalk.&#8221; This crosstalk blurs the lines between natural and experimentally induced neural activity, undermining data accuracy and limiting the method’s effectiveness.</p>
<p>Addressing this long-standing obstacle, the HKUST team conceptualized and implemented the Active Pixel Power Control (APPC) system – an adaptive laser modulation technique that adjusts laser power at every pixel with extraordinary speed and precision. Utilizing an acousto-optic modulator, APPC dynamically scales the laser intensity based on a pre-constructed spatial map pinpointing the expression of optogenetic proteins across the brain tissue. By selectively dimming or turning off laser power in pixels corresponding to optogenetically sensitive neurons, the system ensures that imaging light visualizes neuronal activity without inadvertently triggering it.</p>
<p>APPC’s implementation represents a significant technical leap. Traditionally, imaging laser power is uniform across scanned regions, making selective inhibition impossible. The addition of a pixel-level power modulation necessitated ultra-fast electronics capable of real-time changes synchronized with the scanning microscope’s laser path. Moreover, the sophisticated software algorithms required to precisely map optogenetic protein expression and dynamically control laser power posed considerable engineering challenges, which the HKUST team masterfully overcame.</p>
<p>In vivo experiments using larval zebrafish—an ideal model for neural circuit studies due to its transparency and genetic similarity to humans—validated the system’s power. The APPC method preserved the fidelity of neuronal calcium signals, eliminating false positives caused by imaging light-induced crosstalk. These important findings open new avenues for studying brain function with unprecedented clarity and reliability. The zebrafish model’s success foretells translational potential as APPC can be adapted for mammalian systems, especially mice, widely used in neurological disease research.</p>
<p>One of APPC’s chief advantages lies in its adaptability to existing two-photon microscopy setups, a cornerstone of modern neuroscientific imaging worldwide. This compatibility means research institutions can retrofit current microscope systems with APPC modules without incurring prohibitive costs associated with entirely new instrument acquisition. This democratizes access to state-of-the-art optical interrogation across laboratories globally and accelerates the pace of discovery in brain sciences.</p>
<p>Beyond technological prowess, APPC exemplifies the power of interdisciplinary collaboration. By bridging expertise in electronic engineering and biological science, the team was able to devise a practical yet sophisticated solution to a fundamental bottleneck in neuroscience. Prof. Semmelhack remarked on this synergy, celebrating how engineering and biology, when united, can yield innovations that push the frontiers of what is scientifically achievable.</p>
<p>The implications of APPC extend far beyond enhancing experimental clarity. Its ability to precisely control and observe neural activity in living animals under physiological conditions fosters deeper understanding of neural circuit dysfunctions underlying neurological disorders. This enhanced precision will expedite the development of animal models that recapitulate human brain diseases, thereby accelerating the preclinical testing of neurotherapeutics.</p>
<p>Furthermore, the ripple effects of this technology within neuroscience are profound. Researchers will now be empowered to dissect complex neuronal networks and behaviors with a degree of accuracy previously unattainable. By minimizing artifact-induced noise, investigations into subtle neural dynamics—such as those governing memory encoding, sensory processing, and emotional regulation—will gain newfound resolution.</p>
<p>Looking forward, the HKUST team envisions that APPC could catalyze a wave of innovation in brain-machine interfaces, neural prosthetics, and neuromodulation therapies. Precise all-optical control allows for safer, less invasive interventions, potentially revolutionizing treatments for conditions ranging from epilepsy to neurodegenerative diseases.</p>
<p>Significantly, the announcement of this technology adds a critical tool to the neuroscientist’s arsenal amid a global push toward understanding the brain’s complexity. As brain initiatives worldwide prioritize high-resolution neural interrogation techniques, APPC stands out by resolving a key technical barrier, effectively enabling clearer pathways for mapping the brain’s functional connectome.</p>
<p>In summary, the “smart dimmer” concept realized through Active Pixel Power Control not only solves the dreaded crosstalk problem but also ushers in a new era of precision in all-optical neural studies. This elegant physics-based solution harnesses spatially and temporally modulated light to respect the delicate balance between observation and intervention in neural tissue, thereby preserving the natural context of neuronal activity while offering unmatched control.</p>
<p>The contribution by Prof. Qu Jianan, Prof. Julie L. Semmelhack, and their co-first authors, Yan Gewei and Tian Guangnan, represents a monumental stride forward in neurotechnology. Their work has set a new standard for the fidelity and specificity of optical brain interrogation, promising to impact neuroscience research and clinical applications for years to come.</p>
<hr />
<p><strong>Subject of Research</strong>: Not applicable</p>
<p><strong>Article Title</strong>: Active pixel power control for crosstalk-free all-optical neural interrogation</p>
<p><strong>News Publication Date</strong>: 11-Feb-2026</p>
<p><strong>Web References</strong>: <a href="https://www.nature.com/articles/s41467-026-69419-8">https://www.nature.com/articles/s41467-026-69419-8</a></p>
<p><strong>References</strong>: 10.1038/s41467-026-69419-8</p>
<p><strong>Image Credits</strong>: HKUST</p>
<h4><strong>Keywords</strong></h4>
<p>Life sciences, all-optical neural interrogation, optogenetics, crosstalk mitigation, active pixel power control, two-photon microscopy, neural circuit imaging, laser modulation, brain research technology, zebrafish neural study, neuroengineering, brain disease modeling</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">153443</post-id>	</item>
	</channel>
</rss>
