René's URL Explorer Experiment


Title: BadNets: Identifying Vulnerabilities in the Machine Learning Model Supply Chain · Issue #3 · palloc/PaperStack · GitHub

Open Graph Title: BadNets: Identifying Vulnerabilities in the Machine Learning Model Supply Chain · Issue #3 · palloc/PaperStack

X Title: BadNets: Identifying Vulnerabilities in the Machine Learning Model Supply Chain · Issue #3 · palloc/PaperStack

Description: 公開日 2017-08-22 1. 概要 Deep learningは各分野で成果を出しているが、計算リソースが必要になるため、クラウド上で学習するサービス(MLaaS)がある。また、既存のモデルを利用したり、転移学習させることでコストを下げる方法があり、アウトソーシングが主流になりつつある。だが、学習時にバックドアをネットワークに仕込むことができ、通常のテストケースでは何も問題がないものの、特定のトリガーを入力させることで誤識別させることができる。これをBadNets...

Open Graph Description: 公開日 2017-08-22 1. 概要 Deep learningは各分野で成果を出しているが、計算リソースが必要になるため、クラウド上で学習するサービス(MLaaS)がある。また、既存のモデルを利用したり、転移学習させることでコストを下げる方法があり、アウトソーシングが主流になりつつある。だが、学習時にバックドアをネットワークに仕込むことができ、通常のテストケースでは何も問題がないものの...

X Description: 公開日 2017-08-22 1. 概要 Deep learningは各分野で成果を出しているが、計算リソースが必要になるため、クラウド上で学習するサービス(MLaaS)がある。また、既存のモデルを利用したり、転移学習させることでコストを下げる方法があり、アウトソーシングが主流になりつつある。だが、学習時にバックドアをネットワークに仕込むことができ、通常のテストケースでは何も問題がないものの...

