<?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>adaptive speech enhancement technology &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/adaptive-speech-enhancement-technology/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 Sep 2026 22:49:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.2</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>adaptive speech enhancement technology &#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>One AI Model, Any Device: Flexibly Slicable Network Cleans Up Speech from Earbuds to the Cloud</title>
		<link>https://scienmag.com/one-ai-model-any-device-flexibly-slicable-network-cleans-up-speech-from-earbuds-to-the-cloud/</link>
		
		<dc:creator><![CDATA[Violet Maxwell]]></dc:creator>
		<pubDate>Wed, 23 Sep 2026 22:49:35 +0000</pubDate>
				<category><![CDATA[Earth Science]]></category>
		<category><![CDATA[adaptive speech enhancement technology]]></category>
		<category><![CDATA[AI Flow]]></category>
		<category><![CDATA[AI model deployment across multiple devices]]></category>
		<category><![CDATA[BS-RoFormer]]></category>
		<category><![CDATA[denoising]]></category>
		<category><![CDATA[distributed AI for edge and cloud devices]]></category>
		<category><![CDATA[dynamic network slicing]]></category>
		<category><![CDATA[early exit]]></category>
		<category><![CDATA[edge computing]]></category>
		<category><![CDATA[end-to-end speech restoration solutions]]></category>
		<category><![CDATA[FlexAttention]]></category>
		<category><![CDATA[flexible neural networks]]></category>
		<category><![CDATA[flexible neural networks for wireless earbuds]]></category>
		<category><![CDATA[neural network model size reduction]]></category>
		<category><![CDATA[noise and reverberation suppression in audio]]></category>
		<category><![CDATA[open-access AI research on speech enhancement]]></category>
		<category><![CDATA[packet loss concealment]]></category>
		<category><![CDATA[real-world speech signal processing]]></category>
		<category><![CDATA[resource-constrained inference]]></category>
		<category><![CDATA[scalable neural network architecture]]></category>
		<category><![CDATA[SEFlow]]></category>
		<category><![CDATA[single training AI models for diverse hardware]]></category>
		<category><![CDATA[slimmable networks]]></category>
		<category><![CDATA[speech enhancement]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=210966</guid>

					<description><![CDATA[Researchers have built SEFlow, a single neural network that can be dynamically sliced into subnetworks of vastly different sizes to perform denoising, dereverberation, declipping, and packet loss concealment across devices from earbuds to cloud servers.]]></description>
										<content:encoded><![CDATA[<p>A single neural network that can shrink itself to one percent of its full size and still rescue speech buried in noise, reverberation, clipping, and lost data packets has been unveiled by researchers at Northwestern Polytechnical University and the Institute of Artificial Intelligence (TeleAI) at China Telecom. The system, called SEFlow, published in the open-access journal Vicinagearth, is designed for a future the authors describe as AI Flow: a vision of distributed intelligence in which devices, edge servers, and cloud computers collaborate seamlessly, each drawing on the same underlying model at whatever scale its hardware can afford.</p>
<p>The problem the team set out to solve is a familiar one for anyone deploying artificial intelligence in the real world. Modern deep networks achieve remarkable quality by growing ever larger, but a model that runs comfortably on a cloud server is hopeless on a pair of wireless earbuds. Traditionally, engineers have trained separate models for each computational tier, or resorted to pruning and knowledge distillation, both of which require additional fine-tuning after the fact. SEFlow takes a different route: a single network is trained once in such a way that it can be dynamically sliced into subnetworks of wildly different sizes and deployed directly, with no retraining, onto anything from a smartphone to a data center.</p>
<p>The technical heart of the approach is a set of flexible modules the authors call FlexAttention, FlexLinear, and FlexRMSNorm. In a conventional transformer, the width of each layer is fixed: a linear layer has a set number of inputs and outputs, and multi-head attention has a fixed number of heads. FlexLinear instead slices its weight matrix to any chosen output size and, crucially, activates only a chosen subset of its input neurons, following the same logic as early-exit methods that activate only early layers. FlexAttention adjusts the number of active attention heads, and FlexRMSNorm adapts the size of its normalization parameters. Because each output is a weighted sum of many neurons, slicing works mathematically without changing what the layer computes—only how much of it runs.</p>
<p>Depth is handled by early exit. The network is built from a stack of residual blocks whose outputs all share the same shape, so a decoder can read the result after any number of blocks. Because of how residual connections accumulate, decoding after block number B-bar is equivalent to decoding a fusion of the features produced by the first B-bar blocks; early layers capture the main content of the signal while later layers refine details, so cutting depth sacrifices fine polish but preserves the essentials. Adjusting depth changes computation roughly linearly, while adjusting width changes it quadratically, giving the deployer a two-dimensional dial for matching any computational budget.</p>
<p>Training such a shape-shifting network requires care. At every training step, the team duplicates each batch: one copy trains the full network, the other trains a randomly sampled subnetwork with a random depth and width, ensuring every neuron is updated regularly. To keep multi-GPU training efficient—since GPUs assigned smaller subnetworks would otherwise finish early and sit idle—a synchronized pseudo-random generator gives every GPU the same subnetwork index each step. According to the paper, this synchronization alone cut average training computation by about 38 percent and training time by about 35 percent.</p>
<p>SEFlow is not merely flexible; it is also unified. Instead of training separate models for denoising, dereverberation, declipping, and packet loss concealment, the team applied dynamic data augmentation: clean speech was corrupted with random combinations of noise at signal-to-noise ratios between minus 5 and 20 decibets, simulated room reverberation, waveform clipping, and Markov-chain-simulated packet loss. One model learned to handle all of these degradations, alone or together. A lightweight auxiliary voice activity detection decoder, and a loss combining complex-spectrogram and magnitude reconstruction with the VAD objective, further boosted quality across metrics such as PESQ, STOI, and downstream speaker and speech recognition scores.</p>
<p>The backbone builds on BS-RoFormer, the winning system of the NeurIPS 2024 speech enhancement challenge, splitting the frequency axis into 41 sub-bands distributed approximately uniformly on the Mel scale. A two-stage band-splitting scheme makes the model sampling-rate agnostic: the same architecture handles audio at 8, 16, 22.05, 24, 32, 44.1, and 48 kilohertz simply by using fewer sub-bands at lower rates. A Distributed Grouped Sampler keeps each training batch at a single sampling rate, avoiding wasteful upsampling and GPU idle time, reducing computation by a further 17 percent in their experiments.</p>
<p>The results are striking in their scalability. The full network has about 27 million parameters and costs roughly 24.7 GMACs per second on 16-kilohertz audio; the smallest subnetwork, with a single residual block and a single attention head, has 1.69 million parameters and costs about 0.19 GMACs per second—two orders of magnitude less—yet still measurably improves speech quality over the unprocessed input. At full size, SEFlow performs comparably to state-of-the-art task-specific models on denoising benchmarks from the INTERSPEECH 2020 DNS Challenge and on packet loss concealment benchmarks from the 2022 PLC Challenge, with demo-quality declipping shown on the project homepage. Interesting quirks emerged: a six-block, one-head configuration beat a one-block, four-head early-exit variant across all metrics despite using only 37 percent of its compute, suggesting width can matter more than depth in some regimes.</p>
<p>The authors are candid about trade-offs. Flexibly trained models slightly underperform fixed full-scale networks at the same nominal size, packet loss concealment demands at least two blocks for usable performance, and automatic speech recognition accuracy downstream remains limited, hinting that the backbone or loss may need task-specific tuning. There are also overheads in training multiple subnetworks simultaneously and in deciding which subnetwork to invoke at inference. Still, the researchers argue the approach carries real environmental promise: fixed models burn peak energy even on easy inputs, whereas adaptive slicing reduces multiply-accumulate operations and memory accesses—the dominant energy costs on edge chips—potentially trimming the carbon footprint of always-on speech processing.</p>
<p>What makes SEFlow resonate beyond acoustics is its implication for how AI might be delivered everywhere at once. Rather than a patchwork of bespoke models scattered across earbuds, phones, cars, and servers, a single family-model system could flow intelligence across the device-edge-cloud continuum, expanding and contracting to fit each platform. If the same recipe—flexible width, early exit, unified multi-task training—transfers to language, vision, and audio generation models, the paper&#8217;s vision of ubiquitous, resource-aware intelligence moves a step closer to reality. Demonstrations of SEFlow&#8217;s outputs, from heavily noisy cafe chatter to clipped and packet-mangled calls, are publicly available, and the code is available on request, inviting the community to stress-test this elegantly elastic architecture.</p>
<p><strong>Subject of Research:</strong> A flexibly scalable, unified neural architecture for multi-task speech enhancement</p>
<p><strong>Article Title:</strong> Towards a flexible and unified architecture for speech enhancement</p>
<p><strong>Article References:</strong> Feng, L., Zhang, C., &amp; Zhang, X.-L. (2025). Towards a flexible and unified architecture for speech enhancement. <em>Vicinagearth, 2</em>(1), Article 14. <a href="https://doi.org/10.1007/s44336-025-00022-z" rel="noopener noreferrer">https://doi.org/10.1007/s44336-025-00022-z</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s44336-025-00022-z" rel="noopener noreferrer">10.1007/s44336-025-00022-z</a></p>
<p><strong>Keywords:</strong> speech enhancement, SEFlow, flexible neural networks, FlexAttention, early exit, AI Flow, edge computing, slimmable networks, packet loss concealment, denoising, BS-RoFormer, resource-constrained inference</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">210966</post-id>	</item>
	</channel>
</rss>
