paper-with-me

Papers

Cross-modal Retrieval Models for Stripped Binary Analysis

2025-12-11 · Guoqiang Chen, Lingyun Ying, Ziyang Song, Daguang Liu, Qiang Wang, Zhiqi Wang, Li Hu, Shaoyin Cheng, Weiming Zhang, Nenghai Yu arxiv

Retrieving binary code via natural language queries is a pivotal capability for downstream tasks in the software security domain, such as vulnerability detection and malware analysis. However, it is challenging to identify binary functions semantically relevant to the user query from thousands of candidates, as the absence of symbolic information distinguishes this task from source code retrieval. In this paper, we introduce, BinSeek, a two-stage cross-modal retrieval framework for stripped binary code analysis. It consists of two models: BinSeek-Embedding is trained on large-scale dataset to learn the semantic relevance of the binary code and the natural language description, furthermore, BinSeek-Reranker learns to carefully judge the relevance of the candidate code to the description with context augmentation. To this end, we built an LLM-based data synthesis pipeline to automate training construction, also deriving a domain benchmark for future research. Our evaluation results show that BinSeek achieved the state-of-the-art performance, surpassing the the same scale models by 31.42% in Rec@3 and 27.17% in MRR@3, as well as leading the advanced general-purpose models that have 16 times larger parameters.

📄 PDF Abstract BibTeX arXiv:2512.10393

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language QueriesVulnerability DetectionCross-Modal Retrieval

Similar Papers 제목 키워드 기반

Practical Source Code Recovery from Binary Functions Using Anchor-Based Retrieval and LLM Reasoning

2026-07-10 · Charles Edward Gagnon, Steven H. H. Ding, Philippe Charland, Benjamin C. M. Fung arxiv

We present a practical pipeline for recovering source code from stripped binary functions by combining reverse engineering, anchor-based source code retrieval, and large language model reasoning. Our binary-to-source-cod…

Alternating Co-Quantization for Cross-Modal Hashing

2015-12-01 · ICCV 2015 12 · Go Irie, Hiroyuki Arai, Yukinobu Taniguchi

This paper addresses the problem of unsupervised learning of binary hash codes for efficient cross-modal retrieval. Many unimodal hashing studies have proven that both similarity preservation of data and maintenance of q…

Cross-Modal RetrievalDimensionality ReductionQuantizationRetrieval

Deep Binary Reconstruction for Cross-modal Hashing

2017-08-17 · Xuelong. Li, Di Hu, Feiping Nie

With the increasing demand of massive multimodal data storage and organization, cross-modal retrieval based on hashing technique has drawn much attention nowadays. It takes the binary codes of one modality as the query t…

Cross-Modal RetrievalRetrieval

Efficient Cross-Modal Retrieval via Deep Binary Hashing and Quantization

2022-02-15 · Yang Shi, Young-joo Chung

Cross-modal retrieval aims to search for data with similar semantic meanings across different content modalities. However, cross-modal retrieval requires huge amounts of storage and retrieval time since it needs to proce…

Cross-Modal RetrievalDeep HashingQuantizationRetrieval

Multi-Modal Mutual Information Maximization: A Novel Approach for Unsupervised Deep Cross-Modal Hashing

2021-12-13 · Tuan Hoang, Thanh-Toan Do, Tam V. Nguyen, Ngai-Man Cheung

In this paper, we adopt the maximizing mutual information (MI) approach to tackle the problem of unsupervised learning of binary hash codes for efficient cross-modal retrieval. We proposed a novel method, dubbed Cross-Mo…

Cross-Modal RetrievalRetrieval