Opengraph URL: https://github.com/palloc/PaperStack/issues/3

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"BadNets: Identifying Vulnerabilities in the Machine Learning Model Supply Chain","articleBody":"## 公開日\r\n2017-08-22\r\n\r\n## 1. 概要\r\nDeep learningは各分野で成果を出しているが、計算リソースが必要になるため、クラウド上で学習するサービス(MLaaS)がある。また、既存のモデルを利用したり、転移学習させることでコストを下げる方法があり、アウトソーシングが主流になりつつある。だが、学習時にバックドアをネットワークに仕込むことができ、通常のテストケースでは何も問題がないものの、特定のトリガーを入力させることで誤識別させることができる。これをBadNetsと呼ぶ。\r\n## 2. 新規性・差分\r\n\r\n## 3. 手法\r\n### outsourced training attack\r\nモデルの形とデータセットをクラウドに投げて、学習結果のパラメータを受け取る場合を考える。\r\n\r\n#### BadNetsモデルの条件:\r\n- val accを低下させてはいけない(val dataは未知)\r\n- トリガーを入力したとき、正常に訓練したモデルとは異なる予測を出力する(標的型・非標的型の2パターンある)\r\n\r\n### transfer learning attack\r\nユーザが悪意を持って学習されたモデルをダウンロードして、転移学習する場合を考える。\r\n\r\n#### BadNetsモデルの条件:\r\n- 新しいアプリケーションに対して設定されたユーザのval accが高くなければならない\r\n- トリガーを入力したとき、正常に訓練したモデルとは異なる予測を出力する\r\n\r\nどちらにせよ、学習データにトリガーとなるデータを仕込むことによってバックドアを作成する。\r\n\r\n## 4. 結果\r\n### MNIST\r\n以下のようなデータを混ぜた\r\n\r\n![x2](https://user-images.githubusercontent.com/10243885/41815533-1bf8fa5e-77a9-11e8-92fe-88fdbd5c1009.png)\r\n\r\n結果、すごいいい感じに間違えていて、標的型のバックドアを仕込めていると言える。\r\n![x3](https://user-images.githubusercontent.com/10243885/41815544-42277ade-77a9-11e8-9d50-0b515b2e5b7b.png)\r\n\r\n悪意のあるデータは、全体の10%くらいでうまくいく。\r\n\r\n### Transfer learning\r\n転移学習の場合は以下のようになる。(道路標識の識別)\r\n![tlexp](https://user-images.githubusercontent.com/10243885/41815582-4d1629a8-77aa-11e8-9165-3c809e714c5a.png)\r\n\r\nいい感じに間違えさせられていて、以下のようにconv5のactivationを可視化させたら、backdoorの発火するポイントがわかる。\r\n\r\n![x8](https://user-images.githubusercontent.com/10243885/41815598-c733bc28-77aa-11e8-929a-cfc14db6fffb.png)\r\n\r\n(他にも結果はいっぱいあるので気になる方は論文見てください)\r\n\r\n## 5. 議論\r\nDNNのバックドアを検出する技術を研究する必要がある。\r\n\r\n## 6. コメント\r\n防御手法もちゃんと提案してくれ…\r\n\r\n## 論文情報・リンク\r\nhttps://arxiv.org/pdf/1708.06733v1.pdf","author":{"url":"https://github.com/palloc","@type":"Person","name":"palloc"},"datePublished":"2018-06-24T03:38:00.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/3/PaperStack/issues/3"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:b5106f2f-4e7c-ca97-3110-bef29d6ab384
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idAE9A:366AD7:137E21C:19CD30B:697C1650
html-safe-nonce7ef165d3a02fa0b9f8adbf84f9c4c5a5a85072e65cf22407b87140c8225bb129
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBRTlBOjM2NkFENzoxMzdFMjFDOjE5Q0QzMEI6Njk3QzE2NTAiLCJ2aXNpdG9yX2lkIjoiNjIzOTE1NTMxMzEyNzk4Njc2OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac032f8cde64ee806271704d9165cda47b7bffd699e964ff955f9dd684acf6cb4f
hovercard-subject-tagissue:335148031
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/palloc/PaperStack/3/issue_layout
twitter:imagehttps://opengraph.githubassets.com/bf703c36659669fa2941ebff84d7b5be436142277aae562931b785f0af48db3d/palloc/PaperStack/issues/3
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/bf703c36659669fa2941ebff84d7b5be436142277aae562931b785f0af48db3d/palloc/PaperStack/issues/3
og:image:alt公開日 2017-08-22 1. 概要 Deep learningは各分野で成果を出しているが、計算リソースが必要になるため、クラウド上で学習するサービス(MLaaS)がある。また、既存のモデルを利用したり、転移学習させることでコストを下げる方法があり、アウトソーシングが主流になりつつある。だが、学習時にバックドアをネットワークに仕込むことができ、通常のテストケースでは何も問題がないものの...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamepalloc
hostnamegithub.com
expected-hostnamegithub.com
Noneda4f0ee56809799586f8ee546b27f94fe9b5893edfbf87732e82be45be013b52
turbo-cache-controlno-preview
go-importgithub.com/palloc/PaperStack git https://github.com/palloc/PaperStack.git
octolytics-dimension-user_id10243885
octolytics-dimension-user_loginpalloc
octolytics-dimension-repository_id138400354
octolytics-dimension-repository_nwopalloc/PaperStack
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id138400354
octolytics-dimension-repository_network_root_nwopalloc/PaperStack
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release8a39ac792b6ac233e27375cf1b5f5fb65abbdfaa
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/palloc/PaperStack/issues/3#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpalloc%2FPaperStack%2Fissues%2F3
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpalloc%2FPaperStack%2Fissues%2F3
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=palloc%2FPaperStack
Reloadhttps://patch-diff.githubusercontent.com/palloc/PaperStack/issues/3
Reloadhttps://patch-diff.githubusercontent.com/palloc/PaperStack/issues/3
Reloadhttps://patch-diff.githubusercontent.com/palloc/PaperStack/issues/3
palloc https://patch-diff.githubusercontent.com/palloc
PaperStackhttps://patch-diff.githubusercontent.com/palloc/PaperStack
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fpalloc%2FPaperStack
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fpalloc%2FPaperStack
Star 20 https://patch-diff.githubusercontent.com/login?return_to=%2Fpalloc%2FPaperStack
Code https://patch-diff.githubusercontent.com/palloc/PaperStack
Issues 10 https://patch-diff.githubusercontent.com/palloc/PaperStack/issues
Pull requests 0 https://patch-diff.githubusercontent.com/palloc/PaperStack/pulls
Actions https://patch-diff.githubusercontent.com/palloc/PaperStack/actions
Projects 0 https://patch-diff.githubusercontent.com/palloc/PaperStack/projects
Security 0 https://patch-diff.githubusercontent.com/palloc/PaperStack/security
Insights https://patch-diff.githubusercontent.com/palloc/PaperStack/pulse
Code https://patch-diff.githubusercontent.com/palloc/PaperStack
Issues https://patch-diff.githubusercontent.com/palloc/PaperStack/issues
Pull requests https://patch-diff.githubusercontent.com/palloc/PaperStack/pulls
Actions https://patch-diff.githubusercontent.com/palloc/PaperStack/actions
Projects https://patch-diff.githubusercontent.com/palloc/PaperStack/projects
Security https://patch-diff.githubusercontent.com/palloc/PaperStack/security
Insights https://patch-diff.githubusercontent.com/palloc/PaperStack/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/palloc/PaperStack/issues/3
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/palloc/PaperStack/issues/3
BadNets: Identifying Vulnerabilities in the Machine Learning Model Supply Chainhttps://patch-diff.githubusercontent.com/palloc/PaperStack/issues/3#top
Adversarialhttps://github.com/palloc/PaperStack/issues?q=state%3Aopen%20label%3A%22Adversarial%22
DNNhttps://github.com/palloc/PaperStack/issues?q=state%3Aopen%20label%3A%22DNN%22
Trojanhttps://github.com/palloc/PaperStack/issues?q=state%3Aopen%20label%3A%22Trojan%22
https://github.com/palloc
https://github.com/palloc
pallochttps://github.com/palloc
on Jun 24, 2018https://github.com/palloc/PaperStack/issues/3#issue-335148031
https://user-images.githubusercontent.com/10243885/41815533-1bf8fa5e-77a9-11e8-92fe-88fdbd5c1009.png
https://user-images.githubusercontent.com/10243885/41815544-42277ade-77a9-11e8-9d50-0b515b2e5b7b.png
https://user-images.githubusercontent.com/10243885/41815582-4d1629a8-77aa-11e8-9165-3c809e714c5a.png
https://user-images.githubusercontent.com/10243885/41815598-c733bc28-77aa-11e8-929a-cfc14db6fffb.png
https://arxiv.org/pdf/1708.06733v1.pdfhttps://arxiv.org/pdf/1708.06733v1.pdf
Adversarialhttps://github.com/palloc/PaperStack/issues?q=state%3Aopen%20label%3A%22Adversarial%22
DNNhttps://github.com/palloc/PaperStack/issues?q=state%3Aopen%20label%3A%22DNN%22
Trojanhttps://github.com/palloc/PaperStack/issues?q=state%3Aopen%20label%3A%22Trojan%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.