• Skip to primary navigation
  • Skip to content
  • Skip to footer
Machine Learning / Deep Learning Study
      Hong Yong Man

      Hong Yong Man

      I am an amazing person.

      • Republic of Korea
      • Email
      • Facebook
      • LinkedIn
      • GitHub

      Generalized Intersection over Union: A Metric and A Loss for Bounding Box Regression

      less than 1 minute read

      Main Idea : IoU Metric을 localization loss function으로써 사용하자.

      loss = 1 - GIoU (값 : 최소 0 ~ 최대 2)

      YOLO v3, Faster R CNN, Mask R CNN 네트워크에서 성능

      Categories: Paper, Review

      Updated: May 22, 2020

      Share on

      X Facebook LinkedIn Bluesky
      Previous Next

      You May Also Enjoy

      A Survey on LLM-as-a-Judge

      less than 1 minute read

      LLM-as-a-Judge에 대한 종합 조사

      Efficient Memory Management for Large Language Model Serving with PagedAttention

      1 minute read

      본 논문은 대형 언어 모델(LLM) 서빙 환경에서 가장 큰 병목 중 하나인 메모리 관리 문제를 해결하기 위해 PagedAttention이라는 혁신적인 방법을 제안한다. 이 기법은 특히 KV 캐시(Key-Value Cache) 메모리 사용 최적화에 초점을 맞추며, 운영체제의 가상 메...

      RemixMatch, FixMatch

      less than 1 minute read

      Semi-Supervised Learning Supervised Learning은 Labeled data만을 이용하여 만들어진다. But, 현실세계에서는 Unlabeled data가 훨씬 많고 Labeled data와 Unlabeled data를 같이 학습시키는 것이 Se...

      Multi Task, Multi Modal

      less than 1 minute read

      Multi Task & Multi Modal Single Task : Input X —> Output Y (ex. Object Classification) Multi Task : Input X —> Output Y1, Y2, Y3 (ex. Object ...

      • Feed
      © 2025 Machine Learning / Deep Learning Study. Powered by Jekyll & Minimal Mistakes.