Papers › HADA: A Graph-based Amalgamation Framework in Image-text Retrieval

HADA: A Graph-based Amalgamation Framework in Image-text Retrieval

11 Jan 2023arXiv:2301.04742archive 2025-07-28

Manh-Duy Nguyen, Binh T. Nguyen, Cathal Gurrin

Many models have been proposed for vision and language tasks, especially the image-text retrieval task. All state-of-the-art (SOTA) models in this challenge contained hundreds of millions of parameters. They also were pretrained on a large external dataset that has been proven to make a big improvement in overall performance. It is not easy to propose a new model with a novel architecture and intensively train it on a massive dataset with many GPUs to surpass many SOTA models, which are already available to use on the Internet. In this paper, we proposed a compact graph-based framework, named HADA, which can combine pretrained models to produce a better result, rather than building from scratch. First, we created a graph structure in which the nodes were the features extracted from the pretrained models and the edges connecting them. The graph structure was employed to capture and fuse the information from every pretrained model with each other. Then a graph neural network was applied to update the connection between the nodes to get the representative embedding vector for an image and text. Finally, we used the cosine similarity to match images with their relevant texts and vice versa to ensure a low inference time. Our experiments showed that, although HADA contained a tiny number of trainable parameters, it could increase baseline performance by more than 3.6% in terms of evaluation metrics in the Flickr30k dataset. Additionally, the proposed model did not train on any external dataset and did not require many GPUs but only 1 to train due to its small number of parameters. The source code is available at https://github.com/m2man/HADA.

PaperPDFCode

Code

m2man/HADA-LAVIS officialpytorch report
m2man/hada mentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

Not run by Syntology. Nothing on this page verifies that the listed code works.

Tasks

Graph Neural NetworkImage RetrievalImage-text RetrievalImage-to-Text RetrievalRetrievalText Retrievalmage-to-Text Retrieval

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Retrieval Flickr30k HADA Recall@1 81.36 #3 of 9 Archive leaderboard report
Image Retrieval Flickr30k HADA Recall@10 98.02 #3 of 9 Archive leaderboard report
Image Retrieval Flickr30k HADA Recall@5 95.94 #3 of 9 Archive leaderboard report
Image Retrieval Flickr30k ALBEF Recall@1 79.76 #5 of 9 Archive leaderboard report
Image Retrieval Flickr30k ALBEF Recall@10 97.72 #5 of 9 Archive leaderboard report
Image Retrieval Flickr30k ALBEF Recall@5 95.3 #5 of 9 Archive leaderboard report
Image Retrieval Flickr30k UNITER Recall@1 75.56 #6 of 9 Archive leaderboard report
Image Retrieval Flickr30k UNITER Recall@10 96.76 #6 of 9 Archive leaderboard report
Image Retrieval Flickr30k UNITER Recall@5 94.08 #6 of 9 Archive leaderboard report
Image Retrieval MSCOCO HADA Recall@1 58.46 #1 of 3 Archive leaderboard report
Image Retrieval MSCOCO HADA Recall@10 89.66 #1 of 3 Archive leaderboard report
Image Retrieval MSCOCO HADA Recall@5 82.85 #1 of 3 Archive leaderboard report
Image Retrieval MSCOCO BLIP Recall@1 57.32 #2 of 3 Archive leaderboard report
Image Retrieval MSCOCO BLIP Recall@10 88.92 #2 of 3 Archive leaderboard report
Image Retrieval MSCOCO BLIP Recall@5 81.84 #2 of 3 Archive leaderboard report
Image Retrieval MSCOCO CLIP Recall@1 37.02 #3 of 3 Archive leaderboard report
Image Retrieval MSCOCO CLIP Recall@10 71.5 #3 of 3 Archive leaderboard report
Image Retrieval MSCOCO CLIP Recall@5 61.66 #3 of 3 Archive leaderboard report
Image-to-Text Retrieval Flickr30k ALBEF Recall@1 92.6 #8 of 11 Archive leaderboard report
Image-to-Text Retrieval Flickr30k ALBEF Recall@10 99.9 #8 of 11 Archive leaderboard report
Image-to-Text Retrieval Flickr30k ALBEF Recall@5 99.3 #8 of 11 Archive leaderboard report
Image-to-Text Retrieval Flickr30k UNITER Recall@1 87.3 #9 of 11 Archive leaderboard report
Image-to-Text Retrieval Flickr30k UNITER Recall@10 99.2 #9 of 11 Archive leaderboard report
Image-to-Text Retrieval Flickr30k UNITER Recall@5 98 #9 of 11 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Graph Neural Network

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections