└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Robotics-and-Computer-Vision 2 | List of our studies about robotics and computer vision which do not overlap with previous topics 3 | 4 | ## Unsupervised 3D Reconstruction 5 | Geonho Cha, Minsik Lee, and Songhwai Oh, "Unsupervised 3D Reconstruction Networks," in Proc. of the International Conference on Computer Vision (ICCV), Oct. 2019. 6 | [[paper]()][[code](https://github.com/rllab-snu/Unsupervised-3D-Reconstruction)] 7 | 8 | ## Learning Instance-Aware Obejct Detection Using DPP 9 | Nuri Kim, Donghoon Lee, and Songhwai Oh, "Learning Instance-Aware Object Detection Using Determinantal Point Processes," Computer Vision and Image Understanding, 2020. (Accepted) [[paper]()][[code](https://github.com/rllab-snu/Instance-Aware-Object-Detection-Using-DPP)] 10 | 11 | ## Visual Graph Memory 12 | Obin Kwon, Nuri Kim, Yunho Choi, Hwiyeon Yoo, Jeongho Park, and Songhwai Oh, "Visual Graph Memory with Unsupervised Representation for Visual Navigation", in Proc. of the International Conference on Computer Vision (ICCV), Oct. 2021. 13 | [[paper]()][[code](https://github.com/rllab-snu/Visual-Graph-Memory)] 14 | 15 | ## TSGM: Topological Semantic Graph Memory 16 | Nuri Kim, Obin Kwon, Hwiyeon Yoo, Yunho Choi, Jeongho Park, and Songhwai Oh, "Topological Semantic Graph Memory for Image-Goal Navigation," in Proc of the Conference on Robot Learning (CoRL), Dec. 2022. [[paper](https://arxiv.org/pdf/2209.08274.pdf)][[code](https://github.com/rllab-snu/TopologicalSemanticGraphMemory)] 17 | --------------------------------------------------------------------------------