Code Monkey home page Code Monkey logo

erasing-attention-consistency's People

Contributors

zyh-uaiaaaa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

erasing-attention-consistency's Issues

Hi, about the training

Thank you for your excellent work! I want to know how you train the noisy dataset? Load the MS_Celeb pretained ResNet18 model and then train noisy dataset from scratch,right?

help reproduce AffectNet and FERplus

thanks for your great work!
I can't reproduce the accuracy on both the AffectNet and FERplus datasets as mentioned in the paper. Can you provide some details of the experiment, such as hyperparameters and random number seed settings? Thank you very much.

log

thank you for your great work!Can you support the log file of this code ?thank you!

help FERplus

thanks for your great work!
can you give me the noise label of FERplus?Thank you!

Reproduce the performance of the paper on AffectNet and FERPlus

Thank you very much for your work.!
I basically reproduce the performance you showed in the article on rafdb with res18 as the backbone, but for the two datasets of AffectNet and FERPlus, I can't reproduce the performance . Can you provide the parameters and random seed settings on these two datasets when the backbone is resnet18? thank you very much!

数据集问题和运行问题

作者,你好!
我想问问数据集的问题,获取数据集的时候,给了一个basic和compound,我该用哪一个的?
还有一个 我只要用bash 运行train文件就行了? main函数不用运行么?

FERPlus复现问题

您好作者!关注你们团队的研究很久了,非常感谢你们的作品,收获很多!

以resnet18为backbone、并使用数据集原始标注进行训练,我已经成功复现了89.99% acc的结果。

但是对于FERPlus,同样resnet18以作为backbone、使用相同参数的情况(batch size = 32 、learning rate = 0.0002、lambda = 5、epoch = 60、随机种子不变),使用除contempt以外的7类进行训练、测试,仍然无法复现论文中的 89.64% 的结果(我的结果仅为 85.8392%)。
我查阅了论文,似乎并没有提到训练FERPlus的具体参数、随机种子等设置,请问如何才能复现论文中的结果?

Question about the reuse of view1 features for CAM computation

Your paper was an interesting read.

It seems the model only computes the FC layer on one view and reuses that for other views to compute the corresponding attention maps.

Note that the weights used to compute attention maps come from the FC layer

Why not computing FC separately on each view?

Help reproduce rafdb

thanks for your great work!
I can reproduce the accuracy of the rafdb dataset when there is label noise. But I can't reproduce the SOTA results of rafdb(89.99), can you provide some details of the experiment, such as hyperparameters and random number seed settings?

dataset?

您好,请问能分享下文中用到的数据集生成的噪声标签么

Changing backbone to ResNet-18

'Changing backbone to ResNet-18 should first tune the learning rate in order to acquire high classification accuracy. More details can be found in the closed issues.'
您好,我浏览了下关闭的问题没有找到相关的内容。当更换backbone后,相关学习率该怎样调整呢?

Visualization of the classification loss values problem

Thank you for your great works!
I'm not quite clear on how the visualization map in Section 4.7 were generated(Fig. 5). Could you please share the relevant repo links or code references?
I appreciate your response to my questions.

Pre-trained model?

Hi, thanks for making the code public!
Any thoughts on providing a pre-trained code and a testing script soon?
Thanks!

Memory leak

Hi!
You have a memory leak during training here

It appends because
 print(correct_num) -> <add_backward>

For solving this problem, I used .detach():

loss = loss.detach().cpu()
_, predicts = torch.max(output.detach().cpu(), 1)
correct_num = torch.eq(predicts.detach().cpu(), labels.detach().cpu()).sum()

And memory stoped leak.

I attach a memory profile file.

MobileNet pretrained model

Did MobileNet in Table 2 use a pre-trained model? Can you provide the download link for this pre-trained model?

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.