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
790
Lecture materials at the University of Tokyo School of Medicine
hoxomaxwell
1
130
Kaggle Hungry Geese
hoxomaxwell
1
100
HuBMAP 17th place model pipeline
hoxomaxwell
1
92
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
統計学入門講座 第2回スライド
techmathproject
0
130
深層学習を用いた根菜類の個数カウントによる収量推定法の開発
kentaitakura
0
150
03_草原和博_広島大学大学院人間社会科学研究科教授_デジタル_シティズンシップシティで_新たな_学び__をつくる.pdf
sip3ristex
0
460
データベース01: データベースを使わない世界
trycycle
PRO
1
640
SciPyDataJapan 2025
schwalbe10
0
230
Trend Classification of InSAR Displacement Time Series Using SAE–CNN
satai
3
390
点群ライブラリPDALをGoogleColabにて実行する方法の紹介
kentaitakura
1
270
インフラだけではない MLOps の話 @事例でわかるMLOps 機械学習の成果をスケールさせる処方箋 発売記念
icoxfog417
PRO
2
830
ウェブ・ソーシャルメディア論文読み会 第25回: Differences in misinformation sharing can lead to politically asymmetric sanctions (Nature, 2024)
hkefka385
0
110
実力評価性能を考慮した弓道高校生全国大会の大会制度設計の提案 / (konakalab presentation at MSS 2025.03)
konakalab
2
160
生成AI による論文執筆サポートの手引き(ワークショップ) / A guide to supporting dissertation writing with generative AI (workshop)
ks91
PRO
0
500
機械学習 - K近傍法 & 機械学習のお作法
trycycle
PRO
0
1k
Featured
See All Featured
How to train your dragon (web standard)
notwaldorf
92
6.1k
Thoughts on Productivity
jonyablonski
69
4.7k
Music & Morning Musume
bryan
46
6.6k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
6
690
Documentation Writing (for coders)
carmenintech
71
4.9k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
4 Signs Your Business is Dying
shpigford
184
22k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.8k
Producing Creativity
orderedlist
PRO
346
40k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Being A Developer After 40
akosma
90
590k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
16
920
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