返回列表

[Public 1st/ Private 5th] Solution Overview

473. PetFinder.my - Pawpularity Contest | petfinder-pawpularity-score

开始: 2021-09-23 结束: 2022-01-14 计算机视觉 数据算法赛
[Public 1st/ Private 5th] 解决方案概述

[Public 第1名 / Private 第5名] 解决方案概述

作者: kaerururu (Grandmaster) 及团队成员 yuki, shokupan, cpptake, johann
比赛: PetFinder.my - Pawpularity Score

感谢所有与我们竞争的团队、所有参与本次比赛的人,以及主办方举办如此精彩的比赛。

非常遗憾最后跌落排名,错过了第1名……!

我们的最终 Notebook 已公开。

概述

我们的解决方案包含3个步骤:

  • 第1步:构建大量的单模型。(我们最终的提交包含14个单模型)
  • 第2步:计算相似度分数以检测相同的图像,包括之前比赛的训练+测试图像(约70000张)和本次比赛的图像。
  • 最终步:对于超过阈值的数据,我们可以使用之前比赛的元数据。因此,我们针对每个领养速度制作了模型作为后处理。

Solution Overview Image

单模型

我们使用了以下模型:

  • 所有模型仅使用图像进行训练。(不包含元数据!)
  • 在 Dataset 类中裁剪长边以固定长宽比。
模型 损失函数 CV 分数 LB 分数
swin_large_patch4_window12_384BCE17.48460318.02737
swin_large_patch4_window12_384BCE17.3944997416399-
swin_large_patch4_window12_384BCE17.769150988650517.98811
swin_large_patch4_window7_224BCE17.793768531194717.97379
swin_large_patch4_window7_224BCE17.791647756505117.94652
swin_large_patch4_window7_224BCE17.458288-
swin_large_patch4_window7_224BCE17.561661212272617.96412
swin_large_patch4_window7_224</td
同比赛其他方案