paper-with-me

Papers

ReLaX-VQA: Residual Fragment and Layer Stack Extraction for Enhancing Video Quality Assessment

2024-07-16 · Xinyi Wang, Angeliki Katsenou, David Bull

With the rapid growth of User-Generated Content (UGC) exchanged between users and sharing platforms, the need for video quality assessment in the wild is increasingly evident. UGC is typically acquired using consumer devices and undergoes multiple rounds of compression (transcoding) before reaching the end user. Therefore, traditional quality metrics that employ the original content as a reference are not suitable. In this paper, we propose ReLaX-VQA, a novel No-Reference Video Quality Assessment (NR-VQA) model that aims to address the challenges of evaluating the quality of diverse video content without reference to the original uncompressed videos. ReLaX-VQA uses frame differences to select spatio-temporal fragments intelligently together with different expressions of spatial features associated with the sampled frames. These are then used to better capture spatial and temporal variabilities in the quality of neighbouring frames. Furthermore, the model enhances abstraction by employing layer-stacking techniques in deep neural network features from Residual Networks and Vision Transformers. Extensive testing across four UGC datasets demonstrates that ReLaX-VQA consistently outperforms existing NR-VQA methods, achieving an average SRCC of 0.8658 and PLCC of 0.8873. Open-source code and trained models that will facilitate further research and applications of NR-VQA can be found at https://github.com/xinyiW915/ReLaX-VQA.

📄 PDF Abstract BibTeX arXiv:2407.11496

Code (1)

xinyiw915/relax-vqa 공식 구현 pytorch

Tasks

Optical Flow EstimationVideo CompressionVideo Quality AssessmentVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

DeepTrend: A Deep Hierarchical Neural Network for Traffic Flow Prediction

2017-07-11 · Xingyuan Dai, Rui Fu, Yilun Lin, Li Li 외

In this paper, we consider the temporal pattern in traffic flow time series, and implement a deep learning model for traffic flow prediction. Detrending based methods decompose original flow series into trend and residua…

PredictionTime SeriesTime Series Analysis

ReStoCNet: Residual Stochastic Binary Convolutional Spiking Neural Network for Memory-Efficient Neuromorphic Computing

2019-02-11 · Gopalakrishnan Srinivasan, Kaushik Roy

In this work, we propose ReStoCNet, a residual stochastic multilayer convolutional Spiking Neural Network (SNN) composed of binary kernels, to reduce the synaptic memory footprint and enhance the computational efficiency…

Computational EfficiencyDimensionality Reduction

Residual Stacking of RNNs for Neural Machine Translation

2016-12-01 · WS 2016 12 · Raphael Shu, Akiva Miura

To enhance Neural Machine Translation models, several obvious ways such as enlarging the hidden size of recurrent layers and stacking multiple layers of RNN can be considered. Surprisingly, we observe that using naively …

DecoderMachine TranslationNMTTranslation+1

Weak Nanoscale Chaos And Anomalous Relaxation in DNA

2017-06-23

Anomalous non-exponential relaxation in hydrated biomolecules is commonly attributed to the complexity of the free-energy landscapes, similarly to polymers and glasses. It was found recently that the hydrogen-bond breath…

ByteNet: Rethinking Multimedia File Fragment Classification through Visual Perspectives

2024-10-28 · Wenyang Liu, Kejun Wu, Tianyi Liu, Yi Wang 외

Multimedia file fragment classification (MFFC) aims to identify file fragment types, e.g., image/video, audio, and text without system metadata. It is of vital importance in multimedia storage and communication. Existing…