paper-with-me

Papers

Differentiable Resolution Compression and Alignment for Efficient Video Classification and Retrieval

2023-09-15 · Rui Deng, Qian Wu, Yuke Li, Haoran Fu

Optimizing video inference efficiency has become increasingly important with the growing demand for video analysis in various fields. Some existing methods achieve high efficiency by explicit discard of spatial or temporal information, which poses challenges in fast-changing and fine-grained scenarios. To address these issues, we propose an efficient video representation network with Differentiable Resolution Compression and Alignment mechanism, which compresses non-essential information in the early stage of the network to reduce computational costs while maintaining consistent temporal correlations. Specifically, we leverage a Differentiable Context-aware Compression Module to encode the saliency and non-saliency frame features, refining and updating the features into a high-low resolution video sequence. To process the new sequence, we introduce a new Resolution-Align Transformer Layer to capture global temporal correlations among frame features with different resolutions, while reducing spatial computation costs quadratically by utilizing fewer spatial tokens in low-resolution non-saliency frames. The entire network can be end-to-end optimized via the integration of the differentiable compression module. Experimental results show that our method achieves the best trade-off between efficiency and performance on near-duplicate video retrieval and competitive results on dynamic video classification compared to state-of-the-art methods. Code:https://github.com/dun-research/DRCA

📄 PDF Abstract BibTeX arXiv:2309.08167

Code (1)

dun-research/drca 공식 구현 pytorch

Tasks

RetrievalVideo ClassificationVideo Retrieval

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Sandwiched Video Compression: Efficiently Extending the Reach of Standard Codecs with Neural Wrappers

2023-03-20 · Berivan Isik, Onur G. Guleryuz, Danhang Tang, Jonathan Taylor 외

We propose sandwiched video compression -- a video compression system that wraps neural networks around a standard video codec. The sandwich framework consists of a neural pre- and post-processor with a standard video co…

Motion CompensationVideo Compression

SCALED : Surrogate-gradient for Codec-Aware Learning of Downsampling in ABR Streaming

2026-01-30 · Esteban Pesnel, Julien Le Tanou, Michael Ropert, Thomas Maugey 외 arxiv

The rapid growth in video consumption has introduced significant challenges to modern streaming architectures. Over-the-Top (OTT) video delivery now predominantly relies on Adaptive Bitrate (ABR) streaming, which dynamic…

Sandwiched Compression: Repurposing Standard Codecs with Neural Network Wrappers

2024-02-08 · Onur G. Guleryuz, Philip A. Chou, Berivan Isik, Hugues Hoppe 외

We propose sandwiching standard image and video codecs between pre- and post-processing neural networks. The networks are jointly trained through a differentiable codec proxy to minimize a given rate-distortion loss. Thi…

Video Compression

COMISR: Compression-Informed Video Super-Resolution

2021-05-04 · ICCV 2021 10 · Yinxiao Li, Pengchong Jin, Feng Yang, Ce Liu 외

Most video super-resolution methods focus on restoring high-resolution video frames from low-resolution videos without taking into account compression. However, most videos on the web or mobile devices are compressed, an…

Super-ResolutionVideo Super-Resolution

Content Adaptive based Motion Alignment Framework for Learned Video Compression

2025-12-15 · Tiange Zhang, Xiandong Meng, Siwei Ma arxiv

Recent advances in end-to-end video compression have shown promising results owing to their unified end-to-end learning optimization. However, such generalized frameworks often lack content-specific adaptation, leading t…