paper-with-me

홈 › Papers

Object Detection-Based Variable Quantization Processing

2020-09-01 · Likun Liu, Hua Qi

In this paper, we propose a preprocessing method for conventional image and video encoders that can make these existing encoders content-aware. By going through our process, a higher quality parameter could be set on a traditional encoder without increasing the output size. A still frame or an image will firstly go through an object detector. Either the properties of the detection result will decide the parameters of the following procedures, or the system will be bypassed if no object is detected in the given frame. The processing method utilizes an adaptive quantization process to determine the portion of data to be dropped. This method is primarily based on the JPEG compression theory and is optimum for JPEG-based encoders such as JPEG encoders and the Motion JPEG encoders. However, other DCT-based encoders like MPEG part 2, H.264, etc. can also benefit from this method. In the experiments, we compare the MS-SSIM under the same bitrate as well as similar MS-SSIM but enhanced bitrate. As this method is based on human perception, even with similar MS-SSIM, the overall watching experience will be better than the direct encoded ones.

📄 PDF Abstract BibTeX arXiv:2009.00189

Code (0)

등록된 구현이 없습니다.

Tasks

MS-SSIMObjectobject-detectionObject DetectionQuantizationSSIM

Similar Papers 제목 키워드 기반

Variable-Rate Learned Image Compression with Multi-Objective Optimization and Quantization-Reconstruction Offsets

2024-02-29 · Fatih Kamisli, Fabien Racape, Hyomin Choi

Achieving successful variable bitrate compression with computationally simple algorithms from a single end-to-end learned image or video compression model remains a challenge. Many approaches have been proposed, includin…

Image CompressionQuantizationVideo Compression

RAWDet-7: A Multi-Scenario Benchmark for Object Detection and Description on Quantized RAW Images

2026-02-03 · Mishal Fatima, Shashank Agnihotri, Kanchana Vaishnavi Gandikota, Michael Moeller 외 arxiv

Most vision models are trained on RGB images processed through ISP pipelines optimized for human perception, which can discard sensor-level information useful for machine reasoning. RAW images preserve unprocessed scene …

Object Detection

REQ-YOLO: A Resource-Aware, Efficient Quantization Framework for Object Detection on FPGAs

2019-09-29 · Caiwen Ding, Shuo Wang, Ning Liu, Kaidi Xu 외

Deep neural networks (DNNs), as the basis of object detection, will play a key role in the development of future autonomous systems with full autonomy. The autonomous systems have special requirements of real-time, energ…

Model Compressionobject-detectionObject DetectionQuantization

Improving Post-Training Quantization on Object Detection with Task Loss-Guided Lp Metric

2023-04-19 · Lin Niu, Jiawei Liu, Zhihang Yuan, Dawei Yang 외

Efficient inference for object detection networks is a major challenge on edge devices. Post-Training Quantization (PTQ), which transforms a full-precision model into low bit-width directly, is an effective and convenien…

Objectobject-detectionObject DetectionQuantization

Selective Focus: Investigating Semantics Sensitivity in Post-training Quantization for Lane Detection

2024-05-10 · Yunqian Fan, Xiuying Wei, Ruihao Gong, Yuqing Ma 외

Lane detection (LD) plays a crucial role in enhancing the L2+ capabilities of autonomous driving, capturing widespread attention. The Post-Processing Quantization (PTQ) could facilitate the practical application of LD mo…

Autonomous DrivingGPULane DetectionQuantization+1