Coder Social home page Coder Social logo

Comments (1)

Kevinz-code avatar Kevinz-code commented on July 20, 2024 1

Hi, @abhigoku10

  1. The accuracy (mAP, to be precise) of our VIT model on Wider Attribute dataset is listed in Table 5 in our paper.

  2. Yes

  3. Theoretically CSRA can be applied to any Transformer structure, since the group of patch embeddings can be viewed as the feature tensor (like 7x7x2048 in ResNet-101), so CSRA can be added after the feature tensor. If you'd like to use other VIT like CrossVIT, please remember to use all the patch embeddings to be sent to CSRA part.

  4. I am not sure whether reducing patch size could bring performance gain. I thought patch size wasn't a crucial factor of the final performance and so is the size of the image dataset. Still, you can try Multi-scale VIT like CrossViT to validate it.

  5. What is the "3 training models" ? The training paramters like learning rate, momentum, weight decay are the same over all datasets and models. About batch-size and resolution, we use 224x224 with batch size 64 on Wider Attribute, 448x448 with batch size 16 on VOC and MS-COCO.

Best,

from csra.

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.