# MixVPR **Repository Path**: softwarewin/MixVPR ## Basic Information - **Project Name**: MixVPR - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-05 - **Last Updated**: 2025-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MixVPR: Feature Mixing for Visual Place Recognition [](https://paperswithcode.com/sota/visual-place-recognition-on-mapillary-test?p=mixvpr-feature-mixing-for-visual-place) [](https://paperswithcode.com/sota/visual-place-recognition-on-mapillary-val?p=mixvpr-feature-mixing-for-visual-place) [](https://paperswithcode.com/sota/visual-place-recognition-on-nordland?p=mixvpr-feature-mixing-for-visual-place) [](https://paperswithcode.com/sota/visual-place-recognition-on-pittsburgh-250k?p=mixvpr-feature-mixing-for-visual-place) [](https://paperswithcode.com/sota/visual-place-recognition-on-pittsburgh-30k?p=mixvpr-feature-mixing-for-visual-place) [](https://paperswithcode.com/sota/visual-place-recognition-on-sped?p=mixvpr-feature-mixing-for-visual-place) This is the official repo for WACV 2023 paper "**MixVPR: Feature Mixing for Visual Place Recognition"** ### Summary This paper introduces MixVPR, a novel all-MLP feature aggregation method that addresses the challenges of large-scale Visual Place Recognition, while remaining practical for real-world scenarios with strict latency requirements. The technique leverages feature maps from pre-trained backbones as a set of global features, and integrates a global relationship between them through a cascade of feature mixing, eliminating the need for local or pyramidal aggregation. MixVPR achieves new state-of-the-art performance on multiple large-scale benchmarks, while being significantly more efficient in terms of latency and parameter count compared to existing methods. [[WACV OpenAccess](https://openaccess.thecvf.com/content/WACV2023/html/Ali-bey_MixVPR_Feature_Mixing_for_Visual_Place_Recognition_WACV_2023_paper.html)] [[ArXiv](https://arxiv.org/abs/2303.02190)]  ## Trained models All models have been trained on GSV-Cities dataset (https://github.com/amaralibey/gsv-cities).  ### Weights
| Backbone | Output dimension |
Pitts250k-test | Pitts30k-test | MSLS-val | DOWNLOAD |
||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| R@1 | R@5 | R@10 | R@1 | R@5 | R@10 | R@1 | R@5 | R@10 | |||
| ResNet50 | 4096 | 94.3 | 98.2 | 98.9 | 91.6 | 95.5 | 96.4 | 88.2 | 93.1 | 94.3 | LINK |
| ResNet50 | 512 | 93.2 | 97.9 | 98.6 | 90.7 | 95.5 | 96.3 | 84.1 | 91.8 | 93.7 | LINK |
| ResNet50 | 128 | 88.7 | 95.8 | 97.4 | 87.8 | 94.3 | 95.7 | 78.5 | 88.2 | 90.4 | LINK |