Giter Site home page Giter Site logo

zhangchbin / onlinelabelsmoothing Goto Github PK

View Code? Open in Web Editor NEW
71.0 3.0 10.0 2.1 MB

The official code for the paper "Delving Deep into Label Smoothing", IEEE TIP 2021

Home Page: https://arxiv.org/abs/2011.12562

License: MIT License

Python 99.73% Shell 0.27%
regularization classification fine-grained-classification noisy-labels adversarial-attacks robustness deep-learning tip2021 pytorch

onlinelabelsmoothing's People

Contributors

zhangchbin 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

Watchers

 avatar  avatar  avatar

onlinelabelsmoothing's Issues

When will the code come?

I have wrote a code from your paper, and tried to reimplement the results on ImageNet, but I can't get a good result. I just get the baseline via your training strategy. But one thing, I have not considered about synchronization in my code, and I use 4 Tesla V100 GPUs.
Waiting for your code.
Thanks.

论文中BYOT的实现问题

作者您好,

我看到这篇论文中使用了BYOT,我读了BYOT的原文,但是没有找到官方开源的代码,只在github看到一个实现:
https://github.com/luanyunteng/pytorch-be-your-own-teacher

但是这个实现和原文中的结果差别挺大,您论文中BYOT用ResNet50在CIFAR-100的表现(80.8%)比原作者的还要好一些(80.56%)

想问一下您是怎么实现BYOT的?谢谢!

I have a question about noisy cifar experiment.

Hi, Chang-Bin Zhang.

I read your paper with great interest.
I think your method of generating soft labels considering category relationships is very excellent.
I would like to reproduce the noisy CIFAR100 experiment, is it possible for you to share the code?
I am very interested in your work and would be happy to provide it.

I would appreciate an answer.
Thank you in advance.

solver.py中清空cur_loss的疑问

您好,请问在solver.py中193行处,为什么要在这个时机要清空cur_loss,请指教
if (i+1) % (len(dataset)//2//self.args.batch_size) == 0:
print('%s [epoch %d/%d, iter %d/%d] lr = %f cur_loss = %f avg_loss = %f' % (time_now, epoch, self.args.epochs, i, len(dataloader), optimizer.param_groups[0]['lr'], cur_loss/100, loss_recoder.avg))
cur_loss = 0

tabular data/ noisy instances/ new datasets

Hi,
thanks for sharing your implementation. I have some questions about it:

  1. Does it also work on tabular data?
  2. Is the code tailored to the datasets used in the paper or can one apply it to any data?
  3. Is it possible to identify the noisy instances (return the noisy IDs or the clean set)?

Thanks!

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.