Pith. sign in

REVIEW 2 major objections 6 minor 61 references

Do All Visual Tokens Matter Equally? Object-Evidence Preserving Token Merging for Vision-Language Retrieval

T0 review · 2 major / 6 minor · reviewed 2026-07-14 · grok-4.5

Pith's one-line read Multi-vector image search gets cheaper and more accurate when image tokens are merged so object-level evidence stays selectable by future queries.

desk verdict Solid systems paper: object-prior soft merging of post-projector tokens at K=64 cuts ColPali storage ~16× and lifts R@1 over full multi-vector and matched adapted compressors, with grounding support; main caveat is single-domain adaptation isolation, not a broken claim. read the letter →

arxiv 2607.04605 v2 pith:OZHUOGCX submitted 2026-07-06 cs.IR cs.AIcs.CLcs.CV

classification cs.IRcs.AIcs.CLcs.CV
keywords multi-vectorretrievallateinteractiontokenmergingvision-languageobject-awarecompressionMaxSimphrasegroundingstorage-efficientindexing
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Late-interaction vision-language retrieval stores many patch embeddings per image so each query token can pick its best visual match, but that density is expensive to store and score. The paper argues that ordinary pruning or similarity pooling can delete or blend the very object and region cues a later query will need. It introduces SaMer, which merges post-projection image tokens into a small set of centroids, using object boxes only while training as a soft prior against mixing different instances, then runs without boxes or detectors and trains only the shared projection layer. At 64 tokens it discards more than 93 percent of image-side vectors, cuts storage by about 16 times on a standard multi-vector setup, and raises recall on natural-image benchmarks while concentrating phrase relevance inside annotated regions more tightly than matched-budget baselines. The intended lesson is that efficient multi-vector retrieval is not only about how few tokens you keep, but whether the remaining tokens still hold the evidence queries will select.

What carries the argument

SaMer (semantic-aware merging): feature-spatial soft assignment of post-projector tokens into K normalized weighted centroids, with a training-only object-instance penalty that discourages cross-instance mixing; inference uses the same late-interaction interface without boxes or detectors.

What would settle it

Under identical K=64 projection-only adaptation on the same backbone, if feature-spatial merging without the object-instance prior matches or beats full SaMer on R@1 and BoxMass on held-out Flickr30K and MSCOCO, the claim that the object prior is what preserves selectable evidence would fail.

Watch

Extended reading notes

Core claim

The paper claims that object-aware merging of post-projector visual tokens into K representative centroids preserves query-selectable object and region evidence under MaxSim late interaction, so aggressive compression can improve rather than degrade retrieval. With K=64, using training-only object annotations as a merge prior, no boxes at inference, and projection-only adaptation of frozen backbones, SaMer removes more than 93 percent of image-side tokens, reduces ColPali storage by 16.09 times, lifts R@1 on Flickr30K and MSCOCO, and strengthens phrase-level grounding relative to pruning and pooling at the same budget.

Load-bearing premise

A training-time object-instance merge prior from one annotated set, absorbed only into an adapted shared projection, still yields object-consistent centroids at inference with no boxes, and a budget of 64 tokens is enough to keep the evidence queries need.

Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 6 minor

Summary. The paper proposes SaMer, an object-aware post-projector token merging method for multi-vector vision-language retrieval (ColPali/ColQwen2-style MaxSim). Image tokens are compressed to K feature-spatial soft centroids (Eqs. 2–4) while preserving the late-interaction interface. During training only, bounding-box instance labels define an instance-inconsistency penalty P_inst that reshapes soft assignment (Eqs. 5–6); inference is bbox- and detector-free. Only the shared projection is adapted under a multi-positive InfoNCE loss on compressed scores (Eq. 7), with frozen vision/language backbones. At K=64 the method removes >93% of image-side tokens, reports 16.09× ColPali storage reduction, improves R@1 on Flickr30K (77.0→82.4) and MSCOCO (47.4→51.6), outperforms matched-budget adapted compressors (H-Pool, HPC, SAP; Table 2), and improves phrase-level grounding (BoxMass/RegionHit/CoverageIoU). Ablations attribute the main lift to the object prior (Table 4); DocVQA is treated as a non-object-centric boundary case.

