paper-with-me

Papers

Image Hashing via Cross-View Code Alignment in the Age of Foundation Models

2025-10-31 · Ilyass Moummad, Kawtar Zaher, Hervé Goëau, Alexis Joly arxiv

Efficient large-scale retrieval requires representations that are both compact and discriminative. Foundation models provide powerful visual and multimodal embeddings, but nearest neighbor search in these high-dimensional spaces is computationally expensive. Hashing offers an efficient alternative by enabling fast Hamming distance search with binary codes, yet existing approaches often rely on complex pipelines, multi-term objectives, designs specialized for a single learning paradigm, and long training times. We introduce CroVCA (Cross-View Code Alignment), a simple and unified principle for learning binary codes that remain consistent across semantically aligned views. A single binary cross-entropy loss enforces alignment, while coding-rate maximization serves as an anti-collapse regularizer to promote balanced and diverse codes. To implement this, we design HashCoder, a lightweight MLP hashing network with a final batch normalization layer to enforce balanced codes. HashCoder can be used as a probing head on frozen embeddings or to adapt encoders efficiently via LoRA fine-tuning. Across benchmarks, CroVCA achieves state-of-the-art results in just 5 training epochs. At 16 bits, it performs particularly well; for instance, unsupervised hashing on COCO completes in under 2 minutes and supervised hashing on ImageNet100 in about 3 minutes on a single GPU. These results highlight CroVCA's efficiency, adaptability, and broad applicability.

📄 PDF Abstract BibTeX arXiv:2510.27584

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Discriminative Cross-View Binary Representation Learning

2018-04-04 · Liu Liu, Hairong Qi

Learning compact representation is vital and challenging for large scale multimedia data. Cross-view/cross-modal hashing for effective binary representation learning has received significant attention with exponentially …

Image RetrievalQuantizationRepresentation LearningRetrieval

Unsupervised Data-Efficient Cross-Modal Retrieval with Global-Neighborhood Alignment Hashing

2026-06-30 · Runhao Li, Xiaoxu Ma, Zhenyu Weng, Yue Zhang 외 arxiv

Compared to supervised cross-modal hashing (CMH), unsupervised CMH reduces the reliance on manual labeling by learning binary codes from unlabeled image-text pairs. However, existing unsupervised CMH methods often rely o…

Cross-Modal RetrievalContrastive Learning

Collaborative Hashing

2014-06-01 · CVPR 2014 6 · Xianglong Liu, Junfeng He, Cheng Deng, Bo Lang

Hashing technique has become a promising approach for fast similarity search. Most of existing hashing research pursue the binary codes for the same type of entities by preserving their similarities. In practice, there a…

Image Retrieval

Learning Discriminative Hashing Codes for Cross-Modal Retrieval based on Multi-view Features

2018-08-13 · Jun Yu, Xiao-Jun Wu, Josef Kittler

Hashing techniques have been applied broadly in retrieval tasks due to their low storage requirements and high speed of processing. Many hashing methods based on a single view have been extensively studied for informatio…

Cross-Modal RetrievalInformation RetrievalQuantizationRetrieval

Semantics-Preserving Hashing for Cross-View Retrieval

2015-06-01 · CVPR 2015 6 · Zijia Lin, Guiguang Ding, Mingqing Hu, Jian-Min Wang

With benefits of low storage costs and high query speeds, hashing methods are widely researched for efficiently retrieving large-scale data, which commonly contains multiple views, e.g. a news report with images, videos …

Retrieval