(DL輪読)Matching Networks for One Shot LearningMasahiro Suzuki
?
1. Matching Networks is a neural network architecture proposed by DeepMind for one-shot learning.
2. The network learns to classify novel examples by comparing them to a small support set of examples, using an attention mechanism to focus on the most relevant support examples.
3. The network is trained using a meta-learning approach, where it learns to learn from small support sets to classify novel examples from classes not seen during training.
研究室の輪講で使った古いスライド。物体検出の黎明期からシングルショット系までのまとめ。
Old slides used in a lab lecture. A summary of object detection from its early days to single-shot systems.
フォント不足による表示崩れがあります(筑紫A丸ゴシック、Montserratを使用)。
表形式データのために提案されたDNNをベースとしたモデルとXGBoostを比較した論文を解説。
DNNとXGBoostの両方を用いたアンサンブル学習が良い性能が出たという実験結果などを紹介します。
Shwartz-Ziv, Ravid, and Amitai Armon. "Tabular Data: Deep Learning is Not All You Need." arXiv preprint arXiv:2106.03253 (2021).
文献紹介:EfficientDet: Scalable and Efficient Object DetectionToru Tamaki
?
Mingxing Tan, Ruoming Pang, Quoc V. Le; EfficientDet: Scalable and Efficient Object Detection, Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2020, pp. 10781-10790
https://openaccess.thecvf.com/content_CVPR_2020/html/Tan_EfficientDet_Scalable_and_Efficient_Object_Detection_CVPR_2020_paper.html
表形式データのために提案されたDNNをベースとしたモデルとXGBoostを比較した論文を解説。
DNNとXGBoostの両方を用いたアンサンブル学習が良い性能が出たという実験結果などを紹介します。
Shwartz-Ziv, Ravid, and Amitai Armon. "Tabular Data: Deep Learning is Not All You Need." arXiv preprint arXiv:2106.03253 (2021).
文献紹介:EfficientDet: Scalable and Efficient Object DetectionToru Tamaki
?
Mingxing Tan, Ruoming Pang, Quoc V. Le; EfficientDet: Scalable and Efficient Object Detection, Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2020, pp. 10781-10790
https://openaccess.thecvf.com/content_CVPR_2020/html/Tan_EfficientDet_Scalable_and_Efficient_Object_Detection_CVPR_2020_paper.html
論文紹介:Adversarially Learned One-Class Classifier for Novelty DetectionKazuki Adachi
?
Sabokrou, Mohammad, et al. "Adversarially Learned One-Class Classifier for Novelty Detection." The IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2018, pp. 3379-3388
11. 11
空間的な依存関係を考慮したモデル
グラフ理論
Jianbo Shi and Jitendra Malik. Normalized cuts and image segmentation. IEEE Transactions on Pattern
Analysis and Machine Intelligence, 22(8):888–905, August 2000.
? 画素をノードとするグラフとみなし,エッジで結合された画素を同じクラスとする!
? グラフのクラス内類似度を最大化,クラス間類似度を最小化するようなグラフを求める
S. P. Chatzis and G. Tsechpenakis. The infinite hidden markov random field model. IEEE Transactions on
Neural Networks, 21:1004–1014, June 2010.
? 画素は背後に仮定した潜在変数に依存して観測される!
? 潜在変数は近傍の潜在変数のみに依存する
マルコフ確率場
ガウス過程
E.B. Sudderth and M. I. Jordan. Shared segmentation of natural scenes using dependent pitman-yor
processes. In Daphne Koller, Dale Schuurmans, Yoshua Bengio, and Leon Bottou, editors, NIPS, pages
1585-1592. MIT Press, 2008.
? 近傍の画素は類似する性質をガウス過程でモデル化!
? ある画素のラベルはほかのすべての画素から影響を受け,近傍ほど影響が大きい
画像の空間的な特性を考慮したモデルが存在する