アルゴリズム弱太郎

Twitter @01futabato10

機械学習

敵対的ポイフル

この記事は IPFactory OB Advent Calendar 2023 25日目の記事です。 qiita.com はじめに こんにちは、ふたばとです。 つぶグミは言わずと知れたウマスギ物質の一つです。最近値上げしてしまったり内容量が減ったりしまっていますが、それでも1袋 130 円程度…

LEAF -A Benchmark for Federated Settings-

この記事は IPFactory OB Advent Calendar 2023 23日目の記事です。 qiita.com こんにちは、ふたばとです。 今日は CMU から出されている LEAF という連合学習用のベンチマーキングフレームワークを使ってみます。 英語でも使ってみた系のテックブログがすぐ…

ArcFace: Additive Angular Margin Loss for Deep Face RecognitionrcFace

こんにちは、futabatoです。 今回は、ArcFace: Additive Angular Margin Loss for Deep Face RecognitionrcFace ( Deng, Jiankang, et al. , 2019 )の論文に目を通したので、論文メモとしてBlogに残しておきます。 openaccess.thecvf.com ArcFace: Additive …

Deep metric learning using Triplet network

こんにちは、futabatoです。 今回は、Deep metric learning using Triplet network ( Hoffer, Elad, and Nir Ailon., 2015 )の論文に目を通したので、論文メモとしてBlogに残しておきます。 arxiv.org Deep metric learning using Triplet network 論文の概…

Dimensionality Reduction by Learning an Invariant Mapping

こんにちは、futabatoです。 今回は、Dimensionality Reduction by Learning an Invariant Mapping ( Hadsell, Raia, Sumit Chopra, and Yann LeCun. , 2006 )の論文に目を通したので、論文メモとしてBlogに残しておきます。 ieeexplore.ieee.org Dimensiona…

Robust Detection of Adversarial Attacks by Modeling the Intrinsic Properties of Deep Neural Networks

こんにちは、futabatoです。 今回は、Robust Detection of Adversarial Attacks by Modeling the Intrinsic Properties of Deep Neural Networks( Zheng, Zhihao, and Pengyu Hong., 2018)の論文に目を通したので、論文メモとしてBlogに残しておきます。 pro…

One pixel attack for fooling deep neural networks

こんにちは、futabatoです。 今回は、One pixel attack for fooling deep neural networks ( Su, Jiawei, Danilo Vasconcellos Vargas, and Kouichi Sakurai., 2017 )の論文に目を通したので、論文メモとしてBlogに残しておきます。 arxiv.org One pixel att…

Feature Squeezing: Detecting Adversarial Examples in Deep Neural Networks

こんにちは、futabatoです。 今回は、Feature Squeezing: Detecting Adversarial Examples in Deep Neural Networks (Xu, Weilin, David Evans, and Yanjun Qi., 2017)の論文に目を通したので、論文メモとしてBlogに残しておきます。 arxiv.org Feature Sque…

Adversarial T-shirt! Evading Person Detectors in A Physical World

こんにちは、futabatoです。 今回は、Adversarial T-shirt! Evading Person Detectors in A Physical World (Xu, Kaidi, et al., 2020)の論文に目を通したので、論文メモとしてBlogに残しておきます。 arxiv.org Adversarial T-shirt! Evading Person Detect…

Physical Adversarial Examples for Object Detectors

こんにちは、futabatoです。 今回は、Physical Adversarial Examples for Object Detectors (Song, Dawn, et al., 2018 )の論文に目を通したので、論文メモとしてBlogに残しておきます。 arxiv.org Physical Adversarial Examples for Object Detectors 論文…

The Limitations of Deep Learning in Adversarial Settings

こんにちは、futabatoです。 今回は、The Limitations of Deep Learning in Adversarial Settings(Papernot, Nicolas, et al., 2016)の論文に目を通したので、論文メモとしてBlogに残しておきます。 arxiv.org The Limitations of Deep Learning in Adversar…

Explaining and Harnessing Adversarial Examples

こんにちは、futabatoです。 今回は、Explaining and Harnessing Adversarial Examples (Goodfellow, Ian J., Jonathon Shlens, and Christian Szegedy., 2015)の論文に目を通したので、論文メモとしてBlogに残しておきます。 https://arxiv.org/abs/1412.65…

Machine Learning for Web Vulnerability Detection: The Case of Cross-Site Request Forgery

この記事はIPFactory Advent Calendar 24日目の記事です。 qiita.com こんにちは、futabatoです。 先日の記事で言及していたCSRF脆弱性検出アプローチに機械学習を取り入れている論文を見つけていたので、論文メモとしてBlogに残しておきます。 まだまだWeb…

半教師あり学習について学ぶ

この記事はIPFactory Advent Calendar 2021の8日目の記事です。 こんにちは、futabatoです。 今まで触れてこなかった半教師あり学習について学ぶ機会があったので、勉強したことをBlogに残しておきます。 Semi-Supervised Learning Overview Motivation Cons…

WAffle開発記【機械学習編】

こんにちは、futabatoです。 y0d3nとl7elVliと『WAffle』というWAF(Web Application Firewall)を実装をしたので、成果物の開発記を書きました。 リポジトリはこちらになります。 github.com WAffleのコンセプトとしては、正規表現によるパターンマッチングと…