Giter Club home page Giter Club logo

Comments (5)

CHENGY12 avatar CHENGY12 commented on June 21, 2024

Thanks for your attention to our work. "AP_level =2" denotes that the attention pyramid has both level-1 attention and level-2 attention. It is worth noting that the level-1 attention is the baseline global attention model (e.g. SE attention in the channel-wise model). Only level-2 attention needs a SAMS module to split and merge. It is consistent with our paper (e.g. we write “APNet-C1 only has a global attention map“on page 8). Please see the "Ablation Studies" part for more details.
Please do not hesitate to contact me if you have any additional questions.

from apnet.

hiyijian avatar hiyijian commented on June 21, 2024

Thanks for your reply. I noticed that APNet-C1 slightly outperforms SE-ResNet accodding to TABLE 2 in your paper. It was a little unexpected for me, since APNet-C1 has quite fewer SELayer with different location(after f(x) + x). What do you think about this, please?

from apnet.

CHENGY12 avatar CHENGY12 commented on June 21, 2024

Personally, I think APNet-C1 and SE-ResNet are comparable. It may be because the number of attention layers in APNet-C1 is enough for Person ReID (Market and Duke). In our experiments, we don't find a consistent law between the number of attention layers and ReID performance.

from apnet.

hiyijian avatar hiyijian commented on June 21, 2024

It seems that SELayer takes no effects. Please see

zout = self.se(out)

from apnet.

CHENGY12 avatar CHENGY12 commented on June 21, 2024

Thank you very much for pointing out this!We have fixed this. It is a typo that occurs when we cleaned the code and released it for git. We only checked the APNet but ignored to check this. This typo has no influence on the conclusions in the paper because it is only in this repo but not in our experiments. Thank you again for helping us find this typo. Please let me know if you have any other questions.

from apnet.

Related Issues (11)

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.