dataset(2)
-
[Generative] Class-Balancing Diffusion Models (CVPR’24)
Paper : https://openaccess.thecvf.com/content/CVPR2023/papers/Qin_Class-Balancing_Diffusion_Models_CVPR_2023_paper.pdfAuthorsAustin Univ. + Shanghai AI Lab, CVPR’24Main IdeaLong-tailed Dataset으로 DM을 학습할 때 생기는 문제점을 해결하기 위한 CBDM이라는 모델을 제안합니다.이는 Adjusted Transfer Probability로 구현되는데, 다시 말해 MSE형태의 추가적인 regularizer를 통해 구현됩니다.Tasks : T2I GenerationResults : CIFAR10, CIFAR100, CIFAR10LT, CIFAR100LT0. B..
2024.10.14 -
[Dataset] Waymo Open Dataset 개요
Waymo Open Dataset : https://waymo.com/open/challenges/ WaymoPaper(Perception) : https://arxiv.org/pdf/1912.04838.pdf, WaymoPaper(Motion) :https://openaccess.thecvf.com/content/ICCV2021/papers/Ettinger_Large_Scale_Interactive_Motion_Forecasting_for_Autonomous_Driving_The_Waymo_ICCV_2021_paper.pdf Waymo datset은 매년 업데이트 되며, 다양한 챌린지가 존재하기 때문에 task마다 metric과 용어가 다르지만 공통되는 부분에 대해 먼저 알아보려고 합니다. 아래는 매년..
2022.12.21