<?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>advancements in communication technology for AI &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/advancements-in-communication-technology-for-ai/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 Sep 2026 03:01:08 +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>advancements in communication technology for AI &#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>AI Flow Framework Aims to Bring Powerful Artificial Intelligence to Every Device</title>
		<link>https://scienmag.com/ai-flow-framework-aims-to-bring-powerful-artificial-intelligence-to-every-device/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sun, 13 Sep 2026 03:01:08 +0000</pubDate>
				<category><![CDATA[Earth Science]]></category>
		<category><![CDATA[6G networks]]></category>
		<category><![CDATA[advancements in communication technology for AI]]></category>
		<category><![CDATA[AI Flow]]></category>
		<category><![CDATA[AI integration in small devices]]></category>
		<category><![CDATA[AI model compression techniques]]></category>
		<category><![CDATA[AI-powered edge computing]]></category>
		<category><![CDATA[bridging AI model size with device memory constraints]]></category>
		<category><![CDATA[challenges of deploying large AI models on mobile devices]]></category>
		<category><![CDATA[device-edge-cloud collaboration]]></category>
		<category><![CDATA[diffusion models]]></category>
		<category><![CDATA[edge AI]]></category>
		<category><![CDATA[familial models]]></category>
		<category><![CDATA[future of AI in wearable and IoT devices]]></category>
		<category><![CDATA[intelligence emergence]]></category>
		<category><![CDATA[large language model scalability]]></category>
		<category><![CDATA[large language models]]></category>
		<category><![CDATA[limitations of current AI hardware]]></category>
		<category><![CDATA[making AI accessible on smartphones and sensors]]></category>
		<category><![CDATA[multidisciplinary AI framework development]]></category>
		<category><![CDATA[speculative decoding]]></category>
		<category><![CDATA[task-oriented feature compression]]></category>
		<category><![CDATA[ubiquitous AI services]]></category>
		<category><![CDATA[ubiquitous intelligence]]></category>
		<category><![CDATA[vision-language models]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=201104</guid>

					<description><![CDATA[Researchers have introduced AI Flow, a framework combining device-edge-cloud collaboration, familial models, and networked intelligence emergence to make powerful AI accessible on resource-constrained devices.]]></description>
										<content:encoded><![CDATA[<p>A sweeping new framework called AI Flow promises to dissolve the barrier between today&#8217;s massive artificial intelligence models and the small devices people carry every day. In a comprehensive review published in the journal Vicinagearth, researchers at the Institute of Artificial Intelligence (TeleAI) at China Telecom, led by Xuelong Li, lay out a multidisciplinary blueprint that fuses advances in information technology and communication technology to deliver what they call ubiquitous intelligence: AI services that are fast, accessible, and available anywhere, from smartphones and sensors to drones and smart glasses. The work traces its intellectual lineage to Claude Shannon&#8217;s information theory and Alan Turing&#8217;s vision of machine intelligence, arguing that the long convergence of computing and communication has now reached a decisive moment with large AI models.</p>
<p>The core problem the researchers identify is a dual bottleneck. Modern large language models have grown from the roughly 12 to 60 million parameters of ResNet in 2016 to hundreds of billions or even trillions of parameters in systems like Llama-4, released in 2025. That hundredfold expansion in less than a decade means inference can demand tens to hundreds of gigabytes of memory, far beyond the 4 to 32 gigabytes typical of consumer devices. Compression techniques such as quantization and pruning help, but they trade away model capability. At the same time, communication networks strain under the load: split-inference schemes that ship high-dimensional activation features from devices to servers can generate tens to hundreds of megabytes per inference step, while multi-agent systems that synchronize reasoning traces amplify overhead further. Congestion, jitter, and wireless instability compound the challenge.</p>
<p>AI Flow responds with three interlocking pillars. The first is a device-edge-cloud architecture that treats the network itself as a computational hierarchy. End devices handle lightweight tasks and real-time interaction; edge servers at base stations and roadside units provide nearby, low-latency processing; and cloud clusters supply the scalable horsepower for training and compute-intensive inference. By orchestrating workloads across these tiers, the framework balances resource scalability against latency, offloading latency-critical inference to the edge while reserving the cloud for heavy operations.</p>
<p>Within that hierarchy, the team introduces two collaboration techniques designed to cut communication costs. The first, task-oriented feature compression, targets vision-language model inference. Rather than transmitting raw images, the device merges visual features produced by a CLIP-style encoder using density peaks clustering based on K nearest neighbors, then encodes the merged features with a hyperprior-based entropy model whose parameters are modeled on a Laplacian distribution. A router network selects the best entropy model for each feature. In experiments on the LLaVA-OneVision-7B model using an NVIDIA Jetson AGX Orin device and an RTX 4090 edge server, the method reduced transmitted data by 25 to 45 percent compared with WebP and 35 to 60 percent compared with JPEG at equal accuracy on the RealWorldQA benchmark, and cut inference latency to roughly a third of server-only inference on the MME benchmark.</p>
<p>The second technique, hierarchical collaborative decoding, accelerates large language model generation through speculative decoding spread across network tiers. A lightweight model on the device drafts tokens locally, while a larger edge model validates and corrects them using a soft acceptance strategy, shifting the big model&#8217;s role from full generation to error correction. The researchers extend this into a parallel pipeline in which the device keeps generating without blocking while the edge server refines tokens at intervals. On the MATH-500 benchmark, a two-tier configuration pairing a 1.5-billion-parameter device model with a 7-billion-parameter edge model achieved about 40 tokens per second, a 1.25-fold speedup over edge-only decoding at the same accuracy, with a three-tier setup adding a 14-billion-parameter cloud model for further gains.</p>
<p>The second pillar of AI Flow is the concept of familial models: families of different-sized models whose hidden features are aligned so that intermediate results from a small model can be directly reused by a larger one without any middleware. Two enabling techniques make this possible. Early exit allows inference to terminate at intermediate layers while preserving acceptable accuracy, with lightweight branch modules refining features before prediction. Weight decomposition splits the linear layers of transformer blocks into pairs of low-rank matrices whose combined parameter count is smaller than the original, with the hidden dimension tuned to hit nearly any target size. Initialization via singular value decomposition on whitened data keeps distortion low, and the team shows that compression loss is quantitatively determined by the squared singular values of discarded components, enabling per-layer compression decisions.</p>
<p>The researchers demonstrate two implementation strategies. Hierarchical principal component decomposition trains a series of low-rank components that progressively fit the residuals of earlier ones, producing TeleChat-based models from 2.38 billion to 6.30 billion parameters that, despite limited training tokens, perform comparably to established models such as LLaMA2-7B and ChatGLM2-6B on benchmarks including MMLU, CMMLU, C-Eval, GSM8K, MATH, and BBH. The second strategy, early exiting with scalable branches, inserts decomposed transformer blocks between exit points and a shared language model head. Applied to LLaVA-1.5-7B, it retained 98.2 percent of the backbone&#8217;s average performance on six visual question answering benchmarks using only 3.17 billion parameters, while a baseline without the branch design needed at least 4.63 billion parameters to reach 90 percent.</p>
<p>The third pillar is perhaps the most provocative: connectivity- and interaction-based intelligence emergence. Here, the network becomes a medium through which heterogeneous models, including large language models, vision-language models, and diffusion models, collaborate to achieve capabilities exceeding any single model. A device-server collaboration scheme lets specialized on-device models generate preliminary responses in parallel, which a central server model aggregates into a unified answer that is then returned to devices for revision. Evaluations on MT-Bench, AlpacaEval 2.0, and Arena-Hard showed consistent gains, with weaker models benefiting most, and performance on Arena-Hard rose nearly linearly with the number of participating agents, suggesting practical scalability.</p>
<p>Diffusion models receive their own collaboration paradigms. A serial scheme for multi-person motion generation chains an interleaved interaction synthesis module with a relative coordination refinement module, achieving state-of-the-art results on the InterHuman benchmark, including a 25.3 percent improvement in Top-1 R-Precision and a 50.6 percent reduction in Fréchet inception distance compared with prior methods. A parallel scheme for monocular depth estimation splits processing into near-field and far-field decoder branches fused around a sliding anchor, topping benchmarks on both indoor NYU-V2 and outdoor KITTI data. A networked scheme, OmniVDiff, unifies RGB, depth, segmentation, and edge modalities within a single video diffusion transformer, outperforming baselines on depth-conditioned video generation.</p>
<p>The authors ground the framework in application scenarios that include embodied AI, where drones and ground robots share aligned intermediate features to avoid redundant computation; wearable devices, where smart glasses offload heavy recognition tasks to edge and cloud tiers while keeping latency-sensitive processing local; and smart cities, where the low-altitude economy of delivery drones and aerial mobility systems demands ultra-low-latency coordination across thousands of heterogeneous devices. Future directions include federated learning adapted to large models, distributed edge inference resilient to device churn, and adaptive network orchestration for volatile wireless conditions. The team also articulates guiding principles, including a Law of Information Capacity that defines efficiency as the ratio of text compression gain to inference cost, and a Law of Multi-model Collaboration showing that ensembles of diverse models follow power-law scaling with a better loss floor than single-series collaboration. Together, the researchers argue, these ideas chart a path toward AI that is not confined to data centers but flows through the networks that already surround us.</p>
<p><strong>Subject of Research:</strong> A multidisciplinary framework integrating AI and communication technologies for ubiquitous, low-latency intelligence across device-edge-cloud networks</p>
<p><strong>Article Title:</strong> AI Flow: perspectives, scenarios, and approaches</p>
<p><strong>Article References:</strong> An, H., Hu, W., Huang, S., Huang, S., Li, R., Liang, Y., Shao, J., Song, Y., Wang, Z., Yuan, C., Zhang, C., Zhang, H., Zhuang, W., &amp; Li, X. (2026). AI Flow: perspectives, scenarios, and approaches. <em>Vicinagearth, 3</em>(1), Article 1. <a href="https://doi.org/10.1007/s44336-025-00031-y" rel="noopener noreferrer">https://doi.org/10.1007/s44336-025-00031-y</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s44336-025-00031-y" rel="noopener noreferrer">10.1007/s44336-025-00031-y</a></p>
<p><strong>Keywords:</strong> AI Flow, edge AI, device-edge-cloud collaboration, familial models, large language models, speculative decoding, intelligence emergence, task-oriented feature compression, vision-language models, diffusion models, ubiquitous intelligence, 6G networks</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">201104</post-id>	</item>
	</channel>
</rss>
