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
銀_類似画像検索コンペ_202206_signate_タナチョー
Search
suguuuuuすぐー
October 27, 2022
Research
0
140
銀_類似画像検索コンペ_202206_signate_タナチョー
signateの部材コンペに参加したレポートです。
https://signate.jp/competitions/720
suguuuuuすぐー
October 27, 2022
Tweet
Share
More Decks by suguuuuuすぐー
See All by suguuuuuすぐー
20250515_今更ながら2023年に参加したHuBMAP金ソリューションを綺麗にまとめ
sugupoko
0
140
20250413_湘南kaggler会_音声認識で使うのってメルス・・・なんだっけ?
sugupoko
1
720
20250307_kaggle_CZIIコンペ振り返り_関西Kaggler会_交流会_in_Osaka_2025#1
sugupoko
1
700
20240803_関東kaggler会_HMS振り返り&チームで取り組むkaggle
sugupoko
1
2k
202309 kaggle 銀 LLM science exam まとめ資料
sugupoko
1
650
金_kaggle_hubmap_202307_instance-segmenataion
sugupoko
1
230
銀_kaggle_火山コンペ_20230615
sugupoko
1
610
反省_kaggle_時系列データ_202305_手話コンペ
sugupoko
1
510
10位_202304_超解像コンペ_solafune_衛星画像の超解像
sugupoko
1
210
Other Decks in Research
See All in Research
【緊急警告】日本の未来設計図 ~沈没か、再生か。国民と断行するラストチャンス~
yuutakasan
0
130
ASSADS:ASMR動画に合わせて撫でられる感覚を提示するシステムの開発と評価 / ec75-shimizu
yumulab
1
280
Cross-Media Information Spaces and Architectures
signer
PRO
0
220
Sosiaalisen median katsaus 03/2025 + tekoäly
hponka
0
1.1k
大規模な2値整数計画問題に対する 効率的な重み付き局所探索法
mickey_kubo
1
150
Computational OT #4 - Gradient flow and diffusion models
gpeyre
0
190
NLP2025 WS Shared Task 文法誤り訂正部門 ehiMetrick
sugiyamaseiji
0
180
Adaptive Experimental Design for Efficient Average Treatment Effect Estimation and Treatment Choice
masakat0
0
110
Generative Models 2025
takahashihiroshi
19
7.2k
90 分で学ぶ P 対 NP 問題
e869120
16
7.2k
線形判別分析のPU学習による朝日歌壇短歌の分析
masakat0
0
120
研究テーマのデザインと研究遂行の方法論
hisashiishihara
5
1.3k
Featured
See All Featured
Docker and Python
trallard
44
3.4k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Six Lessons from altMBA
skipperchong
28
3.8k
4 Signs Your Business is Dying
shpigford
183
22k
The Invisible Side of Design
smashingmag
299
50k
A designer walks into a library…
pauljervisheath
205
24k
Faster Mobile Websites
deanohume
307
31k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Transcript
サマリー • 参加コンペ: – https://signate.jp/competitions/720 • 参加者: – チームは組んだが実働1人のみ(私) •
順位: – 14位(シルバー) • 備考: – 情報公開ポリシーがキビシイコンペ。 – モデルも分析結果も公開NGなので、言える範囲だけ。
データ、タスク概要 • データ・ルール特徴 – 似ている部材を見分けるコンペ – 未知のデータも認識する必要あり • 難しかったところ –
タスクの理解 • シンプルなクラス分類に見えなくも ないが距離学習。 – 実装 • Signateが用意したサーバーで動 作するように記述するのが大変。
アプローチ • 距離学習(arcface)の適応の利用+FAISS – Arcfaceとは? • リンク:モダンな深層距離学習 (deep metric learning)
手法: SphereFace, CosFace, ArcFace - Qiita • 概要:顔認識等の個体識別問題を解決するための手段。 • 選定理由:以前参加した、クジライルカコンペで環境を立ち上げていたので。 – Happywhale - Whale and Dolphin Identification | Kaggle – FAISSとは? • リンク:GPU対応の類似検索(最近傍探索)ライブラリ Faissの紹介 part1 導入/チュートリアル – Rest Term (rest-term.com) • 概要:Facebookが開発している近似近傍探索のOSS • 学習パラメータなどは、データを用いて得られた知見に含まれるためごめんなさい。
所感 • 学習パラメータはもう少しいじってもよかったなーと。 – 業務でOptunaを立ち上げたので今後使ってみる。 • タスクの説明文が難しく、日本語の理解の重要性を再認識 • Trust CV!