特征匹配
https://zhuanlan.zhihu.com/p/52140541
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/108078#latest-621878

ensemble技巧
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/107716#latest-624046
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/111457#latest-642578

这个链接提到训练时长的问题,或许需要保存中间结果
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/108554#latest-626181

提到了Dice-Score
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/101465#latest-586178

一篇检测锈斑的论文
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/101471#latest-625980
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/109297#latest-631198
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/108821#latest-629610
https://software.intel.com/en-us/articles/use-machine-learning-to-detect-defects-on-the-steel-surface

引导性链接
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/101969#latest-641353
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/103296#latest-640460

关注图像角落里的第一个像素的坐标到底是(1,1)还是(0,1)
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/102146#latest-589715

提到了一篇论文讨论了语义分割里面的不同类型的loss
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/102386#latest-625072
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/110536#latest-639400
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/108206#latest-635042

提供了一些网络
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/105296#latest-606287

下面这几个没有完全看懂
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/103861#latest-600125
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/103367#latest-639821
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/106477#latest-642453
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/109423#latest-630712
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/108270#latest-629664
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/107889#latest-631449

半监督
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/110426#latest-641084

提到了数据增强
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/104850#latest-606137
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/109227#latest-640539

貌似是使用了条件随机场
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/106086#latest-613534

蛙哥说先判断一个像素是不是锈斑,然后判断是第几类
然后提到不要使用所有数据,那样反而会让得分低下
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/106099#latest-629814

照片一致,但是标签不一致
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/107053#latest-621775

pool大小的调整建议
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/106952#latest-620343

新手包
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/106462#latest-641632

说法是34层的resnet最好
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/108949#latest-636914

以前的语义分割冠军方案
https://www.kaggle.com/c/siim-acr-pneumothorax-segmentation/discussion/108308#latest-625068

椒盐噪声和对抗验证
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/111119#latest-640192
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/106834#latest-633503
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/108790#latest-627471

找到很多子类
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/110363#latest-638823

提出一个问题:
使用预训练的网络,但是预训练的图片和当前的图片不一样的时候如何处理?(帖子内容我没看,其实就是修改最后一层)
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/107246#latest-618321

kaggle在语义分割中的得分机制dice-score
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/110188#latest-642222

貌似需要扔掉一些图片
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/109673#latest-637866

一大堆神经网络的论文
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/109370#latest-631305

提到了IOU
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/109847#latest-632505

语义分割网络回顾
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/109318#latest-629292

下面这个似乎非常重要,据说只要移除False Positive,就可以获得0.9117
https://www.kaggle.com/evgenyshtepin/severstal-mlcomp-catalyst-infer-0-90726
https://www.kaggle.com/c/severstal-steel-defect-detection/discussion/106462#latest-634450

这个EDA做的很漂亮
https://www.kaggle.com/avirald/clear-mask-visualization-and-simple-eda

这个链接提到IoU是一种 loss
https://www.kaggle.com/rishabhiitbhu/unet-starter-kernel-pytorch-lb-0-88

Severstal: Steel Defect Detection比赛的discussion调研相关推荐

  1. Understanding Clouds from Satellite Images比赛的discussion调研与colab数据集下载配置

    colab数据集下载配置代码: %%time !pip install -U -q kaggle !mkdir -p ~/.kaggle!echo '{"username":&qu ...

  2. Kaggle数据竞赛记录 - Steel Defect Detection

    钢材缺陷分类检测及标记 这个是去年的比赛,过了很久了才来记录一下. 附上IEEE-CIS Fraud Detection的总结 赛题理解 kaggle链接 竞赛主要目的是钢材图片进行缺陷检测分类及标记 ...

  3. Deep learning based multi-scale channel compression feature surface defect detection system

    基于深度学习的多尺度通道压缩特征表面缺陷检测系统 Deep learning based multi-scale channel compression feature surface defect ...

  4. Multi-Scale Pyramidal Pooling Network for Generic Steel Defect Classification-论文阅读笔记

    Multi-Scale Pyramidal Pooling Network for Generic Steel Defect Classification 基于多尺度金字塔网络的钢材缺陷分类 //20 ...

  5. 论文阅读DefectNet: Toward Fast and Effective Defect Detection缺陷网:走向快速有效的缺陷检测

    DefectNet: Toward Fast and Effective Defect Detection缺陷网:走向快速有效的缺陷检测 期刊:IEEE Transactions on Instrum ...

  6. Multi-scale multi-intensity defect detection in ray image of weld bead

    Multi-scale multi-intensity defect detection in ray image of weld bead 焊道射线图像中的多尺度多强度缺陷检测 Abstract T ...

  7. An End-to-End Steel Surface Defect Detection Approach via Fusing Multiple Hierarchical Features

    网络结构 建立了一个端到端的ADI系统,即缺陷检测网络(DDN).使用ResNet在每个阶段生成特征图,然后所提出的多级特征融合网络(MFN)将ResNet的所有阶段的特征合并到一个特征中,该特征可以 ...

  8. NFL discussion调研

    discussion 备注 Classification or Regression on XGB,LightGBM? Best Algorithm for this type of problem. ...

  9. 以YOLOv5为基准实现布匹缺陷检测(Fabric Defect Detection)

    一.YOLOv5 安装 使用以下命令安装最新版的YOLOv5 # 下载代码 git clone https://github.com/ultralytics/yolov5 # clone cd yol ...

最新文章

  1. 计算机命令vty是什么意思,讲述华为交换机配置中HTTP访问和vty访问命令 -电脑资料...
  2. 《 Python树莓派编程》——第1章 树莓派简介 第1.1 树莓派的历史
  3. 开源 serverless 产品原理剖析 - Kubeless 1
  4. sklearn学习笔记(一):数据预处理
  5. 短时间让大家对C++ STL有所学习
  6. lt;九度 OJgt;题目1545:奇怪的连通图
  7. 蓝桥杯第五届JavaC组杨辉三角问题解决方法
  8. 阿里云服务安装与卸载rabbitmq
  9. 虹科OPC UA SDK案例:虹科OPC UA SDK助力立功科技ZWS云平台
  10. HDU 1880 魔咒词典(字符串hash)
  11. 网络文件系统——上(samba,NFS,实现网络共享文件)
  12. css超出两行省略号没效果,Css 设置超过再两行显示省略号
  13. 用友开发者中心全新升级,YonBuilder移动开发入门指南
  14. Android-代码设置TextView字体加粗或者不加粗
  15. 经验分享:《节奏大师》UI优化历程
  16. 荷兰专用服务器1g无限流量,sharktech:荷兰机房1Gbps带宽不限流量服务器简单测评...
  17. 最小费用最大流(详解+模板)
  18. 机房监控解析大全都在这里!
  19. 从成交量变化抓住股票涨跌
  20. LeetCode知识点总结 - 844

热门文章

  1. BZOJ1015 JSOI2008 星球大战starwars 并查集
  2. Azure SQL 数据库最新版本现已提供预览版
  3. Python 学习笔记(2) - 基本概念、运算符与表达式
  4. 关于页面之间传参时有空格,中文及点击页面后退按钮的问题
  5. android 控件资源命名规范,Android 资源命名规范整理
  6. forEach-关于跳出循环
  7. curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443
  8. JS原生 实现图片懒加载
  9. vue中Router的封装以及使用
  10. java rmi jrmp_关于Java 中 RMI、JNDI、LDAP、JRMP、JMX、JMS那些事儿(上)看后的一些总结-1...