paper-with-me

홈 › Papers

TransVFC: A Transformable Video Feature Compression Framework for Machines

2025-03-31 · Yuxiao Sun, Yao Zhao, Meiqin Liu, Chao Yao, Huihui Bai, Chunyu Lin, Weisi Lin

Nowadays, more and more video transmissions primarily aim at downstream machine vision tasks rather than humans. While widely deployed Human Visual System (HVS) oriented video coding standards like H.265/HEVC and H.264/AVC are efficient, they are not the optimal approaches for Video Coding for Machines (VCM) scenarios, leading to unnecessary bitrate expenditure. The academic and technical exploration within the VCM domain has led to the development of several strategies, and yet, conspicuous limitations remain in their adaptability for multi-task scenarios. To address the challenge, we propose a Transformable Video Feature Compression (TransVFC) framework. It offers a compress-then-transfer solution and includes a video feature codec and Feature Space Transform (FST) modules. In particular, the temporal redundancy of video features is squeezed by the codec through the scheme-based inter-prediction module. Then, the codec implements perception-guided conditional coding to minimize spatial redundancy and help the reconstructed features align with downstream machine perception.After that, the reconstructed features are transferred to new feature spaces for diverse downstream tasks by FST modules. To accommodate a new downstream task, it only requires training one lightweight FST module, avoiding retraining and redeploying the upstream codec and downstream task networks. Experiments show that TransVFC achieves high rate-task performance for diverse tasks of different granularities. We expect our work can provide valuable insights for video feature compression in multi-task scenarios. The codes are at https://github.com/Ws-Syx/TransVFC.

📄 PDF Abstract BibTeX arXiv:2503.23772

Code (1)

ws-syx/transvfc 공식 구현 pytorch

Tasks

Feature Compression

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Optimization of body configuration and joint-driven attitude stabilization for transformable spacecrafts under solar radiation pressure

2023-01-20 · Yuki Kubo, Toshihiro Chujo

A solar sail is one of the most promising space exploration system because of its theoretically infinite specific impulse using solar radiation pressure (SRP). Recently, some researchers proposed "transformable spacecraf…

Flow Guided Transformable Bottleneck Networks for Motion Retargeting

2021-06-14 · CVPR 2021 1 · Jian Ren, Menglei Chai, Oliver J. Woodford, Kyle Olszewski 외

Human motion retargeting aims to transfer the motion of one person in a "driving" video or set of images to another person. Existing efforts leverage a long training video from each target person to train a subject-speci…

Image Generationmotion retargeting

Evaluation of an Autonomous Surface Robot Equipped with a Transformable Mobility Mechanism for Efficient Mobility Control

2025-08-07 · Yasuyuki Fujii, Dinh Tuan Tran, Joo-Ho Lee arxiv

Efficient mobility and power consumption are critical for autonomous water surface robots in long-term water environmental monitoring. This study develops and evaluates a transformable mobility mechanism for a water surf…

Shortcut-V2V: Compression Framework for Video-to-Video Translation based on Temporal Redundancy Reduction

2023-08-15 · ICCV 2023 1 · Chaeyeon Chung, Yeojeong Park, Seunghwan Choi, Munkhsoyol Ganbat 외

Video-to-video translation aims to generate video frames of a target domain from an input video. Despite its usefulness, the existing networks require enormous computations, necessitating their model compression for wide…

Computational EfficiencyModel CompressionTranslation

Deep Contextual Video Compression

2021-09-30 · NeurIPS 2021 12 · Jiahao Li, Bin Li, Yan Lu

Most of the existing neural video compression methods adopt the predictive coding framework, which first generates the predicted frame and then encodes its residue with the current frame. However, as for compression rati…

DecoderVideo Compression