<?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>brain-inspired computing technologies &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/brain-inspired-computing-technologies/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Mon, 10 Aug 2026 05:50:24 +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>brain-inspired computing technologies &#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>KIST unveils neuromorphic AI training method for an era of low-power intelligence</title>
		<link>https://scienmag.com/kist-unveils-neuromorphic-ai-training-method-for-an-era-of-low-power-intelligence/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Mon, 10 Aug 2026 05:50:24 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[adaptive surrogate gradient learning]]></category>
		<category><![CDATA[brain-inspired computing technologies]]></category>
		<category><![CDATA[brain-mimicking hardware]]></category>
		<category><![CDATA[energy-efficient artificial intelligence]]></category>
		<category><![CDATA[event-driven neural processing]]></category>
		<category><![CDATA[ICML 2026 AI advancements]]></category>
		<category><![CDATA[innovative AI energy solutions]]></category>
		<category><![CDATA[KIST neuromorphic research]]></category>
		<category><![CDATA[low-power neural network computing]]></category>
		<category><![CDATA[neuromorphic AI training methods]]></category>
		<category><![CDATA[spiking neural networks]]></category>
		<category><![CDATA[sustainable AI development]]></category>
		<guid isPermaLink="false">https://scienmag.com/kist-unveils-neuromorphic-ai-training-method-for-an-era-of-low-power-intelligence/</guid>

					<description><![CDATA[The artificial intelligence boom has an energy problem. Every question sent to ChatGPT, every image generated by an AI system and every recommendation produced by a large model depends on data centers packed with power-hungry processors. As demand for generative AI accelerates, researchers are searching for computing technologies that can deliver advanced intelligence without reproducing [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The artificial intelligence boom has an energy problem. Every question sent to ChatGPT, every image generated by an AI system and every recommendation produced by a large model depends on data centers packed with power-hungry processors. As demand for generative AI accelerates, researchers are searching for computing technologies that can deliver advanced intelligence without reproducing the enormous energy costs of conventional systems. One of the most promising approaches is neuromorphic computing, which attempts to imitate the way the human brain processes information.</p>
<p>A research team led by Senior Researcher Seongsik Park of the Semiconductor Technology Research Division at the Korea Institute of Science and Technology (KIST) has developed a learning technique designed to make neuromorphic artificial intelligence more accurate and more efficient. Called A²SG, or Adaptive and Asymmetric Surrogate Gradients, the method improves the training of spiking neural networks, a class of AI models inspired by the brain’s sparse, event-driven communication system. The research was accepted as a regular paper at the International Conference on Machine Learning, or ICML 2026, and presented on July 7 at the conference in Seoul, the first time the event has been held in South Korea.</p>
<p>Unlike conventional artificial neural networks, which continuously exchange numerical values, spiking neural networks communicate through brief electrical-like events known as spikes. Neurons remain largely inactive until incoming signals reach a threshold, allowing the system to process information only when necessary. This event-driven operation can dramatically reduce energy consumption, particularly in applications where data arrive intermittently, such as cameras, wearable sensors, drones and other edge devices. Yet the same biological realism that gives spiking networks their efficiency has made them difficult to train.</p>
<p>Modern deep learning systems generally improve by calculating gradients. These mathematical signals indicate how much each parameter in a network contributed to an error and in which direction the parameter should be adjusted. The process, known as backpropagation, allows a model to refine itself over millions or billions of training examples. Spiking neurons, however, produce abrupt, discontinuous spikes rather than smooth numerical outputs. Because a tiny change in an input may not immediately alter whether a neuron fires, the exact gradient can become zero or undefined, preventing conventional optimization methods from effectively updating the network.</p>
<p>To overcome this obstacle, researchers use substitute functions called surrogate gradients. These functions approximate the missing gradient around a neuron’s firing threshold, making it possible to apply gradient-based learning to spiking models. The KIST team’s A²SG method advances this strategy in two directions. Its adaptive component changes the gradient behavior according to the circumstances of training, while its asymmetric component reflects the fact that biological neurons do not respond identically on either side of their activation threshold. Together, the two mechanisms provide a more informative learning signal than a fixed, conventional surrogate gradient.</p>
<p>The team applied A²SG to a large-scale spiking neural network based on the transformer architecture, the influential design that underpins systems such as ChatGPT and many modern vision and language models. In large-scale ImageNet image-recognition experiments, the approach achieved what KIST described as world-leading accuracy among spiking neural networks. The result is important because ImageNet is widely used as a demanding benchmark for visual recognition, and performance at this scale can reveal whether a method is suitable for models far larger and more complex than laboratory prototypes.</p>
<p>The reported gains were not limited to accuracy. According to the research team, A²SG required approximately one-sixth of the computational overhead associated with Google’s leading training method while delivering better recognition performance. The method also produced consistent improvements across a broad range of network architectures and applications, from relatively small models to large transformer-based systems. That versatility could be crucial for neuromorphic AI, since a training technique that works only for one specialized architecture would have limited practical value.</p>
<p>The significance of the work extends beyond software benchmarks. Because A²SG can be implemented without changing the underlying hardware, it could potentially be deployed on existing systems before specialized neuromorphic processors become widely available. Its low-power advantages could support on-device AI in smartphones, smartwatches, medical wearables and autonomous drones, where sending data continuously to a distant data center is costly, slow or impractical. The same principle could benefit smart sensors that must operate continuously while powered by small batteries or harvested energy.</p>
<p>KIST researchers say the technology may also help South Korea strengthen its position in AI semiconductor development. The institute plans to continue training and validating large-scale models and to connect the learning algorithm with neuromorphic hardware under development. Future work will include applying the method to next-generation processors such as the probability-based Random Processing Unit, or RPU, being developed at KIST. If those efforts succeed, the combination of efficient algorithms and specialized chips could create AI systems that respond locally, consume far less electricity and reduce dependence on centralized computing infrastructure.</p>
<p>Park said the research addresses structural limitations that have slowed progress in neuromorphic AI and expands the prospects for practical low-power intelligence. The broader challenge is now to demonstrate that these gains can survive the transition from controlled benchmarks to real-world devices, where latency, reliability, memory capacity and hardware variability all matter. Still, by narrowing the performance gap between brain-inspired spiking networks and conventional deep learning while reducing training costs, A²SG offers a striking glimpse of how the next generation of AI could become both more capable and less energy-intensive.</p>
<p><strong>Subject of Research</strong>: Low-power neuromorphic artificial intelligence, spiking neural networks and surrogate-gradient learning.</p>
<p><strong>Article Title</strong>: A²SG: Adaptive and Asymmetric Surrogate Gradients for Training Deep Spiking Neural Networks</p>
<p><strong>News Publication Date</strong>: 7-Jul-2026</p>
<p><strong>Web References</strong>: https://doi.org/10.48550/arXiv.2606.11236</p>
<p><strong>References</strong>: A²SG research paper, arXiv:2606.11236; Proceedings of the International Conference on Machine Learning (ICML 2026).</p>
<p><strong>Image Credits</strong>: Korea Institute of Science and Technology (KIST)</p>
<h4><strong>Keywords</strong></h4>
<p>Neuromorphic computing, spiking neural networks, artificial intelligence, surrogate gradients, low-power AI, AI semiconductors, transformer networks, ImageNet, KIST, A²SG</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">177907</post-id>	</item>
		<item>
		<title>University of Maryland Heads Multi-University Effort to Develop Advanced Intelligent Systems</title>
		<link>https://scienmag.com/university-of-maryland-heads-multi-university-effort-to-develop-advanced-intelligent-systems/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Wed, 03 Jun 2026 20:35:21 +0000</pubDate>
				<category><![CDATA[Chemistry]]></category>
		<category><![CDATA[adaptive AI learning methods]]></category>
		<category><![CDATA[astrocyte-inspired artificial intelligence]]></category>
		<category><![CDATA[astrocytes in brain function]]></category>
		<category><![CDATA[bio-inspired machine learning models]]></category>
		<category><![CDATA[brain-inspired computing technologies]]></category>
		<category><![CDATA[computational role of glial cells]]></category>
		<category><![CDATA[hybrid AI systems development]]></category>
		<category><![CDATA[interdisciplinary AI research projects]]></category>
		<category><![CDATA[multi-university AI research collaboration]]></category>
		<category><![CDATA[next-generation neural network architectures]]></category>
		<category><![CDATA[University of Maryland AI initiative]]></category>
		<category><![CDATA[US Army MURI funding for AI]]></category>
		<guid isPermaLink="false">https://scienmag.com/university-of-maryland-heads-multi-university-effort-to-develop-advanced-intelligent-systems/</guid>

					<description><![CDATA[For over half a century, artificial intelligence has been modeled predominantly on the electrical signaling of neurons—the star performers of the human brain’s complex circuitry. These nerve cells, firing rapid-fire electrical pulses, have provided the foundational blueprint for digital neural networks powering today’s breakthroughs in facial recognition, language understanding, and numerous other AI-driven domains. Yet, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>For over half a century, artificial intelligence has been modeled predominantly on the electrical signaling of neurons—the star performers of the human brain’s complex circuitry. These nerve cells, firing rapid-fire electrical pulses, have provided the foundational blueprint for digital neural networks powering today’s breakthroughs in facial recognition, language understanding, and numerous other AI-driven domains. Yet, this focus on neurons obscures an equally critical but historically overlooked player in brain function: the astrocytes. These star-shaped glial cells, making up roughly half the cells in the brain, are now emerging from the shadows to potentially redefine the future of machine learning.</p>
<p>Astrocytes were once thought to be mere support cells, passive caretakers providing structural and metabolic assistance to neurons. However, a groundbreaking initiative, funded by the U.S. Army’s Multi-University Research Initiative (MURI), is challenging this narrow view. Led by a multidisciplinary team from the University of Maryland and Claremont Colleges, the project seeks to unravel the computational secrets of astrocytes and integrate these insights into next-generation AI architectures. Their goal is nothing short of transformative: to engineer “hybrid AI” systems that blend conventional computing with bio-inspired mechanisms, thereby crafting machines that learn, adapt, and think more like the human brain.</p>
<p>The conceptual leap embraced by this initiative stems from a critical insight about the brain’s cellular makeup. While neurons transmit information at lightning speed—milliseconds or less—astrocytes operate on a much slower timescale, processing signals over seconds. This temporal distinction hints at complementary functional roles: neurons handle rapid, moment-to-moment computations, whereas astrocytes integrate information over longer windows, acting like a “slow-burn” memory system that stabilizes and modulates neural activity. By mimicking this duality, artificial neural networks could harness new dimensions of learning and resilience.</p>
<p>The team’s pioneering research began with the development of a hybrid AI network that explicitly models both artificial neurons and astrocytes wired together to emulate their interaction in the brain. Published in the journal <em>Neurocomputing</em>, this model revealed striking performance advantages. Networks containing approximately twice as many astrocytes as neurons—the same ratio found in human brains—outperformed those composed exclusively of either cell type alone. This synergy suggests that the collaboration between neurons and astrocytes is not just complementary but essential for efficient computation.</p>
<p>With the initial biological framework established, the researchers delved deeper into the intrinsic dynamics of astrocytes, particularly their characteristic slow oscillating waves. Unlike the steady, static connections commonly used in traditional AI, astrocyte communication entails rhythmic, pulsatile fluctuations that modulate synaptic strengths over time. Incorporating these rhythmic variations into their neural models led to the invention of a novel algorithm dubbed “rhythmic sharing,” in which AI network connections continuously pulse and shift. This rhythmic modulation challenges the AI status quo, where link strengths remain fixed after training, potentially unlocking adaptive capabilities that mirror the brain’s plasticity.</p>
<p>Remarkably, this rhythmic sharing algorithm transcended theory and demonstrated tangible superiority in applied scenarios. Tested against conventional AI systems on simulated anomaly detection tasks—such as monitoring water treatment facilities under cyberattack and predicting jet engine failures—the astrocyte-inspired network detected environmental shifts more quickly and reliably. These results, published in <em>npj Unconventional Computing</em>, underscore the potential of astrocyte-based AI to excel in dynamic, real-world environments where traditional models can fail silently when conditions drift subtly over time.</p>
<p>The rhythmic sharing network’s ability to synchronize continuous internal pulse patterns makes it exquisitely sensitive to early signs of change. Unlike standard AI systems that may overlook gradual deviations until damage becomes manifest, this novel algorithm “listens” to the internal rhythms and signals disturbances before they become problematic. This anticipatory capability is akin to a sentinel always on guard, offering a new paradigm for real-time monitoring, predictive maintenance, and anomaly detection across sectors ranging from industrial infrastructure to cybersecurity.</p>
<p>Beyond immediate applications, this research opens a treasure trove of possibilities for understanding how the brain’s hidden half contributes to cognition. Astrocytes participate actively in modulating synaptic transmission, regulating neurotransmitter levels, and managing blood flow—all vital for learning, memory formation, and adaptive behavior. By abstracting these biological functions into computational algorithms, hybrid AI systems can bridge the gap between rigid traditional models and fluid, context-aware problem-solving, paving the way for more organic machine intelligence.</p>
<p>Professor Wolfgang Losert, a physicist at the University of Maryland and co-leader of the project, emphasized the significance of this paradigm shift. “We’re harnessing algorithms rooted in biological computation hidden from view because they do not rely on electrical signaling like neurons do,” he said. “Astrocytes are dynamic participants in cognitive processes, and translating their mechanisms into AI can lead to more robust and efficient learning models that outperform today’s neural-network-based approaches.”</p>
<p>This work is the culmination of years of interdisciplinary collaboration, integrating principles from physics, chemistry, electrical engineering, and computer science. It reflects the growing recognition that innovation in AI will increasingly depend on insights gleaned from biology’s complexity and adaptability. Foundational studies of living astrocytes in the Losert lab, supported by the Air Force Office of Scientific Research’s biophysics program, provided the experimental backbone to inform and validate these groundbreaking computational frameworks.</p>
<p>Looking forward, the team envisions hybrid AI architectures that continuously adapt to fluctuating conditions by leveraging astrocyte-like modulation. Such systems could revolutionize not only anomaly detection but broader cognitive tasks by maintaining stable yet flexible representations of data over time, akin to human brain function. The ultimate ambition is to bridge human and machine intelligence more closely, bringing AI out of the narrow realm of static pattern recognition into an arena of dynamic understanding and real-time learning.</p>
<p>As these explorations continue, the implications ripple across numerous fields—from health monitoring, where early detection of physiological abnormalities could save lives, to communication technologies that adapt fluidly to changing signals, to autonomous systems functioning reliably in unpredictable environments. The astrocyte model enriches AI’s conceptual toolkit, introducing temporal layering and rhythmic dynamism as core computational ingredients.</p>
<p>In sum, the astrocyte-inspired hybrid AI initiative not only expands our understanding of the brain’s hidden half but also charts a promising pathway for advancing AI beyond its current neuron-centric paradigm. By embracing the rich interplay of slow and fast cellular processes, these hybrid networks could mark the dawn of a new era in which artificial intelligence learns, adapts, and senses the world in ways eerily reminiscent of the human mind.</p>
<hr />
<p><strong>Subject of Research</strong>: Artificial intelligence inspired by astrocyte-neuron interactions in the human brain.</p>
<p><strong>Article Title</strong>: Emergent detection of concept drift within the glia-inspired ‘rhythmic sharing’ algorithm.</p>
<p><strong>News Publication Date</strong>: June 3, 2026.</p>
<p><strong>Web References</strong>:</p>
<ul>
<li>Hybrid AI project: <a href="https://hybrid-ai.umd.edu/">https://hybrid-ai.umd.edu/</a>  </li>
<li>University of Maryland Invention of the Year Award: <a href="https://cmns.umd.edu/news-events/news/2025-invention-year-awards">https://cmns.umd.edu/news-events/news/2025-invention-year-awards</a>  </li>
<li>DOI link to npj Unconventional Computing article: <a href="http://dx.doi.org/10.1038/s44335-026-00067-3">http://dx.doi.org/10.1038/s44335-026-00067-3</a>  </li>
</ul>
<p><strong>References</strong>:</p>
<ul>
<li>Yang et al., <em>Neurocomputing</em> (2026).  </li>
<li>Losert et al., <em>Physical Review Research</em>.  </li>
<li>Ian Whitehouse et al., <em>npj Unconventional Computing</em> (2026).</li>
</ul>
<p><strong>Image Credits</strong>: Yang et al., Neurocomputing (2026).</p>
<h4><strong>Keywords</strong></h4>
<p>Artificial intelligence, Artificial neural networks, Artificial consciousness, Quantum computing, Supercomputing, Brain, Brain structure, Gray matter, Human brain, Neural pathways</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">163663</post-id>	</item>
		<item>
		<title>Aston University to Lead New UK Multidisciplinary Neuromorphic Computing Centre Funded by EPSRC</title>
		<link>https://scienmag.com/aston-university-to-lead-new-uk-multidisciplinary-neuromorphic-computing-centre-funded-by-epsrc/</link>
		
		<dc:creator><![CDATA[Bethany Barker]]></dc:creator>
		<pubDate>Wed, 07 May 2025 17:36:32 +0000</pubDate>
				<category><![CDATA[Chemistry]]></category>
		<category><![CDATA[advancements in computational efficiency]]></category>
		<category><![CDATA[Aston University neuromorphic computing]]></category>
		<category><![CDATA[biological systems in artificial intelligence]]></category>
		<category><![CDATA[brain-inspired computing technologies]]></category>
		<category><![CDATA[bridging gaps in brain function understanding]]></category>
		<category><![CDATA[energy-efficient computing solutions]]></category>
		<category><![CDATA[EPSRC funding for research]]></category>
		<category><![CDATA[innovative photonic hardware in neuromorphic systems]]></category>
		<category><![CDATA[interdisciplinary collaboration in computing]]></category>
		<category><![CDATA[neuronal principles in computing]]></category>
		<category><![CDATA[stem-cell-derived human neurons research]]></category>
		<category><![CDATA[UK Multidisciplinary Centre for Neuromorphic Computing]]></category>
		<guid isPermaLink="false">https://scienmag.com/aston-university-to-lead-new-uk-multidisciplinary-neuromorphic-computing-centre-funded-by-epsrc/</guid>

					<description><![CDATA[Aston University has secured a pivotal role in advancing brain-inspired, energy-efficient computing technologies through the establishment of a groundbreaking UK-based centre. This ambitious initiative, backed by a substantial £5.6 million funding package from the Engineering and Physical Sciences Research Council (EPSRC) over four years, is set to position the UK at the forefront of neuromorphic [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Aston University has secured a pivotal role in advancing brain-inspired, energy-efficient computing technologies through the establishment of a groundbreaking UK-based centre. This ambitious initiative, backed by a substantial £5.6 million funding package from the Engineering and Physical Sciences Research Council (EPSRC) over four years, is set to position the UK at the forefront of neuromorphic computing research. The newly inaugurated UK Multidisciplinary Centre for Neuromorphic Computing aims to foster a collaborative research environment that bridges disciplines and institutions to tackle one of the most pressing challenges in modern computing: achieving greater computational efficiency inspired by biological systems.</p>
<p>Neuromorphic computing is an evolving paradigm that mimics the brain’s intricate architecture and processing capabilities. Unlike traditional silicon-based computing platforms, which rely heavily on power-intensive operations, neuromorphic systems aspire to replicate the brain’s unparalleled efficiency and adaptability by leveraging neuronal principles at both cellular and network scales. Current understanding of brain functions remains fragmented, making it tough to translate biological computation into effective artificial systems. The centre’s researchers intend to address this knowledge gap by developing integrative models that combine biological experiments using stem-cell-derived human neurons with advanced computational frameworks and innovative photonic hardware components.</p>
<p>The centre will be headquartered within the Aston Institute of Photonic Technologies (AIPT) and will unite expertise from a consortium of leading UK universities including Oxford, Cambridge, Southampton, Queen Mary University of London, Loughborough, and Strathclyde. This multidisciplinary alliance brings together neuroscientists, physicists, material scientists, engineers, and computer scientists to create a holistic approach to neuromorphic system design. Their collaboration aims to develop computing architectures that not only emulate neural processes but do so in a manner that drastically reduces energy consumption while enhancing parallel processing capabilities.</p>
<p>A unique feature of the centre’s approach is its focus on photonic hardware—devices that use light to process and transmit information. Light-based processors have the potential to revolutionize computing speed and energy efficiency owing to their inherent advantages in data bandwidth and signal propagation velocity compared to electronic counterparts. By integrating insights from living human neurons, the researchers aspire to engineer photonic systems capable of delivering unparalleled performance on AI workloads with significantly lower power requirements. This technology could mark a transformational shift in how artificial intelligence systems are architected, addressing both scalability and environmental sustainability challenges.</p>
<p>The scientific team also leverages human induced pluripotent stem cell (hiPSC) technologies, allowing for the cultivation and study of living human neurons under controlled laboratory conditions. By analyzing neuronal behavior at the cellular level, the researchers can derive fundamental principles of brain computation that inform the design of new algorithms and architectural paradigms. This biohybrid approach—melding biology with photonic and computational engineering—is poised to generate novel hardware-software co-design strategies, representing a leap beyond the incremental improvements typical of current neuromorphic hardware developments.</p>
<p>Energy sustainability is a critical component of the centre’s mission. Contemporary AI infrastructures exhibit rapidly escalating power consumption, which threatens the scalability and long-term viability of digital technologies worldwide. Unlike the human brain, which consumes approximately 20 watts to perform extraordinarily complex cognitive tasks, traditional computing systems consume kilowatts or more for comparable AI functions. By grounding their innovation in biological principles and emerging photonic technologies, the centre aims to redefine energy benchmarks for next-generation AI computation, making dramatic reductions in carbon footprint achievable.</p>
<p>The establishment of this centre transcends mere technology development; it seeks to catalyse the formation of a vibrant, long-lasting UK research ecosystem dedicated to neuromorphic computing. This ecosystem will foster industry-university collaboration, knowledge exchange, and international partnerships, ensuring that innovation continues well beyond the initial funding period. Industrial partners such as Microsoft Research, Nokia Bell Labs, Hewlett Packard Labs, and others will actively participate, enriching the research context while expediting the deployment of cutting-edge neuromorphic technologies in diverse application domains.</p>
<p>At the helm is Professor Sergei K. Turitsyn, director of AIPT and the centre, whose vision emphasizes not only technological breakthroughs but also the creation of a nationally recognized research brand in neuromorphic computing. This recognition aims to attract the best academic and industrial minds, bolstering the UK’s global competitiveness in an area deemed critical for future digital infrastructure resilience. Professor Turitsyn highlights the centre’s potential to unify disciplines, bridging photonics, neuroscience, materials science, and computer science for a holistic, systems-oriented research approach.</p>
<p>Co-director and neurophysiologist Professor Rhein Parri underscores the novelty of combining living human neuronal studies with state-of-the-art computing technologies. This integration enables a deeper understanding of neural dynamics that can be translated into computational models and devices. Through this interdisciplinary lens, the centre hopes to foster entirely new AI architectures capable of mirroring brain-like flexibility and functional efficiency.</p>
<p>Professor Natalia Berloff from the University of Cambridge focuses on the photonic aspect, clarifying how light-based processors can exploit massive inherent parallelism and ultrafast signal propagation to surpass the capabilities of traditional electronic circuits. This combination opens pathways to AI hardware that consumes substantially less power and offers scalability essential for future-intensive workloads.</p>
<p>From the University of Southampton, Professor Dimitra Georgiadou stresses the importance of novel materials and device architectures that can precisely emulate neural computation and biological responses to stimuli. Overcoming the limitations of conventional electronics requires materials and techniques specifically designed to support neuromorphic functions at scale and with sustainability in mind.</p>
<p>Collectively, the centre’s interdisciplinary team aspires to enact a paradigm shift in computing. By drawing on biological brain principles, stem-cell technology, photonics, and advanced algorithms, it aims to break open new technological frontiers characterized by energy efficiency, scalability, and societal impact. This new era of neuromorphic computing promises not only to transform AI and digital infrastructure but also to reshape our understanding of computation itself.</p>
<p>In summary, the UK Multidisciplinary Centre for Neuromorphic Computing, led by Aston University and supported by a consortium of top UK institutions, represents a landmark effort to bridge biology and technology. It focuses on developing photonic neuromorphic platforms that promise leaps in energy efficiency and computational capabilities. Supported by industry giants and underpinned by fundamental research, the initiative seeks to establish the UK as a global nexus for sustainable, brain-inspired computing innovation.</p>
<hr />
<p><strong>Subject of Research</strong>: Neuromorphic computing, photonic hardware, brain-inspired energy-efficient computing technologies.</p>
<p><strong>Article Title</strong>: Aston University Leads UK Multidisciplinary Centre to Revolutionize Brain-Inspired, Energy-Efficient Computing</p>
<p><strong>News Publication Date</strong>: [Not specified in the provided content]</p>
<p><strong>Web References</strong>:  </p>
<ul>
<li><a href="https://www.aston.ac.uk/research/eps/aipt/neuromorphic-computing-centre">https://www.aston.ac.uk/research/eps/aipt/neuromorphic-computing-centre</a>  </li>
<li><a href="https://research.aston.ac.uk/en/persons/sergei-turitsyn">https://research.aston.ac.uk/en/persons/sergei-turitsyn</a>  </li>
<li><a href="https://research.aston.ac.uk/en/persons/rhein-parri">https://research.aston.ac.uk/en/persons/rhein-parri</a></li>
</ul>
<p><strong>Image Credits</strong>: Professor Sergei K. Turitsyn</p>
<h4><strong>Keywords</strong></h4>
<p>Neuromorphic computing, photonics, brain-inspired computing, energy-efficient computing, artificial intelligence, stem cell technology, computational neuroscience, photonic hardware, sustainable digital infrastructure, interdisciplinary research, UK research centre, UKRI EPSRC.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">42995</post-id>	</item>
	</channel>
</rss>
