Giter Club home page Giter Club logo

stablevqa's Introduction

StableVQA

Code for paper "StableVQA: A Deep No-Reference Quality Assessment Model for Video Stability" (Accepted by ACM MM'23)

We propose StableVQA for accurate prediction of video stability. Flow Feature: After sampling N frames from the video clip, the optical flows between adjacent frames are estimated and are taken as input to a 3D CNN to implicitly analyze the camera movement. Semantic feature: We use a Swin-T for the extraction of semantic features. Blur Feature: We analyze the motion blur effect within frames. Features from three dimensions are fused and regressed to give the final prediction stability score.

Database

Download the StableDB, including 1952 unstable videos with corresponding MOSs.

Pre-trained Weights

Download RAFT pre-trained weight raft-things.pth

Download StripFormer pre-trained weight Stripformer_realblur_J.pth

Download Swin Transformer pre-trained weight swin_tiny_patch4_window7_224.pth

You can download the pre-trained weight of StableVQA here.

The default path for these pre-trained weights is ./pretrained_weights/*.pth.

Environment

The project is built on python 3.7. Run pip install -r requirements.txt to install the dependencies.

Training

python new_train.py -o ./options/stable.yml

Testing

python new_test.py -o ./options/stable.yml

Citation

    If you use any part of this code, please kindly cite
    @article{kou2023stablevqa,
      title={StableVQA: A Deep No-Reference Quality Assessment Model for Video Stability},
      author={Kou, Tengchuan and Liu, Xiaohong and Sun, Wei and Jia, Jun and Min, Xiongkuo and Zhai, Guangtao and Liu, Ning},
      journal={arXiv preprint arXiv:2308.04904},
      year={2023}
    }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.