paper-with-me

Papers

Saliency-Driven Versatile Video Coding for Neural Object Detection

2022-03-11 · Kristian Fischer, Felix Fleckenstein, Christian Herglotz, André Kaup

Saliency-driven image and video coding for humans has gained importance in the recent past. In this paper, we propose such a saliency-driven coding framework for the video coding for machines task using the latest video coding standard Versatile Video Coding (VVC). To determine the salient regions before encoding, we employ the real-time-capable object detection network You Only Look Once~(YOLO) in combination with a novel decision criterion. To measure the coding quality for a machine, the state-of-the-art object segmentation network Mask R-CNN was applied to the decoded frame. From extensive simulations we find that, compared to the reference VVC with a constant quality, up to 29 % of bitrate can be saved with the same detection accuracy at the decoder side by applying the proposed saliency-driven framework. Besides, we compare YOLO against other, more traditional saliency detection methods.

📄 PDF Abstract BibTeX arXiv:2203.05944

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderObjectobject-detectionObject DetectionSaliency DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
YOLO 설명 없음
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

Saliency-Driven Hierarchical Learned Image Coding for Machines

2023-02-27 · Kristian Fischer, Fabian Brand, Christian Blum, André Kaup

We propose to employ a saliency-driven hierarchical neural image compression network for a machine-to-machine communication scenario following the compress-then-analyze paradigm. By that, different areas of the image are…

AllDecoderImage Compressionobject-detection+1

TSalV360: A Method and Dataset for Text-driven Saliency Detection in 360-Degrees Videos

2025-09-30 · Ioannis Kontostathis, Evlampios Apostolidis, Vasileios Mezaris arxiv

In this paper, we deal with the task of text-driven saliency detection in 360-degrees videos. For this, we introduce the TSV360 dataset which includes 16,000 triplets of ERP frames, textual descriptions of salient object…

Video Saliency Detection

Improving Video Compression With Deep Visual-Attention Models

2019-03-19 · Vitaliy Lyudvichenko, Mikhail Erofeev, Alexander Ploshkin, Dmitriy Vatolin

Recent advances in deep learning have markedly improved the quality of visual-attention modelling. In this work we apply these advances to video compression. We propose a compression method that uses a saliency model t…

Video Compression

A Benchmark Dataset and Saliency-guided Stacked Autoencoders for Video-based Salient Object Detection

2016-11-01 · Jia Li, Changqun Xia, Xiaowu Chen

Image-based salient object detection (SOD) has been extensively studied in the past decades. However, video-based SOD is much less explored since there lack large-scale video datasets within which salient objects are una…

BenchmarkingObjectobject-detectionObject Detection+2

Flow Guided Recurrent Neural Encoder for Video Salient Object Detection

2018-06-01 · CVPR 2018 6 · Guanbin Li, Yuan Xie, Tianhao Wei, Keze Wang 외

Image saliency detection has recently witnessed significant progress due to deep convolutional neural networks. However, extending state-of-the-art saliency detectors from image to video is challenging. The performance o…

Objectobject-detectionObject DetectionOptical Flow Estimation+4