paper-with-me

Papers

Learnable Sampling 3D Convolution for Video Enhancement and Action Recognition

2020-11-22 · Shuyang Gu, Jianmin Bao, Dong Chen

A key challenge in video enhancement and action recognition is to fuse useful information from neighboring frames. Recent works suggest establishing accurate correspondences between neighboring frames before fusing temporal information. However, the generated results heavily depend on the quality of correspondence estimation. In this paper, we propose a more robust solution: \emph{sampling and fusing multi-level features} across neighborhood frames to generate the results. Based on this idea, we introduce a new module to improve the capability of 3D convolution, namely, learnable sampling 3D convolution (\emph{LS3D-Conv}). We add learnable 2D offsets to 3D convolution which aims to sample locations on spatial feature maps across frames. The offsets can be learned for specific tasks. The \emph{LS3D-Conv} can flexibly replace 3D convolution layers in existing 3D networks and get new architectures, which learns the sampling at multiple feature levels. The experiments on video interpolation, video super-resolution, video denoising, and action recognition demonstrate the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2011.10974

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionDenoisingSuper-ResolutionVideo DenoisingVideo EnhancementVideo Super-Resolution

Methods 이 논문이 사용한 방법론

3D Convolution A 3D Convolution is a type of convolution where the kernel slides in 3 dimensions as opposed to 2 dimensions with 2D…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Spatio-temporal deformable convolution for compressed video quality enhancement

2020-04-03 · Jianing Deng

Recent years have witnessed remarkable success of deep learning methods in quality enhancement for compressed video. To better explore temporal information, existing methods usually estimate optical flow for temporal mot…

Video EnhancementVideo Restoration

FastLLVE: Real-Time Low-Light Video Enhancement with Intensity-Aware Lookup Table

2023-08-13 · Wenhao Li, Guangyang Wu, Wenyi Wang, Peiran Ren 외

Low-Light Video Enhancement (LLVE) has received considerable attention in recent years. One of the critical requirements of LLVE is inter-frame brightness consistency, which is essential for maintaining the temporal cohe…

Video Enhancement

MS-DETR: Natural Language Video Localization with Sampling Moment-Moment Interaction

2023-05-30 · Jing Wang, Aixin Sun, Hao Zhang, XiaoLi Li

Given a query, the task of Natural Language Video Localization (NLVL) is to localize a temporal moment in an untrimmed video that semantically matches the query. In this paper, we adopt a proposal-based solution that gen…

Decoder

Deformably-Scaled Transposed Convolution

2022-10-17 · Stefano B. Blumberg, Daniele Raví, Mou-Cheng Xu, Matteo Figini 외

Transposed convolution is crucial for generating high-resolution outputs, yet has received little attention compared to convolution layers. In this work we revisit transposed convolution and introduce a novel layer that …

Image EnhancementInstance Segmentationobject-detectionObject Detection+1

RubiksNet: Learnable 3D-Shift for Efficient Video Action Recognition

2020-08-01 · ECCV 2020 8 · Linxi Fan, Shyamal Buch, Guanzhi Wang, Ryan Cao 외

Video action recognition is a complex task dependent on modeling spatial and temporal context. Standard approaches rely on 2D or 3D convolutions to process such context, resulting in expensive operations with millions of…

Action RecognitionTemporal Action LocalizationVideo Recognition