부스트캠프 AI Tech 1기 [T1209 최보미]/P stage-3 (객체검출)

Day14 학습정리

B1001101 2021. 5. 13. 22:09

강의 복습

1. EfficientNet

  • Motivation: Is there a principled method to scale up ConvNets that can achieve better accuracy and efficiency?
  • Scale up

  • Better Accracy & Efficiency

  • Compound Scaling Method
    1. initialize ∅ to 1
    2. Find 𝛼,𝛽,𝛾 - AutoML optimization for ACC & Flops
    3. Scale up ∅

2. EfficientDet

  • Efficient multi-scale feature fusion
    • In Neck, Simple Summation

  •  Model Scaling - Previous work focus on large backbone & Image size

  • Further
    • ResNet 4 Stages, EfficientDet 5 Stages
    • Repeated BiFPN
    • Is it possible to apply BiFPN to mmdetection?

프로젝트

  • RandomCrop을 적용해봤는데 뭔가 잘못한건지 성능이 매우 안 좋게 나왔다.
  • tensorboard를 실행해보려고 했는데 충돌 오류가 나서 tensorboard를 지우고 tb-nighty를 다시 설치했더니 정상적으로 실행되었다. (https://ynebula.tistory.com/49 참고)

'부스트캠프 AI Tech 1기 [T1209 최보미] > P stage-3 (객체검출)' 카테고리의 다른 글

Day16 학습정리  (0) 2021.05.17
Day15 학습정리  (0) 2021.05.14
Day13 학습정리  (0) 2021.05.12
Day12 학습정리  (0) 2021.05.11
Day11 학습정리  (0) 2021.05.10