[카테고리:] X-Review

Paper, Conference, Seminar, API, Code, Dataset 등의 리뷰를 담을 예정입니다.

Posted in X-Review

[ICLR 2019] A Closer Look at Few Shot Classification

Introduction Few-shot classification 이란 이름에서 알 수 있듯 매우 적은 example이 주어진 상황에서 분류를 수행하는 것을 의미합니다. 아래의 그림을 예시로 들자면 두 가지의 class(dog, otters가…

Continue Reading
Posted in X-Review

Deep High-Resolution Representation Learning for Visual Recognition

Introduction position에 민감한 task인 semantic segmentation, human pose estimation, object detection등은 feature의 high resolution representation이 중요합니다. 기존 sota 방법론에서는 high resolution representation을 얻기 위해 [그림1]과…

Continue Reading
Posted in News X-Review

[arXiv 2020] A Comparision of LSTM and BERT for Small Corpus

이번 논문은 text 모델로 사용하던 transformer 기반 모델을 CNN, LSTM 등으로 바꿔야 하는 상황이 와서 참고하고자 읽은 논문입니다. text 모델을 대체하는 모델을 찾아야 하는 것이기…

Continue Reading
Posted in X-Review

[arvix 2023] TR3D: TOWARDS REAL-TIME INDOOR 3D OBJECT DETECTION

최근에 sparse 3D convolution을 이용한 3D CNN방법은, 3d point cloud 데이터를 voxel형태로 변환하여 적용하는 voxel-based approach에 견줄만한 성능을 보이면서도 memory효율이 좋아 large scale scenes에도 잘…

Continue Reading
Posted in Paper X-Review

[ICRA 2022] Semi-Supervised Learning with Mutual Distillation for Monocular Depth Estimation

오늘 리뷰할 논문은 고려대학교 김승룡 교수님 연구실에서 작성된 논문입니다.Mutual Learning, Uncertainty map과 관련된 리뷰로 저번 리뷰처럼 masking 관련된 내용들이 흥미로워서 찾아보다가 citation을 타고타고 읽어보게 되었습니다….

Continue Reading
Posted in X-Review

[ECCV 2018] CornerNet: Detecting Object as Paired Keypoints

Introduction 기존에 사용되던 Convolution 기반 object detection모델은 anchor-based인 경우가 많았으며, 그 예로는 R-CNN. SSD, YOLO있었다고 합니다. anchor-based 방법론은 물체가 있을 법하거나, 물체의 형태를 나타내는 다양한…

Continue Reading
Posted in X-Review

[NeurIPS Workshop 2020] On Initial Pools for Deep Active Learning

오랜만에 Active Learning 에 대한 분석을 제시한 논문을 가져왔습니다. 해당 논문은 Active Learning에서 Initial pool에 따른 성능 차이가 있음에 주목하며, 이 초기 레이블 풀이 성능을…

Continue Reading
Posted in Paper X-Review

[CVPR 2022] Frame-wise Action Representations for Long Videos via Sequence Contrastive Learning

이번 주차의 X-Review는 22년도 CVPR에 게재된 ‘Frame-wise Action Representations for Long Videos via Sequence Contrastive Learning’이라는 논문입니다. 우선 Self-supervised 기반의 Video Representation Learning 논문에 해당하고,…

Continue Reading
Posted in X-Review

[CVPR 2022](Oral) QueryDet: Cascaded Sparse Query for Accelerating High-Resolution Small Object Detection

안녕하세요. 아홉 번째 X-Review입니다. 지난 2-3주에 걸쳐 DETR과 Deformable DETR을 리뷰하고, 이번에는 Small object detection을 위한 방법론을 들고 왔습니다. 아마 한전 3차년도 정량적 결과를 위한…

Continue Reading
Posted in X-Review

[WACV 2023]MixVPR: Feature Mixing for Visual Place Recognition

제가 이번에 리뷰할 논문도 retrieval을 기반으로 하는 place recognition 논문입니다. VPR(Visual Place Recognition)은 위치를 알고자 하는 영상(쿼리 영상)과 데이터베이스의 영상들(reference 영상, GPS 정보가 태그되어있음)을 비교하여,…

Continue Reading