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
220
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
840
Lecture materials at the University of Tokyo School of Medicine
hoxomaxwell
1
140
Kaggle Hungry Geese
hoxomaxwell
1
110
HuBMAP 17th place model pipeline
hoxomaxwell
1
97
LT: Shallow Dive into Bayes Factor
hoxomaxwell
6
1.4k
Kaggle APTOS 2019 @ U-Tokyo Med
hoxomaxwell
1
420
Cornell Birdcall 36th place solution
hoxomaxwell
2
240
Kaggle Bengali.AI 6 th place solution
hoxomaxwell
4
8.6k
Google Colaboratory Shortcuts
hoxomaxwell
2
1k
Other Decks in Science
See All in Science
地質研究者が苦労しながら運用する情報公開システムの実例
naito2000
0
250
安心・効率的な医療現場の実現へ ~オンプレAI & ノーコードワークフローで進める業務改革~
siyoo
0
320
3次元点群を利用した植物の葉の自動セグメンテーションについて
kentaitakura
2
1.3k
Hakonwa-Quaternion
hiranabe
1
120
AIに仕事を奪われる 最初の医師たちへ
ikora128
0
960
機械学習 - SVM
trycycle
PRO
1
880
データマイニング - グラフデータと経路
trycycle
PRO
1
210
Trend Classification of InSAR Displacement Time Series Using SAE–CNN
satai
4
610
SciPyDataJapan 2025
schwalbe10
0
260
生成検索エンジン最適化に関する研究の紹介
ynakano
2
1.3k
ランサムウェア対策にも考慮したVMware、Hyper-V、Azure、AWS間のリアルタイムレプリケーション「Zerto」を徹底解説
climbteam
0
110
局所保存性・相似変換対称性を満たす機械学習モデルによる数値流体力学
yellowshippo
1
310
Featured
See All Featured
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Code Reviewing Like a Champion
maltzj
525
40k
A designer walks into a library…
pauljervisheath
207
24k
It's Worth the Effort
3n
187
28k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
111
20k
Visualization
eitanlees
148
16k
The Language of Interfaces
destraynor
161
25k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
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