Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Great Barrier Reef Model Pipeline: 15th place
Search
Maxwell
February 16, 2022
Science
1
200
Great Barrier Reef Model Pipeline: 15th place
https://www.kaggle.com/c/tensorflow-great-barrier-reef
All I want to use was YOLO-X!
Maxwell
February 16, 2022
Tweet
Share
More Decks by Maxwell
See All by Maxwell
Causal Impact -paper summary-
hoxomaxwell
3
770
Lecture materials at the University of Tokyo School of Medicine
hoxomaxwell
1
130
Kaggle Hungry Geese
hoxomaxwell
1
99
HuBMAP 17th place model pipeline
hoxomaxwell
1
90
LT: Shallow Dive into Bayes Factor
hoxomaxwell
6
1.3k
Kaggle APTOS 2019 @ U-Tokyo Med
hoxomaxwell
1
420
Cornell Birdcall 36th place solution
hoxomaxwell
2
230
Kaggle Bengali.AI 6 th place solution
hoxomaxwell
4
8.4k
Google Colaboratory Shortcuts
hoxomaxwell
2
1k
Other Decks in Science
See All in Science
データベース01: データベースを使わない世界
trycycle
PRO
1
620
「美は世界を救う」を心理学で実証したい~クラファンを通じた新しい研究方法
jimpe_hitsuwari
1
120
地表面抽出の方法であるSMRFについて紹介
kentaitakura
1
690
Healthcare Innovation through Business Entrepreneurship
clintwinters
0
220
Marvin Minsky - 'Society of Mind'
__ymgc__
2
110
ガウス過程回帰とベイズ最適化
nearme_tech
PRO
1
380
[第62回 CV勉強会@関東] Long-CLIP: Unlocking the Long-Text Capability of CLIP / kantoCV 62th ECCV 2024
lychee1223
1
930
ウェブ・ソーシャルメディア論文読み会 第25回: Differences in misinformation sharing can lead to politically asymmetric sanctions (Nature, 2024)
hkefka385
0
100
Iniciativas independentes de divulgação científica: o caso do Movimento #CiteMulheresNegras
taisso
0
1.5k
04_石井クンツ昌子_お茶の水女子大学理事_副学長_D_I社会実現へ向けて.pdf
sip3ristex
0
380
Introd_Img_Process_2_Frequ
hachama
0
550
統計学入門講座 第2回スライド
techmathproject
0
120
Featured
See All Featured
Typedesign – Prime Four
hannesfritz
41
2.6k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.4k
Six Lessons from altMBA
skipperchong
28
3.8k
Why Our Code Smells
bkeepers
PRO
336
57k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
840
Rails Girls Zürich Keynote
gr2m
94
13k
A designer walks into a library…
pauljervisheath
205
24k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
52
2.8k
Adopting Sorbet at Scale
ufuk
76
9.4k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
12k
Transcript
Copyright 2022 Maxwell_110 Validation strategy - Sequence-based 4 fold CV
- The number of CoTS is close in each fold - Training data is frames with CoTs - Validation data includes frames w/o CoTs Resize up to 2.75 times using progressive learning 1280 720 Augmentation Increasing probability of applying augmentation as progressive learning progresses. - Default YOLO-X augmentations - random resize: (-5, 5) - mosaic / MixUp / hsv / flip: p = 0.6 -> 0.8 - degrees: Not used - translate: 0.1 - mosaic / MixUp scale: (0.5, 1.5) - RandomGamma - RGBShift - Sharpen - GaussNoise Batch Size: 4 GeForce RTX 3080 (x 2) Solution description in Kaggle discussion https://www.kaggle.com/c/tensorflow-great-barrier-reef/discussion/307691 Learning strategy - Progressive learning - Optimizer: default SGD (decay: 5e-4, momentum: 0.9) - LR: .000625 - Scheduler: yoloxwarmcos - min_lr_ratio: 0.1 - EMA: on - warmup_epochs: 5 - max_epoch: 30 TTA Seq-NMS https://arxiv.org/abs/1602.08465 https://github.com/tmoopenn/seq-nms n_frames: 2 confidence threshold: 0.07 linkage threshold: 0.1 nms th: 0.4 Weighted Box Fusion skip box threshold: 0.05 wbf IoU threshold: 0.45 Final confidence threshold: .08 Public LB : 0.607 Private LB : 0.714