中文
相关论文

相关论文: Need for Speed: A Comprehensive Benchmark of JPEG …

200 篇论文

JPEG decode is routine ML infrastructure, but Python decoder choices are often justified by single-process, single-thread microbenchmarks. We audit this evaluation assumption with thirteen Python-accessible JPEG decode paths on five matched…

性能 · 计算机科学 2026-05-21 Vladimir Iglovikov , Dmitry Kosarevsky

With the emergence of social networks and improvements in computational photography, billions of JPEG images are shared and viewed on a daily basis. Desktops, tablets and smartphones constitute the vast majority of hardware platforms used…

分布式、并行与集群计算 · 计算机科学 2014-05-13 Wasuwee Sodsong , Jingun Hong , Seongwook Chung , Yeongkyu Lim , Shin-Dug Kim , Bernd Burgstaller

The JPEG compression format has been the standard for lossy image compression for over multiple decades, offering high compression rates at minor perceptual loss in image quality. For GPU-accelerated computer vision and deep learning tasks,…

分布式、并行与集群计算 · 计算机科学 2021-11-18 André Weißenberger , Bertil Schmidt

We performed pairwise comparisons by human raters of JPEG images from MozJPEG, libjpeg-turbo and our new Jpegli encoder. When compressing images at a quality similar to libjpeg-turbo quality 95, the Jpegli images were 54% likely to be…

图像与视频处理 · 电气工程与系统科学 2024-03-28 Martin Bruse , Luca Versari , Zoltan Szabadka , Jyrki Alakuijala

This work presents an analysis of state-of-the-art learning-based image compression techniques. We compare 8 models available in the Tensorflow Compression package in terms of visual quality metrics and processing time, using the KODAK data…

图像与视频处理 · 电气工程与系统科学 2021-07-21 João Dick , Brunno Abreu , Mateus Grellert , Sergio Bampi

In recent years we have witnessed an increasing interest in applying Deep Neural Networks (DNNs) to improve the rate-distortion performance in image compression. However, the existing approaches either train a post-processing DNN on the…

图像与视频处理 · 电气工程与系统科学 2020-10-27 Yannick Strümpler , Ren Yang , Radu Timofte

Mapping workflow applications onto parallel platforms is a challenging problem, even for simple application patterns such as pipeline graphs. Several antagonistic criteria should be optimized, such as throughput and latency (or a…

分布式、并行与集群计算 · 计算机科学 2008-01-14 Anne Benoit , Harald Kosch , Veronika Rehn-Sonigo , Yves Robert

JPEG is one of the most popular image compression methods. It is beneficial to compress those existing JPEG files without introducing additional distortion. In this paper, we propose a deep learning based method to further compress JPEG…

图像与视频处理 · 电气工程与系统科学 2023-08-28 Lina Guo , Yuanyuan Wang , Tongda Xu , Jixiang Luo , Dailan He , Zhenjun Ji , Shanshan Wang , Yang Wang , Hongwei Qin

Recent advances in deep learning have led to superhuman performance across a variety of applications. Recently, these methods have been successfully employed to improve the rate-distortion performance in the task of image compression.…

图像与视频处理 · 电气工程与系统科学 2022-02-01 Ankur Mali , Alexander Ororbia , Daniel Kifer , Lee Giles

Deep learning models have grown increasingly complex, with input data sizes scaling accordingly. Despite substantial advances in specialized deep learning hardware, data loading continues to be a major bottleneck that limits training and…

计算机视觉与模式识别 · 计算机科学 2025-12-05 Sruthi Srinivasan , Elham Shakibapour , Rajy Rawther , Mehdi Saeedi

Image compression has been the subject of extensive research for several decades, resulting in the development of well-known standards such as JPEG, JPEG2000, and H.264/AVC. However, recent advancements in deep learning have led to the…

图像与视频处理 · 电气工程与系统科学 2024-02-20 Gaocheng Ma , Yinfeng Chai , Tianhao Jiang , Ming Lu , Tong Chen

Although variable-rate compressed image formats such as JPEG are widely used to efficiently encode images, they have not found their way into real-time rendering due to special requirements such as random access to individual texels. In…

图形学 · 计算机科学 2025-10-13 Elias Kristmann , Markus Schütz , Michael Wimmer

Among major deep learning (DL) applications, distributed learning involving image classification require effective image compression codecs deployed on low-cost sensing devices for efficient transmission and storage. Traditional codecs such…

图像与视频处理 · 电气工程与系统科学 2023-08-14 Siyu Qi , Lahiru D. Chamain , Zhi Ding

Most image data available are often stored in a compressed format, from which JPEG is the most widespread. To feed this data on a convolutional neural network (CNN), a preliminary decoding process is required to obtain RGB pixels, demanding…

计算机视觉与模式识别 · 计算机科学 2022-08-25 Samuel Felipe dos Santos , Jurandy Almeida

Most neural networks for computer vision are designed to infer using RGB images. However, these RGB images are commonly encoded in JPEG before saving to disk; decoding them imposes an unavoidable overhead for RGB networks. Instead, our work…

计算机视觉与模式识别 · 计算机科学 2023-06-16 Jeongsoo Park , Justin Johnson

With the proliferation of deep learning methods, many computer vision problems which were considered academic are now viable in the consumer setting. One drawback of consumer applications is lossy compression, which is necessary from an…

计算机视觉与模式识别 · 计算机科学 2021-09-21 Max Ehrlich , Larry Davis , Ser-Nam Lim , Abhinav Shrivastava

The training process of deep neural networks (DNNs) is usually pipelined with stages for data preparation on CPUs followed by gradient computation on accelerators like GPUs. In an ideal pipeline, the end-to-end training throughput is…

计算机视觉与模式识别 · 计算机科学 2022-08-19 Jonghyun Bae , Woohyeon Baek , Tae Jun Ham , Jae W. Lee

One of the major differentiators unlocked by learned codecs relative to their hard-coded traditional counterparts is their ability to be optimized directly to appeal to the human visual system. Despite this potential, a perceptual yet…

计算机视觉与模式识别 · 计算机科学 2026-05-07 Kedar Tatwawadi , Parisa Rahimzadeh , Zhanghao Sun , Zhiqi Chen , Ziyun Yang , Sanjay Nair , Divija Hasteer , Oren Rippel

Neural image compression methods have seen increasingly strong performance in recent years. However, they suffer orders of magnitude higher computational complexity compared to traditional codecs, which hinders their real-world deployment.…

图像与视频处理 · 电气工程与系统科学 2023-11-13 Yibo Yang , Stephan Mandt

Resource-constrained hardware, such as edge devices or cell phones, often rely on cloud servers to provide the required computational resources for inference in deep vision models. However, transferring image and video data from an edge or…

计算机视觉与模式识别 · 计算机科学 2024-10-08 Christoph Reich , Oliver Hahn , Daniel Cremers , Stefan Roth , Biplob Debnath
‹ 上一页 1 2 3 10 下一页 ›