機械学習とかコンピュータビジョンとか

CVやMLに関する勉強のメモ書き。

2019-01-01から1ヶ月間の記事一覧

Bottom-up Object Detection by Grouping Extreme and Center Pointsを読んだのでメモ

はじめに Bottom-up Object Detection by Grouping Extreme and Center Pointsを読んだのでメモ. 気持ち Object detectionにbounding boxを使うのは良くないのでextreme pointsと中心位置の4点をheatmapとして回帰しようというもの.Extreme pointというの…

Neural Relational Inference for Interacting Systemsを読んだのでメモ

はじめに Neural Relational Inference for Interacting Systemsを読んだのでメモ.ニューラルネットにより要素間のインタラクションを推定したいというもの.例としてバスケットボールをあげていて,ある選手のダイナミクスは相手選手や味方の選手の動きや…

Understanding the Effective Receptive Field in Deep Convolutional Neural Networksを読んだのでメモ

はじめに Understanding the Effective Receptive Field in Deep Convolutional Neural Networksを読んだのでメモ. 気持ち CNNにおけるreceptive fieldをちゃんと解析しようというもの.ここではeffective receptive field(ERF)という上位の概念を導入する…