일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- TensorFlow Object Detection API install
- Paper Analysis
- VOC 변환
- 논문분석
- object detection
- Custom Animation
- CARLA simulator
- Towards Deep Learning Models Resistant to Adversarial Attacks
- Object Detection Dataset 생성
- Git
- TensorFlow Object Detection 사용예시
- TensorFlow Object Detection Error
- TensorFlow Object Detection Model Build
- Docker
- 객체 탐지
- 리눅스 빌드
- paper review
- Carla
- Linux build
- Branch 활용 개발
- 크롤링
- InstructPix2Pix
- DACON
- 사회초년생 추천독서
- 개발흐름
- 기능과 역할
- AI Security
- 논문 분석
- DOTA dataset
- 커스텀 애니메이션 적용
Archives
- Today
- Total
목록adversarial attack (1)
JSP's Deep learning

1. Adversarial Examples 요약 "Adversarial Examples"는 Model의 선형성(Linear nature)의 취약점을 이용한 공격 기법이다. "FGSM(Fast Gradient Sign Method)"을 통해서 Adversarial Examples을 생성한다. "Adversarial Training"을 통해서 "Adversarial Example"에 대해 Model을 Robust하게 한다. 2. 주요 용어 1) Softplus Function log(1+exp(x))로 정의된다. ReLU와 비슷하지만 ReLU는 x < 0에 대해서 0으로 처리하는 반면에 SoftPlus는 조금 더 Smooth하게 0으로 수렴하게 한다. 2) Maxout Function 활성화 함수를 piec..
Paper Review/AI Security
2023. 1. 15. 14:25