paper-with-me

Papers

Bipartite Graph Convolutional Hashing for Effective and Efficient Top-N Search in Hamming Space

2023-04-01 · Yankai Chen, Yixiang Fang, Yifei Zhang, Irwin King

Searching on bipartite graphs is basal and versatile to many real-world Web applications, e.g., online recommendation, database retrieval, and query-document searching. Given a query node, the conventional approaches rely on the similarity matching with the vectorized node embeddings in the continuous Euclidean space. To efficiently manage intensive similarity computation, developing hashing techniques for graph structured data has recently become an emerging research direction. Despite the retrieval efficiency in Hamming space, prior work is however confronted with catastrophic performance decay. In this work, we investigate the problem of hashing with Graph Convolutional Network on bipartite graphs for effective Top-N search. We propose an end-to-end Bipartite Graph Convolutional Hashing approach, namely BGCH, which consists of three novel and effective modules: (1) adaptive graph convolutional hashing, (2) latent feature dispersion, and (3) Fourier serialized gradient estimation. Specifically, the former two modules achieve the substantial retention of the structural information against the inevitable information loss in hash encoding; the last module develops Fourier Series decomposition to the hashing function in the frequency domain mainly for more accurate gradient estimation. The extensive experiments on six real-world datasets not only show the performance superiority over the competing hashing-based counterparts, but also demonstrate the effectiveness of all proposed model components contained therein.

📄 PDF Abstract BibTeX arXiv:2304.00241

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Towards Effective Top-N Hamming Search via Bipartite Graph Contrastive Hashing

2024-08-17 · Yankai Chen, Yixiang Fang, Yifei Zhang, Chenhao Ma 외

Searching on bipartite graphs serves as a fundamental task for various real-world applications, such as recommendation systems, database retrieval, and document querying. Conventional approaches rely on similarity matchi…

Contrastive LearningRecommendation SystemsRetrievalSelf-Supervised Learning

Sign-Guided Bipartite Graph Hashing for Hamming Space Search

2024-05-04 · Xueyi Wu

Bipartite graph hashing (BGH) is extensively used for Top-K search in Hamming space at low storage and inference costs. Recent research adopts graph convolutional hashing for BGH and has achieved the state-of-the-art per…

Contrastive Learning

Asymmetric Transfer Hashing with Adaptive Bipartite Graph Learning

2022-06-25 · Jianglin Lu, Jie zhou, Yudong Chen, Witold Pedrycz 외

Thanks to the efficient retrieval speed and low storage consumption, learning to hash has been widely used in visual retrieval tasks. However, existing hashing methods assume that the query and retrieval samples lie in h…

Graph LearningRetrievalTransfer Learning

Multiplex Bipartite Network Embedding using Dual Hypergraph Convolutional Networks

2021-02-12 · Hansheng Xue, Luwei Yang, Vaibhav Rajan, Wen Jiang 외

A bipartite network is a graph structure where nodes are from two distinct domains and only inter-domain interactions exist as edges. A large number of network embedding methods exist to learn vectorial node representati…

Link PredictionNetwork EmbeddingNode Classification

GraphHash: Graph Clustering Enables Parameter Efficiency in Recommender Systems

2024-12-23 · Xinyi Wu, Donald Loveland, Runjin Chen, Yozen Liu 외

Deep recommender systems rely heavily on large embedding tables to handle high-cardinality categorical features such as user/item identifiers, and face significant memory constraints at scale. To tackle this challenge, h…

Click-Through Rate PredictionClusteringGraph ClusteringRecommendation Systems