<?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>revolutionary video compression techniques &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/revolutionary-video-compression-techniques/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Sep 2026 00:23:47 +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>revolutionary video compression techniques &#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-Powered Video Compression Nears the 0.01% Frontier</title>
		<link>https://scienmag.com/ai-powered-video-compression-nears-the-0-01-frontier/</link>
		
		<dc:creator><![CDATA[Violet Maxwell]]></dc:creator>
		<pubDate>Fri, 11 Sep 2026 00:23:47 +0000</pubDate>
				<category><![CDATA[Earth Science]]></category>
		<category><![CDATA[AI Flow]]></category>
		<category><![CDATA[AI-based content reconstruction]]></category>
		<category><![CDATA[AI-powered video data reduction]]></category>
		<category><![CDATA[bitrate]]></category>
		<category><![CDATA[data efficiency in communication systems]]></category>
		<category><![CDATA[diffusion models]]></category>
		<category><![CDATA[edge computing]]></category>
		<category><![CDATA[future of AI-driven multimedia compression]]></category>
		<category><![CDATA[generative models in video transmission]]></category>
		<category><![CDATA[generative video compression]]></category>
		<category><![CDATA[innovative video codecs]]></category>
		<category><![CDATA[LPIPS]]></category>
		<category><![CDATA[neural encoder]]></category>
		<category><![CDATA[pixel-level coding alternatives]]></category>
		<category><![CDATA[revolutionary video compression techniques]]></category>
		<category><![CDATA[Shannon-Weaver communication theory]]></category>
		<category><![CDATA[Shannon-Weaver model]]></category>
		<category><![CDATA[surveillance]]></category>
		<category><![CDATA[surveillance video compression]]></category>
		<category><![CDATA[task-oriented communication]]></category>
		<category><![CDATA[ultra-low bitrate video transmission]]></category>
		<category><![CDATA[video compression]]></category>
		<category><![CDATA[video transmission]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=192093</guid>

					<description><![CDATA[Researchers have introduced Generative Video Compression, a framework that transmits video at rates as low as 0.02% and below 0.01% in some scenarios by encoding compact tokens and using generative AI models at the receiver to reconstruct high-quality footage.]]></description>
										<content:encoded><![CDATA[<p>A team of researchers at the Institute of Artificial Intelligence (TeleAI), China Telecom, has unveiled a radically new way to squeeze video down to a tiny fraction of its original size, and the results are turning heads across the worlds of communications and artificial intelligence. The technique, called Generative Video Compression, or GVC, pushes bitrates to levels that traditional codecs cannot approach: in some cases the transmitted data amounts to just 0.02% of the original video, and in surveillance scenarios the team reports compression rates beyond the long-sought 0.01% threshold. Rather than refining the familiar machinery of pixel-level coding, GVC hands the hard work of reconstruction to a generative video model waiting at the receiving end, converting the act of communication from copying pixels into describing content and letting artificial intelligence fill in the rest.</p>
<p>The conceptual foundation of the new framework departs sharply from the dominant view of video compression that has prevailed for decades. Classical communication theory, rooted in the Shannon-Weaver model articulated by Claude Shannon in 1948, distinguishes three levels of communication. Level A concerns the technical problem of transmitting data accurately, Level B addresses whether transmitted symbols convey the intended meaning, and Level C concerns the effectiveness problem: whether the received information produces the desired outcome. Video standards such as HEVC have concentrated almost exclusively on Level A, maximizing signal fidelity under constrained bandwidth by minimizing distortion between the original and the reconstructed signal. GVC instead places Level C at the heart of its design, asking not whether every pixel survives the journey but whether the reconstructed video meets perceptual expectations or supports the task at hand.</p>
<p>The driving principle behind GVC is elegantly simple to state: trade computation for compression rate. Instead of transmitting detailed visual data, the framework encodes video into extremely compact representations and delegates content reconstruction to the receiver, where powerful generative priors synthesize high-quality video from minimal transmitted information. The researchers offer a vivid metaphor to explain the shift. Traditional compression is like photographing a painting and sending the photograph; GVC is like describing the painting&#8217;s composition and style, then relying on an AI painter at the far end to recreate it. Modern generative video models are so expressive that they can synthesize convincing footage from sparse latent representations, or in the limit even from pure noise guided by learned priors. That capability transforms the encoder&#8217;s job from preserving every pixel to selecting and transmitting only the most task-relevant information.</p>
<p>The system is built from two primary components working in tandem. On the sending side, a neural encoder, a pre-trained neural network, ingests an input video sequence, which might be surveillance footage, a video call stream, or a live broadcast, and compresses it into a set of compact representations called compressed tokens. These tokens blend discrete and continuous elements: compressed keyframes, high-level descriptors of video segments, and low-level continuous features that together capture the essential semantics and motion dynamics of the scene while drastically reducing dimensionality. The tokens are further encoded into a bitstream using techniques such as residual coding to squeeze out remaining redundancy. On the receiving side, a pre-trained diffusion-based generative video model performs what is essentially a conditional video generation task. Some tokens serve as direct inputs to the denoising process while others act as conditioning signals, and the model synthesizes frames that are visually faithful to the original input.</p>
<p>What gets transmitted depends, critically, on the purpose of the reconstruction. If the goal is human perception, the encoder sends features that help the generative decoder produce perceptually similar content. If the goal is machine understanding, for instance segmentation or recognition by a downstream algorithm, the encoder focuses on semantically meaningful representations instead. This task-oriented orientation is where GVC aligns itself with the AI Flow framework, proposed by TeleAI at the end of 2024, which envisions communication networks distributing intelligence for ubiquitous AI-powered services. The theoretical underpinning draws on the concept of Information Capacity, a measure of how efficiently generative models compress data, as well as earlier work on task-oriented feature compression for multimodal understanding via device-edge co-inference. The GVC concept itself was first introduced publicly by TeleAI at the World Artificial Intelligence Conference in mid-2025, where a prototype for maritime communications demonstrated ultra-low bitrate video transmission over bandwidth-limited satellite links.</p>
<p>Extreme compression, however, introduces a new bottleneck: the computational cost of high-quality generative reconstruction. Diffusion-based decoders are computationally intensive, and hardware, power, and latency constraints impose an upper bound on how much computation can realistically be traded for compression, especially in real-time applications like video conferencing or edge-device streaming. The team&#8217;s answer is a second, complementary principle: trading compression rate for practicality. By sacrificing a small fraction of the compression ratio, the system can send richer latent representations that reduce reliance on massive generative models, unlocking the use of smaller and faster decoders. The researchers further apply model compression techniques to shrink key components such as 3D variational autoencoders, and they employ distillation and sampling acceleration methods for the diffusion-based decoder to lower inference time. The result is a flexible balance across the compression-computation-quality triangle that adapts to whatever resources the deployment environment offers.</p>
<p>The empirical results are striking. Benchmarked on the standard MCL-JCV dataset using a 14-billion-parameter video generative model, GVC maintained competitively high perceptual quality, measured with the Learned Perceptual Image Patch Similarity metric, at an average bitrate of just 0.008 bits per pixel, equivalent to roughly a 0.02% compression rate. Conventional video coding schemes exhibit a substantial performance gap at this bitrate; on certain challenging sequences, traditional methods require approximately six times more bandwidth to match the perceptual quality achieved by GVC. In one benchmark example, the framework achieved visually compelling reconstruction at 0.005 bits per pixel. In real-world surveillance scenarios, the compression can go further still: the team reports bitrates below 0.002 bits per pixel, crossing the 0.01% compression threshold, while retaining sufficient visual quality for the task.</p>
<p>Importantly, the extreme compression does not come at the expense of semantic integrity. To test downstream utility, the researchers applied the reconstructed videos to video object segmentation on the DAVIS2017 benchmark, evaluating performance with the Jaccard index, contour accuracy, their average, and contour recall. The compressed-and-regenerated videos achieved highly competitive segmentation results, indicating that even at astonishingly low bitrates the framework preserves the semantic information machines need to understand a scene. This validates the core promise of effectiveness-level communication: the reconstructed video is not merely visually plausible but genuinely useful for the tasks the transmission was intended to serve.</p>
<p>Deployment readiness was demonstrated on real hardware. After miniaturization, distillation, and quantization of the generative decoder, the system can reconstruct a group of 29 frames in a single pass with inference latency of around two seconds on consumer-grade GPUs, a response time comparable to what users routinely experience with large language models. Although the miniaturized model incurs some loss in visual quality and bandwidth efficiency relative to its full-scale counterpart, it still maintains competitively high perceptual quality, with a demonstrated LPIPS score of 0.273 on a sample sequence. That combination of speed, quality, and modest hardware requirements makes GVC a plausible candidate for the environments that need it most: emergency rescue operations, remote surveillance, narrowband mobile networks, in-vehicle and wearable devices, and maritime satellite links where bandwidth is scarce and expensive.</p>
<p>The authors frame GVC not merely as another codec but as a task-oriented communication paradigm tailored for the era of generative intelligence. By transmitting only what is necessary for perception and decision making, and letting generative priors at the receiver do the heavy lifting of reconstruction, the framework opens the door to communication systems that are more efficient, adaptive, and intelligent than the fidelity-obsessed pipelines of the past. Whether video transmission at one hundredth of one percent of its original size becomes a routine capability will depend on further advances in generative model efficiency and edge computing, but this work offers a credible, empirically validated path toward that frontier, and a glimpse of a future in which the networks we build carry descriptions rather than copies, and understanding rather than pixels.</p>
<p>The work appears as a brief communication in Vicinagearth, an open-access journal, published on 23 March 2026 as volume 3, article number 7, with a correction issued on 3 June 2026. Its placement at the intersection of coding and information theory, computer vision, and multimedia systems reflects the increasingly hybrid nature of compression research, where ideas from generative modeling are being grafted onto classical transmission problems.</p>
<p>Historically, the Shannon-Weaver model dates to the 1940s, and the authors note that video communication technology has spent decades optimizing its Level A, the technical problem of accurate signal delivery. The Information Capacity metric, proposed as a way to evaluate how effectively generative models compress data, laid methodological groundwork for this line of research, and in early 2025 the same group extended the approach to task-oriented communications for multimodal understanding via device-edge co-inference. The maritime prototype unveiled at the World Artificial Intelligence Conference demonstrated ultra-low bitrate transmission over bandwidth-limited satellite connections, a setting where every saved bit carries direct operational value.</p>
<p>Within the AI Flow framework, the researchers position GVC as opening new possibilities for video communication in bandwidth- and resource-constrained environments such as emergency rescue, remote surveillance, and mobile edge computing, describing it as a viable path toward an effective, efficient, scalable, and practical video communication paradigm.</p>
<p><strong>Subject of Research:</strong> Extreme low-bitrate video compression using generative AI models to reconstruct video from minimal transmitted information</p>
<p><strong>Article Title:</strong> Generative video compression: towards 0.01% compression rate for video transmission</p>
<p><strong>Article References:</strong> Generative video compression: towards 0.01% compression rate for video transmission. (n.d.). <a href="https://doi.org/10.1007/s44336-026-00035-2" rel="noopener noreferrer">https://doi.org/10.1007/s44336-026-00035-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s44336-026-00035-2" rel="noopener noreferrer">10.1007/s44336-026-00035-2</a></p>
<p><strong>Keywords:</strong> generative video compression, video compression, task-oriented communication, AI Flow, diffusion models, bitrate, Shannon-Weaver model, edge computing, video transmission, LPIPS, surveillance, neural encoder</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">192093</post-id>	</item>
	</channel>
</rss>