Significance. Late-interaction multi-vector VL retrieval is storage- and scoring-bound by dense image tokens; framing compression as query-selectable evidence preservation rather than pure redundancy reduction is a useful and timely contribution for IR and multimodal retrieval. The design is practically attractive: training-only object prior, annotation-free inference, projection-only adaptation, and an unchanged MaxSim interface. Strengths include matched-budget adapted baselines (Table 2), merge-component and budget sweeps (Tables 3–4), merging-vs-pruning controls, explicit grounding metrics tied to the evidence claim, efficiency measurements (storage, MaxSim ops, QPS), and released code. If the reported gains hold under broader adaptation sources and seed variance, SaMer is a strong, deployable recipe for index-side multi-vector compression.

major comments (2)
  1. [§6.1, Table 2, Table 4] §6.1 and Table 2 are the load-bearing isolation of “object-aware merging, not adaptation alone”: all compressors share the same frozen backbones, projection-only FT, and K=64. That control is appropriate, but every adapted run uses a single adaptation source (Flickr30K-Entities, §5.2) with no multi-seed variance. The headline lifts (e.g., ColPali Flickr30K R@1 80.4→82.4 when adding the object prior in Table 4; SaMer vs H-Pool/SAP in Table 2) could partly reflect fitting the shared projection to Flickr-style object density under any soft merge. Please report mean±std over ≥3 seeds for Table 2/Table 4 key rows, and ideally one alternative adaptation source (or a leave-domain control) so the claimed transfer of the training-time prior into bbox-free inference centroids is quantified rather than assumed.
  2. [§4.2, Eqs. 2–6; Fig. 3] §4.2 states that at inference the object-aware prior is “reflected in the adapted projection space” while assignment uses only feature-spatial soft centroids (Eqs. 2–3). Retrieval and grounding (Fig. 3, BoxMass/RegionHit/CoverageIoU) support better phrase evidence, but they do not directly measure the mechanism the paper names as central—reduced cross-instance collapse of merged representatives. A simple diagnostic on held-out images with boxes (e.g., fraction of soft mass mixing distinct instance labels per centroid, or purity of hard assignment under the same d(i,k) used at inference) would test whether inference centroids are actually more object-consistent than feature/spatial-only merging after the same projection FT. Without that, the causal story “object-aware merge prior → object-consistent selectable evidence” remains one step more indirect than the abstract claims.
minor comments (6)
  1. [Abstract, §1] Abstract and §1 claim improvement “while improving R@1 on Flickr30K and MSCOCO” without stating that adaptation is Flickr-only and MSCOCO is zero-shot transfer; one clause would prevent over-reading domain generality.
  2. [Table 1, §5.3, §7] DocVQA results in Table 1 show SaMer below full ColPali/ColQwen2; §5.3 correctly calls it a boundary case, but the conclusion (§7) should restate that object-centric merging is not claimed for sparse OCR/layout retrieval.
  3. [Appendix B, Eq. (2)] γ, τs, and τ are fixed in Appendix B without sensitivity; a short note or one-row sensitivity for γ would help readers who reimplement feature-spatial merging.
  4. [Figure 2] Figure 2 dual-axis R@5 trade-off is useful; ensure baseline markers (H-Pool/SAP/HPC at K=64) are labeled in the legend as well as the caption for greyscale readability.
  5. [§4.1, Appendix A/E] Table 6 (centroid variants) and Table 7 (merging vs pruning) strengthen the design choices; consider a one-sentence pointer in §4.1/§6.1 so main-text readers know soft assignment and merging-over-pruning were ablated.
  6. [§4.2, Eq. (5)] Minor notation: N vs K and soft vs hard assignment (ci vs ai,k) are clear in §4, but P_inst(i,k)=1−Pk(bi) for background tokens could be stated explicitly (all background share one label?).

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: empirical compression method evaluated on external benchmarks with independent retrieval loss and matched-budget ablations.

full rationale

SaMer is an empirical multi-vector retrieval compression method, not a first-principles derivation. The load-bearing claims (K=64 storage reduction, R@1 gains on Flickr30K/MSCOCO, better grounding vs H-Pool/SAP/HPC) are measured outcomes under standard InfoNCE over compressed MaxSim (Eq. 7), not quantities forced by construction from fitted inputs. Object annotations enter only as a training-time soft-assignment prior (Eq. 5–6), not as an auxiliary grounding loss that defines the reported metrics; inference is bbox-free feature-spatial merging (Eq. 2–3). Table 2 holds adaptation fixed across compressors, and Table 4 ablates the object prior, so the claimed mechanism is tested rather than assumed. Grounding metrics (BoxMass, RegionHit, CoverageIoU) use external phrase boxes as independent probes of evidence concentration; they are not the training objective. Evaluation uses public external benchmarks and external baselines under matched K. No self-definitional loop, no fitted parameter renamed as prediction, no load-bearing self-citation uniqueness theorem, and no renaming of a known result as a derivation. Mild experimental caveats (single adaptation source, K chosen at a favorable operating point) are design/generalization issues, not circularity.

