Open
Conversation
Collaborator
ydjwls
commented
Feb 18, 2026
- 연산 효율성이 높다. Vit는 Self-attention 때문에 토큰 수 제곱에 비례하는 연산량을 가진 반면, ResNet은 합성곱 연산을 기반으로 하여 입력 해상도에 대해 비교적 선형적으로 계산량이 증가한다. 그리고 대규모 사전학습이 없어도 준수한 성능을 보인다.
- False로 설정했을 때 Accuracy가 0.68로 True로 설정했을 때보다 훨씬 낮게 나왔다. Vit 모델은 Inductive Bias가 약해 처음부터 스스로 학습해야 해서 데이터가 많이 필요해서 데이터 의존도가 높다. 그래서 True일 때는 이미 대규모 데이터로 학습된 상태라 높은 성능이 나오지만 False일 때는 아예 학습되지 않은 모델을 돌린 것이므로 성능이 약할 수 밖에 없다.
Collaborator
|
잘 적어주셨습니다!! 연산량과 데이터효율에서 ResNet이 가지는 강점이 있습니다! 수고했어 어진 ~~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.