# KG
Paper Review #5 - MERIOT RESERVE: Neural Script Knowledge through Vision and Language and Sound
Zellers, Rowan, et al. "Merlot reserve: Neural script knowledge through vision and language and sound." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2022. MERLOT RESERVE : 멀티모달 환경으로부터의 새로운 학습 목표를 통해 비디오를 표현하는 모델(Multimodal Event Representation Learning Over Time, with RE-entrant SupERVision of Events) Overview 비디오가 주어지면 텍스트 조각과 음성을 Mask token으로 재배치하고, 모델은 정확한 Masked out snippet을 고름으로써 학습 각 modality가 서로를 교육하는 joint representation 학습 modali
Inductive Learning & Transductive Learning
Inductive Learning 기존의 supervised learning과 유사한 방식을 따른다. dataset에서 규칙을 찾아내어 prediction model을 만든다. 그래서 unseen data가 들어와도 prediction model을 통하여 unseen data에 대한 prediction을 만드는 것이 가능하다. Transductive Learning transductive learning은 clustering 방식과 유사하다. labeled data와 unlabeled data가 있을 때, labeled data를 이용하여 unlabeled data에 label을 단다. Inductive learning과는 다르게 prediction model을 만들지 않아서 unseen data가 들어오게 되면 처음부터 다시 clusetering을 해야한다는 단점이 있다. 대부분의 Knowledge Embedding의 경우 transductive learning 방식을