GithubHelp home page GithubHelp logo

Comments (6)

TengdaHan avatar TengdaHan commented on August 20, 2024

90.6 means [self-supervised pretrain on K400 (no label)] -> [finetune on UCF101]
96.8 means [supervised pretrain on K400 (use label)] -> [finetune on UCF101]
The meaningful random init baseline is 77.0 in our Table 1, meaning [pretrain on nothing] -> [finetune on UCF101].

from coclr.

June01 avatar June01 commented on August 20, 2024

Hi, thanks for the answer. I checked [1] again, and found out in fully-supervised learning, I3D pretrained on nothing and achieve 88.8% (Table 4) with rgb only. I am wondering what makes such a big gap between 77.0 and 88.8?

[1] Quo Vadis, Action Recognition? A New Model and the Kinetics Dataset

from coclr.

TengdaHan avatar TengdaHan commented on August 20, 2024
  1. UCF101 top1 88.8% in "Quo Vadis, Action Recognition" Table 4 is two-stream result. Two-stream is known to be better than single stream.
  2. Video resolution, they use 224x224, we use 128x128. Larger resolution is known to be better than low resolution on classification tasks.
  3. Also backbone is different, they use I3D (inflated Inception network), we use S3D. But I think 1&2 is the main reason for this baseline accuracy gap.

from coclr.

June01 avatar June01 commented on August 20, 2024

I see! Appreciate your help! I am wondering is there any ImageNet pretrained-weights provided by S3D? As many paper claimed using it.

from coclr.

TengdaHan avatar TengdaHan commented on August 20, 2024

S3D is a 3D CNN, usually being used for the video input.
I don't think people train S3D on ImageNet. If there is paper claiming using S3D with ImageNet weights, I guess that means "ImageNet inflated" weights, where they take the I3D network, expand convolution kernels by coping multiple times along the time dimension.

from coclr.

June01 avatar June01 commented on August 20, 2024

Agree! Thanks very much!:)

from coclr.

Related Issues (20)

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.