オムライスの備忘録

数学・統計学・機械学習・プログラミングに関することを記す

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

【深層学習】MobileNet #まとめ編

Index Index MobileNet V1 / 2017 V2 / 2018 V3 / 2019 V4 / 2024 参考 MobileNet Google が研究している実行効率におけるCNNネットワークアーキテクチャの改善手法. CNN #まとめ編 yhayato1320.hatenablog.com V1 / 2017 MobileNet V1 yhayato1320.hatenabl…

【深層学習】Xception

Index Index Xception 参考 Web サイト Xception CNN #まとめ編 yhayato1320.hatenablog.com 参考 Xception: Deep Learning with Depthwise Separable Convolutions [2016] arxiv.org Web サイト 【論文読み】Xception : Deep Learning with Depthwise Separ…

【深層学習】RepVGG

Index Index RepVGG モチベーション 工夫 Model Re-parameterization Winograd Convolution Architecture Training-time Re-param for Plain Inference-time Model 変換1 : Conv + BN -> Conv 変換2 : 1x1 conv, identity mapping -> 3x3 conv 変換3 : 3x3 c…

【深層学習】DyHead

Index Index DyHead 3 つの awareness Architecture 参考 Web サイト DyHead Object Detection #まとめ編 Attention を用いた手法 yhayato1320.hatenablog.com 3 つの awareness Scale-awareness Spatial-awareness Task-awareness Architecture 参考 Dynami…