Protected: [ICCV2021 PeerReview] 7806
There is no excerpt because this is a protected post.
Protected: 김형준 [ICCV2021 PeerReview] 2364
There is no excerpt because this is a protected post.
Protected: [ICCV2021 PeerReview] Cross-Modal Feature Fusion for Object Detection without Depth Supervision
There is no excerpt because this is a protected post.
Protected: [ICCV2021 PeerReview] Optimal LED Spectral Multiplexing for NIR-to-RGB Translation.
There is no excerpt because this is a protected post.
[CVPR 2015] Image Super-Resolution Using Deep Convolutional Networks
이번에 리뷰할 논문은, 저해상도 이미지를 고해상도로 복원시키는 Super-Resolution (SR) 문제를 다룬 논문입니다. 본 논문에서는 기존 방법들과 다르게 SR에 처음으로 CNN을 적용하여 single image super-resolution을 해결하도록…
Multi-Scale Context Aggregation by Dilated Convolutions
저번 주에 리뷰한 논문에서 언급된 mulit-scale segmentation에 관한 논문을 읽어보고 정리해보았습니다. Abstract 기존의 SOTA방식은 convolution network를 이용하는 방식으로 이미지 분류를 위해 디자인 된 모델이다. 하지만…
Combining Events and Frames using Recurrent Asynchronous Multimodal Networks for Monocular Depth Prediction
이벤트 카메라란 픽셀 당 밝기 변화(이벤트)를 촬영하는 새로운 비전 센서이다. 이 센서는 높은 시간적 정보와 동적 범위, 모션 블러가 없음 과 같은 장점을 제공한다. 하지만…
[NeurlIPS2021]TransGAN : Two Transformers Can Make One Strong GAN
이번에 리뷰로 작성할 논문은 generator와 discriminator를 모두 transformer 구조로 만들어 영상을 생성하는 GAN 방법론입니다. Introduction 일단 Generative adversarial networks(GANs)은 매우 많은 발전을 이루어왔습니다. 말을 얼룩말로…
Contrastive Learning of Image Representations with Cross-Video Cycle-Consistency
논문 소개본 논문은 에서 다루는 contrastive Learning는 self-supervised learning 에서 주로 사용되는 학습 기법으로, 군집 내의 (positive pair)간의 유사도를 높이고, 군집 간의 (negative pair) 유사도를…
[arXiv2021] MLP-Mixer: An all-MLP Architecture for Vision
이전에는 Convolution Neural Network가 대다수였던 것에 비해 최근에는 Transformer 구조가 Computer Vision 내의 여러 분야에서 좋은 성능을 보이며 주목을 끌고 있습니다. 이러한 와중에 Google에서는 MLP…
안녕하세요 유진님 좋은 리뷰 감사합니다. 소개해주신 '효율적인 RAG 프레임워크를 위해 제안한 DB 구축 방안' 그림에서 경량 VLM 모델로 text1을 생성한…