中文
相关论文

相关论文: Where to Encode: A Performance Analysis of x86 and…

200 篇论文

In many important applications -- such as search engines and relational database systems -- data is stored in the form of arrays of integers. Encoding and, most importantly, decoding of these arrays consumes considerable CPU time.…

信息检索 · 计算机科学 2021-02-02 Daniel Lemire , Leonid Boytsov

Recently, transformer-based image segmentation methods have achieved notable success against previous solutions. While for video domains, how to effectively model temporal context with the attention of object instances across frames remains…

计算机视觉与模式识别 · 计算机科学 2022-06-08 Xiang Li , Jinglu Wang , Xiao Li , Yan Lu

We consider the image and video compression on resource limited platforms. An ultra low-cost image encoder, named Block Modulating Video Compression (BMVC) with an encoding complexity ${\cal O}(1)$ is proposed to be implemented on mobile…

图像与视频处理 · 电气工程与系统科学 2024-11-26 Siming Zheng , Yujia Xue , Waleed Tahir , Zhengjue Wang , Hao Zhang , Ziyi Meng , Gang Qu , Siwei Ma , Xin Yuan

Existing video captioning approaches typically require to first sample video frames from a decoded video and then conduct a subsequent process (e.g., feature extraction and/or captioning model learning). In this pipeline, manual frame…

计算机视觉与模式识别 · 计算机科学 2024-01-04 Yaojie Shen , Xin Gu , Kai Xu , Heng Fan , Longyin Wen , Libo Zhang

In late 2009, Amazon introduced spot instances to offer their unused resources at lower cost with reduced reliability. Amazon's spot instances allow customers to bid on unused Amazon EC2 capacity and run those instances for as long as their…

分布式、并行与集群计算 · 计算机科学 2012-11-07 Sunirmal Khatua , Nandini Mukherjee

One of the challenges faced by many video providers is the heterogeneity of network specifications, user requirements, and content compression performance. The universal solution of a fixed bitrate ladder is inadequate in ensuring a high…

图像与视频处理 · 电气工程与系统科学 2021-11-02 Angeliki V. Katsenou , Joel Sole , David R. Bull

While the next generation video compression standard, Versatile Video Coding (VVC), provides a superior compression efficiency, its computational complexity dramatically increases. This paper thoroughly analyzes this complexity for both…

多媒体 · 计算机科学 2020-10-08 Farhad Pakdaman , Mohammad Ali Adelimanesh , Moncef Gabbouj , Mahmoud Reza Hashemi

Video compression is indispensable to most video analysis systems. Despite saving transportation bandwidth, it also deteriorates downstream video understanding tasks, especially at low-bitrate settings. To systematically investigate this…

图像与视频处理 · 电气工程与系统科学 2024-09-24 Yuan Tian , Guo Lu , Yichao Yan , Guangtao Zhai , Li Chen , Zhiyong Gao

Neural-based image and video codecs are significantly more power-efficient when weights and activations are quantized to low-precision integers. While there are general-purpose techniques for reducing quantization effects, large losses can…

图像与视频处理 · 电气工程与系统科学 2023-01-26 Amir Said , Reza Pourreza , Hoang Le

Adaptive video streaming is a key enabler for optimising the delivery of offline encoded video content. The research focus to date has been on optimisation, based solely on rate-quality curves. This paper adds an additional dimension, the…

图像与视频处理 · 电气工程与系统科学 2024-02-13 Angeliki Katsenou , Xinyi Wang , Daniel Schien , David Bull

Video instance segmentation on mobile devices is an important yet very challenging edge AI problem. It mainly suffers from (1) heavy computation and memory costs for frame-by-frame pixel-level instance perception and (2) complicated…

计算机视觉与模式识别 · 计算机科学 2023-12-19 Renhong Zhang , Tianheng Cheng , Shusheng Yang , Haoyi Jiang , Shuai Zhang , Jiancheng Lyu , Xin Li , Xiaowen Ying , Dashan Gao , Wenyu Liu , Xinggang Wang

This work examines the performance of leading-edge systems designed for machine learning computing, including the NVIDIA DGX-2, Amazon Web Services (AWS) P3, IBM Power System Accelerated Compute Server AC922, and a consumer-grade Exxact…

性能 · 计算机科学 2019-10-03 Yihui Ren , Shinjae Yoo , Adolfy Hoisie

In response to the growing demand for high-quality videos, Versatile Video Coding (VVC) was released in 2020, building on the hybrid coding architecture of its predecessor, HEVC, achieving about 50% bitrate reduction for the same visual…

多媒体 · 计算机科学 2025-03-04 Kamran Qureshi , Hadi Amirpour , Christian Timmerer

The latest video coding standard, Versatile Video Coding (VVC), achieves almost twice coding efficiency compared to its predecessor, the High Efficiency Video Coding (HEVC). However, achieving this efficiency (for intra coding) requires 31x…

多媒体 · 计算机科学 2022-12-13 Farhad Pakdaman , Mohammad Ali Adelimanesh , Mahmoud Reza Hashemi

Present-day deep neural networks for video semantic segmentation require a large number of fine-grained pixel-level annotations to achieve the best possible results. Obtaining such annotations, however, is very expensive. On the other hand,…

计算机视觉与模式识别 · 计算机科学 2026-03-31 Samik Some , Vinay P. Namboodiri

Pareto-front optimization is crucial for addressing the multi-objective challenges in video streaming, enabling the identification of optimal trade-offs between conflicting goals such as bitrate, video quality, and decoding complexity. This…

图像与视频处理 · 电气工程与系统科学 2024-09-30 Angeliki Katsenou , Vignesh V Menon , Adam Wieckowski , Benjamin Bross , Detlev Marpe

Reliable identification of encrypted file fragments is a requirement for several security applications, including ransomware detection, digital forensics, and traffic analysis. A popular approach consists of estimating high entropy as a…

密码学与安全 · 计算机科学 2020-10-16 Fabio De Gaspari , Dorjan Hitaj , Giulio Pagnotta , Lorenzo De Carli , Luigi V. Mancini

Current per-shot encoding schemes aim to improve the compression efficiency by shot-level optimization. It splits a source video sequence into shots and imposes optimal sets of encoding parameters to each shot. Per-shot encoding achieved…

图像与视频处理 · 电气工程与系统科学 2021-12-24 Hongcheng Zhong , Jun Xu , Chen Zhu , Donghui Feng , Li Song

Real-time video inference on edge devices like mobile phones and drones is challenging due to the high computation cost of Deep Neural Networks. We present Adaptive Model Streaming (AMS), a new approach to improving performance of efficient…

机器学习 · 计算机科学 2021-04-07 Mehrdad Khani , Pouya Hamadanian , Arash Nasr-Esfahany , Mohammad Alizadeh

Event camera is an asynchronous, high frequency vision sensor with low power consumption, which is suitable for human action recognition task. It is vital to encode the spatial-temporal information of event data properly and use standard…

计算机视觉与模式识别 · 计算机科学 2020-09-29 Chaoxing Huang