[카테고리:] X-Review

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

Posted in X-Review 미분류

[CVPR] Deep Residual Learning for Image Recognition

ResNet은 레이어를 깊게 쌓을때, 레이어의 층의 깊이 때문에 발생하는 gradient vanishing/exploding 로 인해 역전파가 제대로 진행되지않아 학습 성능을 떨어뜨리는 경우를 완화하는 Shortcut(Skip) connection방법을 적용하여 VGG-16(19)보다…

Continue Reading
Posted in Conference X-Review

[2020.ICRA] 첫 국제학회 참관기

안녕하세요. 세종 RCV 한대찬 입니다. ICRA2020 에 Domain Adaptation 관련 논문이 Accept이 되고, 코로나로 인한 온라인 학회에 동영상까지 제출한 후 github 용 코드 정리를 하며…

Continue Reading
Posted in Conference Paper X-Review 미분류

[ECCV 2014]Microsoft COCO: Common Objects in Context

MS coco는 object detection, Stuff segmentation,  Panoptic segmentation, Keypoint detection task(각 task에 대한 예시 그림은 Append idx 참고.)에 대한 챌린지를 2015년 데이터 셋을 퍼블리싱 한…

Continue Reading
Posted in Paper X-Review

[NIPS2017] Attention Is All You Need

논문: Attention Is All You Need Facebook AI Research에서 DETR: End-to-End Object Detection with Transformers 논문[1], 블로그[2], 코드[3]를 동시에 공개하면서 attention 혹은 Transformer라는 방법에 대해…

Continue Reading
Posted in Paper X-Review

[IEEE] Discriminative Frequent Pattern Analysis for Effective

1. Frequent 패턴이 분류문제에서 더 효과적인 이유는 무엇일까? 저자는 논문에서 Frequent 패턴이 single feature와 비교해 분류문제에 있어 더 유용한 이유를 설명하고 실험을 통해 나타낸다. Frequent…

Continue Reading
Posted in X-Review 미분류

Distinctive Image Features from Scale-Invariant Keypoints

ETRI 과제 진행에 있어 SIFT 코드의 진행과정 이해가 필요해 본 논문을 선택해 리뷰합니다. 본 논문은 SIFT를 설명하는 논문이다. SIFT가 keypoint 를 추출하는 알고리즘의 순서에 맞게…

Continue Reading
Posted in Paper X-Review

M2Det: A Single-Shot Object Detector based on Multi-Level Feature Pyramid Network

Scale의 변화는 object detection분야에서 중요한 요소중 하나이며 다양한 방법론들이 제안되고 있다. Proposed Method backbone과 Multi-Level Feature Pyramid Network(MLFPN)에서 features를 추출한다. SSD와 유사하게 bounding box와 class에…

Continue Reading
Posted in Conference Paper X-Review

[CVPR 2019]Feature Selective Anchor-Free Module for Single-Shot Object Detection

git : https://github.com/hdjang/Feature-Selective-Anchor-Free-Module-for-Single-Shot-Object-Detection 해당 논문은 anchor-base 방식(SSD, YOLO, RetinaNet…)에 FPN과 anchor-free 모듈을 이용합니다. anchor-free 모듈을 통해 box regression과 classification에 최적화된 pyramid feature를 선택하여 성능을 향상시키는…

Continue Reading
Posted in X-Review

[arXiv] Range Conditioned Dilated Convolutions for Scale Invariant 3D Object Detection

논문: Range Conditioned Dilated Convolutions for Scale Invariant 3D Object Detection Waymo에서 CVPR2020을 앞두고 challenge[1]를 하는 것을 익히 알고 있을 겁니다. 또한 저희 연구실에서도 Waymo에서…

Continue Reading
Posted in Paper X-Review

[arXiv]HDD-Net: Hybrid Detector Descriptor with Mutual Interactive Learning

위치 인식을 하기 [위해 영상의 local descriptor를 추출하는 것은 매우 중요한 부분이다. 따라서 R2D2[1], D2-Net[2[,DELF[3] 등 관련 논문들이 많이 나왔다. 이전 논문들을 통해 나온 가장…

Continue Reading