paper-with-me

Papers

Local-Global Temporal Difference Learning for Satellite Video Super-Resolution

2023-04-10 · Yi Xiao, Qiangqiang Yuan, Kui Jiang, Xianyu Jin, Jiang He, Liangpei Zhang, Chia-Wen Lin

Optical-flow-based and kernel-based approaches have been extensively explored for temporal compensation in satellite Video Super-Resolution (VSR). However, these techniques are less generalized in large-scale or complex scenarios, especially in satellite videos. In this paper, we propose to exploit the well-defined temporal difference for efficient and effective temporal compensation. To fully utilize the local and global temporal information within frames, we systematically modeled the short-term and long-term temporal discrepancies since we observed that these discrepancies offer distinct and mutually complementary properties. Specifically, we devise a Short-term Temporal Difference Module (S-TDM) to extract local motion representations from RGB difference maps between adjacent frames, which yields more clues for accurate texture representation. To explore the global dependency in the entire frame sequence, a Long-term Temporal Difference Module (L-TDM) is proposed, where the differences between forward and backward segments are incorporated and activated to guide the modulation of the temporal feature, leading to a holistic global compensation. Moreover, we further propose a Difference Compensation Unit (DCU) to enrich the interaction between the spatial distribution of the target frame and temporal compensated results, which helps maintain spatial consistency while refining the features to avoid misalignment. Rigorous objective and subjective evaluations conducted across five mainstream video satellites demonstrate that our method performs favorably against state-of-the-art approaches. Code will be available at https://github.com/XY-boy/LGTD

📄 PDF Abstract BibTeX arXiv:2304.04421

Code (2)

xy-boy/lgtd 공식 구현 pytorch
xy-boy/tdmvsr 공식 구현 pytorch

Tasks

Optical Flow EstimationSuper-ResolutionVideo Super-Resolution

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Global Temporal Difference Network for Action Recognition

2022-11-23 · TMM 2022 11 · Zhao Xie, Jiansong Chen, Kewei Wu, Dan Guo 외

—Temporal modeling still remains as a challenge for action recognition. Most existing temporal models focus on learning local variation between neighbor frames. There exists obvious deviations between local and global…

Action Recognition

CVLNet: Cross-View Semantic Correspondence Learning for Video-based Camera Localization

2022-08-07 · Yujiao Shi, Xin Yu, Shan Wang, Hongdong Li

This paper tackles the problem of Cross-view Video-based camera Localization (CVL). The task is to localize a query camera by leveraging information from its past observations, i.e., a continuous sequence of images obser…

Camera LocalizationImage-Based LocalizationSemantic correspondence

DeTracker: Motion-decoupled Vehicle Detection and Tracking in Unstabilized Satellite Videos

2026-01-14 · Jiajun Chen, Jing Xiao, Shaohan Cao, Yuming Zhu 외 arxiv

Satellite videos provide continuous observations of surface dynamics but pose significant challenges for multi-object tracking (MOT), especially under unstabilized conditions where platform jitter and the weak appearance…

Multi-Object Tracking

DELTAVID: Enhancing Fine-Grained Spatiotemporal Perception with Cross-Video Differences

2026-06-26 · Yankai Yang, Yancheng Long, Bin Wen, Fan Yang 외 arxiv

Video multimodal large language models have made strong progress on open-ended video understanding, but they still lack precise local spatiotemporal perception. When two videos share almost the same global semantics and …

Multi-Scale Temporal Difference Transformer for Video-Text Retrieval

2024-06-23 · Ni Wang, Dongliang Liao, Xing Xu

Currently, in the field of video-text retrieval, there are many transformer-based methods. Most of them usually stack frame features and regrade frames as tokens, then use transformers for video temporal modeling. Howeve…

RetrievalText RetrievalVideo-Text Retrieval