[Model Review] MobileNet SSD 논문 퀵 리뷰

2022. 12. 13. 09:09·🐬 ML & Data/📘 논문 & 모델 리뷰
728x90
퀄리티가 높지 않습니다. 주의!

Mobile Object Detection model - based on VGG- 16

https://arxiv.org/abs/1704.04861

1. Summary

VGG-16 기반 기본 모델이다. 기존 VGG-16 모델이 3x3x3 convolution을 3-dimention으로 사용했기 때문에 총 parameter 개수가 81개였는데, mobile 기기 위에 올리기 위해 depthwise convolution과 pointwise convolution을 함께 사용하여 331 x 3 + 311 x 3 = 27 + 9 = 36개의 parameter로 줄인 방식의 모델이다.

→ 이를 Depth separable convolution 이라고 부른다.

2. Architecture

  • Depthwise Separable Convolution
    • input channel에 대해 single filter(depthwise)를 적용
    • filter의 output에 pointwise(1x1 conv)를 적용, combine
  • 기존 standard convolution의 경우 filter와 combine을 한 큐에 했는데, 여기서는 두 단계로 나눠서 적용

standard con와 depthwise conv 비교

  • VGG-16와 비교

  • 기존 = conv → batch normalization → relu
  • depthwise = depthwise conv → batch normalization → relu → pointwise conv → batch normaliztion → relu

  • 첫 layer만 full conv(standard conv) 사용, 이후엔 쭉 depthwise separable conv
  • pooling 대신 stride를 조정해서 크기 조절

 

728x90
저작자표시 비영리 변경금지 (새창열림)

'🐬 ML & Data > 📘 논문 & 모델 리뷰' 카테고리의 다른 글

[Paper Review] Mamba - Linear Time Sequence Modeling with Selective State Spaces 2  (1) 2024.12.11
[Paper Review] Mamba - Linear Time Sequence Modeling with Selective State Spaces 1  (1) 2024.12.11
[Paper Review] Transforming Cooling Optimization for Green Data Center via Deep Reinforcement Learning  (0) 2023.08.07
[Model Review] TadGAN(Time series Anomaly Detection GAN)  (0) 2023.05.17
[Model Review] YOLOv5 + Roboflow Annotation  (0) 2023.03.14
'🐬 ML & Data/📘 논문 & 모델 리뷰' 카테고리의 다른 글
  • [Paper Review] Mamba - Linear Time Sequence Modeling with Selective State Spaces 1
  • [Paper Review] Transforming Cooling Optimization for Green Data Center via Deep Reinforcement Learning
  • [Model Review] TadGAN(Time series Anomaly Detection GAN)
  • [Model Review] YOLOv5 + Roboflow Annotation
darly213
darly213
호락호락하지 않은 개발자가 되어보자
  • darly213
    ERROR DENY
    darly213
  • 전체
    오늘
    어제
    • 분류 전체보기 (97)
      • 🐬 ML & Data (50)
        • 🌊 Computer Vision (2)
        • 📮 Reinforcement Learning (12)
        • 📘 논문 & 모델 리뷰 (8)
        • 🦄 라이트 딥러닝 (3)
        • ❔ Q & etc. (5)
        • 🎫 라이트 머신러닝 (20)
      • 🐥 Web (21)
        • ⚡ Back-end | FastAPI (2)
        • ⛅ Back-end | Spring (5)
        • ❔ Back-end | etc. (9)
        • 🎨 Front-end (4)
      • 🎼 Project (8)
        • 🧊 Monitoring System (8)
      • 🐈 Algorithm (0)
      • 🔮 CS (2)
      • 🐳 Docker & Kubernetes (3)
      • 🌈 DEEEEEBUG (2)
      • 🌠 etc. (8)
      • 😼 사담 (1)
  • 블로그 메뉴

    • 홈
    • 방명록
    • GitHub
    • Notion
    • LinkedIn
  • 링크

    • Github
    • Notion
  • 공지사항

    • Contact ME!
  • 250x250
  • hELLO· Designed By정상우.v4.10.3
darly213
[Model Review] MobileNet SSD 논문 퀵 리뷰
상단으로

티스토리툴바