Tag: 3D
[CVPR2019] Generating 3D Adversarial Point Clouds
논문: Generating 3D Adversarial Point Clouds 우리는 항상 사용하는 데이터, 수집하는 데이터가 우리가 원하는 정보를 정확하게 담고 있다는 것을 가정하고 feature를 추출하여 여러가지 task를 수행하고…
[CVPR2020] ImVoteNet: Boosting 3D Object Detection in Point Clouds with Image Votes
논문: ImVoteNet: Boosting 3D Object Detection in Point Clouds with Image Votes 블로그 시리즈:1. Review: PointNet2. Review: PointNet++3. Review: VoteNet 3D object detection 시리즈의 마지막…
[ICCV2019] Deep Hough Voting for 3D Object Detection in Point Clouds
논문: Deep Hough Voting for 3D Object Detection in Point Clouds 블로그 시리즈:1. Review: PointNet2. Review: PointNet++ 블로그 시리즈에서 언급한 바와 같이 이번 논문은 작년…
[NIPS2017] PointNet++: Deep Learning on Point Sets for 3D Classification and Segmentation
논문: PointNet++: Deep Learning on Point Sets for 3D Classification and Segmentation 블로그 시리즈:1. Review: PointNet 이번 논문은 지난 PointNet[1] 리뷰에 이어 같은 연구자 발표한…
[CVPR2017] PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
논문: PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation 이번 논문은 point clouds data만을 사용하여 classification과 segmentation을 성공적으로 선보였던 PointNet입니다. 이 논문의…
[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에서…
[arXiv] PPBA: Progressive Population Based Augmentation
논문: Improving 3D Object Detection through Progressive Population Based Augmentation 머신러닝 모델을 훈련할 때 성능을 높이기 위한 방법은 model structure 뿐만 아니라 data augmentation, optimizing,…
[CVPR2020] RPM-Net: Robust Point Matching using Learned Features
참고논문: RPM-Net: Robust Point Matching using Learned Features, CVPR2020Github: https://github.com/yewzijian/RPMNet Iterative Closest Point(ICP)는 각 데이터의 가장 가까운 점을 이용하여 연관성을 찾고 그에 맞게 현재 데이터를…
![[CVPR2019] Generating 3D Adversarial Point Clouds](http://server.rcv.sejong.ac.kr:8080/wp-content/uploads/2020/07/Screen-Shot-2020-07-23-at-4.53.13-PM-480x360.png)
![[CVPR2020] ImVoteNet: Boosting 3D Object Detection in Point Clouds with Image Votes](http://server.rcv.sejong.ac.kr:8080/wp-content/uploads/2020/07/Screen-Shot-2020-07-06-at-11.10.51-AM-480x360.png)
![[ICCV2019] Deep Hough Voting for 3D Object Detection in Point Clouds](http://server.rcv.sejong.ac.kr:8080/wp-content/uploads/2020/06/teaser-480x360.jpg)
![[NIPS2017] PointNet++: Deep Learning on Point Sets for 3D Classification and Segmentation](http://server.rcv.sejong.ac.kr:8080/wp-content/uploads/2020/06/pointnet2-480x360.png)
![[CVPR2017] PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation](http://server.rcv.sejong.ac.kr:8080/wp-content/uploads/2020/06/Screen-Shot-2020-06-12-at-2.14.20-PM-480x360.png)
![[arXiv] PPBA: Progressive Population Based Augmentation](http://server.rcv.sejong.ac.kr:8080/wp-content/uploads/2020/04/Screen-Shot-2020-06-05-at-9.30.22-PM-480x360.png)
![[CVPR2020] RPM-Net: Robust Point Matching using Learned Features](http://server.rcv.sejong.ac.kr:8080/wp-content/uploads/2020/04/image-474x360.png)
안우현 연구원님 안녕하세요, 하나씩 답변 드리도록 하겠습니다. 1. 논문에 백본 네트워크와 트랜스포머 인코더/디코더 모듈의 초기화 방법은 설명되어 있지만, CMM module의…