<?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>energy-efficient AI algorithms &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/energy-efficient-ai-algorithms/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Mon, 17 Aug 2026 18:59: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>energy-efficient AI algorithms &#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>UMass Amherst engineers boost edge AI efficiency by redesigning algorithms and hardware</title>
		<link>https://scienmag.com/umass-amherst-engineers-boost-edge-ai-efficiency-by-redesigning-algorithms-and-hardware/</link>
		
		<dc:creator><![CDATA[SCIENMAG]]></dc:creator>
		<pubDate>Mon, 17 Aug 2026 18:59:24 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI algorithm and hardware co-design]]></category>
		<category><![CDATA[AI system accuracy and resource trade-offs]]></category>
		<category><![CDATA[edge AI hardware optimization]]></category>
		<category><![CDATA[edge device memory and processing constraints]]></category>
		<category><![CDATA[emerging hardware platforms for AI]]></category>
		<category><![CDATA[energy-efficient AI algorithms]]></category>
		<category><![CDATA[hardware redesign for edge devices]]></category>
		<category><![CDATA[hyperdimensional computing for AI]]></category>
		<category><![CDATA[local data processing in edge computing]]></category>
		<category><![CDATA[low-power AI system development]]></category>
		<category><![CDATA[real-time AI processing at the device level]]></category>
		<category><![CDATA[resource-efficient language identification AI]]></category>
		<guid isPermaLink="false">https://scienmag.com/umass-amherst-engineers-boost-edge-ai-efficiency-by-redesigning-algorithms-and-hardware/</guid>

					<description><![CDATA[Artificial intelligence is moving off the cloud and onto the devices people use every day, but that shift comes with a stubborn engineering problem: edge devices often do not have the energy, memory or processing power required to run sophisticated AI efficiently. Researchers at the University of Massachusetts Amherst have now demonstrated a system that [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Artificial intelligence is moving off the cloud and onto the devices people use every day, but that shift comes with a stubborn engineering problem: edge devices often do not have the energy, memory or processing power required to run sophisticated AI efficiently. Researchers at the University of Massachusetts Amherst have now demonstrated a system that tackles the problem from both directions at once, redesigning the AI algorithm and the hardware that executes it. In a proof-of-concept language-identification task, their platform achieved 95.24 percent accuracy while reducing computing resources by 90 percent. The result represents one of the strongest demonstrations yet of hyperdimensional computing implemented on an emerging hardware platform, and could point toward a new generation of low-power AI systems capable of processing information locally.</p>
<p>Edge computing refers to the practice of analyzing data near the point where it is generated rather than sending everything to a remote data center. Smartphones, cameras, vehicle interfaces, navigation systems, smart speakers, home automation hubs and industrial sensors increasingly rely on this approach because local processing can reduce delays, limit data transfers and improve privacy. Yet the benefits come with strict physical constraints. Unlike a data center, an edge device may operate with a small battery, limited memory and a compact processor that cannot dissipate much heat. Every calculation consumes energy, and repeated movement of information between memory and a separate processing unit can become one of the largest sources of waste. These limitations are especially significant for applications involving human language, where a device may need to identify, translate or interpret spoken or written words in real time.</p>
<p>The UMass Amherst team, led by Qiangfei Xia, the Dev and Linda Gupta Professor of Electrical and Computer Engineering and head of the university’s Nanodevices and Integrated Systems Lab, pursued a strategy known as hardware-algorithm co-design. Conventional AI development typically begins with an algorithm and then deploys it on commercially available processors, forcing the hardware to accommodate the computational demands of the software. Xia’s group instead designed the computing method and the physical system together. That allowed the researchers to select an algorithm suited to the unusual properties of their hardware while building circuitry specifically to perform the operations the algorithm needs. The approach is important because emerging devices are not simply cheaper or smaller versions of conventional processors; they behave differently, and those differences can become useful when the system is designed around them.</p>
<p>At the center of the platform is hyperdimensional computing, or HDC, a brain-inspired approach that represents information with high-dimensional mathematical patterns rather than relying exclusively on precise numerical values. In a typical HDC system, words, symbols or other features are encoded as long vectors containing many elements. Information is then manipulated through operations such as binding, bundling and similarity comparison. Because the representation is distributed across many dimensions, the system can often tolerate noise or small errors without losing the identity of the underlying pattern. This makes HDC attractive for edge applications, where exact numerical calculations may be expensive but rapid classification is essential. For language identification, the system can transform features extracted from written text into high-dimensional representations and compare them with patterns associated with different languages.</p>
<p>The hardware executing these operations is an analog in-memory computing system built from memristive crossbar arrays. A memristor is an electronic component whose conductance can be adjusted and retained, allowing it to function as a compact form of nonvolatile memory. In a crossbar array, memristors are arranged at the intersections of perpendicular electrical lines. When voltages are applied to the rows, the resulting currents on the columns naturally perform multiply-and-accumulate operations according to the conductance values stored in the devices. Instead of repeatedly moving data between a memory chip and a processor, the system carries out computation where the data reside. This can substantially reduce communication overhead, energy consumption and latency, which are major bottlenecks in conventional von Neumann computer architectures.</p>
<p>The researchers also exploited a property that is normally regarded as a weakness of memristive hardware: intrinsic device variability. Individual memristors do not behave with perfectly identical conductance values, and their electrical responses can contain a degree of randomness. For many computing applications, that variability must be minimized or corrected. Xia’s team used it as a source of useful randomness for encoding language features. The natural variations in the memristive array help generate high-dimensional patterns without requiring a separate, energy-intensive random-number-generation process. In effect, the researchers turned an imperfection in the physical devices into a computational resource. This is a defining feature of the work: rather than forcing emerging hardware to imitate idealized digital components, the system incorporates the hardware’s real-world behavior into the design of the algorithm.</p>
<p>In testing, the resulting system identified languages with 95.24 percent accuracy and used 90 percent fewer computing resources than the relevant conventional approach, according to the researchers. The demonstration involved written language, but its broader significance lies in showing that encoding and inference can be performed together on a compact memristive system-on-chip. Language identification is a demanding but clearly defined task: the device must extract patterns from text, represent them in a form suitable for comparison and determine which language most closely matches the input. Performing those stages close to the data source could allow future devices to respond more quickly while reducing the need to transmit sensitive information to the cloud. The same architecture could potentially support other classification and recognition tasks in which approximate, robust pattern matching is more valuable than high-precision numerical calculation.</p>
<p>The achievement builds on a sequence of developments in Xia’s laboratory, beginning with experiments on small memristive crossbar arrays. The central idea emerged in 2019, when Daniel Belkin, then an undergraduate research fellow at UMass Amherst, began studying one of these arrays. Progress toward a practical language-processing demonstration required improvements across several layers of the technology, including analog memristor devices, circuits that integrate memristors with conventional CMOS electronics, crossbar-array architecture and machine-learning methods. The researchers say that only after the technology reached the system-on-chip level did it become feasible to demonstrate language processing in an integrated platform. The same chip has also been used in earlier work involving radio-frequency signal processing and smart sensing, suggesting that a single memristive architecture may be adaptable to multiple edge-AI applications.</p>
<p>The next challenge is to determine how far the system can move beyond written text. Xia and his collaborators believe that the platform could eventually process spoken languages, opening a path toward more energy-efficient natural-language processing in phones, vehicles, smart speakers and robots. A speech-capable version would need to handle additional steps, including acoustic feature extraction, temporal variation and background noise, but the underlying principle would remain the same: encode information into high-dimensional patterns and process those patterns directly inside analog memory. The project also highlights the increasingly interdisciplinary nature of AI hardware development. The collaboration brought together researchers from UMass Amherst, the University of Tennessee Knoxville, the University of Southern California and TetraMem Inc., combining expertise in devices, circuits, algorithms, architecture and systems. The work is published in <em>Nature Communications</em>, while Xia and J. Joshua Yang disclose that they are co-founders and paid consultants of TetraMem.</p>
<p><strong>Subject of Research</strong>: Not applicable</p>
<p><strong>Article Title</strong>: Hyperdimensional in-memory computing with analogue memristive crossbar arrays</p>
<p><strong>Web References</strong>: <a href="https://doi.org/10.1038/s41467-026-76067-5">https://doi.org/10.1038/s41467-026-76067-5</a></p>
<p><strong>References</strong>: <em>Nature Communications</em>, DOI: 10.1038/s41467-026-76067-5</p>
<p><strong>Image Credits</strong>: Alexia Cota</p>
<h4><strong>Keywords</strong></h4>
<p>Artificial intelligence, edge AI, hyperdimensional computing, analog in-memory computing, memristors, memristive crossbar arrays, language identification, low-power computing, neuromorphic hardware, University of Massachusetts Amherst</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">179722</post-id>	</item>
		<item>
		<title>Enhancing Photonic Computing: The Role of Acoustics in Boosting Nonlinearity</title>
		<link>https://scienmag.com/enhancing-photonic-computing-the-role-of-acoustics-in-boosting-nonlinearity/</link>
		
		<dc:creator><![CDATA[SCIENMAG]]></dc:creator>
		<pubDate>Mon, 14 Apr 2025 16:15:05 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[acoustics in neural networks]]></category>
		<category><![CDATA[all-optical activation functions]]></category>
		<category><![CDATA[data processing with sound waves]]></category>
		<category><![CDATA[energy-efficient AI algorithms]]></category>
		<category><![CDATA[enhancing AI capabilities]]></category>
		<category><![CDATA[interdisciplinary collaboration in AI research]]></category>
		<category><![CDATA[machine learning nonlinearity]]></category>
		<category><![CDATA[Max Planck Institute contributions]]></category>
		<category><![CDATA[optical neural network research]]></category>
		<category><![CDATA[photonic computing advancements]]></category>
		<category><![CDATA[sound waves in photonics]]></category>
		<category><![CDATA[Stiller Research Group innovations]]></category>
		<guid isPermaLink="false">https://scienmag.com/enhancing-photonic-computing-the-role-of-acoustics-in-boosting-nonlinearity/</guid>

					<description><![CDATA[Neural networks have become a cornerstone of modern artificial intelligence (AI), mimicking the intricate working of neurons in the human brain. This resemblance allows for impressive learning capabilities in machines, transforming vast amounts of data into actionable insights. A fundamental component of these networks is the activation function, which incorporates nonlinearity, enabling the network to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Neural networks have become a cornerstone of modern artificial intelligence (AI), mimicking the intricate working of neurons in the human brain. This resemblance allows for impressive learning capabilities in machines, transforming vast amounts of data into actionable insights. A fundamental component of these networks is the activation function, which incorporates nonlinearity, enabling the network to capture complex patterns and relationships in the data. Recently, innovative research has emerged from the Stiller Research Group at the Max Planck Institute for the Science of Light in collaboration with Leibniz University Hannover and MIT, focusing on a groundbreaking development in the field of photonic computing. They have experimentally demonstrated a novel all-optically controlled activation function using traveling sound waves, paving the way for advancements in optical neural networks.</p>
<p>The implications of this research are profound, especially in an era where AI is proliferating across various sectors. AI technologies are progressively enhancing human capabilities in diverse applications, from data scrutiny to image recognition and text generation. The efficiency of these algorithms frequently surpasses human performance, drastically reducing the time required to accomplish tasks that may take hours or even days if done manually. However, a significant challenge lies in the energy consumption associated with training AI models, particularly large language models, which has prompted a concerted effort among scientists to explore alternative computing paradigms that can alleviate this problem.</p>
<p>Artificial neural networks are structured in a complex manner that mirrors the connections found in the human brain. The nodes in these networks communicate through intricate pathways, yet they are predominantly executed via electronic systems, which are known for their significant energy demands. As the demand for more powerful and efficient AI systems grows, there is a pressing need to investigate potential solutions that can either support or replace traditional electronic systems. This has led researchers to explore various physical systems including optical materials, molecular structures, and even biological components like DNA strands and fungi.</p>
<p>One of the most promising areas of research is the intersection of optics and photonics and their potential advantages over conventional electronic systems. Photonics offers a unique set of benefits, including high bandwidth communication and the ability to encode information in high-dimensional symbols. These characteristics enable faster data processing and communication. Photonic systems have advanced considerably and demonstrate the potential for parallel processing, making them a formidable competitor to traditional electronic architectures. Furthermore, scaling photonic systems may lead to lower energy requirements while addressing complex computational challenges, thus making photonic neural networks a tantalizing prospect for future developments in AI.</p>
<p>The Stiller Research Group has been at the forefront of this frontier, focusing on the integration of optoacoustics into optical neural networks. Their recent breakthrough involves the creation of a photonic activation function controlled all-optically, eliminating the need to convert information back to the electronic domain. This innovation is vital for the advancement of photonic computing, representing a step toward achieving energy-efficient artificial intelligence solutions over the long term. In a basic neural network model, the input signals are processed through a weighted sum of incoming data, followed by a nonlinear activation function. While photonic approaches exist for many aspects of this process, the non-linear activation function has historically been underdeveloped, with only a few experimental implementations to date.</p>
<p>The significance of developing a photonic activation function is underscored by the progress made in its design and application. The researchers have demonstrated that sound waves serve as an effective mediator for this activation function, allowing for a seamless operation within existing optical systems. This advancement leverages the principle of stimulated Brillouin scattering, where optical input can effectuate a nonlinear change based on the intensity of the incoming light. This nonlinearity is essential for the functionality of deep learning models, as it enables the network to tackle complex problem-solving tasks more effectively.</p>
<p>Moreover, the new activation function offers versatility, as it can be tuned to generate various mathematical forms, including sigmoid, ReLU, and quadratic functions. Such flexibility enhances the potential applications of this technology, allowing it to adapt to the specific requirements of different computational tasks. This innovation could also benefit from a phase-matching rule inherent to stimulated Brillouin scattering, enabling the processing of multiple optical frequencies simultaneously. This capability could significantly boost the performance of optical neural networks as it allows for enhanced parallel computing.</p>
<p>Maintaining the bandwidth of optical signals while avoiding the inefficiencies of electro-optic conversion is another important advantage of this approach. The incorporation of a photonic activation function into an optical neural network ensures that the integrity of the optical data is preserved, ultimately leading to faster processing times and improved computational efficacy. The sound wave-mediated control of the activation function provides researchers with a powerful tool to fine-tune neural computations, potentially revolutionizing the way that optical systems are harnessed in AI and related fields.</p>
<p>In conclusion, the research spearheaded by the Stiller Group demonstrates a significant leap forward in the realm of optical neural networks. By employing sound waves to control a photonic activation function, this innovative approach not only retains the benefits of optical data transmission but also establishes a pathway for developing more energy-efficient and versatile AI systems. This work has the potential to influence a broad array of applications, from data processing to machine learning, reflecting the ongoing quest for more advanced and sustainable solutions in the field of artificial intelligence.</p>
<p><strong>Subject of Research</strong>: Photonic activation functions for optical neural networks<br />
<strong>Article Title</strong>: All-optical nonlinear activation function based on stimulated Brillouin scattering<br />
<strong>News Publication Date</strong>: 14-Feb-2025<br />
<strong>Web References</strong>: http://dx.doi.org/10.1515/nanoph-2024-0513<br />
<strong>References</strong>: None available<br />
<strong>Image Credits</strong>: MPL, Susanne Viezens  </p>
<h4><strong>Keywords</strong></h4>
<p> Neural networks, artificial intelligence, photonics, activation functions, energy efficiency, optical computing, deep learning, stimulated Brillouin scattering, optoacoustics, computational performance, machine learning, data processing.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">36490</post-id>	</item>
	</channel>
</rss>
