中文
相关论文

相关论文: Online Video Super-Resolution with Convolutional K…

200 篇论文

We propose a concise representation of videos that encode perceptually meaningful features into graphs. With this representation, we aim to leverage the large amount of redundancies in videos and save computations. First, we construct…

计算机视觉与模式识别 · 计算机科学 2022-07-21 Eitan Kosman , Dotan Di Castro

Learning transformation invariant representations of visual data is an important problem in computer vision. Deep convolutional networks have demonstrated remarkable results for image and video classification tasks. However, they have…

计算机视觉与模式识别 · 计算机科学 2017-03-02 Renata Khasanova , Pascal Frossard

The de novo generation of molecules with desirable properties is a critical challenge, where diffusion models are computationally intensive and autoregressive models struggle with error propagation. In this work, we introduce the Graph…

机器学习 · 计算机科学 2025-12-03 Haozhuo Zheng , Cheng Wang , Yang Liu

Real-world video super-resolution (VSR) presents significant challenges due to complex and unpredictable degradations. Although some recent methods utilize image diffusion models for VSR and have shown improved detail generation…

计算机视觉与模式识别 · 计算机科学 2025-07-02 Zhe Kong , Le Li , Yong Zhang , Feng Gao , Shaoshu Yang , Tao Wang , Kaihao Zhang , Zhuoliang Kang , Xiaoming Wei , Guanying Chen , Wenhan Luo

Deep learning models have been widely applied for fast MRI. The majority of existing deep learning models, e.g., convolutional neural networks, work on data with Euclidean or regular grids structures. However, high-dimensional features…

图像与视频处理 · 电气工程与系统科学 2023-02-22 Jiahao Huang , Angelica Aviles-Rivero , Carola-Bibiane Schonlieb , Guang Yang

An important goal in visual recognition is to devise image representations that are invariant to particular transformations. In this paper, we address this goal with a new type of convolutional neural network (CNN) whose invariance is…

计算机视觉与模式识别 · 计算机科学 2015-01-08 Julien Mairal , Piotr Koniusz , Zaid Harchaoui , Cordelia Schmid

Omnidirectional Videos (or 360{\deg} videos) are widely used in Virtual Reality (VR) to facilitate immersive and interactive viewing experiences. However, the limited spatial resolution in 360{\deg} videos does not allow for each degree of…

多媒体 · 计算机科学 2025-06-19 Arbind Agrahari Baniya , Tsz-Kwan Lee , Peter W. Eklund , Sunil Aryal

This paper proposes and evaluates a novel algorithm for streaming video over HTTP. The problem is formulated as a non-convex optimization problem which is constrained by the predicted available bandwidth, chunk deadlines, available video…

网络与互联网体系结构 · 计算机科学 2019-01-23 Anis Elgabli , Vaneet Aggarwal

Convolutional neural network (CNN)-based methods have achieved great success for single-image superresolution (SISR). However, most models attempt to improve reconstruction accuracy while increasing the requirement of number of model…

图像与视频处理 · 电气工程与系统科学 2020-08-05 Supratik Banerjee , Cagri Ozcinar , Aakanksha Rana , Aljosa Smolic , Michael Manzke

Top-leading solutions for Video Scene Graph Generation (VSGG) typically adopt an offline pipeline. Though demonstrating promising performance, they remain unable to handle real-time video streams and consume large GPU memory. Moreover,…

计算机视觉与模式识别 · 计算机科学 2025-03-19 Mu Chen , Liulei Li , Wenguan Wang , Yi Yang

This paper presents a general-purpose video super-resolution (VSR) method, dubbed VSR-HE, specifically designed to enhance the perceptual quality of compressed content. Targeting scenarios characterized by heavy compression, the method…

图像与视频处理 · 电气工程与系统科学 2025-06-18 Yuxuan Jiang , Siyue Teng , Qiang Zhu , Chen Feng , Chengxi Zeng , Fan Zhang , Shuyuan Zhu , Bing Zeng , David Bull

Despite the effectiveness of Convolutional Neural Networks (CNNs) for image classification, our understanding of the relationship between shape of convolution kernels and learned representations is limited. In this work, we explore and…

计算机视觉与模式识别 · 计算机科学 2016-11-30 Zhun Sun , Mete Ozay , Takayuki Okatani

Video super-resolution (VSR) aims at restoring a video in low-resolution (LR) and improving it to higher-resolution (HR). Due to the characteristics of video tasks, it is very important that motion information among frames should be well…

计算机视觉与模式识别 · 计算机科学 2021-03-23 Hongying Liu , Peng Zhao , Zhubo Ruan , Fanhua Shang , Yuanyuan Liu

Video inpainting tasks have seen significant improvements in recent years with the rise of deep neural networks and, in particular, vision transformers. Although these models show promising reconstruction quality and temporal consistency,…

计算机视觉与模式识别 · 计算机科学 2024-03-26 Guillaume Thiry , Hao Tang , Radu Timofte , Luc Van Gool

Motion estimation and motion compensation are indispensable parts of inter prediction in video coding. Since the motion vector of objects is mostly in fractional pixel units, original reference pictures may not accurately provide a suitable…

图像与视频处理 · 电气工程与系统科学 2022-02-14 Haoyue Tian , Pan Gao , Ran Wei , Manoranjan Paul

Video super-resolution (SR) aims at generating a sequence of high-resolution (HR) frames with plausible and temporally consistent details from their low-resolution (LR) counterparts. The key challenge for video SR lies in the effective…

计算机视觉与模式识别 · 计算机科学 2020-01-08 Longguang Wang , Yulan Guo , Li Liu , Zaiping Lin , Xinpu Deng , Wei An

Lossy image and video compression algorithms yield visually annoying artifacts including blocking, blurring, and ringing, especially at low bit-rates. To reduce these artifacts, post-processing techniques have been extensively studied.…

多媒体 · 计算机科学 2017-02-21 Yuanying Dai , Dong Liu , Feng Wu

Video gaming streaming services are growing rapidly due to new services such as passive video streaming, e.g. Twitch.tv, and cloud gaming, e.g. Nvidia Geforce Now. In contrast to traditional video content, gaming content has special…

多媒体 · 计算机科学 2020-05-05 Markus Utke , Saman Zadtootaghaj , Steven Schmidt , Sebastian Möller

The optimization of the transpose convolution layer for deep learning applications is achieved with the kernel segregation mechanism. However, kernel segregation has disadvantages, such as computing extra elements to obtain the output…

机器学习 · 计算机科学 2025-03-03 Vijay Srinivas Tida , Md Imran Hossen , Liqun Shan , Sai Venkatesh Chilukoti , Sonya Hsu , Xiali Hei

Lossy compression introduces complex compression artifacts, particularly blocking artifacts, ringing effects and blurring. Existing algorithms either focus on removing blocking artifacts and produce blurred output, or restore sharpened…

计算机视觉与模式识别 · 计算机科学 2016-08-10 Ke Yu , Chao Dong , Chen Change Loy , Xiaoou Tang
‹ 上一页 1 8 9 10 下一页 ›