CVDec 13, 2023

Semantic Lens: Instance-Centric Semantic Alignment for Video Super-Resolution

arXiv:2312.07823v410 citationsh-index: 11AAAI
Originality Highly original
AI Analysis

This work addresses the problem of accurate pixel-level alignment in video super-resolution for applications like video enhancement, though it appears incremental as it builds on existing VSR methods with a new semantic-based approach.

The paper tackles the challenge of inter-frame alignment in video super-resolution by introducing Semantic Lens, a novel paradigm that uses semantic priors to model videos as instances, events, and scenes, resulting in superior performance over state-of-the-art methods as demonstrated in extensive experiments.

As a critical clue of video super-resolution (VSR), inter-frame alignment significantly impacts overall performance. However, accurate pixel-level alignment is a challenging task due to the intricate motion interweaving in the video. In response to this issue, we introduce a novel paradigm for VSR named Semantic Lens, predicated on semantic priors drawn from degraded videos. Specifically, video is modeled as instances, events, and scenes via a Semantic Extractor. Those semantics assist the Pixel Enhancer in understanding the recovered contents and generating more realistic visual results. The distilled global semantics embody the scene information of each frame, while the instance-specific semantics assemble the spatial-temporal contexts related to each instance. Furthermore, we devise a Semantics-Powered Attention Cross-Embedding (SPACE) block to bridge the pixel-level features with semantic knowledge, composed of a Global Perspective Shifter (GPS) and an Instance-Specific Semantic Embedding Encoder (ISEE). Concretely, the GPS module generates pairs of affine transformation parameters for pixel-level feature modulation conditioned on global semantics. After that, the ISEE module harnesses the attention mechanism to align the adjacent frames in the instance-centric semantic space. In addition, we incorporate a simple yet effective pre-alignment module to alleviate the difficulty of model training. Extensive experiments demonstrate the superiority of our model over existing state-of-the-art VSR methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes