中文
相关论文

相关论文: VDE: Training-Free Accelerating Rectified Flow Mod…

200 篇论文

Vision transformers have been widely explored in various vision tasks. Due to heavy computational cost, much interest has aroused for compressing vision transformer dynamically in the aspect of tokens. Current methods mainly pay attention…

计算机视觉与模式识别 · 计算机科学 2025-06-09 Fanhu Zeng , Deli Yu , Zhenglun Kong , Hao Tang

In the field of video analytics, particularly traffic surveillance, there is a growing need for efficient and effective methods for processing and understanding video data. Traditional full video decoding techniques can be computationally…

计算机视觉与模式识别 · 计算机科学 2023-08-08 Muhammet Sebul Beratoğlu , Behçet Uğur Töreyin

Instruction-based image editing aims to modify source content according to textual instructions. However, existing methods built upon flow matching often struggle to maintain consistency in non-edited regions due to denoising-induced…

计算机视觉与模式识别 · 计算机科学 2026-03-17 Zongqing Li , Zhihui Liu , Yujie Xie , Shansiyuan Wu , Hongshen Lv , Songzhi Su

The application of the context-adaptive entropy model significantly improves the rate-distortion (R-D) performance, in which hyperpriors and autoregressive models are jointly utilized to effectively capture the spatial redundancy of the…

图像与视频处理 · 电气工程与系统科学 2022-09-09 Haisheng Fu , Feng Liang

Autoregressive (AR) models have achieved state-of-the-art performance in text and image generation but suffer from slow generation due to the token-by-token process. We ask an ambitious question: can a pre-trained AR model be adapted to…

计算机视觉与模式识别 · 计算机科学 2025-10-27 Enshu Liu , Xuefei Ning , Yu Wang , Zinan Lin

Video Variational Autoencoder (VAE) encodes videos into a low-dimensional latent space, becoming a key component of most Latent Video Diffusion Models (LVDMs) to reduce model training costs. However, as the resolution and duration of…

计算机视觉与模式识别 · 计算机科学 2025-04-14 Zongjian Li , Bin Lin , Yang Ye , Liuhan Chen , Xinhua Cheng , Shenghai Yuan , Li Yuan

The difficulty of obtaining paired data remains a major bottleneck for learning image restoration and enhancement models for real-world applications. Current strategies aim to synthesize realistic training data by modeling noise and…

计算机视觉与模式识别 · 计算机科学 2021-09-17 Valentin Wolf , Andreas Lugmayr , Martin Danelljan , Luc Van Gool , Radu Timofte

High-fidelity 3D video reconstruction is essential for enabling real-time rendering of dynamic scenes with realistic motion in virtual and augmented reality (VR/AR). The deformation field paradigm of 3D Gaussian splatting has achieved…

计算机视觉与模式识别 · 计算机科学 2025-08-01 Zhenyang Li , Xiaoyang Bai , Tongchen Zhang , Pengfei Shen , Weiwei Xu , Yifan Peng

This paper presents a general framework to build fast and accurate algorithms for video enhancement tasks such as super-resolution, deblurring, and denoising. Essential to our framework is the realization that the accuracy, rather than the…

计算机视觉与模式识别 · 计算机科学 2021-09-16 Yu Feng , Patrick Hansen , Paul N. Whatmough , Guoyu Lu , Yuhao Zhu

Scene flow estimation determines a scene's 3D motion field, by predicting the motion of points in the scene, especially for aiding tasks in autonomous driving. Many networks with large-scale point clouds as input use voxelization to create…

计算机视觉与模式识别 · 计算机科学 2024-01-30 Qingwen Zhang , Yi Yang , Heng Fang , Ruoyu Geng , Patric Jensfelt

Existing work on scene flow estimation focuses on autonomous driving and mobile robotics, while automated solutions are lacking for motion in nature, such as that exhibited by debris flows. We propose DEFLOW, a model for 3D motion…

计算机视觉与模式识别 · 计算机科学 2023-04-06 Liyuan Zhu , Yuru Jia , Shengyu Huang , Nicholas Meyer , Andreas Wieser , Konrad Schindler , Jordan Aaron

Data-driven modeling of constrained multibody dynamics remains challenged by (i) the training cost of Neural ODEs, which typically require backpropagation through an ODE solver, and (ii) error accumulation in rollout predictions. We…

机器学习 · 计算机科学 2026-03-23 Hongyu Wang , Jingquan Wang , Dan Negrut

In recent years, the field of learned video compression has witnessed rapid advancement, exemplified by the latest neural video codecs DCVC-DC that has outperformed the upcoming next-generation codec ECM in terms of compression ratio.…

图像与视频处理 · 电气工程与系统科学 2024-07-24 Zidian Qiu , Zongyao He , Zhi Jin

Diffusion Transformers (DiT) have emerged as a widely adopted backbone for high-fidelity image and video generation, yet their iterative denoising process incurs high computational costs. Existing training-free acceleration methods rely on…

计算机视觉与模式识别 · 计算机科学 2026-02-23 Hanshuai Cui , Zhiqing Tang , Qianli Ma , Zhi Yao , Weijia Jia

In recent years, vision transformers (ViTs) have emerged as powerful and promising techniques for computer vision tasks such as image classification, object detection, and segmentation. Unlike convolutional neural networks (CNNs), which…

计算机视觉与模式识别 · 计算机科学 2025-05-20 Shaibal Saha , Lanyu Xu

We present rectified flow, a surprisingly simple approach to learning (neural) ordinary differential equation (ODE) models to transport between two empirically observed distributions \pi_0 and \pi_1, hence providing a unified solution to…

机器学习 · 计算机科学 2022-09-08 Xingchao Liu , Chengyue Gong , Qiang Liu

Flow and diffusion models achieve high-fidelity, high-resolution image synthesis, but often require many function evaluations (NFEs) at sampling time. Existing acceleration methods either require additional training through distillation or…

计算机视觉与模式识别 · 计算机科学 2026-05-20 Anuska Roy , Pravin Nair

Diffusion Transformers require repeated denoiser evaluations during iterative sampling, making inference computationally expensive. Cache-based acceleration reduces this cost by reusing intermediate representations across denoising steps,…

计算机视觉与模式识别 · 计算机科学 2026-05-26 Mingyu Liang , Dingkun Xu , Jingwei Xu

While the BD-rate performance of recent learned video codec models in both low-delay and random-access modes exceed that of respective modes of traditional codecs on average over common benchmarks, the performance improvements for…

图像与视频处理 · 电气工程与系统科学 2025-10-13 Ahmet Bilican , M. Akın Yılmaz , A. Murat Tekalp

Denoising Diffusion Probabilistic Models (DDPMs) have established a new state-of-the-art in generative image synthesis, yet their deployment is hindered by significant computational overhead during inference, often requiring up to 1,000…

机器学习 · 计算机科学 2025-11-25 Srishti Gupta , Yashasvee Taiwade