- 画像処理 #まとめ編
Index
Person Re-Identification
異なるカメラ、もしくは同じカメラで異なる機会に撮影された 同一人物に関する再識別 / 再特定をするタスク.
- 画像処理 / タスク一覧
深層学習を用いた特徴量の比較
深層学習を用いて、人間が写っている画像から特徴量を抽出.
その後特徴量ベクトルを比較する.
特徴量の抽出
人間が写っている画像から特徴量を抽出 を抽出する.
ResNet / 2015
- ResNet
Multi-Level Factorisation Net / MLFN / 2018
- Multi-Level Factorisation Net for Person Re-Identification
- [2018]
- arxiv.org
Harmonious Attention CNN / HA-CNN / 2018
- Harmonious Attention Network for Person Re-Identification
- [2018]
- arxiv.org
MobileNet V2 / 2018
- MobileNet V2
- 軽量で効率のよりネットワークアーキテクチャ
- yhayato1320.hatenablog.com
OSNet / 2019
- OSNet
- Person Re-Identification に特化した手法
- yhayato1320.hatenablog.com
CTL-ResNet / 2021
- CTL-ResNet
-
Centroid Triplet Loss ResNet
- yhayato1320.hatenablog.com
特徴量ベクトルの比較
- コサイン類似度
データセット
Market-1501
- Market-1501
応用アルゴリズム
Person Re-Identification を含んだ応用的なアルゴリズム.
DeepSORT
- DeepSORT
参考
- Person Re-Identification
- paper with code のタスクページ
- paperswithcode.com