zoukankan      html  css  js  c++  java
  • 反标记相关Paper (complementary label)

    Sugiyama 组理论范式文章:

    • NIPS-17 Learning from Complementary Labels

    • ICML-19 Complementary-Label Learning for Arbitrary Losses and Models(推荐)

    • ICML-20 Unbiased risk estimators can mislead: A case study of learning with complementary labels

    • ECCV-19 Learning with Biased Complementary Labels

    • ICML-20 Learning with multiple complementary labels (推荐)

    • AAAI-20 Generative-discriminative complementary learning

    Negative Learning:

    • ICCV-19 NLNL: Negative Learning for Noisy Labels (从 noisy label 生成反标记) (推荐)

    Loss function

    • ICCV-19 Symmetric Cross Entropy for Robust Learning With Noisy Labels (提出了 RCE, SCE = CE + RCE) (推荐)
    • ICML-20 Normalized Loss Functions for Deep Learning with Noisy Labels (推荐)

    ps: 两文来自同一组作者,理论推导 follow AAAI-17 Robust Loss Functions under Label Noise for Deep Neural Networks

    Reverse Cross Entropy (THU jun zhu 学生)

    • NIPS-18 Towards Robust Detection of Adversarial Examples (推荐)
      (提出了 Reverse Cross Entropy, 重名于 ICCV-19 的 RCE , 本质是 label smoothing 取参数 s=1.0。给了一些理论分析)
  • 相关阅读:
    babel的使用以及安装配置
    常见的浏览器兼容性问题与解决方案——CSS篇
    ES6入门——变量的解构赋值
    ES6入门——let和const命令
    第一个移动端项目
    向Github提交更改的代码
    MySQL安装配置
    HTTP 状态消息
    HTMl基础
    Shell 常用的命令
  • 原文地址:https://www.cnblogs.com/Gelthin2017/p/13752088.html
Copyright © 2011-2022 走看看