Assumptions & free parameters 4 free parameters · 4 assumptions · 1 invented entities

The work is empirical systems ML. Load-bearing choices are the MaxSim multi-vector interface, feature-spatial soft centroids, a training-only instance-inconsistency penalty from boxes, projection-only InfoNCE adaptation, and hand-set K/γ/τs. No new physical entities. Free parameters are the usual compression/training knobs; axioms are standard retrieval and clustering assumptions plus the domain claim that object-instance separation is the right merge prior for natural-image MaxSim.

free parameters (4)
  • K (merged token budget)
    Primary operating point K=64 chosen from budget sweep; central storage and accuracy claims are reported at this value.
  • spatial weight γ
    Set to 0.1 in implementation details; balances feature vs spatial terms in assignment distance.
  • soft-assignment temperature τs and retrieval temperature τ
    Both set to 0.07; control softness of merge weights and InfoNCE sharpness.
  • projection-only adaptation schedule
    3 epochs / 1746 steps, lr 2e-4, batch 256, AdamW, cosine warmup on Flickr30K-Entities only; shapes the space in which inference merging works.
assumptions (4)
  • domain assumption MaxSim late interaction over token embeddings is the correct scoring interface to preserve for fine-grained VL retrieval.
    Preliminaries §3.1 and method design keep Eq. 1/4 unchanged; all claims are relative to this interface.
  • ad hoc to paper Object-instance labels from training boxes are a useful merge prior that reduces harmful cross-instance collapse under feature similarity.
    §4.2 defines P_inst and adds it to soft assignment; ablations attribute main gains to this prior.
  • domain assumption Soft weighted ℓ2-normalized centroids of post-projector tokens preserve selectable evidence better than hard pruning of tokens.
    §4.1 and Appendix merging-vs-pruning comparison; standard in token-merging literature but load-bearing here.
  • ad hoc to paper Adapting only the shared projection with frozen backbones is sufficient to align compressed centroids with query tokens.
    §4.3; Table 2 compares under this constraint.
invented entities (1)
  • SaMer object-aware merge prior (instance-inconsistency penalty P_inst on soft assignment)
    purpose: Discourage merging tokens from different object instances during training so centroids remain query-selectable under MaxSim.
    Defined in §4.2 via hard-assignment label histograms; not an external physical entity but a paper-specific mechanism. independent_evidence false because its value is shown only via this paper's retrieval/grounding metrics.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Do All Visual Tokens Matter Equally? Object-Evidence Preserving Token Merging for Vision-Language Retrieval." pith.science (2026). https://pith.science/paper/OZHUOGCX

@misc{pith2026260704605,
  author       = {Pith},
  title        = {Pith review of: Do All Visual Tokens Matter Equally? Object-Evidence Preserving Token Merging for Vision-Language Retrieval},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/OZHUOGCX}},
  note         = {Machine review of arXiv:2607.04605}
}
abstract

Multi-vector vision-language retrieval preserves fine-grained visual evidence through maximum-similarity late interaction, but dense image-side tokens make storage and scoring expensive. Existing token compression methods reduce this cost, yet they can remove or collapse object- and region-level evidence that future query tokens may need to select. We propose SaMer, an object-aware token merging framework that compresses image-side post-projector tokens into $K$ representative centroids while preserving the original late-interaction interface. SaMer uses object annotations only during training as a merge prior to discourage cross-instance mixing, requires no ground-truth bounding boxes or detectors at inference time, and adapts only the shared projection layer with frozen vision and language backbones. With $K=64$, SaMer removes more than 93% of image-side tokens and reduces ColPali storage by $16.09\times$, while improving R@1 on Flickr30K and MSCOCO. These gains arise because object-aware merging preserves query-selectable object evidence that pruning or feature-only pooling can remove or collapse. SaMer also outperforms compression baselines and shows stronger phrase-level grounding, suggesting that efficient multi-vector retrieval depends not only on reducing token count, but on preserving the evidence future query tokens need to select.

