[CVPR2021]CoMoGAN: continuous model-guided image-to-image translation
i2i(image to image translation)을 이용해 Thermal를 RGB로 변환하는 연구를 하고 있는 요즘 Thermal의 고유한 특성 때문에 연구에 문제가 생겼다. 그 Thermal의 고유한 특성은 바로 시간…
[CVPR2021] High-Resolution Photorealistic Image Translation in Real-Time: A Laplacian Pyramid Translation Network
이번 리뷰는 역시나 Image translation 논문을 가져와봤습니다. 아마 당분간은 CVPR2021에 나온 Image Translation 기반 논문들을 쭉 읽으면서 리뷰할 것 같습니다. Introduction 일단 Image to Image…
[CVPR 2020]Self-Supervised Deep Visual Odometry with Online Adaptation
이번 리뷰 논문은 Meta-learning이 적용된 Visual odometry(VO) 입니다. 전통적인 기법의 VO는 상태 변화(조도, 가려짐, 움직이는 물체, testureless region)에서 성능이 저하되는 한계를 보였습니다. CNN의 발전으로 learning-based…
[CoRL 2020] Volumetric Grasping Network: Real-time 6 DOF Grasp Detection in Clutter
안녕하세요 이번에는 조금 신기한 주제로 X-review를 써보려고합니다. 그 주제는 바로 Grasping 인데요. 이는 로봇이 물체를 잡는 것을 뜻합니다. 물체를 잡기위해서는 해당 물체의 pose를 알아야하기에 6DoF…
[CVPR2021]LiDAR R-CNN: An Efficient and Universal 3D Object Detector
이번 CVPR2021에 재미있는 논문이 나와서 리뷰를 진행하겠습니다. 페이퍼 : https://arxiv.org/pdf/2103.15297.pdf 코드 : https://github.com/tusimple/LiDAR_RCNN Introduction ” We propose an R-CNN style second-stage detector for 3D object…
Protected: [Review] Multimodal Video-to-Video Retrieval
There is no excerpt because this is a protected post.
Protected: [ICCV2021 PeerReview] Thermal Image Processing via Physics-Inspired Deep Networks
There is no excerpt because this is a protected post.
Protected: [ICCV 2021, PeerReview] 7158
There is no excerpt because this is a protected post.
Protected: [ICCV 2021, PeerReview] 2478
There is no excerpt because this is a protected post.
[ICLR 2016] Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks
Before Review 이번 Review는 GAN으로 준비했습니다. GAN에 대해서는 이미 한번 2014년도에 나온 Ian Good fellow 가 제안한 원조 GAN을 Review를 진행한바 있습니다. 오늘은 그 연장선상에…
영규님 좋은 리뷰 감사합니다. Editable한 시뮬레이션을 만들기 위해 저자들의 방식으로 고도화한 3DGS를 적용하고 이에 대해 LLM으로 검증하는 하나의 파이프라인을 제안한…