中文
相关论文

相关论文: FrameExit: Conditional Early Exiting for Efficient…

200 篇论文

Deep neural network (DNN) models are increasingly popular in edge video analytic applications. However, the compute-intensive nature of DNN models pose challenges for energy-efficient inference on resource-constrained edge devices. Most…

计算机视觉与模式识别 · 计算机科学 2025-03-10 Ziyang Zhang , Yang Zhao , Ming-Ching Chang , Changyao Lin , Jie Liu

We propose Skip-Convolutions to leverage the large amount of redundancies in video streams and save computations. Each video is represented as a series of changes across frames and network activations, denoted as residuals. We reformulate…

计算机视觉与模式识别 · 计算机科学 2021-04-26 Amirhossein Habibian , Davide Abati , Taco S. Cohen , Babak Ehteshami Bejnordi

This paper addresses fast semantic segmentation on video.Video segmentation often calls for real-time, or even fasterthan real-time, processing. One common recipe for conserving computation arising from feature extraction is to propagate…

计算机视觉与模式识别 · 计算机科学 2021-06-09 Shih-Po Lee , Si-Cun Chen , Wen-Hsiao Peng

This paper proposes a method for performing continual learning of predictive models that facilitate the inference of future frames in video sequences. For a first given experience, an initial Variational Autoencoder, together with a set of…

计算机视觉与模式识别 · 计算机科学 2020-06-04 Damian Campo , Giulia Slavic , Mohamad Baydoun , Lucio Marcenaro , Carlo Regazzoni

Early Exit (EE) techniques have emerged as a means to reduce inference latency in Deep Neural Networks (DNNs). The latency improvement and accuracy in these techniques crucially depend on the criteria used to make exit decisions. We propose…

机器学习 · 计算机科学 2025-02-04 Divya Jyoti Bajpai , Manjesh Kumar Hanawal

Large language models have achieved remarkable capabilities, but their practical deployment is hindered by significant computational costs. While adaptive computation methods like early-exiting promise to reduce these costs, they introduce…

计算与语言 · 计算机科学 2025-12-16 Sangmin Bae

In this work we propose a simple unsupervised approach for next frame prediction in video. Instead of directly predicting the pixels in a frame given past frames, we predict the transformations needed for generating the next frame in a…

机器学习 · 计算机科学 2023-02-07 Joost van Amersfoort , Anitha Kannan , Marc'Aurelio Ranzato , Arthur Szlam , Du Tran , Soumith Chintala

One of the greatest challenges in the design of a real-time perception system for autonomous driving vehicles and drones is the conflicting requirement of safety (high prediction accuracy) and efficiency. Traditional approaches use a single…

计算机视觉与模式识别 · 计算机科学 2018-11-27 Ziyao Tang , Yongxi Lu , Tara Javidi

The ability to dynamically adjust the computational load of neural models during inference in a resource aware manner is crucial for on-device processing scenarios, characterised by limited and time-varying computational resources.…

计算与语言 · 计算机科学 2025-06-24 Maxence Lasbordes , Daniele Falavigna , Alessio Brutti

Adaptive sampling that exploits the spatiotemporal redundancy in videos is critical for always-on action recognition on wearable devices with limited computing and battery resources. The commonly used fixed sampling strategy is not…

计算机视觉与模式识别 · 计算机科学 2022-07-18 Khoi-Nguyen C. Mac , Minh N. Do , Minh P. Vo

In video captioning task, the best practice has been achieved by attention-based models which associate salient visual components with sentences in the video. However, existing study follows a common procedure which includes a frame-level…

计算机视觉与模式识别 · 计算机科学 2018-03-06 Yangyu Chen , Shuhui Wang , Weigang Zhang , Qingming Huang

Recent adaptive methods for efficient video recognition mostly follow the two-stage paradigm of "preview-then-recognition" and have achieved great success on multiple video benchmarks. However, this two-stage paradigm involves two visits of…

计算机视觉与模式识别 · 计算机科学 2024-03-21 Ye Tian , Mengyu Yang , Lanshan Zhang , Zhizhen Zhang , Yang Liu , Xiaohui Xie , Xirong Que , Wendong Wang

In this work, we introduce the first framework for Motion-aware Event Suppression, which learns to filter events triggered by IMOs and ego-motion in real time. Our model jointly segments IMOs in the current event stream while predicting…

计算机视觉与模式识别 · 计算机科学 2026-03-02 Roberto Pellerito , Nico Messikommer , Giovanni Cioffi , Marco Cannici , Davide Scaramuzza

Not all video frames are equally informative for recognizing an action. It is computationally infeasible to train deep networks on all video frames when actions develop over hundreds of frames. A common heuristic is uniformly sampling a…

计算机视觉与模式识别 · 计算机科学 2021-03-30 Xin Liu , Silvia L. Pintea , Fatemeh Karimi Nejadasl , Olaf Booij , Jan C. van Gemert

In this paper, we propose Patience-based Early Exit, a straightforward yet effective inference method that can be used as a plug-and-play technique to simultaneously improve the efficiency and robustness of a pretrained language model…

计算与语言 · 计算机科学 2020-10-23 Wangchunshu Zhou , Canwen Xu , Tao Ge , Julian McAuley , Ke Xu , Furu Wei

The inference of large language models imposes significant computational workloads, often requiring the processing of billions of parameters. Although early-exit strategies have proven effective in reducing computational demands by halting…

计算与语言 · 计算机科学 2026-01-08 Sangmin Yoo , Srikanth Malla , Chiho Choi , Wei D. Lu , Joon Hee Choi

Despite the success of deep learning in video understanding tasks, processing every frame in a video is computationally expensive and often unnecessary in real-time applications. Frame selection aims to extract the most informative and…

计算机视觉与模式识别 · 计算机科学 2023-04-21 Mingjun Zhao , Yakun Yu , Xiaoli Wang , Lei Yang , Di Niu

In this work, we address the challenging video scene parsing problem by developing effective representation learning methods given limited parsing annotations. In particular, we contribute two novel methods that constitute a unified parsing…

计算机视觉与模式识别 · 计算机科学 2016-12-14 Xiaojie Jin , Xin Li , Huaxin Xiao , Xiaohui Shen , Zhe Lin , Jimei Yang , Yunpeng Chen , Jian Dong , Luoqi Liu , Zequn Jie , Jiashi Feng , Shuicheng Yan

For efficient and safe autonomous driving, it is essential that autonomous vehicles can predict the motion of other traffic agents. While highly accurate, current motion prediction models often impose significant challenges in terms of…

机器人学 · 计算机科学 2024-09-26 Alexander Prutsch , Horst Bischof , Horst Possegger

Perceptual studies demonstrate that conditional diffusion models excel at reconstructing video content aligned with human visual perception. Building on this insight, we propose a video compression framework that leverages conditional…

计算机视觉与模式识别 · 计算机科学 2025-09-26 Fangqiu Yi , Jingyu Xu , Jiawei Shao , Chi Zhang , Xuelong Li