オムライスの備忘録

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

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

【深層学習】Dilated Convolution

CNN yhayato1320.hatenablog.com Index Index Dilated Convolution D3Net / 2021 Dilated Convolution Multi-Scale Context Aggregation by Dilated Convolutions [2015] arxiv.org paperswithcode.com paper with code の method のページ 膨張畳み込み層 (…

【深層学習】GoogleNet / InceptionNet

CNN yhayato1320.hatenablog.com Index Index GoogleNet / InceptionNet InceptionNet v2 / 2015 InceptionNet v3 / 2015 InceptionNet v4 / Inception-ResNet / 2016 InceptionNeXt / 2023 GoogleNet / InceptionNet Inception Module. Going Deeper with C…

【深層学習】U2-Net

Index Index U2-Net Residual U-block Architecture 参考 U2-Net SOD yhayato1320.hatenablog.com Residual U-block U2-Net: Going Deeper with Nested U-Structure for Salient Object Detection VGG、ResNet、DenseNetなどのCNNデザインで頻繁に使用される…

【画像処理】Salient Object Detection / SOD

Index Index Salient Object Detection / SOD アルゴリズム Box の検出を前提として、ボックスに対して分類を行う (主に対象は人間) VIP / 2015 POINT / 2017 Box の検出も同時に行い、出力がセグメンテーション U2-Net / 2020 参考 Salient Object Detectio…

【深層学習】POINT

Index Index POINT Method 予測関数 Feature Representation Module Relation Module Relation Submodule Person-Person Interaction Module Event-Person Interaction Module Classification Module 参考 POINT deep imPOrtance relatIon NeTwork / POINT …

【深層学習】モデルの編集 / Model Editing #まとめ編 #01

Index Index モデルの編集 / Model Editing 参考 AI 検索 モデルの編集 / Model Editing Object Detection における Model Editing について記す. モデルの編集 / Model Editing yhayato1320.hatenablog.com Object Detection yhayato1320.hatenablog.com 参…

【機械学習】教師なし学習 / Unsupervised Learning #まとめ編 #00

【機械学習】教師あり学習 / 教師なし学習 / 強化学習 yhayato1320.hatenablog.com Index Index 教師なし学習 / Unsupervised Learning Method クラスタリング / Clustering 自己教師あり学習 / Self 各データ分野における手法 画像処理 教師なし学習 / Unsu…

【深層学習】SDXL

Index Index SDXL 改善点 UNetバックボーンの大規模化 参考 SDXL 改善点 UNetバックボーンの大規模化 以前の Stable Diffusion モデルと比較して3倍大きい2.6BパラメータのUNetバックボーンを採用. Stable Diffusion yhayato1320.hatenablog.com UNet yhayat…

【深層学習】Connectionist Temporal Classification Loss / CTC Loss

Index Index Connectionist Temporal Classification Loss / CTC Loss 参考 Web サイト AI 検索 Connectionist Temporal Classification Loss / CTC Loss リカレントニューラルネットワーク yhayato1320.hatenablog.com 損失関数 yhayato1320.hatenablog.com…