[카테고리:] X-Review

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

Posted in Paper X-Review

[ICIP 2020] Noise-sampling cross entropy loss: Improving disparity regression via cost volume aware regularizer

1. Related work 이번 주에 설명드릴 논문은 disparity를 구할 때 적용하는 loss 를 제안한 논문입니다. 논문이 제안한 내용을 설명드리기에 앞서 간단한 배경지식을 설명드리고자합니다. 이전에 stereo…

Continue Reading
Posted in Paper X-Review

Feature Pyramid Networks for Object Detection

Tsung-Yi Lin1,2, Piotr Dollar´ 1 , Ross Girshick1 , Kaiming He1 , Bharath Hariharan1 , and Serge Belongie2 1Facebook AI Research (FAIR) 2Cornell University and…

Continue Reading
Posted in Paper X-Review 미분류

[ELSEVIER-Pattern Recognition]Underwater scene prior inspired deep underwater image and video enhancement

https://github.com/saeed-anwar/UWCNN https://li-chongyi.github.io/proj_underwater_image_synthesis.html Introduction 수중에서 촬영된 이미지나 비디오의 visual quality나 딥러닝기반 pattern recognition, object detection, key feature extraction모델에적용하였을 때의 성능은 기대에 미치지 못한다. 그 이유는 대부분의…

Continue Reading
Posted in X-Review 미분류

Multi View Geometry study_2

Ideal points and the line at infinity어떤 point 의 제일 마지막 좌표 가 0이 될 경우에, 우리는 이 point를 ideal point 또는 point at infinity라고…

Continue Reading
Posted in Paper X-Review

[CVPR 2019] NM-Net: Mining Reliable Neighbors for Robust Feature Correspondences

최근에 naver localization & map challenge에 참가해 visual localization 문제를 풀면서 feature correspondence에 관심이 생기던 중 NM-net을 보게되어 리뷰를 하게 되었습니다. 이 논문의 핵심 아이디어는…

Continue Reading
Posted in X-Review

Adapted Center and Scale Prediction: More Stable and More Accurate

Abstract 기존 CSP 논문을 개선한 논문이다. 해당 논문에서 주장하는 contributions은 다음과 같다. CSP의 robustness를 향상시키고, 학습을 더 쉽게 만들었다. Compressing width라고 하는 새로운 width 예측…

Continue Reading
Posted in Paper X-Review

[arXiv2015]Loss Functions for Image Restoration with Neural Networks

Index Terms—Image Processing, Image Restoration, Neural Networks, Loss Functions. Loss들의 특징을 찾아보다 알게되었음. 논문 링크INTRODUCTION neural networks가 computer vision과 image processing 분야에서 사용되면서 많은 연구자들은…

Continue Reading
Posted in Paper X-Review

[arXiv 2020] ResNeSt: Split-Attention Networks

Zhang, H., Wu, C., Zhang, Z., Zhu, Y., Zhang, Z., Lin, H., … & Li, M. (2020). ResNeSt: Split-Attention Networks. arXiv preprint arXiv:2004.08955. git : https://github.com/zhanghang1989/ResNeSt…

Continue Reading
Posted in X-Review 미분류

Multiple View Geometry-Projective Geometry and Transformations of 2D

중간고사도 끝났으니, Multiple View Geometry라는 책에 대해서 공부하여 정리하고자 합니다. 책의 시작(기본적인) 내용부터 차근차근 정리할 예정입니다. Planar geometry Planar geometry의 접근 방법으로는 크게 2가지가 존재합니다….

Continue Reading
Posted in Paper X-Review

[ICLR 2015] Very Deep Convolutional Networks For Large-Scale Image Recgnition

합성곱 네트워크의 깊이가 큰 스케일의 영상 인식 정확도에 미치는 영향을 연구한 논문이다. 현재도 많이 쓰이고있는 VGG NetWork가 이 논문에서 나왔다. VGG-Net이 나오기 이전의 대표 conv…

Continue Reading