论文阅读 [CVPR-2022] BatchFormer: Learning to Explore Sample Relationships for Robust Representation Learning

studyai.com

搜索论文: [Autoregressive Image Generation using Residual Quantization](http://www.studyai.com/search/whole-site/?q=Autoregressive Image+Generation+using+Residual+Quantization)

http://www.studyai.com/search/whole-site/?q=BatchFormer+Learning+to+Explore+Sample+Relationships+for+Robust+Representation+Learning

摘要(Abstract)

Despite the success of deep neural networks, there are still many challenges in deep representation learning due to the data scarcity issues such as data imbalance, unseen distribution, and domain shift.

尽管深度神经网络取得了成功,但由于数据不平衡、未见分布和领域转移等数据稀缺问题,深度表征学习仍然存在许多挑战。

To address the above mentioned issues, a variety of methods have been devised to explore the sample relationships in a vanilla way (i.e., from the perspectives of either the input or the loss function), failing to explore the internal structure of deep neural networks for learning with sample relationships.

为了解决上述问题,人们设计了多种方法,以虚化的方式(即从输入或损失函数的角度)探索样本关系,未能探索深度神经网络的内部结构,以进行样本关系学习。

Inspired by this, we propose to enable deep neural networks themselves with the ability to learn the sample relationships from each minibatch.

受此启发,我们建议使深层神经网络本身能够从每个小批量中学习样本关系。

Specifically, we introduce a batch transformer module or BatchFormer, which is then applied into the batch dimension of each mini-batch to implicitly explore sample relationships during training.

具体来说,我们引入了一个batch transformer模块或BatchFormer,然后将其应用到每个小批次的批次维度中,以隐式地探索训练期间的样本关系。

By doing this, the proposed method enables the collaboration of different samples, e.g., the head-class samples can also contribute to the learning of the tail classes for long-tailed recognition.

通过这样做,所提出的方法可以实现不同样本的协作,例如,头类样本也可以有助于长尾识别的尾类学习。

Furthermore, to mitigate the gap between training and testing, we share the classifier between with or without the BatchFormer during training, which can thus be removed during testing.

此外,为了减少训练和测试之间的差距,我们在训练期间使用或不使用批处理器的情况下共享分类器,因此可以在测试期间移除批处理器。

We perform extensive experiments on over ten datasets and the proposed method achieves significant improvements on different data scarcity applications without any bells and whistles, including the tasks of long-tailed recognition, compositional zero-shot learning, domain generalization, and contrastive learning.

我们在10多个数据集上进行了大量的实验,所提出的方法在不同的数据稀缺性应用上取得了显著的改进,没有任何细节,包括长尾识别、组合零拍学习、领域泛化和对比学习等任务。

Code will be made publicly available at https://github.com/zhihou7/BatchFormer.

论文阅读 [CVPR-2022] BatchFormer: Learning to Explore Sample Relationships for Robust Representation Lea相关推荐

  1. CVPR2022《BatchFormer: Learning to Explore Sample Relationships for Robust Representation Learning》

    论文链接:https://arxiv.org/pdf/2203.01522.pdf 代码链接:https://github.com/zhihou7/BatchFormer 1. 动机 尽管深度神经网络 ...

  2. 京东探索研究院 34 篇论文入选 CVPR 2022

    关注公众号,发现CV技术之美 国际计算机视觉与模式识别会议(CVPR)是IEEE一年一度的学术性会议,是计算机视觉和模式识别领域的顶级会议.根据最新2021谷歌学术指标,CVPR在所有学术期刊和会议影 ...

  3. #今日论文推荐#CVPR 2022 | 只需要一组预训练参数,所有恶劣天气一次解决

    #今日论文推荐#CVPR 2022 | 只需要一组预训练参数,所有恶劣天气一次解决 最近CVPR'22的文章已经放出来了,发现了这篇能够一次解决所有恶劣天气的算法,相当有趣以及新颖,因此整理下来分享给 ...

  4. #今日论文推荐#CVPR 2022 | 道高一尺,魔高一丈,ConvNet还是ViT?

    #今日论文推荐#CVPR 2022 | 道高一尺,魔高一丈,ConvNet还是ViT? 作者在 Introduction 部分里,从 ConvNet 的前世今生开始讲起,并且在第二段就表明了一个观点: ...

  5. 论文阅读笔记:SCAN: Learning to Classify Images without Labels

    论文阅读笔记:SCAN: Learning to Classify Images without Labels 摘要 简介和相关工作 方法 表征学习 语义聚类损失 2.3 通过自标记进行微调 3 实验 ...

  6. Zero-shot Learning零样本学习 论文阅读(一)——Learning to detect unseen object classes by between-class attribute

    Zero-shot Learning零样本学习 论文阅读(一)--Learning to detect unseen object classes by between-class attribute ...

  7. 年龄论文阅读——Deep Label Distribution Learning With Label Ambiguity

    论文阅读--Deep Label Distribution Learning With Label Ambiguity 版权声明:本文为博主原创文章,未经博主允许不得转载.https://blog.c ...

  8. 论文阅读|node2vec: Scalable Feature Learning for Networks

    论文阅读|node2vec: Scalable Feature Learning for Networks 文章目录 论文阅读|node2vec: Scalable Feature Learning ...

  9. 飞步科技三篇论文入选CVPR 2022

    关注公众号,发现CV技术之美 本文转载自飞步无人驾驶 在即将举行的计算机视觉国际顶级会议CVPR 2022中,飞步科技被录用了三篇高水平论文,涉及车道线检测.3D目标检测.少样本分类等与无人驾驶密切相 ...

最新文章

  1. CSS三大特性(CSS层叠性、CSS继承性、CSS优先级)
  2. Django使用已经存有数据的mysql数据库
  3. oracle分页置顶,[置顶]       ibatis查询oracle分页
  4. int类型的实参与int*类型的形参不兼容_谁告诉的你们Python是强类型语言!站出来,保证不打你!...
  5. 零基础学Python:使用type、metaclass动态创建方法和属性的详细用法
  6. boost::phoenix::bind相关的测试程序
  7. 【JSP EL表达式】动态表达式/表达式拼接
  8. 基于netty的微服务架构
  9. VS2008无法识别的版本3.5
  10. html中span隐藏属性,JS 如果改变span标签的是否隐藏属性
  11. 掘金小册爬虫,将小册转成pdf
  12. 我的第一次WebService接口开发教程
  13. 网络协议之NAT穿透原理
  14. ecshop模板构建说明
  15. 透明网桥(计算机网络)
  16. Linus Torvalds对晦涩的代码的反应
  17. three.js法线贴图与凹凸贴图的对比
  18. 设计一个名为 MyRectangle 的矩形类来表示矩形
  19. 2020-11-7YTUOJ3545: 输出最长单词
  20. java 绘制动态的图形

热门文章

  1. 前端gitlab-ci打包流水线优化
  2. python金融趋势指标计算:布林带
  3. AlphaGo功成身退了,围棋还将继续
  4. maxwell 激励设置报错
  5. STM32关于使用定时器来实现串口通信的整活实验
  6. 微信小程序的测试方法,抓包,模拟
  7. 原创:用python把链接指向的网页直接生成图片的http服务及网站(含源码及思想)...
  8. 看不懂电路图?学会这10大原则7大步骤,电路图so easy!
  9. 每个人都是从零开始,分享牛逼的前端工程师的牛逼学习方法
  10. Swift语法学习--数组