<?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>bandwidth-constrained wireless sensor data transmission &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/bandwidth-constrained-wireless-sensor-data-transmission/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 16:42:50 +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>bandwidth-constrained wireless sensor data transmission &#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>Dual-Stream AI Lets Robots See and Understand Over Weak Wireless Links</title>
		<link>https://scienmag.com/dual-stream-ai-lets-robots-see-and-understand-over-weak-wireless-links/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 16:42:50 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[6G]]></category>
		<category><![CDATA[6G wireless systems and semantic communication]]></category>
		<category><![CDATA[bandwidth-constrained wireless sensor data transmission]]></category>
		<category><![CDATA[CIFAR-10]]></category>
		<category><![CDATA[edge robotics]]></category>
		<category><![CDATA[embodied intelligence]]></category>
		<category><![CDATA[embodied perception tasks]]></category>
		<category><![CDATA[enhanced semantic communication framework]]></category>
		<category><![CDATA[feature learning]]></category>
		<category><![CDATA[high-quality visual perception over noisy wireless links]]></category>
		<category><![CDATA[image reconstruction]]></category>
		<category><![CDATA[inference]]></category>
		<category><![CDATA[joint source-channel coding]]></category>
		<category><![CDATA[multi-modal sensory data transmission in autonomous agents]]></category>
		<category><![CDATA[overcoming noise and bandwidth issues in robot perception]]></category>
		<category><![CDATA[perception]]></category>
		<category><![CDATA[real-time reasoning in autonomous robots]]></category>
		<category><![CDATA[reliable task inference in robotic systems]]></category>
		<category><![CDATA[robot perception]]></category>
		<category><![CDATA[semantic communication]]></category>
		<category><![CDATA[semantic communication in robotics]]></category>
		<category><![CDATA[task-oriented communication]]></category>
		<category><![CDATA[wireless network limitations for autonomous agents]]></category>
		<category><![CDATA[wireless networks]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=196491</guid>

					<description><![CDATA[Researchers at Harbin Engineering University have developed a dual-stream semantic communication framework that lets embodied AI agents preserve both visual perception quality and task inference reliability over noisy, bandwidth-limited wireless channels.]]></description>
										<content:encoded><![CDATA[<p>Robots and autonomous agents are increasingly expected to perceive the world, reason about what they see, and act on that understanding in real time, all while relying on wireless networks that are crowded, noisy, and far from perfect. A new study published in Mobile Networks and Applications tackles one of the most stubborn bottlenecks in this emerging field: how an embodied intelligent agent can maintain both high-quality visual perception and reliable task inference when the wireless channel between sensors and computing resources is bandwidth-constrained and degraded by noise. Researchers Jie Liu, Yibing Li, Sicheng Zhang, and Haichao Zhang, based at the College of Information and Communication Engineering at Harbin Engineering University in China, propose an Enhanced Semantic Communication framework, abbreviated E-SemCom, that is purpose-built for embodied perception tasks.</p>
<p>The core problem the team identifies is a tension that runs through much of the semantic communication literature. Semantic communication, a paradigm that has gathered enormous momentum in the run-up to sixth-generation wireless systems, abandons the idea of transmitting every bit of a raw signal. Instead, it transmits the meaning, the features that matter for the task at hand. But most existing systems force a choice. They either prioritize faithful image reconstruction, so a human operator or downstream algorithm can recover a clear picture, or they prioritize task-oriented inference, so a classifier or planner receives exactly the features it needs while everything else is discarded. Embodied agents rarely get to choose. A robot navigating a disaster site, a drone coordinating with a fleet, or a remote manipulator guided from the edge of a network needs both: the perception must be recoverable, and the semantics must remain actionable.</p>
<p>The E-SemCom framework addresses this tension with a heterogeneous dual-stream representation architecture. Rather than squeezing all information into a single latent representation, the encoder splits the visual content into two parallel streams with distinct roles. One stream is optimized for perceptual recoverability, preserving the structural and textural information needed to reconstruct the image at the receiver. The other stream is optimized for semantic effectiveness, capturing the task-relevant abstractions that downstream inference models consume. The heterogeneity refers to the fact that these streams are not mirror images of each other; they are deliberately encouraged to specialize, so that neither objective starves the other of representational capacity.</p>
<p>A crucial technical ingredient makes this dual-stream design work: orthogonality-constrained feature learning. In high-dimensional feature spaces, two streams trained jointly on the same images tend to collapse toward redundant encodings, duplicating information and wasting precious channel symbols. By imposing orthogonality constraints on the learned features, the framework forces the two streams to occupy complementary subspaces of the representation space. The perceptual stream carries what the semantic stream does not, and vice versa. This improves what the authors call perceptual-semantic collaboration efficiency, meaning that under a fixed communication budget, more of the transmitted information is genuinely useful for at least one of the two goals, rather than being duplicated or lost to interference between objectives.</p>
<p>The second pillar of the framework is a serial reconstruction-guided collaborative inference strategy. Wireless channels are adversarial by nature: signal-to-noise ratio fluctuates, fading comes and goes, and interference from other devices is a constant presence. Inference-only systems can be brittle in these conditions, because when the semantic features arrive corrupted, the downstream task model has nothing to fall back on. The proposed strategy instead chains reconstruction and inference in series, using the recovered perceptual content to guide and stabilize the inference process. If the semantic stream is damaged by a deep fade, the reconstruction stream provides a corrective anchor, allowing the collaborative inference to remain robust even when the channel is poor. The result is a system that degrades gracefully rather than catastrophically.</p>
<p>Evaluating such a system requires a metric that captures both halves of the problem, and here the authors adopt a Perceptual-Semantic-Inference, or PSI, metric. PSI jointly measures reconstruction fidelity and semantic effectiveness, refusing to let a system excel on one axis while quietly failing on the other. This is a meaningful departure from conventional evaluation practice, where image quality is reported in peak signal-to-noise ratio or structural similarity for one experiment, and task accuracy in another, with no guarantee that a method good at one is acceptable at the other. The PSI perspective reflects the reality of embodied agents, whose performance depends on the joint outcome of perception and understanding.</p>
<p>The experimental results are striking. At a compression ratio of 1/12, meaning the transmitted representation is twelve times smaller than the raw visual data, the proposed method achieves superior overall PSI performance across a signal-to-noise ratio range spanning from minus 5 dB to 20 dB. That range is significant. Minus 5 dB corresponds to a channel in which noise power exceeds signal power, conditions under which conventional communication schemes typically collapse entirely, while 20 dB represents relatively benign conditions. Holding up across such a wide spectrum means the framework is not merely tuned to a laboratory sweet spot; it remains effective in the messy, fluctuating environments that real embodied agents actually inhabit.</p>
<p>The implications extend across several domains that are converging on the same infrastructure. Edge robotics, where computation is offloaded from a robot&#8217;s limited onboard hardware to nearby edge servers, depends on efficient wireless links between the robot&#8217;s cameras and the server&#8217;s inference engines. Autonomous vehicle coordination, collaborative drone swarms, and remote teleoperation all share the same pattern: a perception-heavy agent, a bandwidth-limited channel, and a decision that must be made quickly. The work also connects to a broader research conversation on deep joint source-channel coding, in which neural encoders and decoders are trained end-to-end across the physical channel, and on task-oriented semantic communication, where the transmission itself is shaped by the downstream objective. By unifying reconstruction and inference within one architecture, the study pushes that conversation toward systems that no longer have to pick a side.</p>
<p>There are, of course, open questions. The authors report that the data used in the study are drawn from the publicly available CIFAR-10 dataset, accessed through standard TensorFlow, Keras, and torchvision repositories, and that no new dataset was generated. CIFAR-10 is a well-established benchmark, but its images are small and its scenes are simpler than the cluttered, dynamic visual worlds that robots encounter. Scaling the dual-stream architecture to higher-resolution, multimodal inputs, and to the vision-tactile and multi-agent settings that other recent work in embodied semantic communication is exploring, remains a task for future research. The source code is unavailable due to privacy considerations, which may slow direct replication, though the conceptual framework, the orthogonality constraint, and the serial reconstruction-guided inference strategy are described in sufficient detail for other groups to build upon.</p>
<p>What the study ultimately offers is a design philosophy for the wireless nervous system of embodied intelligence. As intelligent agents multiply at the edge of networks, the naive approach of shipping raw pixels to the cloud becomes untenable, and the opposite extreme of transmitting only task features leaves agents blind when tasks change or when inferences fail. The middle path, in which perceptual and semantic streams travel together, constrained to complement rather than duplicate each other, and in which reconstruction actively guides inference under adverse channels, suggests a way for machines to keep both seeing and understanding when the network is at its worst. For a field racing toward 6G and the ambient intelligence it promises, that dual capability may prove to be exactly what embodied agents need.</p>
<p><strong>Subject of Research:</strong> A dual-stream semantic communication framework for embodied perception over bandwidth-constrained wireless networks.</p>
<p><strong>Article Title:</strong> Heterogeneous Dual-Stream Enhanced Semantic Communication for Embodied Perception Tasks</p>
<p><strong>Article References:</strong> Liu, J., Li, Y., Zhang, S., &amp; Zhang, H. (2026). Heterogeneous Dual-Stream Enhanced Semantic Communication for Embodied Perception Tasks. <em>Mobile Networks and Applications</em>. <a href="https://doi.org/10.1007/s11036-026-02541-5" rel="noopener noreferrer">https://doi.org/10.1007/s11036-026-02541-5</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11036-026-02541-5" rel="noopener noreferrer">10.1007/s11036-026-02541-5</a></p>
<p><strong>Keywords:</strong> semantic communication, embodied intelligence, wireless networks, joint source-channel coding, edge robotics, task-oriented communication, image reconstruction, feature learning, 6G, perception, inference, CIFAR-10</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">196491</post-id>	</item>
	</channel>
</rss>
