본문 바로가기
  • 책상 밖 세상을 경험할 수 있는 Playground를 제공하고, 수동적 학습에서 창조의 삶으로의 전환을 위한 새로운 라이프 스타일을 제시합니다.

Computer Vision127

[2025-1] 임수연 - Large scale distributed neural network training through online distillation | Relational knowledge distillation | Be your own teacher: Improve the performance of convolutional neural networks via self distillation https://arxiv.org/pdf/1904.05068https://arxiv.org/pdf/1804.03235https://arxiv.org/pdf/1905.08094안녕하세요, 이번 글에서는 Distillation의 변형된 기법들을 차례로 알아가보도록 하겠습니다. 핵심 아이디어 위주로 정리하였으므로 실험과 같은 자세한 내용은 논문을 참고해주시면 감사하겠습니다.  Knowledge 관점 1. Introduction새로운 approach로 RKD(Relational Knowledge Distillation)과 loss 2가지 distance-wise & angle-wise distillation losses 를 제안. metric learning에서 student model이 outperform 할 .. 2025. 2. 15.
[2025-1] 전윤경-VoxelMorph: A Learning Framework forDeformable Medical Image Registration Introduction변형 정합(deformable registration): 이미지 쌍 간의 조밀하고 비선형적인 대응관계 확립하는 과정전통적인 방법: 각 이미지 쌍에 대한 목적 함수 최적화하는 방식 -> 대규모 데이터셋, 복잡한 변형 모델에서 시간 많이 소요최근 방법: 볼륨 데이터셋을 이용해 학습된 매개변수화된 정합 함수(CNN을 사용하여 구현)를 기반 , 학습단계에서 하나의 전역 최적화 수행voxelmorph: 빠른 학습 기반 pairwise 의료 영상 registration 프레임워크 미분 가능한 목적 함수 비지도 학습 방식: 이미지 강도를 기반으로한 이미지 정합 목적 함수를 최대화하도록 모델 학습학습데이터의 해부학적 분할 정보 활용하여 신경망 매개변수 학습  Background변형 정합 방법(2단.. 2025. 2. 15.
[2025-1] 이재호 - Masked Autoencoders Are Scalable Vision Learners https://arxiv.org/abs/2111.06377 - Kaiming He, Xinlei Chen... Masked Autoencoders Are Scalable Vision LearnersThis paper shows that masked autoencoders (MAE) are scalable self-supervised learners for computer vision. Our MAE approach is simple: we mask random patches of the input image and reconstruct the missing pixels. It is based on two core designs. First, wearxiv.org# Abstract이 논문에서는 **Mask.. 2025. 2. 14.
[2025-1] 전연주 - RePaint: Free-Form Image Inpainting with DDPM 논문 링크: 2201.09865저자: Andreas Lugmayr, Martin Danelljan, Andres Romero, Fisher Yu, Radu Timofte, Luc Van Gool소속: Computer Vision Lab, ETH Z¨ urich, Switzerland발행일: 2022 8월 31일1. AbstractFree-form Inpainting은 이미지에서 임의의 마스크 영역을 채우는 작업으로, 기존 방법들은 특정 마스크 분포에서 훈련되어 새로운 마스크에 대한 일반화가 어렵다. 또한, 기존의 픽셀 단위 및 perceptual loss 기반 방법은 의미론적으로 자연스러운 생성을 보장하지 못한다.본 논문에서는 RePaint를 제안한다.Denoising Diffusion Probabili.. 2025. 2. 14.