Search papers, labs, and topics across Lattice.
This paper addresses the QoMEX 2026 Grand Challenge on Video Quality Assessment for Asymmetric Encoded Videos by introducing two models: a full-reference model, CompressedVQA-AEV-FR, and a no-reference model, CompressedVQA-AEV-NR. The FR model utilizes a Swin-B backbone to compute multi-stage similarity statistics between reference and distorted videos, while the NR model combines frame-level encoders with temporal mean pooling and cross-fold ensembling to assess quality without reference data. The results are significant, with the FR model achieving first place in its category and the NR model securing fourth place, underscoring their effectiveness in video quality assessment tasks.
Achieving top rankings in a competitive challenge, these models redefine standards for video quality assessment in both full-reference and no-reference contexts.
This report presents our solutions to the QoMEX 2026 Grand Challenge on Video Quality Assessment for Asymmetric Encoded Videos, comprising a full-reference (FR) model, CompressedVQA-AEV-FR, and a no-reference (NR) model, CompressedVQA-AEV-NR. The FR approach leverages a Swin-B backbone to extract multi-stage similarity statistics between reference and distorted videos for quality prediction. For the NR setting, our model employs complementary frame-level encoders based on SigLIP2 and Swin-B, followed by temporal mean pooling and cross-fold ensembling to estimate perceptual quality without reference data. Our CompressedVQA-AEV-FR achieves first place in the FR track of QoMEX 2026 Grand Challenge, while CompressedVQA-AEV-NR secures fourth place in the NR track, demonstrating the effectiveness of our proposed models. The code is available at https://github.com/sunwei925/CompressedVQA-AEV.