꺼내먹는지식 준
Backbone 모델이란? 본문
https://stackoverflow.com/questions/59868132/what-does-backbone-mean-in-a-neural-network
What does backbone mean in a neural network?
I am getting confused with the meaning of "backbone" in neural networks, especially in the DeepLabv3+ paper. I did some research and found out that backbone could mean the feature extrac...
stackoverflow.com
CV에서 Backbone은 모델 architecture에서 feacture extracting network를 뜻한다. 네트워크의 input을 특정 feature 표현으로 encode 할때 사용된다.
예를 들어 어떤 task 를 수행할 때 backbone 계속 바꿔가며 실험해봐 라는 말의 뜻은
여러 모델 (transformer , CNN 기반 모델, ResNet) 등등 여러가지에 마지막 레이어의 output 단을 바꿔서 학습시켜보라는 말이다.
'AI > 간단한 이해 글' 카테고리의 다른 글
딥러닝 모델 Ensemble 할 때 주의점 (0) | 2022.03.05 |
---|---|
CNN 이 깊어질 수록 feature Channel 크기를 키우는 이유 (0) | 2022.02.21 |
Comments