Machine Learning

    [논문 리뷰] On the detection of synthetic images generated by diffusion models

    [논문 리뷰] On the detection of synthetic images generated by diffusion models

    저번 글에 이어 이번에는 GAN에 한정하지 않고 어떻게 diffusion 모델들도 진짜 이미지인지 가짜 이미지인지 판별할 수 있는지에 대한 논문을 리뷰할 것이다. GAN과 diffusion은 아키텍처 구조적으로 다르기 때문에 이를 어떻게 다루는지를 보자. [2211.00680] On the detection of synthetic images generated by diffusion models (arxiv.org) On the detection of synthetic images generated by diffusion models Over the past decade, there has been tremendous progress in creating synthetic media, mainly tha..

    LeNet-5으로 더욱더 정확한 손글씨 분류기 만들기: MNIST-2

    LeNet-5으로 더욱더 정확한 손글씨 분류기 만들기: MNIST-2

    사용한 기술 스택들: LimePencil/MNIST: MNIST model trained using various models, implemented in PyTorch (github.com) GitHub - LimePencil/MNIST: MNIST model trained using various models, implemented in PyTorch MNIST model trained using various models, implemented in PyTorch - GitHub - LimePencil/MNIST: MNIST model trained using various models, implemented in PyTorch github.com 오늘은 저번 포스팅에 이어서 손글씨 분류기를 만들어..