└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Awesome-Rotation-Equivariant-Correspondence 2 | 3 | ## RE Parameterization 4 | Fourier Series Expansion Based Filter Parametrization for Equivariant Convolutions, TPAMI2024, [paper](https://ieeexplore.ieee.org/abstract/document/9851557), [code](https://github.com/XieQi2015/F-Conv) 5 | 6 | Continuous Rotation Group Equivariant Network Inspired by Neural Population Coding, AAAI2024, [paper](https://ojs.aaai.org/index.php/AAAI/article/view/29027) 7 | 8 | ## Detector 9 | REKD [openreview](https://openreview.net/forum?id=sJJXksSg7yi), 10 | [paper](https://openaccess.thecvf.com/content/CVPR2022/html/Lee_Self-Supervised_Equivariant_Learning_for_Oriented_Keypoint_Detection_CVPR_2022_paper.html), [code](https://github.com/bluedream1121/REKD) 11 | 12 | S-TREK, ICCV2023, [code_unofficial](https://github.com/ShuaiAlger/S-TREK-pytorch) 13 | 14 | ## Descriptor 15 | GIFT, NIPS2019, [paper](https://proceedings.neurips.cc/paper/2019/hash/34306d99c63613fad5b2a140398c0420-Abstract.html), [code](https://github.com/zju3dv/GIFT) 16 | 17 | RELF, CVPR2023, Learning Rotation-Equivariant Features for Visual Correspondence [openreview](https://openreview.net/forum?id=GCF6ZOA6Npk), [code](https://github.com/bluedream1121/RELF) 18 | 19 | ## Detector and Descriptor 20 | RoRD, [paper](https://arxiv.org/pdf/2103.08573.pdf), [code](https://github.com/UditSinghParihar/RoRD) 21 | 22 | ReF, CVPR2022, [paper](https://arxiv.org/abs/2203.05206), [code_unofficial](https://github.com/ShuaiAlger/ReF_pytorch) 23 | 24 | C3PO, ECCVW2022, C3PO : Towards Rotation Equivariant Feature Detection and Description, [paper](https://openreview.net/forum?id=dXouQ9ubkPJ), [code](http://github.com/bpiyush/rotation-equivariant-lfm) 25 | 26 | DRKF, [paper](https://arxiv.org/pdf/2209.10907.pdf), [code](https://github.com/MTUAV-VisionAI/DRKF) 27 | 28 | ## Steerers 29 | Steerers, CVPR2024, Steerers: A framework for rotation equivariant keypoint descriptors, [paper](https://arxiv.org/pdf/2312.02152.pdf), [code](https://github.com/georg-bn/rotation-steerers) 30 | 31 | Affine-Steerers, ECCV2024, [code](https://github.com/georg-bn/affine-steerers) 32 | 33 | ## End-to-end Matcher 34 | SE2-LoFTR [paper](https://openaccess.thecvf.com/content/CVPR2022W/IMW/html/Bokman_A_Case_for_Using_Rotation_Invariant_Features_in_State_of_CVPRW_2022_paper.html), [code](https://github.com/inkyusa/se2-loftr) 35 | 36 | 37 | 38 | --------------------------------------------------------------------------------