Skip to content

Conversation

@00HS
Copy link

@00HS 00HS commented Apr 26, 2023

깃허브를 많이 안써봐서 잘 실행되는지 모르겠네요!
확인 부탁드립니다!

@hoqn hoqn added the 🙋‍♂️🙋‍♀️ 리뷰 요청 PR 리뷰를 요청합니다~ label Apr 27, 2023
hjm507
hjm507 previously approved these changes May 3, 2023
Copy link

@hjm507 hjm507 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

보안 쪽은 생각해보지 못한 주제라 흥미롭네요...! 공격은 오히려 손실을 최대화 시키는 쪽으로 학습시킨다는 발상이 재밌으면서 무섭네요. 적대적 방어 관련해서도 나중에 더 써주시면 좋을 것 같습니다!


2016년 마이크로소프트의 챗봇 ‘테이(Tay)’가 16시간 만에 전격 중단되었습니다. 일부 유저들이 악의를 가지고 혐오 표현들을 학습시켜 챗봇이 각종 인종, 성차별적인 발언을 쏟아내도록 만들었기 때문입니다. 딥러닝이 발전하면서, 이와 같이 모델의 보안을 위협하는 문제는 지속되왔고, 그 위험성은 커지고 있습니다.

위의 예시에서처럼, 기존의 해킹 방법과는 다르게, 머신러닝 알고리즘이 내제하고 있는 취약점을 이용한 방법이 바로 적대적 공격입니다. 즉, 적대적인 공격은 미세하게 변경된 입력 데이터인 적대적 예제를 활용해 신경망의 정확도를 떨어뜨리는 행위입니다.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

내제하고 있는 -> 내재하고 있는 오타인 것 같습니다!

Copy link

@beautifulchoi beautifulchoi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

흥미로운 주제에 대해서 간결하게 잘 써주셔서 재미있게 읽었습니다. 글 작성하시느라 수고하셨습니다 : )

title: "FSGM을 이용하여 적대적 공격 살펴보기"
authors: [00HS]
tags: ["적대적 공격", "FSGM"]
image: 포스트 커버 이미지

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

포스트 커버 이미지 주소가 안들어가 있는 것 같습니다

적대적 공격은 신경망 내부 정보 보유 여부에 따라 두 가지로 나뉩니다. white-box 공격은 신경망 내부 정보를 아는 상태로 수행하는 공격으로, 이 때문에 더욱 효과적인 공격을 수행할 수 있습니다. Black-box 공격은 반대로 신경망 내부 정보를 모르는 상태로 수행하는 공격으로, 실제 상황에서 신경망은 이 유형의 공격을 당할 확률이 높습니다.

## FSGM
대표적인 적대적 공격인 FSGM에 대해 코드를 통해 살펴보도록 하겠습니다.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

대해 -> 대하여 로 수정하는 것이 좋을 것 같습니다


## FSGM
대표적인 적대적 공격인 FSGM에 대해 코드를 통해 살펴보도록 하겠습니다.
FSGM은 공격 목표를 정할 수 없는 non-targeted 방식이자, 대상 모델의 정보가 필요한 화이트박스 방식입니다.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

위에서 영어로 white box라고 썼어서, 여기서도 white box라고 쓰는 것이 좋을 것 같습니다

@hoqn hoqn added ✅ 리뷰 완료 한 명 이상이 리뷰를 완료했을 때 🔨 수정 요청 리뷰 과정 중 수정 사항이 생겼을 때 and removed 🙋‍♂️🙋‍♀️ 리뷰 요청 PR 리뷰를 요청합니다~ labels May 19, 2023
title: "FSGM을 이용하여 적대적 공격 살펴보기"
authors: [00HS]
tags: ["적대적 공격", "FSGM"]
image: ![deeplearning](../assets/images/post-Adversarial Attack/deeplearning.jpg)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

프론트매터의 image에는 경로만 입력해주셔야 렌더링이 됩니다..!

Suggested change
image: ![deeplearning](../assets/images/post-Adversarial Attack/deeplearning.jpg)
image: ../assets/images/post-Adversarial Attack/deeplearning.jpg

@SSUHYUNKIM SSUHYUNKIM added 💯 최종 완료 모든 수정과 리뷰가 끝난 후 merge를 기다릴 때 and removed ✅ 리뷰 완료 한 명 이상이 리뷰를 완료했을 때 🔨 수정 요청 리뷰 과정 중 수정 사항이 생겼을 때 labels Jul 7, 2023
@SSUHYUNKIM SSUHYUNKIM merged commit 6e3b56d into GDSC-University-of-Seoul:master Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💯 최종 완료 모든 수정과 리뷰가 끝난 후 merge를 기다릴 때

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants