paper-with-me

Papers

NVC-1B: A Large Neural Video Coding Model

2024-07-28 · Xihua Sheng, Chuanbo Tang, Li Li, Dong Liu, Feng Wu

The emerging large models have achieved notable progress in the fields of natural language processing and computer vision. However, large models for neural video coding are still unexplored. In this paper, we try to explore how to build a large neural video coding model. Based on a small baseline model, we gradually scale up the model sizes of its different coding parts, including the motion encoder-decoder, motion entropy model, contextual encoder-decoder, contextual entropy model, and temporal context mining module, and analyze the influence of model sizes on video compression performance. Then, we explore to use different architectures, including CNN, mixed CNN-Transformer, and Transformer architectures, to implement the neural video coding model and analyze the influence of model architectures on video compression performance. Based on our exploration results, we design the first neural video coding model with more than 1 billion parameters -- NVC-1B. Experimental results show that our proposed large model achieves a significant video compression performance improvement over the small baseline model, and represents the state-of-the-art compression efficiency. We anticipate large models may bring up the video coding technologies to the next level.

📄 PDF Abstract BibTeX arXiv:2407.19402

Code (0)

등록된 구현이 없습니다.

Tasks

DecodermodelVideo Compression

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

AI Oriented Large-Scale Video Management for Smart City: Technologies, Standards and Beyond

2017-12-05 · Ling-Yu Duan, Yihang Lou, Shiqi Wang, Wen Gao 외

Deep learning has achieved substantial success in a series of tasks in computer vision. Intelligent video analysis, which can be broadly applied to video surveillance in various smart city applications, can also be drive…

Deep LearningManagement

When Video Coding Meets Multimodal Large Language Models: A Unified Paradigm for Video Coding

2024-08-15 · Pingping Zhang, Jinlong Li, Kecheng Chen, Meng Wang 외

Existing codecs are designed to eliminate intrinsic redundancies to create a compact representation for compression. However, strong external priors from Multimodal Large Language Models (MLLMs) have not been explicitly …

Video CompressionVideo GenerationVideo Reconstruction

MNeRV: A Multilayer Neural Representation for Videos

2024-07-10 · Qingling Chang, Haohui Yu, Shuxuan Fu, Zhiqiang Zeng 외

As a novel video representation method, Neural Representations for Videos (NeRV) has shown great potential in the fields of video compression, video restoration, and video interpolation. In the process of representing vi…

DecoderregressionVideo CompressionVideo Restoration

C3: High-performance and low-complexity neural compression from a single image or video

2023-12-05 · CVPR 2024 1 · Hyunjik Kim, Matthias Bauer, Lucas Theis, Jonathan Richard Schwarz 외

Most neural compression models are trained on large datasets of images or videos in order to generalize to unseen data. Such generalization typically requires large and expressive architectures with a high decoding compl…

Video Compression

VVC Extension Scheme for Object Detection Using Contrast Reduction

2023-05-30 · Takahiro Shindo, Taiju Watanabe, Kein Yamada, Hiroshi Watanabe

In recent years, video analysis using Artificial Intelligence (AI) has been widely used, due to the remarkable development of image recognition technology using deep learning. In 2019, the Moving Picture Experts Group (M…

DecoderObjectobject-detectionObject Detection+1