Friday, September 11, 2026
Science
No Result
View All Result
  • Login
  • HOME
  • SCIENCE NEWS
  • CONTACT US
  • HOME
  • SCIENCE NEWS
  • CONTACT US
No Result
View All Result
Scienmag
No Result
View All Result
Home Science News Earth Science

AI-Powered Video Compression Nears the 0.01% Frontier

September 11, 2026
in Earth Science
Violet Maxwell
By Violet Maxwell Scienmag Editorial Profile - Natural Hazards
Reading Time: 6 mins read
0
AI-Powered Video Compression Nears the 0.01% Frontier

AI-Powered Video Compression Nears the 0.01% Frontier

AI-Powered Video Compression Nears the 0.01% Frontier

65
SHARES
587
VIEWS
Share on FacebookShare on Twitter
ADVERTISEMENT

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.

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.

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’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’s job from preserving every pixel to selecting and transmitting only the most task-relevant information.

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.

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.

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’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.

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.

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.

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.

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.

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.

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.

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.

Subject of Research: Extreme low-bitrate video compression using generative AI models to reconstruct video from minimal transmitted information

Article Title: Generative video compression: towards 0.01% compression rate for video transmission

Article References: Generative video compression: towards 0.01% compression rate for video transmission. (n.d.). https://doi.org/10.1007/s44336-026-00035-2

Image Credits: AI Generated

DOI: 10.1007/s44336-026-00035-2

Keywords: generative video compression, video compression, task-oriented communication, AI Flow, diffusion models, bitrate, Shannon-Weaver model, edge computing, video transmission, LPIPS, surveillance, neural encoder

Cite Scienmag News

Violet Maxwell. (September 11, 2026). AI-Powered Video Compression Nears the 0.01% Frontier. Scienmag. https://scienmag.com/ai-powered-video-compression-nears-the-0-01-frontier/

Violet Maxwell. "AI-Powered Video Compression Nears the 0.01% Frontier." Scienmag, 11 September 2026, https://scienmag.com/ai-powered-video-compression-nears-the-0-01-frontier/. Accessed 11 September 2026.

Violet Maxwell. "AI-Powered Video Compression Nears the 0.01% Frontier." Scienmag. September 11, 2026. https://scienmag.com/ai-powered-video-compression-nears-the-0-01-frontier/

Tags: AI FlowAI-based content reconstructionAI-powered video data reductionbitratedata efficiency in communication systemsdiffusion modelsedge computingfuture of AI-driven multimedia compressiongenerative models in video transmissiongenerative video compressioninnovative video codecsLPIPSneural encoderpixel-level coding alternativesrevolutionary video compression techniquesShannon-Weaver communication theoryShannon-Weaver modelsurveillancesurveillance video compressiontask-oriented communicationultra-low bitrate video transmissionvideo compressionvideo transmission
Share26Tweet16
Previous Post

Medicinal Plants Offer Antibiotic Alternatives for Poultry Under One-Health Framework

Next Post

Irrigation, Roads and Cluster Farming Drive Wheat Market Shift in Ethiopia

Related Posts

Most of Earth’s ocean lies in the south, yet microbiome research clings to the north
Earth Science

Most of Earth’s ocean lies in the south, yet microbiome research clings to the north

September 10, 2026
AI Is Quietly Rewriting How the World Strengthens Its Soil
Earth Science

AI Is Quietly Rewriting How the World Strengthens Its Soil

September 10, 2026
Scientists Find Coral-Like Algal Symbiosis Hiding Inside a Mangrove Clam
Earth Science

Scientists Find Coral-Like Algal Symbiosis Hiding Inside a Mangrove Clam

September 10, 2026
A survey: advances in multi-modal visual understanding and generation
Earth Science

A survey: advances in multi-modal visual understanding and generation

September 10, 2026
Deadly heat days now stretch beyond summer months
Earth Science

Deadly heat days now stretch beyond summer months

September 10, 2026
Evolution and environment shape global patterns of leaf nitrogen use
Earth Science

Evolution and environment shape global patterns of leaf nitrogen use

September 10, 2026
Next Post
Irrigation, Roads and Cluster Farming Drive Wheat Market Shift in Ethiopia

Irrigation, Roads and Cluster Farming Drive Wheat Market Shift in Ethiopia

  • Mothers who receive childcare support from maternal grandparents show more optimized

    Mothers who receive childcare support from maternal grandparents show more parental warmth, finds NTU Singapore study

    27656 shares
    Share 11059 Tweet 6912
  • University of Seville Breaks 120-Year-Old Mystery, Revises a Key Einstein Concept

    1061 shares
    Share 424 Tweet 265
  • Bee body mass, pathogens and local climate influence heat tolerance

    682 shares
    Share 273 Tweet 171
  • Researchers record first-ever images and data of a shark experiencing a boat strike

    546 shares
    Share 218 Tweet 137
  • Groundbreaking Clinical Trial Reveals Lubiprostone Enhances Kidney Function

    531 shares
    Share 212 Tweet 133
Science

Embark on a thrilling journey of discovery with Scienmag.com—your ultimate source for cutting-edge breakthroughs. Immerse yourself in a world where curiosity knows no limits and tomorrow’s possibilities become today’s reality!

RECENT NEWS

  • Irrigation, Roads and Cluster Farming Drive Wheat Market Shift in Ethiopia
  • AI-Powered Video Compression Nears the 0.01% Frontier
  • Medicinal Plants Offer Antibiotic Alternatives for Poultry Under One-Health Framework
  • Ensemble deep learning model detects ChatGPT-generated text accurately

Categories

  • Agriculture
  • Anthropology
  • Archaeology
  • Athmospheric
  • Biology
  • Biotechnology
  • Blog
  • Bussines
  • Cancer
  • Chemistry
  • Climate
  • Earth Science
  • Editorial Policy
  • Marine
  • Mathematics
  • Medicine
  • Pediatry
  • Policy
  • Psychology & Psychiatry
  • Science Education
  • Social Science
  • Space
  • Technology and Engineering

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 5,151 other subscribers

© 2025 Scienmag - Science Magazine

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • HOME
  • SCIENCE NEWS
  • CONTACT US

© 2025 Scienmag - Science Magazine

Discover more from Science

Subscribe now to keep reading and get access to the full archive.

Continue reading