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
830
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.5k
Google Colaboratory Shortcuts
hoxomaxwell
2
1k
Other Decks in Science
See All in Science
How To Buy, Verified Venmo Accounts in 2025 This year
usaallshop68
3
260
オンプレミス環境にKubernetesを構築する
koukimiura
0
340
Transport information Geometry: Current and Future II
lwc2017
0
180
MCMCのR-hatは分散分析である
moricup
0
430
3次元点群を利用した植物の葉の自動セグメンテーションについて
kentaitakura
2
1.3k
mathematics of indirect reciprocity
yohm
1
170
研究って何だっけ / What is Research?
ks91
PRO
1
110
コンピュータビジョンによるロボットの視覚と判断:宇宙空間での適応と課題
hf149
1
310
機械学習 - ニューラルネットワーク入門
trycycle
PRO
0
840
データベース03: 関係データモデル
trycycle
PRO
1
250
データベース05: SQL(2/3) 結合質問
trycycle
PRO
0
790
データから見る勝敗の法則 / The principle of victory discovered by science (open lecture in NSSU)
konakalab
1
130
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Fireside Chat
paigeccino
39
3.6k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
284
13k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
790
Designing for Performance
lara
610
69k
A designer walks into a library…
pauljervisheath
207
24k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Making Projects Easy
brettharned
117
6.4k
Site-Speed That Sticks
csswizardry
10
800
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