Open kyakuno opened 9 months ago
取り急ぎ、slackにて共有させて頂いた内容 https://axincai.slack.com/archives/C019HCVQBCP/p1710974187099469?thread_ts=1707350225.508149&cid=C019HCVQBCP
筋が良いと感じた3手法 ──────────────────────── ①UNPG https://paperswithcode.com/paper/unified-negative-pair-generation-toward-well
──────────────────────── ②DeepFace-EMD: Re-ranking Using Patch-wise Earth Mover’s Distance Improves Out-Of-Distribution Face Identification https://paperswithcode.com/paper/deepface-emd-re-ranking-using-patch-wise
──────────────────────── ③Fast and Interpretable Face Identification for Out-Of-Distribution Data Using Vision Transformers https://paperswithcode.com/paper/fast-and-interpretable-face-identification
────────────────────────
📝 (論文まとめRough)
Vision Transformers (ビジョントランスフォーマーを使用した分布外データの顔識別を高速かつ解釈可能に)
O(n 3 log n)
という大きな時間計算量に達しますz_l^{\prime}
$ は、セルフアテンションプロセスとクロスアテンションプロセスの組み合わせを通じて取得されますz_l^1
$ 、$z_l^2
$ を利用し、画像間特徴を抽出するためにそれらを線形層に置きます...
📝 (Githubリポジトリ確認Rough)
itertools.combinations(filename_list, 2)
等を駆使して、比較的簡単にリストは作成できる
現状、arcfaceとinsightfaceしかないので、商用に耐えうる最新のモデルがないかなと考えています。