自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(13)
  • 收藏
  • 关注

原创 【读论文1006】Class-Variant Margin Normalized Softmax Loss for Deep Face Recognition

有一些相关,简单看看 Class-Variant Margin Normalized Softmax Loss for Deep Face Recognition TNNLS 的short paper 要解决的问题 softmax有两个问题 类别不平衡 有饱和区域 主要思路 Lcum=−1N∑i=iNlog⁡es⋅(cos⁡θyi−h(θyi))es⋅(cos⁡θyi−h(θyi))+∑j≠yies⋅(cos⁡θyi+g(θj)) L_{cum} = - \frac{1}{N}\sum_{i=i}^

2021-10-06 14:26:15 274

原创 【读论文1005】Barlow Twins: Self-Supervised Learning via Redundancy Reduction

不太相关,随便看看 Barlow Twins: Self-Supervised Learning via Redundancy Reduction 基本思想 上下两个独立的网络。相同的输入,但是输入XAX_AXA​,XBX_BXB​用不同的增强方式。按道理讲,这两个输出应该相同,所以它们的embedding ZAZ_AZA​,ZBZ_BZB​应该一样。就求这两个embedding的自相关矩阵。 损失函数定义为: LBT=∑i(1−Cii)2+λ∑i∑j≠iCij2L_{BT} = \sum_i(1-C_

2021-10-05 20:39:53 431

原创 【0815*】Deep Hyperspherical Learning

今天呀 Deep Hyperspherical Learning前言一、pandas是什么?二、使用步骤1.引入库2.读入数据总结 前言 提示:这里可以添加本文要记录的大概内容: 例如:随着人工智能的不断发展,机器学习这门技术也越来越重要,很多人都开启了学习机器学习,本文就介绍了机器学习的基础内容。 提示:以下是本篇文章正文内容,下面案例可供参考 一、pandas是什么? 示例:pandas 是基于NumPy 的一种工具,该工具是为了解决数据分析任务而创建的。 二、使用步骤 1.引入库 代码如下(示例

2021-08-15 22:00:31 188

原创 【读论文0813】Orthogonal Projection Loss

今天看论文吧~~ Orthogonal Projection LossIntuitionMethod总结 论文在这里 挂在arxiv上了 ICCV21 代码在这里 Intuition 只看摘要,我觉得这个论文应该很有用。 同样是减小类内距离,增大类间距离。从特征的正交性角度考虑。one-hot是正交的,基于此,特征应该有正交性限制。 simply maximizing the margins can cause negative correlation between classes and ther

2021-08-13 19:42:55 1881

原创 【读论文0812】Gaussian Affinity for Max-margin Class Imbalanced Learning

怎么天天不干正事。。。 欢迎交流~~~ Gaussian Affinity for Max-margin Class Imbalanced LearningIntuitionMethodConclusion 论文在这里 code:目前没看到,如果有用就尝试实现一下。 ICCV2019 Intuition Cost-sensitive learning (这个看一下) 减小类内距离,增加类间距离。(reducing intra-class variations and maximizing inte

2021-08-12 17:28:23 356

原创 【读论文0702】Learning to Segment the Tail

Learning to Segment the Tail论文内容Intuition具体方法总结 论文地址 code 发表年份:CVPR2020 论文内容 Intuition 解决问题:分割。 对于长尾数据,类别样本分布不平衡。那很直接的想法就是把不同类的样本分成均衡的就行了,不过这样一分,样本就会很少,就变成了fewshot learning。然后看看这个论文怎么解决的。 这个想法是很容易想到的呀,就是具体操作不太好设计。前几天看的那个Balanced Group Softmax还有个multi-expe

2021-07-02 12:47:53 728

原创 【读论文0701】Improving Calibration for Long-Tailed Recognition

Distribution Alignment: A Unified Framework for Long-tail Visual Recognition paper code CVPR2021 前言 提示:这里可以添加本文要记录的大概内容: 例如:随着人工智能的不断发展,机器学习这门技术也越来越重要,很多人都开启了学习机器学习,本文就介绍了机器学习的基础内容。 提示:以下是本篇文章正文内容,下面案例可供参考 一、pandas是什么? 示例:pandas 是基于NumPy 的一种工具,该工具是为了解决数

2021-07-01 19:31:22 711

原创 【读论文0628-2】Understanding Deep Learning Requires Rethinking Generalization

Understanding Deep Learning Requires Rethinking Generalization论文要解决的问题Intuition随机化实验总结 论文在这里 发表在ICLR2017 论文 要解决的问题 为什么神经网络可以泛化 statistical learning theory has proposed a number of different complexity measures that are capable of controlling generalizatio

2021-06-28 18:29:14 215

原创 【读论文0628】Does Learning Require Memorization? A Short Tale about a Long Tail∗

这篇记录没啥用,这个论文我没看懂 Does Learning Require Memorization? A Short Tale about a Long Tail 发表时间:STOC 2020 (ACM SIGACT Symposium on Theory of Computing) 论文内容 研究问题 分类模型对训练数据的记忆是否必要。 Intuition 即使标签随机分配,模型也能达到很低的训练误差。这种不可预测的标签也能拟合,只有通过全部记住样本和它对应的标签。 具体分析 泛化误差: errP(

2021-06-28 12:51:28 274

原创 【读论文0625】Investigating Long Tail Relation Classification with Decoupling Analysis

The Devil is the Classifier: Investigating Long Tail Relation Classification with Decoupling Analysis论文解决问题Intuition具体方法此处简单记录一下什么是Capsule简单总结 论文在这:https://arxiv.org/pdf/2009.07022.pdf 发表时间:2020,挂在arxiv上 code: https://github.com/zjunlp/deepke 论文 解决问题 Rel.

2021-06-25 16:47:05 224

原创 【读论文0624】Distribution Alignment: A Unified Framework for Long-tail Visual Recognition

今天给自己加油! 坚持! 努力! 0624论文解决问题Intuition解决方案总结 论文 题目: Distribution Alignment: A Unified Framework for Long-tail Visual Recognition** 发表时间: CVPR2021 CODE: https://github.com/Megvii-BaseDetection/DisAlign 解决问题 visual recognition tasks. including image classifi

2021-06-24 12:49:58 677

原创 【读论文0623】The Devil Is in Classification: A Simple Framework for Long-Tail Instance Segmentation

今天还是不想干活的一天 读论文0623-2 论文题目: The Devil Is in Classification: A Simple Framework for Long-Tail Instance Segmentation code:[https://github.com/twangnh/SimCal](https://github.com/twangnh/SimCal) 发表时间:ECCV2020 Problem: instance segmentation Intuition: 重采样、

2021-06-23 19:58:23 783

原创 【读论文0623】Overcoming Classifier Imbalance for Long-tail Object Detection with Balanced Group Softmax

读论文0623**题目**:[Overcoming Classifier Imbalance for Long-tail Object Detection with Balanced Group Softmax](https://openaccess.thecvf.com/content_CVPR_2020/papers/Li_Overcoming_Classifier_Imbalance_for_Long-Tail_Object_Detection_With_Balanced_Group_CVPR_202

2021-06-23 14:49:07 389 2

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除