オムライスの備忘録

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

データサイエンス-画像処理

【画像処理】平均適合率 / Average Precision / AP #アルゴリズム編

Index Index 平均適合率 / Average Precision / AP 物体検出における AP 実装編 参考 書籍 Web サイト 平均適合率 / Average Precision / AP 機械学習で利用する精度指標の一つ. 平均適合率 / Average Precision / AP #まとめ編 物体検出における AP 物体検…

【動画像処理】Optical Flow

Index Index Optical Flow 応用 AnyFlow / 2023 Optical Flow Optical Flow Estimation におけるアルゴリズムの一つ. Optical Flow Estimation yhayato1320.hatenablog.com 応用 AnyFlow / 2023 AnyFlow: Arbitrary Scale Optical Flow with Implicit Neural…

【動画像処理】Optical Flow Estimation

Index Index Optical Flow Estimation Optical Flow Optical Flow Estimation 画像 (ピクセル) の時間的な変化を解析して、予測する動画像解析のタスク. 動画像処理 #まとめ編 yhayato1320.hatenablog.com Optical Flow Optical Flow yhayato1320.hatenablog…

【画像処理】テンプレートマッチング / Template Matching #実装編

Index Index テンプレートマッチング / Template Matching 実装 参考 テンプレートマッチング / Template Matching 入力の画像データ(もしくは、その特徴量ベクトル)と、 テンプレート画像(複数でも)と、画像空間 (もしくは、特徴空間)における距離 (場合に…

【画像処理】テンプレートマッチング / Template Matching #アルゴリズム編

Index Index テンプレートマッチング / Template Matching 物体認識 / 画像分類での利用 物体検出での利用 距離 / 誤差の計算 ユークリッド距離 / Euclid Distance SSD / Sum of Squared Difference SAD / Sum of Absolute Difference NCC / Normalized Cros…

【動画像処理】Frame Sampling #実装編

Index Index Frame Sampling タスク データセット 実装 実行 環境構築 Frame Sampling 動画像データから画像 (フレーム) をサンプリングし、シーケンシャルな (もしくはシーケンシャルでない) 画像データセットを作成する. Frame Sampling #まとめ編 yhayato…

【動画像処理】Frame Sampling #まとめ編

Index Index Frame Sampling ランダムサンプリング アルゴリズム SCSampler / 2019 Adversarially Robust Frame Sampling / 2020 MGSampler / 2021 Frame Sampling 動画像データから画像 (フレーム) をサンプリングし、シーケンシャルな (もしくはシーケンシ…

【画像処理】Keypoint Detection / Pose Estimation

Index Index Keypoint Detection / Pose Estimation Pose Estimation アルゴリズム PoseNet / 2018 CenterNet / 2019 DensePose / 2022 AlphaPose / 2022 テクニック・工夫 3D 参考 Web サイト Keypoint Detection / Pose Estimation ある特定の物体 (主に人…

【画像処理】Person Search

Index Index Person Search アルゴリズム Sequential End-to-end Network for Efficient Person Search Cascade Transformers for End-to-End Person Search 参考 Person Search 複数のシーンの画像の中から特定の人間を検出する画像分野のタスク. Human (Pe…

【画像処理】Person Re-Identification #まとめ編

画像処理 #まとめ編 yhayato1320.hatenablog.com Index Index Person Re-Identification 深層学習を用いた特徴量の比較 特徴量の抽出 ResNet / 2015 Multi-Level Factorisation Net / MLFN / 2018 Harmonious Attention CNN / HA-CNN / 2018 MobileNet V2 / …

【画像処理】タスク一覧 #まとめ編

#まとめ編 一覧 yhayato1320.hatenablog.com Index Index 画像処理のタスク 特徴領域の検出 Edge Detection Line Detection Contours / Rect / Box Detection 画像認識 / Image Recognition 物体認識 / Object Recognition シーン認識 / Scene Recognition …

【画像処理】Human Detection

画像処理 #まとめ編 yhayato1320.hatenablog.com Index Index Human Detection 参考 Human Detection 物体検出 / Object Detection の中でも、人間の検出に焦点を当てたタスク. 物体検出 #まとめ編 yhayato1320.hatenablog.com 参考 Human Detection paper w…

【画像処理】最近傍補間法

Index Index 最近傍補間法 参考 最近傍補間法 最近傍法 / Nearest neighbor を利用した補間方法. 画像補間 yhayato1320.hatenablog.com 参考 【画像処理】最近傍補間法の原理・計算式 algorithm.joho.info Numpyだけでサクッと画像を拡大する方法 blog.shiko…

【動画像処理】分野一覧 #まとめ編

#まとめ編 一覧 yhayato1320.hatenablog.com Index Index 動画像処理 Frame Sampling アルゴリズム X-CLIP / 2022 SAVi++ テクニック・工夫 CNN Transformer Diffusion Model Video MAE Unmasked Teacher / 2023 VideoMAE V2 / 2023 タスク データセット 参…

【画像処理】Intersection over Union / IoU #実装編

yhayato1320.hatenablog.com Index Index Intersection over Union / IoU とは 実装 動作環境 実装内容 参考 Intersection over Union / IoU とは yhayato1320.hatenablog.com 実装 動作環境 Google Colabratory (2022/03/18) Python (3.7.12) 実装内容 IoU …

【画像処理】セグメンテーション / Segmentation #まとめ編 #01

Segmentation yhayato1320.hatenablog.com Index Index Segmentation とは 画像処理を利用したアルゴリズム Snakes 法 / 1988 Level Set 法 / 2004 参考 Segmentation とは 画像処理のタスクの一つである領域検知. 画像を入力としてピクセルレベルで領域を分…

【画像処理】選択的検索法 / Selective Search Method

yhayato1320.hatenablog.com Index Index 選択的検索法 / Selective Search Method 参考 選択的検索法 / Selective Search Method 入力画像中の物体らしさなどをあらかじめ評価しておき、領域候補数を絞り込む手法が、 選択的検索法 / Selective Search Meth…

【画像処理】スライディングウィンドウ法 / Sliding Window Method

yhayato1320.hatenablog.com Index Index スライディングウィンドウ法 / Sliding Window Method 参考 スライディングウィンドウ法 / Sliding Window Method 最も単純な物体領域の提案方法として、ある決まった大きさの領域を一定のピクセルごとにずらすこと…

【画像処理】物体領域候補の提案手法

yhayato1320.hatenablog.com Index Index 物体検出 物体領域候補の提案 アルゴリズム スライディングウィンドウ法 / Sliding Window Method 選択的検索法 / Selective Search Method 分岐限定法 RPN 参考 物体検出 物体検出の (画像ベースの) 多くの手法では…

【画像処理】HOG 記述子 / HOG Descriptor

Index Index HOG 記述子 / HOG Descriptor とは 参考 書籍 HOG 記述子 / HOG Descriptor とは 画像処理で利用される記述子 / Descriptorという考えのひとつ. yhayato1320.hatenablog.com その中でも、輝度勾配を利用する手法. 参考 Histograms of oriented g…

【画像処理】物体検出 / Object Detection #まとめ編 #01

yhayato1320.hatenablog.com Index Index 物体検出の実装編まとめ 深層学習 物体検出の実装編まとめ 深層学習 アルゴリズム 実装編リンク SSD yhayato1320.hatenablog.com YOLO X yhayato1320.hatenablog.com Swin Transformer yhayato1320.hatenablog.com G…

【画像処理】非最大抑制 / Non-Maximum Suppression / NMS

yhayato1320.hatenablog.com Index Index 非最大抑制 / Non-Maximum Suppression / NMS 処理の手順 改善手法 参考 非最大抑制 / Non-Maximum Suppression / NMS 物体検出の結果として、検出対象物体を中心として複数のバウンディングボックスが検出されてし…

【画像処理】物体認識 #まとめ編

画像処理 #まとめ編 yhayato1320.hatenablog.com Index Index 物体認識 基本的なアルゴリズム 分類 特徴空間 / Feature Space 機械学習 ベイズ識別 判別分析 局所学習 / Local Learning K 近傍法 / KNN カーネル密度推定 テンプレートマッチング / Template …

【画像処理】Image Pyramid

yhayato1320.hatenablog.com Index Index Image Pyramid とは 参考 Image Pyramid とは 同じ画像の異なるスケールを入力する仕組みのこと. 参考 画像認識 2 局所特徴 2.4 基本的な検出器 2.4.3 プロプ検出器 2.4.3.3 へシアンの行列式を用いた検出器 画像認識…

【画像処理】プーリング / Pooling

yhayato1320.hatenablog.com Index Index プーリング / Pooling とは 深層学習で利用される プーリング / Pooling 参考 プーリング / Pooling とは 画像領域内に存在する 複数のコーディング後の特徴ベクトルを その領域を代表する 1 つのベクトルにまとめる…

【画像処理】フィルタリング

検出器 / Detector yhayato1320.hatenablog.com Index Index 空間フィルタリングとは 数学的定義 相関 / Correlation 畳み込み / Convolution 様々な空間フィルタ 平均化フィルタ / Averaging Filter ガウシアンフィルタ / Gaussian Filter バイラテラルフィ…

【画像処理】検出器 / Detector

画像処理 #まとめ編 yhayato1320.hatenablog.com Index Index 検出器 / Detector とは 検出器の種類 空間フィルタリング エッジ検出器 コーナ検出器 ブロブ検出器 回転不偏性 アフィン変換への頑健性 参考 検出器 / Detector とは 局所特徴抽出の手法の一つ…

【画像処理】SIFT 記述子 / SIFT Descriptor

Index Index SIFT 記述子 / SIFT Descriptor とは 処理手順 参考 書籍 SIFT 記述子 / SIFT Descriptor とは 画像処理で利用される記述子 / Descriptorという考えのひとつ. yhayato1320.hatenablog.com その中でも、輝度勾配を利用する手法. 処理手順 SIFT 記…

【画像処理】CNN Descriptor

Index Index CNN Descriptor 代表的な手法 シャムネットワーク / Siamese Network 応用アルゴリズム 参考 CNN Descriptor 画像処理で利用される記述子 / Descriptorという考えのひとつ. yhayato1320.hatenablog.com 訓練データを用いて学習された CNN (畳み…

【画像処理】記述子 / Descriptor

画像処理 #まとめ編 yhayato1320.hatenablog.com Index Index 記述子 / Descriptor とは 様々な記述子 画素記述子 / Raw Pixel Descriptor 局所バイナリパターン / Local Binary Pattern / LBP 局所輝度勾配 バイナリ局所記述子 / Binary Local Descriptor …