Giter Club home page Giter Club logo

Comments (9)

pmorerio avatar pmorerio commented on June 23, 2024 1

Hi,

  • train_hallucination is naive adversarial with square loss.

  • train_hallucination_p2 implements equations (1) and (2) in the paper. Please check them carefully. Note that the one-hot vector in the code has length self.no_classes + 1, meaning that the discriminator has to distinguish between hallucinated and depth features, but in the case of depth features it also has to select the correct class. The loss merges the adversarial problem and the classification problems by having self.no_classes + 1 classes, where the +1 accounts for the 'hallucination' class.

Results for NYUD are listed in the last two lines of Table 4.

from admd.

pmorerio avatar pmorerio commented on June 23, 2024 1

Ok so train_hallucination (naive adversarial with square loss) is your older paper right?

If you are referring the ECCV paper reference [11] the answer is no. That is the line above in Table 4.

from admd.

pmorerio avatar pmorerio commented on June 23, 2024 1

My mistake. 3072 should be the correct one, but 4 more neurons would certainly make no difference.

from admd.

Scienceseb avatar Scienceseb commented on June 23, 2024

Thanks. Also seem you have an error in your paper for the discriminator...It's written For the task of action recognition, the structure is quite shallow, consisting in D1=[fc(2048), fc(1024), fc(C+1)]. For the task of object classification the structure is instead more complex D2=[fc(1024), fc(1024), fc(1024), fc(2048), fc(3072), fc(C+1)], with skip connections in the lower layers. But figure 4 presents the opposite...

from admd.

Scienceseb avatar Scienceseb commented on June 23, 2024

Hi,

  • train_hallucination is naive adversarial with square loss.
  • train_hallucination_p2 implements equations (1) and (2) in the paper. Please check them carefully. Note that the one-hot vector in the code has length self.no_classes + 1, meaning that the discriminator has to distinguish between hallucinated and depth features, but in the case of depth features it also has to select the correct class. The loss merges the adversarial problem and the classification problems by having self.no_classes + 1 classes, where the +1 accounts for the 'hallucination' class.

Results for NYUD are listed in the last two lines of Table 4.

Ok so train_hallucination (naive adversarial with square loss) is your older paper right?

from admd.

pmorerio avatar pmorerio commented on June 23, 2024

Thanks. Also seem you have an error in your paper for the discriminator...It's written For the task of action recognition, the structure is quite shallow, consisting in D1=[fc(2048), fc(1024), fc(C+1)]. For the task of object classification the structure is instead more complex D2=[fc(1024), fc(1024), fc(1024), fc(2048), fc(3072), fc(C+1)], with skip connections in the lower layers. But figure 4 presents the opposite...

Yes you are right, the caption is inverted.

from admd.

Scienceseb avatar Scienceseb commented on June 23, 2024

Thank you for your very quick answers!

from admd.

pmorerio avatar pmorerio commented on June 23, 2024

Glad to help :)

from admd.

Scienceseb avatar Scienceseb commented on June 23, 2024

Oh I have one more question: in Fig. 4 for the last fc layer of the discriminator on the right the number is 3072, while in your code its 3076, what should I use ?

from admd.

Related Issues (14)

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.