paper-with-me

홈 › Papers

Compressed Vision for Efficient Video Understanding

2022-10-06 · Olivia Wiles, Joao Carreira, Iain Barr, Andrew Zisserman, Mateusz Malinowski

Experience and reasoning occur across multiple temporal scales: milliseconds, seconds, hours or days. The vast majority of computer vision research, however, still focuses on individual images or short videos lasting only a few seconds. This is because handling longer videos require more scalable approaches even to process them. In this work, we propose a framework enabling research on hour-long videos with the same hardware that can now process second-long videos. We replace standard video compression, e.g. JPEG, with neural compression and show that we can directly feed compressed videos as inputs to regular video networks. Operating on compressed videos improves efficiency at all pipeline levels -- data transfer, speed and memory -- making it possible to train models faster and on much longer videos. Processing compressed signals has, however, the downside of precluding standard augmentation techniques if done naively. We address that by introducing a small network that can apply transformations to latent codes corresponding to commonly used augmentations in the original video space. We demonstrate that with our compressed vision pipeline, we can train video models more efficiently on popular benchmarks such as Kinetics600 and COIN. We also perform proof-of-concept experiments with new tasks defined over hour-long videos at standard frame rates. Processing such long videos is impossible without using compressed representation.

📄 PDF Abstract BibTeX arXiv:2210.02995

Code (0)

등록된 구현이 없습니다.

Tasks

Video CompressionVideo Understanding

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

LiteFrame: Efficient Vision Encoders Unlock Frame Scaling in Video LLMs

2026-05-17 · Jihwan Kim, Nikhil Parthasarathy, Danfeng Qin, Junhwa Hur 외 arxiv

The fundamental challenge in scaling Video Large Language Models (Video LLMs) to long-form video lies in managing the explosion of visual-token context length. Existing strategies predominantly focus on "post-hoc" token …

Token-Budget Distillation: Transferring Full-Token Semantics to Compressed Video Vision-Language Models

2026-08-28 · Xiaoyang Guo, Guoping Luo, Jusheng Zhang, Keze Wang 외 arxiv

Adapting video vision-language models (VLMs) is computationally expensive because video inputs produce a large number of visual tokens, making both fine-tuning and inference costly. Although visual token compression can …

parameter-efficient fine-tuning

Compressed Video Prompt Tuning

2023-09-21 · NeurIPS 2023 11

Compressed videos offer a compelling alternative to raw videos, showing the possibility to significantly reduce the on-line computational and storage cost. However, current approaches to compressed video processing gener…

PVC: Progressive Visual Token Compression for Unified Image and Video Processing in Large Vision-Language Models

2024-12-12 · CVPR 2025 1 · Chenyu Yang, Xuan Dong, Xizhou Zhu, Weijie Su 외

Large Vision-Language Models (VLMs) have been extended to understand both images and videos. Visual token compression is leveraged to reduce the considerable token length of visual inputs. To meet the needs of different …

Video Understanding

Task Oriented Video Coding: A Survey

2022-08-15 · Daniel Wood

Video coding technology has been continuously improved for higher compression ratio with higher resolution. However, the state-of-the-art video coding standards, such as H.265/HEVC and Versatile Video Coding, are still d…

Survey