REVIEW 4 major objections 4 minor 79 references
Locality Preserving Markovian Transition for Instance Retrieval
T0 review · 4 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read The paper proposes LPMT, a manifold-aware distance measured as the minimum transition flow cost between per-image probability distributions, and reports consistent gains in instance retrieval re-ranking.
desk verdict Strong empirical re-ranking results, but the thermodynamic multi-state story is untested as written; ship to review with major revision. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the Thermodynamic Markovian Transition (TMT), whose defining identity is the equivalence between the minimum transition-flow cost of a master-equation Markov process and a path-sum of Wasserstein distances, $d'(i,j) = \min_{\pi} \sum_k W_1(p_{i_k}, p_{i_{k+1}})$. That identity connects stochastic thermodynamics to optimal transport and makes the distance computable via entropy-regularized Sinkhorn iterations. The machinery also includes Bidirectional Collaborative Diffusion (BCD), which jointly optimizes aggregation weights and a bidirectional diffusion objective over an enlarged set of k-NN graphs to produce a robust similarity matrix, and Locality State Embedding (LSE), which converts each row of that matrix into a probability distribution over reciprocal neighbours. Together these components turn raw deep features into manifold-aware state distributions and a distance that can be used for re-ranking.
What would settle it
Compute $d'(i,j)$ from Eq. (20) with one intermediate state and with many for a sample of image pairs; since $W_1$ is a metric, the values coincide, which would show the multi-state transition contributes nothing and any gains come from LSE, BCD, or the Euclidean blend. Alternatively, check the released implementation to see whether $W_1$ is restricted to transitions along local graph edges; if it is not, the computed distance reduces to the direct earth-mover distance.
Extended reading notes
Core claim
The central claim is that a long-term thermodynamic Markovian transition over locally embedded probability distributions provides an effective manifold distance for instance retrieval. In the framework, each instance is represented by a sparse probability distribution built from the smoothed similarity matrix produced by Bidirectional Collaborative Diffusion and a k-reciprocal local region. The distance between two instances is then defined by the Thermodynamic Markovian Transition cost $d'(i,j) = \min_{\pi} \sum_{k=0}^{K-1} W_1(p_{i_k}, p_{i_{k+1}})$, where $W_1$ is the earth-mover (Wasserstein) distance between consecutive state distributions; the paper proves in Appendix B.2 that this equals the minimum flow cost of a continuous-time Markov process governed by the master equation $\dot{q}_t = T_t q_t$. The final retrieval distance is $d^*(i,j) = \theta d(i,j) + (1-\theta)d'(i,j)$, balancing Euclidean and manifold distances. The paper reports that this distance yields higher mAP than prior re-ranking methods across multiple feature extractors and benchmark protocols.
Load-bearing premise
The load-bearing premise is that the per-step cost in the multi-state path is not a true metric, so the intermediate states can change the computed distance; the earth-mover distance is a metric, so as written the minimum over paths collapses to the direct earth-mover distance and the thermodynamic stages have no effect.
Editorial extensions
If this is right
- Re-ranking with LPMT improves mAP over query-expansion, diffusion-based, context-based, and learning-based baselines on ROxf, RPar, and their 1M-distractor versions across R-GeM, DOLG, CVNet, MAC, R-MAC, DELG, and SENet features.
- Because LSE only uses reciprocal local neighbours, the distance is more robust to erroneous or missing k-NN graph connections than standard diffusion.
- LPMT transfers to unsupervised content-based image retrieval, improving mAP and Recall@1 on CUB200, Indoor, and Caltech101.
- Restricting re-ranking to the top-k images reduces the O(n^3) computation to O(k^3), keeping runtime under a few seconds for k=5000.
- Ablations show the TMT distance beats cosine, Euclidean, Jaccard, and total-variation distances between the same embeddings, indicating the transition cost itself carries the improvement.
Reading between the lines
- If the metric-collapse observation holds, the reported gains are likely attributable to BCD and LSE rather than to the multi-state thermodynamic stage; a locally graph-constrained transport cost would be a natural variant that could make the intermediate states genuinely change the optimum.
- The distance formulation is feature-agnostic and could be applied to other retrieval settings, including text or multimodal embeddings, wherever a Euclidean baseline exists.
- The entropy-regularized Sinkhorn solver introduces a temperature-like parameter; varying it could reveal whether the benefit of the transition cost comes from smoothing rather than from manifold geometry.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes LPMT, a re-ranking framework for instance retrieval comprising three components: Bidirectional Collaborative Diffusion (BCD) to fuse multiple affinity graphs, Locality State Embedding (LSE) to represent each image as a probability distribution over its local neighborhood, and Thermodynamic Markovian Transition (TMT) to compute a distance between these distributions via a multi-state transition flow. The final distance is a weighted combination of the original Euclidean distance and the TMT cost. Experiments on ROxf/RPar and on content-based retrieval datasets report consistent mAP improvements over a wide range of baselines, including substantial gains over the previous state of the art (e.g., R-GeM ROxf medium 84.7 vs. CAS 80.7).
Significance. If the multi-state thermodynamic transition were the source of the reported gains, this would be a meaningful contribution to manifold-based re-ranking: the empirical improvements are large, consistent across six feature extractors, and the paper includes a broad set of baselines. The paper also provides a formal connection between the flow cost and the W1 distance. However, the central claim about the multi-state path is not operationalized: the paper never defines the feasible path set, gives no algorithm for the constrained path optimization, and the TMT ablation omits the direct W1 baseline. As presented, the evidence does not isolate the contribution of the thermodynamic path mechanism, which is the paper's main novelty.
major comments (4)
- [§4.3, Eq. (20)] The paper never specifies the set of feasible transition paths π: it states that each state must be reachable from its predecessor 'within the local region', but it does not define what 'local region' means for the distributions {p_i} or how the constrained shortest path in Eq. (20) is computed. Appendix B.3 only provides a Sinkhorn iteration for pairwise W1. Table 6 compares TMT against Cosine, Euclidean, Jaccard, and Total Variation distances, but omits the direct W1 baseline (K=0 or a single-edge path) and an unconstrained-path baseline. As a result, the reported gains do not establish that the multi-state transition contributes; they could be entirely due to the LSE plus W1 pipeline. This is the load-bearing claim of the paper and must be supported by an explicit path-optimization algorithm and the missing baselines.
- [Appendix B.2, proof of Eq. (B.8)] The proof shows only that for a fixed path π, the minimum flow cost over transition rates equals the sum of W1 distances along the path; it does not show that the minimum over paths is different from the direct distance W1(p_i, p_j), nor does it enforce any local restriction on the transport plan. In the constructive part (Eqs. B.21–B.28), mass is moved directly between arbitrary vertices r_m and s_m over edges with cost d(r_m, s_m), which is exactly the unconstrained optimal transport problem. If the intended 'local region' constraint applies to these transport edges, the proof does not model it; if it applies only to the sequence of intermediate states, that constraint and its effect on the optimum need to be stated formally.
- [§4.1, Eq. (7)] The gradient of J in Eq. (7) is inconsistent with the quadratic form in Eq. (6) and with the correct derivative in Appendix A.1 (Eq. A.9). For symmetric ar{S}^v, the derivative of vec(F)^ op (I - ar{S}^v) vec(F) is 2(I - ar{S}^v)vec(F), not (2I - ar{S}^v)vec(F). The closed-form solution in Eq. (8) corresponds to the correct gradient, so this appears to be a typographical error, but it should be corrected because the text presents Eq. (7) as the basis for Eq. (8).
- [§4.3, text after Eq. (18)] The statement that 'an additional power term can be applied to the distance in Eq. (18)' is never formalized; no definition, default value, or experimental setting is given. Either specify the term (e.g., d(r,s)^p) and its value in the experiments, or remove the sentence, because the reader cannot determine what was actually evaluated.
minor comments (4)
- [§4.3, Eq. (18) and surrounding text] 'Temperate states' appears to be a typo for 'temporary states' or 'intermediate states'.
- [Table 5] The header 'k-reciprcal' should be 'k-reciprocal'.
- [Appendix A.3, Algorithm 2] The initialization of P(0) and R(0) is stated in a single line, but R(0) is not subsequently used in the loop; clarify the notation and the stopping criterion.
- [§5.1, Implementation Details] The paper does not report the TMT-specific hyperparameters (e.g., τ, K, the Sinkhorn regularization ε, and the number of path states), even though the sensitivity analysis in Fig. 5 covers only k1, k2, κ, θ, μ, and σ. Please add these details to make the experiments reproducible.
Circularity Check
The final distance is a fitted blend of Euclidean and W1-based terms, and the TMT component is, by the paper's own reduction, a relabeled W1 distance that is never compared against plain W1; the derivation itself is mostly self-contained.
-
fitted input called prediction
[Section 5.3, 'Sensitivity of Hyper-parameters', Fig. 5(d), Eq. (21), Tables 1-3]
"Fig. 5(d) reveals that θ = 0.5 yields the optimal result, demonstrating that incorporating the original distance enhances the retrieval robustness."
The final distance is d∗(i,j)=θd(i,j)+(1−θ)d′(i,j) (Eq. 21), and the ROxf/RPar columns of Tables 1-3 are reported as the method's predictive performance. However, θ (and k1, k2, κ, μ, σ in the same figure) are selected by scanning mAP on the ROxf medium and hard protocols, which are the very test protocols whose scores are then tabulated. The headline ROxf numbers are therefore the maxima of the tuning curves, not independent predictions of the method; presenting them as evidence that the thermodynamic distance is effective makes the headline evaluation circular with the fitted hyperparameters.
-
renaming known result
[Section 4.3, Eq. (20); Appendix B.2-B.3]
"under the assumption that each transition only takes place in local regions, the Wasserstein distance W1 can serve as a valid equivalency, followed by: d′(i,j)=minπ Σ_{k=0}^{K−1} W1(p_ik,p_ik+1)."
By the paper's own Eq. (20), the 'Thermodynamic Markovian Transition' cost is defined as a shortest path over W1 distances, where W1 is the standard optimal-transport distance defined in Eq. (B.2). Appendix B.3 provides only the Sinkhorn fixed-point solver for pairwise W1(p_start,p_end); no algorithm is given for the constrained path minimization over intermediate states, and Table 6 compares TMT against total variation and Jaccard but never against direct W1. Thus, unless the missing path solver changes the value, the computed quantity is exactly the W1 distance between LSE embeddings; the multi-state thermodynamic framing is a relabeling of a known metric, and the claimed 'long-term transition' mechanism is not demonstrated to contribute anything beyond W1.
full rationale
The paper's derivation chain (BCD → LSE → TMT) is largely self-contained: BCD has a closed-form iterative solution (Appendix A), LSE is a defined neighborhood-weighted embedding (Eqs. 14-16), and the TMT-to-W1 equivalency is proved internally in Appendix B rather than imported from a citation. The self-citation to Luo et al. (2024) for the Bidirectional Similarity Diffusion objective is not load-bearing for the central claim, because BCD is ablated against BSD in Fig. 4(a) and the TMT/LSE contributions have independent derivations. However, two partial circularities remain. First, the headline ROxf/RPar results are produced after tuning the hyperparameters (θ, k1, k2, κ, μ, σ) on those same test protocols, so the reported mAP values are fitted rather than predicted on the primary benchmark. Second, the paper's own theorem reduces the thermodynamic transition cost to a shortest-path sum of W1 distances, while the implementation description and ablations never show that a multi-state constrained path is actually solved or that it differs from direct W1; the novelty claim therefore reduces to a relabeled W1 distance unless the missing path optimization is supplied. These issues make the central effectiveness claim partially circular, though the core derivation is not a tautological reduction.
Assumptions & free parameters
free parameters (9)
- k1 =
60
- k2 =
7
- kappa =
2
- theta =
0.5
- mu =
not reported
- sigma =
not reported
- lambda =
not reported
- graph scale factors =
[1/sqrt(2), 1, sqrt(2)]
- Sinkhorn epsilon, tau, path length K =
not reported
assumptions (4)
- domain assumption The k-NN affinity graph W in Eq. (2) approximates the low-dimensional data manifold.
- domain assumption Local neighborhoods defined by k-reciprocal nearest neighbors contain mostly same-category instances.
- domain assumption Euclidean distance in the original feature space is the correct ground cost for the transition and Wasserstein distance.
- ad hoc to paper The minimum thermodynamic flow cost per stage equals unconstrained W1 between locality embeddings, and the multi-state path has an effect.
invented entities (2)
-
Locality state distribution p_i
independent evidence
-
Thermodynamic Markovian transition flow q_t
Cite this review
Pith. "Pith review of Locality Preserving Markovian Transition for Instance Retrieval." pith.science (2026). https://pith.science/paper/ZYM6VGP4
@misc{pith2026250605196,
author = {Pith},
title = {Pith review of: Locality Preserving Markovian Transition for Instance Retrieval},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZYM6VGP4}},
note = {Machine review of arXiv:2506.05196}
}
read the original abstract
Diffusion-based re-ranking methods are effective in modeling the data manifolds through similarity propagation in affinity graphs. However, positive signals tend to diminish over several steps away from the source, reducing discriminative power beyond local regions. To address this issue, we introduce the Locality Preserving Markovian Transition (LPMT) framework, which employs a long-term thermodynamic transition process with multiple states for accurate manifold distance measurement. The proposed LPMT first integrates diffusion processes across separate graphs using Bidirectional Collaborative Diffusion (BCD) to establish strong similarity relationships. Afterwards, Locality State Embedding (LSE) encodes each instance into a distribution for enhanced local consistency. These distributions are interconnected via the Thermodynamic Markovian Transition (TMT) process, enabling efficient global retrieval while maintaining local effectiveness. Experimental results across diverse tasks confirm the effectiveness of LPMT for instance retrieval.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...
-
[2]
Arandjelovi \'c , R. and Zisserman, A. Three things everyone should know to improve object retrieval. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2012
work page 2012
-
[3]
Self- RAG : Learning to retrieve, generate, and critique through self-reflection
Asai, A., Wu, Z., Wang, Y., Sil, A., and Hajishirzi, H. Self- RAG : Learning to retrieve, generate, and critique through self-reflection. In The Twelfth International Conference on Learning Representations, 2024
work page 2024
-
[4]
Bai, S. and Bai, X. Sparse contextual activation for efficient visual re-ranking. IEEE Transactions on Image Processing, 25 0 (3): 0 1056--1069, 2016
work page 2016
-
[5]
Bai, S., Bai, X., Tian, Q., and Latecki, L. J. Regularized diffusion process for visual retrieval. In Proceedings of the AAAI Conference on Artificial Intelligence, 2017 a
work page 2017
-
[6]
Bai, S., Zhou, Z., Wang, J., Bai, X., Latecki, L. J., and Tian, Q. Ensemble diffusion for retrieval. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), 2017 b
work page 2017
-
[7]
Bai, S., Bai, X., Tian, Q., and Latecki, L. J. Regularized diffusion process on bidirectional context for object retrieval. IEEE Transactions on Pattern Analysis and Machine Intelligence, 41 0 (5): 0 1213--1226, 2019 a
work page 2019
-
[8]
Bai, S., Tang, P., Torr, P. H., and Latecki, L. J. Re-ranking via metric fusion for object retrieval and person re-identification. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2019 b
work page 2019
Show all 79 references
-
[9]
J., and Tian, Q
Bai, S., Zhou, Z., Wang, J., Bai, X., Latecki, L. J., and Tian, Q. Automatic ensemble diffusion for 3d shape and image retrieval. IEEE Transactions on Image Processing, 28 0 (1): 0 88--101, 2019 c
2019
-
[10]
Barato, A. C. and Seifert, U. Thermodynamic uncertainty relation for biomolecular processes. Phys. Rev. Lett., 114: 0 158101, Apr 2015
2015
-
[11]
Borgeaud, S., Mensch, A., Hoffmann, J., Cai, T., Rutherford, E., Millican, K., Van Den Driessche, G. B., Lespiau, J.-B., Damoc, B., Clark, A., De Las Casas, D., Guy, A., Menick, J., Ring, R., Hennigan, T., Huang, S., Maggiore, L., Jones, C., Cassirer, A., Brock, A., Paganini, ...
2022
-
[12]
Unifying deep local and global features for image search
Cao, B., Araujo, A., and Sim, J. Unifying deep local and global features for image search. In European Conference on Computer Vision (ECCV), 2020
2020
-
[13]
Explore-exploit graph traversal for image retrieval
Chang, C., Yu, G., Liu, C., and Volkovs, M. Explore-exploit graph traversal for image retrieval. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2019
2019
-
[14]
Benchmarking large language models in retrieval-augmented generation
Chen, J., Lin, H., Han, X., and Sun, L. Benchmarking large language models in retrieval-augmented generation. Proceedings of the AAAI Conference on Artificial Intelligence, 2024
2024
-
[15]
Total recall: Automatic query expansion with a generative feature model for object retrieval
Chum, O., Philbin, J., Sivic, J., Isard, M., and Zisserman, A. Total recall: Automatic query expansion with a generative feature model for object retrieval. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), 2007
2007
-
[16]
Sinkd: Sinkhorn distance minimization for knowledge distillation
Cui, X., Qin, Y., Gao, Y., Zhang, E., Xu, Z., Wu, T., Li, K., Sun, X., Zhou, W., and Li, H. Sinkd: Sinkhorn distance minimization for knowledge distillation. IEEE Transactions on Neural Networks and Learning Systems, 2024 a
2024
-
[17]
Sinkhorn distance minimization for knowledge distillation
Cui, X., Qin, Y., Gao, Y., Zhang, E., Xu, Z., Wu, T., Li, K., Sun, X., Zhou, W., and Li, H. Sinkhorn distance minimization for knowledge distillation. In LREC-COLING, pp.\ 14846--14858, 2024 b
2024
-
[18]
Optical: Leveraging optimal transport for contribution allocation in dataset distillation
Cui, X., Qin, Y., Xie, L., Zhou, W., Li, H., and Li, H. Optical: Leveraging optimal transport for contribution allocation in dataset distillation. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2025 a
2025
-
[19]
Layoutenc: Leveraging enhanced layout representations for transformer-based complex scene synthesis
Cui, X., Sun, Q., Wang, M., Li, L., Zhou, W., and Li, H. Layoutenc: Leveraging enhanced layout representations for transformer-based complex scene synthesis. ACM Transactions on Multimedia Computing, Communications and Applications, 2025 b
2025
-
[20]
Multi-level optimal transport for universal cross-tokenizer knowledge distillation on language models
Cui, X., Zhu, M., Qin, Y., Xie, L., Zhou, W., and Li, H. Multi-level optimal transport for universal cross-tokenizer knowledge distillation on language models. Proceedings of the AAAI Conference on Artificial Intelligence, 2025 c
2025
-
[21]
Sinkhorn distances: Lightspeed computation of optimal transport
Cuturi, M. Sinkhorn distances: Lightspeed computation of optimal transport. In Advances in Neural Information Processing Systems, 2013
2013
-
[22]
and Doucet, A
Cuturi, M. and Doucet, A. Fast computation of wasserstein barycenters. In Xing, E. P. and Jebara, T. (eds.), Proceedings of the 31st International Conference on Machine Learning, Proceedings of Machine Learning Research, pp.\ 685--693. PMLR, 2014
2014
-
[23]
BERT : Pre-training of deep bidirectional transformers for language understanding
Devlin, J., Chang, M.-W., Lee, K., and Toutanova, K. BERT : Pre-training of deep bidirectional transformers for language understanding. In Proceedings of the 2019 Conference of the North A merican Chapter of the Association for Computational Linguistics: Human Language Technol...
2019
-
[24]
and Bischof, H
Donoser, M. and Bischof, H. Diffusion processes for retrieval revisited. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2013
2013
-
[25]
J., Cohen, E
Evans, D. J., Cohen, E. G. D., and Morriss, G. P. Probability of second law violations in shearing steady states. Phys. Rev. Lett., 71: 0 2401--2404, Oct 1993
1993
-
[26]
Learning generative visual models from few training examples: An incremental bayesian approach tested on 101 object categories
Fei-Fei, L., Fergus, R., and Perona, P. Learning generative visual models from few training examples: An incremental bayesian approach tested on 101 object categories. In IEEE Conference on Computer Vision and Pattern Recognition Workshop, pp.\ 178--178. IEEE, 2004
2004
-
[27]
Predict then propagate: Graph neural networks meet personalized pagerank
Gasteiger, J., Bojchevski, A., and G \"u nnemann, S. Predict then propagate: Graph neural networks meet personalized pagerank. In International Conference on Learning Representations (ICLR), 2018
2018
-
[28]
End-to-end learning of deep visual representations for image retrieval
Gordo, A., Almazan, J., Revaud, J., and Larlus, D. End-to-end learning of deep visual representations for image retrieval. International Journal of Computer Vision, 124 0 (2): 0 237--254, 2017
2017
-
[29]
Attention-based query expansion learning
Gordo, A., Radenovic, F., and Berg, T. Attention-based query expansion learning. In European Conference on Computer Vision (ECCV), 2020
2020
-
[30]
Pyretri: A pytorch-based library for unsupervised image retrieval by deep convolutional neural networks
Hu, B., Song, R.-J., Wei, X.-S., Yao, Y., Hua, X.-S., and Liu, Y. Pyretri: A pytorch-based library for unsupervised image retrieval by deep convolutional neural networks. In Proceedings of ACM International Conference on Multimedia, pp.\ 4461--4464, 2020
2020
-
[31]
Efficient diffusion on region manifolds: Recovering small objects with compact cnn representations
Iscen, A., Tolias, G., Avrithis, Y., Furon, T., and Chum, O. Efficient diffusion on region manifolds: Recovering small objects with compact cnn representations. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2017
2017
-
[32]
Fast spectral ranking for similarity search
Iscen, A., Avrithis, Y., Tolias, G., Furon, T., and Chum, O. Fast spectral ranking for similarity search. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2018
2018
-
[33]
Stochastic thermodynamic interpretation of information geometry
Ito, S. Stochastic thermodynamic interpretation of information geometry. Phys. Rev. Lett., 121: 0 030605, Jul 2018
2018
-
[34]
Scaling up visual and vision-language representation learning with noisy text supervision
Jia, C., Yang, Y., Xia, Y., Chen, Y.-T., Parekh, Z., Pham, H., Le, Q., Sung, Y.-H., Li, Z., and Duerig, T. Scaling up visual and vision-language representation learning with noisy text supervision. In Proceedings of the 38th International Conference on Machine Learning. PMLR, 2021
2021
-
[35]
A contextual dissimilarity measure for accurate and efficient image search
Jégou, H., Harzallah, H., and Schmid, C. A contextual dissimilarity measure for accurate and efficient image search. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2007
2007
-
[36]
Aggregating local image descriptors into compact codes
Jégou, H., Perronnin, F., Douze, M., Sánchez, J., Pérez, P., and Schmid, C. Aggregating local image descriptors into compact codes. IEEE Transactions on Pattern Analysis and Machine Intelligence, 34 0 (9): 0 1704--1716, 2012
2012
-
[37]
Self-taught metric learning without labels
Kim, S., Kim, D., Cho, M., and Kwak, S. Self-taught metric learning without labels. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2022
2022
-
[38]
Correlation verification for image retrieval
Lee, S., Seong, H., Lee, S., and Kim, E. Correlation verification for image retrieval. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2022
2022
-
[39]
Revisiting self-similarity: Structural embedding for image retrieval
Lee, S., Lee, S., Seong, H., and Kim, E. Revisiting self-similarity: Structural embedding for image retrieval. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2023
2023
-
[40]
Li, J., Selvaraju, R., Gotmare, A., Joty, S., Xiong, C., and Hoi, S. C. H. Align before fuse: Vision and language representation learning with momentum distillation. In Advances in Neural Information Processing Systems, 2021
2021
-
[41]
BLIP : Bootstrapping language-image pre-training for unified vision-language understanding and generation
Li, J., Li, D., Xiong, C., and Hoi, S. BLIP : Bootstrapping language-image pre-training for unified vision-language understanding and generation. In Proceedings of the 39th International Conference on Machine Learning. PMLR, 2022
2022
-
[42]
BLIP -2: Bootstrapping language-image pre-training with frozen image encoders and large language models
Li, J., Li, D., Savarese, S., and Hoi, S. BLIP -2: Bootstrapping language-image pre-training with frozen image encoders and large language models. In Proceedings of the 40th International Conference on Machine Learning. PMLR, 2023
2023
-
[43]
Supervised metric learning to rank for retrieval via contextual similarity optimization
Liao, C., Tsiligkaridis, T., and Kulis, B. Supervised metric learning to rank for retrieval via contextual similarity optimization. In Proceedings of the 40th International Conference on Machine Learning, Proceedings of Machine Learning Research. PMLR, 2023
2023
-
[44]
Liu, C., Yu, G., Volkovs, M., Chang, C., Rai, H., Ma, J., and Gorti, S. K. Guided similarity separation for image retrieval. In Advances in Neural Information Processing Systems, 2019
2019
-
[45]
Liu, H., Li, C., Wu, Q., and Lee, Y. J. Visual instruction tuning. In Advances in Neural Information Processing Systems, 2023
2023
-
[46]
Lowe, D. G. Distinctive image features from scale-invariant keypoints. International Journal of Computer Vision, 60: 0 91--110, 2004
2004
-
[47]
Cluster-aware similarity diffusion for instance retrieval
Luo, J., Yao, H., and Xu, C. Cluster-aware similarity diffusion for instance retrieval. In Proceedings of the 41st International Conference on Machine Learning. PMLR, 2024
2024
-
[48]
Large-scale image retrieval with attentive deep local features
Noh, H., Araujo, A., Sim, J., Weyand, T., and Han, B. Large-scale image retrieval with attentive deep local features. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), 2017
2017
-
[49]
Contextual similarity aggregation with self-attention for visual re-ranking
Ouyang, J., Wu, H., Wang, M., Zhou, W., and Li, H. Contextual similarity aggregation with self-attention for visual re-ranking. In Advances in Neural Information Processing Systems, 2021
2021
-
[50]
Object retrieval with large vocabularies and fast spatial matching
Philbin, J., Chum, O., Isard, M., Sivic, J., and Zisserman, A. Object retrieval with large vocabularies and fast spatial matching. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2007
2007
-
[51]
Lost in quantization: Improving particular object retrieval in large scale image databases
Philbin, J., Chum, O., Isard, M., Sivic, J., and Zisserman, A. Lost in quantization: Improving particular object retrieval in large scale image databases. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2008
2008
-
[52]
R., and Tudisco, F
Prokopchik, K., Benson, A. R., and Tudisco, F. Nonlinear feature diffusion on hypergraphs. In Proceedings of the International Conference on Machine Learning. PMLR, 2022
2022
-
[53]
and Torralba, A
Quattoni, A. and Torralba, A. Recognizing indoor scenes. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pp.\ 413--420. IEEE, 2009
2009
-
[54]
Revisiting oxford and paris: Large-scale image retrieval benchmarking
Radenovi \'c , F., Iscen, A., Tolias, G., Avrithis, Y., and Chum, O. Revisiting oxford and paris: Large-scale image retrieval benchmarking. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2018
2018
-
[55]
Fine-tuning cnn image retrieval with no human annotation
Radenovi \'c , F., Tolias, G., and Chum, O. Fine-tuning cnn image retrieval with no human annotation. IEEE Transactions on Pattern Analysis and Machine Intelligence, 41 0 (7): 0 1655--1668, 2019
2019
-
[56]
W., Hallacy, C., Ramesh, A., Goh, G., Agarwal, S., Sastry, G., Askell, A., Mishkin, P., Clark, J., Krueger, G., and Sutskever, I
Radford, A., Kim, J. W., Hallacy, C., Ramesh, A., Goh, G., Agarwal, S., Sastry, G., Askell, A., Mishkin, P., Clark, J., Krueger, G., and Sutskever, I. Learning transferable visual models from natural language supervision. In Proceedings of the International Conference on Machi...
2021
-
[57]
S., Schumann, A., Eberle, A., and Stiefelhagen, R
Sarfraz, M. S., Schumann, A., Eberle, A., and Stiefelhagen, R. A pose-sensitive embedding for person re-identification with expanded cross neighborhood re-ranking. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2018
2018
-
[58]
Stochastic thermodynamics, fluctuation theorems and molecular machines
Seifert, U. Stochastic thermodynamics, fluctuation theorems and molecular machines. Reports on Progress in Physics, 75 0 (12): 0 126001, nov 2012
2012
-
[59]
Global features are all you need for image retrieval and reranking
Shao, S., Chen, K., Karpur, A., Cui, Q., Araujo, A., and Cao, B. Global features are all you need for image retrieval and reranking. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), 2023
2023
-
[60]
Object retrieval and localization with spatially-constrained similarity measure and k-nn re-ranking
Shen, X., Lin, Z., Brandt, J., Avidan, S., and Wu, Y. Object retrieval and localization with spatially-constrained similarity measure and k-nn re-ranking. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2012
2012
-
[61]
X., Sbai, O., and Aubry, M
Shen, X., Xiao, Y., Hu, S. X., Sbai, O., and Aubry, M. Re-ranking for image retrieval and transductive few-shot classification. In Advances in Neural Information Processing Systems, 2021
2021
-
[62]
S., Tang, M., Sun, R., Yoon, J., Arik, S
Su, H., Yen, H., Xia, M., Shi, W., Muennighoff, N., yu Wang, H., Haisu, L., Shi, Q., Siegel, Z. S., Tang, M., Sun, R., Yoon, J., Arik, S. O., Chen, D., and Yu, T. BRIGHT : A realistic and challenging benchmark for reasoning-intensive retrieval. In The Thirteenth International ...
2025
-
[63]
BEIR : A heterogeneous benchmark for zero-shot evaluation of information retrieval models
Thakur, N., Reimers, N., R \"u ckl \'e , A., Srivastava, A., and Gurevych, I. BEIR : A heterogeneous benchmark for zero-shot evaluation of information retrieval models. In Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track (Round 2), 2021
2021
-
[64]
Particular object retrieval with integral max-pooling of cnn activations
Tolias, G., Sicre, R., and J \'e gou, H. Particular object retrieval with integral max-pooling of cnn activations. In International Conference on Learning Representations (ICLR), 2016
2016
-
[65]
and Saito, K
Van Vu, T. and Saito, K. Thermodynamic unification of optimal transport: Thermodynamic uncertainty relation, minimum dissipation, and thermodynamic speed limits. Phys. Rev. X, 13: 0 011013, Feb 2023
2023
-
[66]
The caltech-ucsd birds-200-2011 dataset, 2011
Wah, C., Branson, S., Welinder, P., Perona, P., and Belongie, S. The caltech-ucsd birds-200-2011 dataset, 2011
2011
-
[67]
C-pack: Packaged resources to advance general chinese embedding, 2023
Xiao, S., Liu, Z., Zhang, P., and Muennighoff, N. C-pack: Packaged resources to advance general chinese embedding, 2023
2023
-
[68]
Efficient image retrieval via decoupling diffusion into online and offline processing
Yang, F., Hinami, R., Matsui, Y., Ly, S., and Satoh, S. Efficient image retrieval via decoupling diffusion into online and offline processing. In Proceedings of the AAAI Conference on Artificial Intelligence, 2019
2019
-
[69]
Dolg: Single-stage image retrieval with deep orthogonal fusion of local and global features
Yang, M., He, D., Fan, M., Shi, B., Xue, X., Li, F., Ding, E., and Huang, J. Dolg: Single-stage image retrieval with deep orthogonal fusion of local and global features. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 2021
2021
-
[70]
Yang, X., Koknar-Tezel, S., and Latecki, L. J. Locally constrained diffusion process on locally densified distance spaces with applications to shape retrieval. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2009
2009
-
[71]
Yang, X., Prasad, L., and Latecki, L. J. Affinity learning with diffusion on tensor product graph. IEEE Transactions on Pattern Analysis and Machine Intelligence, 35 0 (1): 0 28--38, 2013
2013
-
[72]
FILIP : Fine-grained interactive language-image pre-training
Yao, L., Huang, R., Hou, L., Lu, G., Niu, M., Xu, H., Liang, X., Li, Z., Jiang, X., and Xu, C. FILIP : Fine-grained interactive language-image pre-training. In International Conference on Learning Representations, 2022
2022
-
[73]
Contextually affinitive neighborhood refinery for deep clustering
Yu, C., Shi, Y., and Wang, J. Contextually affinitive neighborhood refinery for deep clustering. In Advances in Neural Information Processing Systems, 2023
2023
-
[74]
Zhang, S., Yang, M., Cour, T., Yu, K., and Metaxas, D. N. Query specific rank fusion for image retrieval. IEEE Transactions on Pattern Analysis and Machine Intelligence, 37 0 (4): 0 803--815, 2015
2015
-
[75]
Understanding image retrieval re-ranking: A graph neural network perspective
Zhang, X., Jiang, M., Zheng, Z., Tan, X., Ding, E., and Yang, Y. Understanding image retrieval re-ranking: A graph neural network perspective. arXiv preprint arXiv:2012.07620, 2020
2012 arXiv
-
[76]
Graph convolution based efficient re-ranking for visual retrieval
Zhang, Y., Qian, Q., Wang, H., Liu, C., Chen, W., and Wan, F. Graph convolution based efficient re-ranking for visual retrieval. IEEE Transactions on Multimedia, 2023
2023
-
[77]
Re-ranking person re-identification with k-reciprocal encoding
Zhong, Z., Zheng, L., Cao, D., and Li, S. Re-ranking person re-identification with k-reciprocal encoding. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2017
2017
-
[78]
Ranking on data manifolds
Zhou, D., Weston, J., Gretton, A., Bousquet, O., and Sch\" o lkopf, B. Ranking on data manifolds. In Advances in Neural Information Processing Systems, 2003
2003
-
[79]
Fusion with diffusion for robust visual tracking
Zhou, Y., Bai, X., Liu, W., and Latecki, L. Fusion with diffusion for robust visual tracking. In Advances in Neural Information Processing Systems, 2012
2012
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.