Figures

Figures reproduced from arXiv: 2607.04605 by the authors.

Figure 1
Figure 1. Overview of SaMer. Frozen vision and language encoders produce hidden states, a shared trainable projection layer [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Token budget and R@5 trade-off. Solid lines show [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Grounding comparison between full ColPali, com [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (1 more)
Figure 4
Figure 4. Figure 4: Qualitative grounding examples. Red denotes the phrase-relevance map and green denotes the ground-truth box for [PITH_FULL_IMAGE:figures/full_fig_p014_4.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

61 extracted references · 16 linked inside Pith

  1. [1]

    Proceedings of the 43rd International ACM SIGIR Conference on Research and Development in Information Retrieval , pages=

    ColBERT: Efficient and Effective Passage Search via Contextualized Late Interaction over BERT , author=. Proceedings of the 43rd International ACM SIGIR Conference on Research and Development in Information Retrieval , pages=

  2. [2]

    Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies , pages=

    ColBERTv2: Effective and Efficient Retrieval via Lightweight Late Interaction , author=. Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies , pages=

  3. [3]

    arXiv preprint arXiv:2407.01449 , year=

    ColPali: Efficient Document Retrieval with Vision Language Models , author=. arXiv preprint arXiv:2407.01449 , year=

  4. [4]

    arXiv preprint arXiv:2409.12191 , year=

    Qwen2-VL: Enhancing Vision-Language Model's Perception of the World at Any Resolution , author=. arXiv preprint arXiv:2409.12191 , year=

  5. [5]

    International Conference on Learning Representations , year=

    An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale , author=. International Conference on Learning Representations , year=

  6. [6]

    arXiv preprint arXiv:2506.04997 , year=

    Towards Storage-Efficient Visual Document Retrieval: An Empirical Study on Reducing Patch-Level Embeddings , author=. arXiv preprint arXiv:2506.04997 , year=

  7. [7]

    International conference on machine learning , pages=

    Scaling up visual and vision-language representation learning with noisy text supervision , author=. International conference on machine learning , pages=. 2021 , organization=

  8. [8]

    Advances in neural information processing systems , volume=

    Align before fuse: Vision and language representation learning with momentum distillation , author=. Advances in neural information processing systems , volume=

Show all 61 references
  1. [9]

    International conference on machine learning , pages=

    Blip: Bootstrapping language-image pre-training for unified vision-language understanding and generation , author=. International conference on machine learning , pages=. 2022 , organization=

  2. [10]

    International conference on machine learning , pages=

    Blip-2: Bootstrapping language-image pre-training with frozen image encoders and large language models , author=. International conference on machine learning , pages=. 2023 , organization=

  3. [11]

    Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies , pages=

    COIL: Revisit exact lexical match in information retrieval with contextualized inverted list , author=. Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies , pages=

  4. [12]

    Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval , pages=

    Splade: Sparse lexical and expansion model for first stage ranking , author=. Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval , pages=

  5. [13]

    arXiv preprint arXiv:2109.10086 , year=

    SPLADE v2: Sparse lexical and expansion model for information retrieval , author=. arXiv preprint arXiv:2109.10086 , year=

  6. [14]

    Proceedings of the 31st ACM International Conference on Information & Knowledge Management , pages=

    PLAID: an efficient engine for late interaction retrieval , author=. Proceedings of the 31st ACM International Conference on Information & Knowledge Management , pages=

  7. [15]

    Proceedings of the 48th international ACM SIGIR conference on research and development in information retrieval , pages=

    WARP: An efficient engine for multi-vector retrieval , author=. Proceedings of the 48th international ACM SIGIR conference on research and development in information retrieval , pages=

  8. [16]

    Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

    Llava-prumerge: Adaptive token reduction for efficient large multimodal models , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

  9. [17]

    Findings of the Association for Computational Linguistics: NAACL 2025 , pages=

    Lvpruning: An effective yet simple language-guided vision token pruning approach for multi-modal large language models , author=. Findings of the Association for Computational Linguistics: NAACL 2025 , pages=

  10. [18]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Visionzip: Longer is better but not necessary in vision language models , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  11. [19]

    arXiv preprint arXiv:2410.08584 , year=

    Zipvl: Efficient large vision-language models with dynamic token sparsification , author=. arXiv preprint arXiv:2410.08584 , year=

  12. [20]

    arXiv preprint arXiv:2605.13178 , year=

    CLIP Tricks You: Training-free Token Pruning for Efficient Pixel Grounding in Large VIsion-Language Models , author=. arXiv preprint arXiv:2605.13178 , year=

  13. [21]

    The Eleventh International Conference on Learning Representations , year=

    Token Merging: Your ViT But Faster , author=. The Eleventh International Conference on Learning Representations , year=

  14. [22]

    arXiv preprint arXiv:2511.21631 , year=

    Qwen3-vl technical report , author=. arXiv preprint arXiv:2511.21631 , year=

  15. [23]

    Transactions of the Association for Computational Linguistics , volume=

    From image descriptions to visual denotations: New similarity metrics for semantic inference over event descriptions , author=. Transactions of the Association for Computational Linguistics , volume=. 2014 , publisher=

  16. [24]

    arXiv preprint arXiv:1505.04870 , year =

    Flickr30k Entities: Collecting Region-to-Phrase Correspondences for Richer Image-to-Sentence Models , author =. arXiv preprint arXiv:1505.04870 , year =

  17. [25]

    European Conference on Computer Vision , year =

    Microsoft COCO: Common Objects in Context , author =. European Conference on Computer Vision , year =

  18. [26]

    Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , year =

    DocVQA: A Dataset for VQA on Document Images , author =. Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , year =

  19. [27]

    arXiv preprint arXiv:2203.15867 , year =

    Image Retrieval from Contextual Descriptions , author =. arXiv preprint arXiv:2203.15867 , year =

  20. [28]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year =

    GQA: A New Dataset for Real-World Visual Reasoning and Compositional Question Answering , author =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year =

  21. [29]

    European Conference on Computer Vision , year =

    A-OKVQA: A Benchmark for Visual Question Answering using World Knowledge , author =. European Conference on Computer Vision , year =

  22. [30]

    International conference on machine learning , pages=

    Learning transferable visual models from natural language supervision , author=. International conference on machine learning , pages=. 2021 , organization=

  23. [31]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , month =

    Cherti, Mehdi and Beaumont, Romain and Wightman, Ross and Wortsman, Mitchell and Ilharco, Gabriel and Gordon, Cade and Schuhmann, Christoph and Schmidt, Ludwig and Jitsev, Jenia , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)...

  24. [32]

    Demystifying

    Hu Xu and Saining Xie and Xiaoqing Tan and Po-Yao Huang and Russell Howes and Vasu Sharma and Shang-Wen Li and Gargi Ghosh and Luke Zettlemoyer and Christoph Feichtenhofer , booktitle=. Demystifying. 2024 , url=

  25. [33]

    arXiv preprint arXiv:2303.15389 , year =

    EVA-CLIP: Improved Training Techniques for CLIP at Scale , author =. arXiv preprint arXiv:2303.15389 , year =

  26. [34]

    arXiv preprint arXiv:2309.17425 , year =

    Data Filtering Networks , author =. arXiv preprint arXiv:2309.17425 , year =

  27. [35]

    arXiv preprint arXiv:2502.14786 , year =

    SigLIP 2: Multilingual Vision-Language Encoders with Improved Semantic Understanding, Localization, and Dense Features , author =. arXiv preprint arXiv:2502.14786 , year =

  28. [36]

    2026 , url=

    Rui Meng and Ziyan Jiang and Ye Liu and Mingyi Su and Xinyi Yang and Yuepeng Fu and Can Qin and Raghuveer Thirukovalluru and Xuan Zhang and Zeyuan Chen and Ran Xu and Caiming Xiong and Yingbo Zhou and Wenhu Chen and Semih Yavuz , journal=. 2026 , url=

  29. [37]

    arXiv preprint arXiv:2412.16855 , year =

    GME: Improving Universal Multimodal Retrieval by Multimodal LLMs , author =. arXiv preprint arXiv:2412.16855 , year =

  30. [38]

    Shi Yu and Chaoyue Tang and Bokai Xu and Junbo Cui and Junhao Ran and Yukun Yan and Zhenghao Liu and Shuo Wang and Xu Han and Zhiyuan Liu and Maosong Sun , booktitle=. Vis. 2025 , url=

  31. [39]

    Proceedings of the AAAI conference on artificial intelligence , volume=

    Attention correctness in neural image captioning , author=. Proceedings of the AAAI conference on artificial intelligence , volume=

  32. [40]

    arXiv preprint arXiv:2404.19128 , year=

    Q-GroundCAM: Quantifying Grounding in Vision Language Models via GradCAM , author=. arXiv preprint arXiv:2404.19128 , year=

  33. [41]

    International Journal of Computer Vision , volume=

    Top-down neural attention by excitation backprop , author=. International Journal of Computer Vision , volume=. 2018 , publisher=

  34. [42]

    European Conference on Computer Vision , pages=

    Grounding of textual phrases in images by reconstruction , author=. European Conference on Computer Vision , pages=. 2016 , organization=

  35. [43]

    Proceedings of the IEEE conference on computer vision and pattern recognition , pages=

    Learning deep features for discriminative localization , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=

  36. [44]

    International journal of computer vision , volume=

    Grad-CAM: visual explanations from deep networks via gradient-based localization , author=. International journal of computer vision , volume=. 2020 , publisher=

  37. [45]

    Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics , pages=

    PuMer: Pruning and Merging Tokens for Efficient Vision Language Models , author=. Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics , pages=

  38. [46]

    Advances in Neural Information Processing Systems , year=

    TokenLearner: What Can 8 Learned Tokens Do for Images and Videos? , author=. Advances in Neural Information Processing Systems , year=

  39. [47]

    Advances in Neural Information Processing Systems , volume=

    DynamicViT: Efficient Vision Transformers with Dynamic Token Sparsification , author=. Advances in Neural Information Processing Systems , volume=

  40. [48]

    International Conference on Learning Representations , year=

    Not All Patches are What You Need: Expediting Vision Transformers via Token Reorganizations , author=. International Conference on Learning Representations , year=

  41. [49]

    European Conference on Computer Vision , year=

    Adaptive Token Sampling For Efficient Vision Transformers , author=. European Conference on Computer Vision , year=

  42. [50]

    Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , year=

    Token Pooling in Vision Transformers for Image Classification , author=. Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , year=

  43. [51]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Patch Slimming for Efficient Vision Transformers , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  44. [52]

    European Conference on Computer Vision , pages=

    Stacked Cross Attention for Image-Text Matching , author=. European Conference on Computer Vision , pages=

  45. [53]

    Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

    Visual Semantic Reasoning for Image-Text Matching , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

  46. [54]

    Proceedings of the AAAI Conference on Artificial Intelligence , volume=

    Similarity Reasoning and Filtration for Image-Text Matching , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=

  47. [55]

    Towards Storage-Efficient Visual Document Retrieval: An Empirical Study on Reducing Patch-Level Embeddings

    Ma, Yubo and Li, Jinsong and Zang, Yuhang and Wu, Xiaobao and Dong, Xiaoyi and Zhang, Pan and Cao, Yuhang and Duan, Haodong and Wang, Jiaqi and Cao, Yixin and Sun, Aixin. Towards Storage-Efficient Visual Document Retrieval: An Empirical Study on Reducing Patch-Level Embeddings...

  48. [56]

    arXiv preprint arXiv:2506.21601 , year=

    Hierarchical Patch Compression for ColPali: Efficient Multi-Vector Document Retrieval with Dynamic Pruning and Quantization , author=. arXiv preprint arXiv:2506.21601 , year=

  49. [57]

    2026 , eprint=

    Structural Anchor Pruning: Training-Free Multi-Vector Compression for Visual Document Retrieval , author=. 2026 , eprint=

  50. [58]

    arXiv preprint arXiv:2602.21202 , year=

    Multi-Vector Index Compression in Any Modality , author=. arXiv preprint arXiv:2602.21202 , year=

  51. [59]

    arXiv preprint arXiv:1807.03748 , year=

    Representation learning with contrastive predictive coding , author=. arXiv preprint arXiv:1807.03748 , year=

  52. [60]

    Advances in Neural Information Processing Systems , volume=

    Learning to merge tokens via decoupled embedding for efficient vision transformers , author=. Advances in Neural Information Processing Systems , volume=

  53. [61]

    2025 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=

    Tosa: Token merging with spatial awareness , author=. 2025 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=. 2025 , organization=

Pith tools

Reviewed July 14, 2026 · model on record in the stance chip above.