中文
相关论文

相关论文: NoScope: Optimizing Neural Network Queries over Vi…

200 篇论文

Deep neural networks achieve outstanding results in challenging image classification tasks. However, the design of network topologies is a complex task and the research community makes a constant effort in discovering top-accuracy…

机器学习 · 计算机科学 2019-09-25 Florian Scheidegger , Luca Benini , Costas Bekas , Cristiano Malossi

We propose three novel pruning techniques to improve the cost and results of inference-aware Differentiable Neural Architecture Search (DNAS). First, we introduce Prunode, a stochastic bi-path building block for DNAS, which can search over…

Due to the problem of performance constraints of unsupervised video object detection, its large-scale application is limited. In response to this pain point, we propose another excellent method to solve this problematic point. By…

计算机视觉与模式识别 · 计算机科学 2022-11-22 Chao Hu , Liqiang Zhu

3D Gaussian splatting (3D-GS) is a new rendering approach that outperforms the neural radiance field (NeRF) in terms of both speed and image quality. 3D-GS represents 3D scenes by utilizing millions of 3D Gaussians and projects these…

计算机视觉与模式识别 · 计算机科学 2024-09-26 Joongho Jo , Hyeongwon Kim , Jongsun Park

Vision-Language Models (VLMs) encode images and videos into abundant tokens, which contain substantial redundancy and computation cost. While visual token pruning mitigates the issue, most existing methods lack insight into the intrinsic…

计算机视觉与模式识别 · 计算机科学 2026-04-21 Jizhihui Liu , Feiyi Du , Guangdao Zhu , Niu Lian , Jun Li , Bin Chen , Weili Guan , Yaowei Wang

Object recognition systems are usually trained and evaluated on high resolution images. However, in real world applications, it is common that the images have low resolutions or have small sizes. In this study, we first track the…

计算机视觉与模式识别 · 计算机科学 2023-03-15 Amir Ghasemi , Nasrin Bayat , Fatemeh Mottaghian , Akram Bayat

Spiking neural networks have shown much promise as an energy-efficient alternative to artificial neural networks. However, understanding the impacts of sensor noises and input encodings on the network activity and performance remains…

计算机视觉与模式识别 · 计算机科学 2022-06-15 Sami Barchid , José Mennesson , Jason Eshraghian , Chaabane Djéraba , Mohammed Bennamoun

Real-time high-accuracy optical flow estimation is a crucial component in various applications, including localization and mapping in robotics, object tracking, and activity recognition in computer vision. While recent learning-based…

计算机视觉与模式识别 · 计算机科学 2024-03-18 Zhiyong Zhang , Huaizu Jiang , Hanumant Singh

Modern smart vision sensors need on-device intelligence to process video streams, as cloud computing is often impractical due to bandwidth, latency, and privacy constraints. However, these sensory systems typically rely on ultra-low-power…

计算机视觉与模式识别 · 计算机科学 2026-05-18 Luca Bompani , Manuele Rusci , Luca Benini , Daniele Palossi , Francesco Conti

We present AdaFrame, a framework that adaptively selects relevant frames on a per-input basis for fast video recognition. AdaFrame contains a Long Short-Term Memory network augmented with a global memory that provides context information…

计算机视觉与模式识别 · 计算机科学 2019-04-11 Zuxuan Wu , Caiming Xiong , Chih-Yao Ma , Richard Socher , Larry S. Davis

Visual intelligence at the edge is becoming a growing necessity for low latency applications and situations where real-time decision is vital. Object detection, the first step in visual data analytics, has enjoyed significant improvements…

计算机视觉与模式识别 · 计算机科学 2019-11-15 George Plastiras , Christos Kyrkou , Theocharis Theocharides

Neuromorphic imaging is an emerging technique that imitates the human retina to sense variations in dynamic scenes. It responds to pixel-level brightness changes by asynchronous streaming events and boasts microsecond temporal precision…

图像与视频处理 · 电气工程与系统科学 2024-10-23 Pei Zhang , Shuo Zhu , Chutian Wang , Yaping Zhao , Edmund Y. Lam

Predicting future video frames is extremely challenging, as there are many factors of variation that make up the dynamics of how frames change through time. Previously proposed solutions require complex inductive biases inside network…

计算机视觉与模式识别 · 计算机科学 2019-11-06 Ruben Villegas , Arkanath Pathak , Harini Kannan , Dumitru Erhan , Quoc V. Le , Honglak Lee

In this paper, we explore the spatial redundancy in video recognition with the aim to improve the computational efficiency. It is observed that the most informative region in each frame of a video is usually a small image patch, which…

计算机视觉与模式识别 · 计算机科学 2021-08-19 Yulin Wang , Zhaoxi Chen , Haojun Jiang , Shiji Song , Yizeng Han , Gao Huang

As the volume of image data grows, data-oriented cloud computing in Internet of Video Things (IoVT) systems encounters latency issues. Task-oriented edge computing addresses this by shifting data analysis to the edge. However, limited…

计算机视觉与模式识别 · 计算机科学 2024-11-05 Jiaqi Wu , Simin Chen , Zehua Wang , Wei Chen , Zijian Tian , F. Richard Yu , Victor C. M. Leung

Recently, it has been shown that investing computing resources in searching for good initial noise for a text-to-image diffusion model helps improve performance. However, previous studies required external models to evaluate the resulting…

计算机视觉与模式识别 · 计算机科学 2025-06-17 Changhyun Choi , Sungha Kim , H. Jin Kim

We propose a memory efficient method, named Stochastic Backpropagation (SBP), for training deep neural networks on videos. It is based on the finding that gradients from incomplete execution for backpropagation can still effectively train…

计算机视觉与模式识别 · 计算机科学 2022-04-01 Feng Cheng , Mingze Xu , Yuanjun Xiong , Hao Chen , Xinyu Li , Wei Li , Wei Xia

Deep learning video analytic systems process live video feeds from multiple cameras with computer vision models deployed on edge or cloud. To optimize utility for these systems, which usually corresponds to query accuracy, efficient…

网络与互联网体系结构 · 计算机科学 2023-06-28 Hongpeng Guo , Beitong Tian , Zhe Yang , Bo Chen , Qian Zhou , Shengzhong Liu , Klara Nahrstedt , Claudiu Danilov

Similarity search finds application in specialized database systems handling complex data such as images or videos, which are typically represented by high-dimensional features and require specific indexing structures. This paper tackles…

计算机视觉与模式识别 · 计算机科学 2018-06-07 Jeff Johnson , Matthijs Douze , Hervé Jégou

Video diffusion models (VDMs) facilitate the generation of high-quality videos, with current research predominantly concentrated on scaling efforts during training through improvements in data quality, computational resources, and model…

机器学习 · 计算机科学 2025-05-27 Haolin Yang , Feilong Tang , Ming Hu , Qingyu Yin , Yulong Li , Yexin Liu , Zelin Peng , Peng Gao , Junjun He , Zongyuan Ge , Imran Razzak