paper-with-me

Papers

VMAF Re-implementation on PyTorch: Some Experimental Results

2023-10-24 · Kirill Aistov, Maxim Koroteev

Based on the standard VMAF implementation we propose an implementation of VMAF using PyTorch framework. For this implementation comparisons with the standard (libvmaf) show the discrepancy $\lesssim 10^{-2}$ in VMAF units. We investigate gradients computation when using VMAF as an objective function and demonstrate that training using this function does not result in ill-behaving gradients. The implementation is then used to train a preprocessing filter. It is demonstrated that its performance is superior to the unsharp masking filter. The resulting filter is also easy for implementation and can be applied in video processing tasks for video copression improvement. This is confirmed by the results of numerical experiments.

📄 PDF Abstract BibTeX arXiv:2310.15578

Code (3)

https://gitcode.com/huaweicloud/VMAF-torch 공식 구현 pytorch
alvitrioliks/VMAF-torch 공식 구현 pytorch
veximtokora/VMAF-torch pytorch

Similar Papers 제목 키워드 기반

Towards properties of adversarial image perturbations

2025-03-18 · Egor Kuznetsov, Kirill Aistov, Maxim Koroteev

Using stochastic gradient approach we study the properties of adversarial perturbations resulting in noticeable growth of VMAF image quality metric. The structure of the perturbations is investigated depending on the acc…

Image Restoration

Hacking VMAF and VMAF NEG: vulnerability to different preprocessing methods

2021-07-09 · Maksim Siniukov, Anastasia Antsiferova, Dmitriy Kulikov, Dmitriy Vatolin

Video-quality measurement plays a critical role in the development of video-processing applications. In this paper, we show how video preprocessing can artificially increase the popular quality metric VMAF and its tuning…

TorchNTK: A Library for Calculation of Neural Tangent Kernels of PyTorch Models

2022-05-24 · Andrew Engel, Zhichao Wang, Anand D. Sarwate, Sutanay Choudhury 외

We introduce torchNTK, a python library to calculate the empirical neural tangent kernel (NTK) of neural network models in the PyTorch framework. We provide an efficient method to calculate the NTK of multilayer perceptr…

AudioVMAF: Audio Quality Prediction with VMAF

2023-08-07 · Arijit Biswas, Harald Mundt

Video Multimethod Assessment Fusion (VMAF) [1], [2], [3] is a popular tool in the industry for measuring coded video quality. In this study, we propose an auditory-inspired frontend in existing VMAF for creating videos o…

Prediction

A Pytorch Reproduction of Masked Generative Image Transformer

2023-10-22 · Victor Besnier, Mickael Chen

In this technical report, we present a reproduction of MaskGIT: Masked Generative Image Transformer, using PyTorch. The approach involves leveraging a masked bidirectional transformer architecture, enabling image generat…

Image Generation