SIFT 📅 2022/5/17 · ☕ 1 min read 輝度勾配を計算(矢印) ノイズを軽減するために中心に対してガウス分布かける 勾配の方向を8方向に量子化 → 8ベクトル B個のブロックがあれば, 全ブロック分concatして, 8Bベクトルが得られる 位置合わせなどに用いる / Panograpy ... #記述子 #特徴量 #post
Homography 📅 2022/5/16 · ☕ 1 min read ホモグラフィ行列の推定 これで少なくとも必要条件は求まる $s \begin{bmatrix} x^{’} \ y^{’} \ 1 \end{bmatrix} = H \begin{bmatrix} x \ y \ 1 \end{bmatrix} = \begin{bmatrix} h_{11} & h_{12} & h_{13} \ h_{21} & h_{22} & h_{23} \ h_{31} & h_{32} & h_{33} \end{bmatrix} \begin{bmatrix} x \ y \ 1 \end{bmatrix}$ ... #CV #matrix #post
【論文メモ】Learning multiple visual domains with residual adapters 📅 2022/5/15 · ☕ 1 min read カーネルを選定するようなサブネットワークを作成する Adapter todo: できればもう一度読み返したい ... #論文
【論文メモ】Adapt-and-Adjust: Overcoming the Long-Tail Problem of Multilingual Speech Recognition 📅 2022/5/12 · ☕ 1 min read Adapt-and-Adjust (A2), end-to-endの多言語音声認識モデル multilingual language modelをspeach-decoderとする Dual-Adaptersを採用 言語ごとに特徴抽出器を切り替えるイメージ これってほんとに言語ごとに切り替わってるの? Adapterは Large-Scale Multilingual Speech Recognition with a Streaming End-to-End Modelが初出? → と思ったら違った 初出: Learning multiple visual domains with residual adapters ... #論文 #不均衡データ #音声
【論文メモ】Two-phase training mitigates class imbalance for camera trap image classification with CNNs 📅 2022/5/12 · ☕ 1 min read Decoupling Representation and Classifier for Long-Tailed Recognition と真反対の手法 step1. balancedなデータセットで学習 step2. 特徴量抽出器の重みを固定して, 元のデータセットで線形分類器だけfine-tuning Class-specific F1-Scoreを用いて評価 ... #論文 #不均衡データ
【論文メモ】Decoupling Representation and Classifier for Long-Tailed Recognition 📅 2022/5/12 · ☕ 1 min read クラス間の分布が違う=クラス間不均衡による影響についての論文 一般にモデルは「特徴量抽出器」と「クラス分類器」で構成されている クラス間の分布が違う場合, 「特徴量抽出器」と「クラス分類器」のどちらに悪影響か? 答えは「クラス分類器」 特徴量の抽出においては, そこまで悪い影響はないらしい クラス分類器 : 写像された特徴空間において, ... #機械学習 #論文
【論文メモ】Rethinking the Value of Labels for Improving Class-Imbalanced Learning 📅 2022/5/10 · ☕ 1 min read 不均衡データには正と負の両方の側面がある 正の側面 性能に寄与する → 負の側面 サンプル数が多いクラスに引っ張られて決定境界が歪む → https://arxiv.org/abs/2006.07529 ... #論文 #todo #自己教師あり学習
【論文メモ】No Parameters Left Behind: Sensitivity Guided Adaptive Learning Rate for Training Large Transformer Models 📅 2022/5/10 · ☕ 1 min read https://arxiv.org/pdf/2202.02664.pdf ... #論文 #todo
【論文メモ】Should You Mask 15% in Masked Language Modeling? 📅 2022/5/10 · ☕ 1 min read https://arxiv.org/pdf/2202.08005.pdf ... #論文 #todo
活性拡散 📅 2022/5/10 · ☕ 1 min read 知識グラフ / GNN https://www.sciencedirect.com/topics/computer-science/spreading-activation#:~:text=Spreading%20activation%20is%20the%20name,on%20the%20associations%20among%20chunks. ... #memo #post