Open Access
ARTICLE
A Cross-Modal Searchable Encryption Scheme with Result Verification
1 The School of Information Science and Technology, Yunnan Normal University, Kunming, China
2 The Key Laboratory of Educational Information for Nationalities, Ministry of Education, Kunming, China
* Corresponding Author: Lingyun Yuan. Email:
Computers, Materials & Continua 2026, 89(1), 26 https://doi.org/10.32604/cmc.2026.083887
Received 12 April 2026; Accepted 09 June 2026; Issue published 13 August 2026
Abstract
With the development of the Internet of Things (IoT), there is a rising demand for ciphertext retrieval. However, existing searchable encryption schemes mainly support single-modal retrieval, while current cross-modal searchable encryption methods often suffer from high computational overhead and lack reliable result verification. To address these problems, we propose a cross-modal searchable encryption scheme with result verification (VCMSE). First, we design a cross-modal hash extraction method that combines contrastive learning with a residual similarity matrix to generate encryption-friendly binary features with enhanced semantic consistency. Second, we designed a lightweight garbled circuit-based matching mechanism that enables efficient similarity computation in the ciphertext domain. Third, we propose a triple verification mechanism to ensure the search results from the cloud server are correct, complete, and comprehensive. Experimental results demonstrate that, compared with other cross-modal searchable encryption schemes, our method improves mean average precision (MAP) by 3.02%–16.9% on the NUS-WIDE dataset, while also reducing trapdoor generation time by 94.8%.Keywords
Recently, the exponential growth of IoT devices has generated a massive volume of multimodal data, positioning cross-modal retrieval as a key technology in the IoT domain. Faced with the management of such large-scale multimodal data, outsourcing data to cloud servers has become a mainstream solution, but such services may leak sensitive information [1]. To mitigate such risks, data encryption and authentication mechanisms have become important methods for ensuring cloud data security, such as multilevel image encryption with independent keying strategies [2] and image-embedded password authentication with variable key lengths [3], which can prevent the leakage of sensitive information. However, while encryption protects data confidentiality, it also renders traditional plaintext retrieval methods directly ineffective, as users cannot efficiently obtain the required information without decrypting the entire dataset.
To address the above problems, searchable encryption techniques [4–6] have emerged, which allow for direct searches over encrypted data without decryption. However, existing searchable encryption schemes [7–13] primarily focus on a single data modality, which exhibits significant limitations, addressing the prevalent need for cross-modal ciphertext retrieval in IoT environments. To address this, cross-modal searchable encryption (CMSE) was proposed. Its primary objective is to allow users to submit a query in one modality to securely retrieve semantically relevant data from another modality, all within an encrypted multimodal dataset. The core idea of existing CMSE schemes [14–20] is to map data from different modalities into unified encrypted feature vectors and perform similarity matching directly in the ciphertext domain. Although CMSE has achieved initial progress, its development is still in an exploratory stage and faces the following core challenges.
Firstly, the challenge is achieving high-precision retrieval on encrypted multimodal data. In the medical Internet of Things, inaccurate results can lead to clinical misdiagnosis and even endanger patient safety. The root of this challenge lies in the inherent semantic gap among different data modalities [21], whose heterogeneous distributions prevent the direct measurement of similarity. Although mainstream solutions employ contrastive learning to map multimodal data into a unified feature space, their process pulls positive pairs closer while indiscriminately separating all negative pairs. Consequently, nuanced semantic correlations among those negative pairs are unavoidably neglected, leading to a learned feature space structure that deviates from the true semantic distribution, which in turn limits the upper bound of retrieval accuracy.
Secondly, the challenge is satisfying the requirements of real-time retrieval for multimodal data. In the medical Internet of Things, an encryption scheme must be sufficiently lightweight to support instant retrieval in critical medical scenarios. From a security perspective, both Paillier-KNN [22] and homomorphic encryption (HE) [23] can be used to construct CMSE schemes. The former applies multiple sets of invertible linear transformations to each component of both the query and data vectors, combining with Paillier’s public-key encryption mechanism, and maps the original plaintext features into the ciphertext space. The latter performs similarity computations directly in the ciphertext domain. However, these approaches often incur expensive modular arithmetic or homomorphic computations, which lead to considerable time overhead in practical multimodal retrieval settings.
Thirdly, the challenge is verification of results returned by the cloud server. In the medical Internet of Things, verifying the integrity, correctness, and comprehensiveness of data is crucial for ensuring that clinical decisions are based on information that is authentic, relevant, and without any omissions. Existing CMSE schemes [14–20] generally lack mechanisms the results returned by the server. Even among the few studies on searchable encryption that do tackle result validation [24–28], there are almost no solutions that simultaneously address correctness, integrity, and comprehensiveness. Therefore, a triple verification mechanism for CMSE is critically needed to ensure all three properties in returned search results.
In response to the above challenges, we propose a cross-modal searchable encryption scheme (VCMSE) that supports verifiable retrieval results. We first design a cross-modal hash (CMH) extraction method to generate high-quality hashes for accurate encrypted multimodal retrieval. After obtaining these CMHs, the core challenge shifts to performing their precise comparison efficiently and in a privacy-preserving manner. To address this, we design a lightweight garbled circuit (LGC) optimized for Hamming distance calculation. Finally, we introduce a triple verification mechanism to verify the comprehensiveness, integrity, and correctness of the returned results. The main contributions of this paper are as follows:
• We propose a cross-modal hash extraction method that combines contrastive learning with a residual similarity matrix. The method generates encryption-friendly and semantically consistent binary hash codes for multimodal data, thereby improving the retrieval accuracy of cross-modal searchable encryption.
• We design a lightweight garbled circuit-based matching mechanism for encrypted cross-modal hash codes. By specializing the circuit’s functionality and forgoing the generality of traditional garbled circuits, our LGC reduces computational overhead. thereby requirements of real-time retrieval of multimodal encrypted data in the IoT.
• We propose a triple-verification mechanism that jointly considers comprehensiveness, integrity, and correctness. Only when the retrieval results satisfy all three properties simultaneously can the data received by the user be considered untampered, accurate, and complete, thereby compensating for the lack of a verification mechanism in existing CMSE schemes.
Searchable encryption was first proposed by Song et al. [4], enabling data user retrieval over ciphertext. However, traditional searchable encryption schemes are limited to text-based retrieval and do not support cross-modal retrieval. With the increasing demand for cross-modal ciphertext retrieval in the IoT environment, CMSE schemes [14–20] have emerged. Cao et al. [14] extract text and image features by using pre-trained image encoders and text encoders in the CLIP model, and protect the features by transforming and downscaling them using a three-layer MLP. However, their approach suffers from degraded retrieval accuracy due to the obfuscation of feature representations. Chen et al. [15] proposed a secure cross-modal retrieval model based on inner-product functional encryption. The model enables similarity computation over encrypted multimodal data while preserving data privacy, but suffers from significant time overhead. Guo et al. [16] designed a privacy-preserving search scheme by integrating collective matrix factorization with homomorphic encryption. Wang et al. [17] combined federated learning with homomorphic encryption. However, both schemes suffer from high computational cost due to the overhead of homomorphic operations. Hu et al. [18] perform plaintext retrieval in dedicated hardware; however, the scheme remains susceptible to plaintext data leakage under hardware-based fault injection attacks. Li et al. [19] use knowledge distillation to train a lightweight model for extracting feature vectors in a shared semantic space, and then encrypt the vectors using secure kNN. Yang et al. [20] proposed the FECMR scheme, which employs an SFB-IPFE based encryption algorithm to construct the index structure. However, the SFB-IPFE encryption algorithm and secure KNN both involve large-scale matrix operations, and the time overhead of the scheme is high.
It is worth noting that, in public cloud storage environments, the above schemes have not yet fully considered the risk that servers may return incorrect search results, either to save computational resources or for other motives. To address this issue, Miao et al. [24] combine document hash values with a bilinear pairing technique to verify result integrity. Shi et al. [25] design a novel data structure called CBF to verify the correctness of search results. Zhang et al. [26] ensure both correctness and comprehensiveness by adopting a multilevel hash function. Liu et al. [27] introduce a convergent key mechanism to double-check the correctness and comprehensiveness of search results. Li et al. [28] utilize homomorphic MAC and random polling techniques to verify the correctness and comprehensiveness of the returned results, respectively. However, these schemes [24–28] fail to simultaneously satisfy the three verification requirements: correctness, comprehensiveness, and integrity. In addition, existing CMSE schemes generally lack verification capabilities. Therefore, it is urgent to develop a verification mechanism for CMSE that can ensure all three properties in the returned search results.
Comprehensive analysis indicates that existing CMSE schemes still struggle to simultaneously achieve low time overhead and high retrieval accuracy. On the one hand, many existing schemes rely on complex cryptographic operations or large-scale matrix computations, which introduce considerable computational overhead and limit their applicability to real-time retrieval scenarios. On the other hand, the feature vectors generated by some schemes fail to fully capture the fine-grained semantic relationships between different modalities, which restricts retrieval accuracy. Moreover, existing CMSE schemes generally focus on encrypted cross-modal matching but pay insufficient attention to result verification. By comparison, searchable encryption schemes that incorporate verification mechanisms are mostly designed for single-modal data and generally lack support for multimodal retrieval. To address these limitations, we propose a CMSE scheme that supports result verification and lightweight encrypted retrieval, aiming to enable efficient and verification over encrypted multimodal data.
We show the system framework in Fig. 1, which contains four entities: data owner (DO), data user (DU), cloud server (CS), and trusted third party (TTP).

Figure 1: The system framework of our schemes.
DO: The DO uses multimodal data to generate an n-bit binary vector, denoted as
DU: The DU receives
CS: As a third-party storage service, the CS stores encrypted multimodal data,
TTP: The TTP stores the security key
This scheme consists of seven polynomial-time algorithms, and the system process is shown in Fig. 2. The design of each algorithm is described as follows:
(1)
(2)
(3)
(4)
(5)
(6)
(7)
(8)

Figure 2: The system process of our schemes.
This scheme considers the DO and TTP as trusted entities, the DU as an untrusted entity, and the CS as a semi-honest but curious entity. Unlike the traditional honest-but-curious model in searchable encryption, the CS in this scheme, while generally following the protocol and not actively tampering with data, may still omit certain matching results to reduce computation costs or act maliciously. It may also return results that are inconsistent with those obtained from the TTP. As a result, verification mechanisms are required to ensure the correctness, integrity, and comprehensiveness of the returned results. Herein, we define our triple verification mechanism, which ensures that search results simultaneously satisfy correctness, comprehensiveness, and integrity. The definitions for the triple verification mechanism and its three properties are as follows:
Correctness: For a given query
Comprehensiveness: For a given query
Integrity: For a given query
Triple verification mechanism: For a given query
Any tampering with the results, whether compromising their integrity, correctness, or comprehensiveness, will cause verification to fail, ensuring that the DU can identify any anomalies in the results in a timely and reliable manner.
Furthermore, to prevent dishonest DU from falsely claiming that the results are incorrect or incomplete as a pretext to avoid paying search fees, we delegate the final result verification to the TTP, thereby ensuring fairness between the CS and DU.
To prevent potential leakage of sensitive information, this scheme stores the encrypted multimodal data exclusively on the CS and places the encrypted index on the TTP. The TTP is modeled as a fully trusted entity and is therefore not considered part of the adversary. Its trustworthiness lies in its faithful execution of the protocol, rather than in unrestricted access to all underlying information. For this reason, both the trapdoor and the index are maintained in protected forms to avoid unnecessary semantic exposure. Under this threat model, we adopt a leakage-aware IND-CKA security model for the proposed searchable encryption scheme. Due to the inherent nature of similarity search, certain search-related leakage is unavoidable during retrieval. The defined leakage includes the public parameters, the difference information restored during
Setup: Challenger
Query Phase: Adversary
Challenge: Adversary
Guess: Adversary
Winning Condition: If
Security Definition: If for any polynomial-time adversary
Input the security parameter
In order to accurately extract

Figure 3: Framework of the proposed ModelGen.
RACMH-Net utilizes Vgg11 and BoW to extract features from the image and text modalities, respectively. In each training round, the extracted image features
To ensure
Here,
Here
While contrastive learning establishes a basic discriminative capability for cross-modal retrieval by maximizing positive pair similarity and minimizing negative pair similarity, it suffers from an inherent limitation: it tends to uniformly push all negative samples apart in the Hamming space. Consequently, the potential fine-grained semantic correlations among these negative samples are ignored. To ensure the structure of the
here,
To achieve the optimal
The ModelGen algorithm is shown in Algorithm 1.

In the index generation stage, to achieve privacy protection, the extracted

Figure 4: IndexBuild.
1. CMHGen: DO maps
2. CMHEnc: For each
Here, component
In addition, during the execution of CMHEnc, IndexBuild packs all the
DO divides the plaintext data into a number of chunks
DU, upon receiving
Assuming that img and txt represent the image modality and text modality, respectively, if DU wants to query img, the type of
Given
here, component
As shown in Fig. 5, the search method consists of two major modules: the similarity calculation module (SimilarCalculate) and the fraction sorting module (FSorting).

Figure 5: Search.
1. SimilarCalculate: Given
here, component
The value of
2. FSorting: The address-score pairs (
During the execution of similarCalculate, the search algorithm extracts the least significant bits of both
The verify method has an execution process that includes two stages: verification tag generation and result verification. The verification tag generation stage occurs before the DU submits a query
1. VTagGen: The module computes the multilevel hash
Then, VTagGen traverses
here,
The VTagGen algorithm is shown in Algorithm 2.
2. Verify: DU receives the set
After that, DU computes the multilevel hash
Assume that



5.1 Index-Trapdoor Confidentiality
In this subsection, we analyze the confidentiality of
The following games are constructed in this paper following a standard hybrid argument for indistinguishability-based security analysis. Game 0 corresponds to the real label-generation process of the proposed scheme. Game 1 replaces the encoded bit by an independently sampled random bit, and Game 2 further replaces the paired-label distribution with a fully random distribution. These games are adapted to the label structure defined in
Challenger
Adversary
Challenger
Adversary
Challenger
Adversary
Lemma 1: For any PPT adversary
Proof: The following probability derivation are derived from the uniform sampling of
For distribution
For distribution
Since
Similarly, we get:
leading to
Lemma 2: For any PPT adversary
Now we construct a reduction proof. The reduction is constructed according to the equivalence between the distributions in Game 1 and Game 2 and the distributions defined in the HXI assumption. Suppose there exists a PPT adversary
Construction of algorithm
Advantage analysis for
Since
According to the triangle inequality, for an adversary
Because
Therefore,
The VCMSE scheme supports the verification of comprehensiveness, integrity, and correctness of the results returned by the CS. To prevent the DU from maliciously claiming that the received data is incomplete or incorrect in order to refuse payment, the scheme introduces a trusted third party, TTP. The DU cannot perform verification independently and must cooperate with the TTP for joint verification.
The trusted third party verifies the integrity of the returned results by comparing the set
The TTP verifies the comprehensiveness and correctness of the returned results by determining whether
where
In this section, the proposed scheme is compared with other CMSE schemes [16,17,20], and the results are presented in Table 1. For clarity, we abbreviate the schemes in [16,17,20] as SCMR, SCMS-FL, and FECMR/FECMR+, respectively. In terms of the index structure, our scheme introduces a lightweight garbled circuit (LGC) designed to achieve multimodal retrieval in the ciphertext domain. Moreover, it verifies the integrity, comprehensiveness, and correctness of the retrieval results received by the DU, whereas the other schemes do not consider any result verification mechanism. Therefore, the proposed scheme not only achieves multimodal retrieval in the ciphertext domain but also verifies the retrieval results from multiple dimensions, offering more comprehensive functional coverage.

To rigorously evaluate the efficiency of our proposed scheme, this section provides a theoretical comparison of its time complexity against current schemes (including SCMR, FECMR, and FECMR+). The analysis focuses on three core operational phases: index generation, trapdoor generation, and search. The complexity comparison is summarized in Table 2, followed by a detailed analysis. The notations used are defined as follows:

IndexBuild: The computational bottleneck of SCMR lies in its use of Paillier homomorphic encryption, resulting in a complexity of
TrapdoorBuild: SCMR requires a computationally expensive matrix inversion, leading to a complexity of
Query: The search in SCMR involves dense homomorphic operations, primarily dominated by secure feature computations, resulting in a complexity of
This analysis indicates that our scheme demonstrates theoretically superior efficiency by avoiding high-cost operations such as homomorphic encryption and matrix inversion. This advantage is particularly pronounced in the trapdoor generation phase.
The simulation experiments in this paper were conducted on Ubuntu 22.04 and implemented using Python 3.8.20. The hardware environment consisted of an 11th Gen Intel(R) Core(TM) i7-11700F CPU @ 2.50 GHz, 32 GB of RAM, and a GeForce RTX 3090 GPU. The software environment included PyCharm 2024.3.1 and PyTorch.
This experiment uses the NUS-WIDE dataset [31], which contains 269,648 real-world web images from Flickr, each associated with one or more text tags from 81 semantic concept categories. We selected 100,000 image-text pairs as the database entries and randomly chose 2100 image-text pairs to construct the query set, ensuring that the database and query sets are disjoint. The keys
Index generation time: We evaluated the influence of CMH dimensionality on index construction time under a fixed database size of 100,000. As shown in Fig. 6a, the index generation time of all schemes increases approximately linearly as the CMH dimensionality grows. Among the compared schemes, the proposed scheme consistently achieves the lowest time overhead, reducing the index construction time by 99.92%–99.95% compared with SCMR and by 99.4%–99.93% compared with FECMR. Fig. 6b further compares the index construction cost when the database size increases from 20,000 to 100,000, with the CMH dimensionality fixed at 256. The results show that the index generation time of the proposed scheme remains below 1 s in all tested cases, even as the database size increases significantly. These observations are consistent with the theoretical complexity analysis and demonstrate that the proposed IndexBuild algorithm scales well with both CMH dimensionality and database size.

Figure 6: Index construction overhead. (a) Effect of dimensions on TrapdoorBuild, (b) effect of size on IndexBuild.
Trapdoor generation time: Fig. 7 illustrates the variation in individual trapdoor generation time as the CMH dimensionality increases. Across all tested dimensions, the proposed scheme consistently achieves the lowest overhead, reducing trapdoor generation time by 94.79%–95.34% compared with the existing schemes [16,20]. This observation is consistent with the theoretical complexity analysis and confirms the low computational overhead of the proposed TrapdoorBuild algorithm.

Figure 7: Effect of dimensions on TrapdoorBuild.
Search time: As shown in Fig. 8a, under a fixed index size of 100,000, the single query search latency of the proposed scheme remains below 1 ms when the

Figure 8: Search overhead. (a) Effect of dimensions on query, (b) effect of size on query.
Verification time: The verification process consists of two stages: the generation of
Fig. 9 illustrates the relationship among the number of

Figure 9: VerifyTag generate time.

Figure 10: Verify time.
Search Effectiveness Evaluation: To evaluate the accuracy of our proposed scheme, we conducted two types of cross-modal retrieval tasks: using an image to retrieve relevant texts (Image
The evaluation metric used is the widely adopted Mean Average Precision (MAP), which is defined as the mean of the Average Precision (AP) across all queries. The AP is calculated according to Eq. (17):
where
As shown in Table 3, we compare the retrieval accuracy of the proposed method with FECMR, FECMR+, SCMR, and SCMS-FL under different CMH dimensionalities. Overall, the MAP values tend to increase as the CMH dimensionality grows, indicating that higher-dimensional hash codes can preserve richer semantic information within a certain range. The improvement is relatively significant when the dimensionality increases from 32 to 64 and from 64 to 128, whereas the gain becomes less pronounced from 128 to 256. This trend suggests that increasing the CMH dimensionality can improve retrieval accuracy, but the marginal benefit gradually decreases as the dimensionality becomes larger. Considering that higher-dimensional hash codes also introduce additional storage and computation costs, the 128-dimensional setting provides a favorable balance between retrieval accuracy and efficiency.

For the Text-to-Image task, although the proposed method is slightly lower than SCMR and SCMS-FL at 32 dimensions, it achieves clear advantages as the dimensionality increases. Specifically, the MAP of the proposed method reaches 81.77% at 64 dimensions, exceeding SCMR by 3.47 percentage points. At 128 dimensions, the proposed method achieves 84.10% MAP, outperforming SCMS-FL by 5.90 percentage points. At 256 dimensions, it reaches 85.25% MAP, exceeding FECMR+ by 5.60 percentage points. For the Image-to-Text task, the proposed method consistently achieves the best performance across all tested dimensionalities. Compared with the best-performing comparison schemes under the same dimensionalities, the MAP improvements are 7.58, 11.40, 12.80, and 18.21 percentage points at 32, 64, 128, and 256 dimensions, respectively. These results indicate that the proposed residual-alignment CMH generation method provides stable retrieval accuracy across both retrieval directions.
In this paper, we propose a cross-modal searchable encryption scheme with verification functionality. Experimental results demonstrate that the proposed method improves MAP by up to 5.90 percentage points compared with existing schemes, while reducing trapdoor-generation time by 94.79%–95.34%. To ensure the security and trustworthiness of the results returned from the cloud, we design a triple-verification mechanism covering integrity, correctness, and comprehensiveness. This mechanism guarantees that the retrieved data received by data users is unaltered and includes all relevant entries, thereby enhancing the overall reliability of the system. In future work, we plan to extend the scheme to support more complex multimedia forms, such as audio and video, enhance the protection of access patterns and search patterns, and enable dynamic cross-modal searchable encryption while ensuring both forward and backward security.
Acknowledgement: Not applicable.
Funding Statement: This work was supported in part by the National Natural Science Foundation of China under Grant 62262073; Yunnan Provincial Applied Basic Research Program under Grant 202101AT070098; in part by the Yunnan Provincial Ten Thousand People Program for Young Top Talents under Grant YNWR-QNBJ-2019-237; and in part by the Yunnan Provincial Major Science and Technology Special Program under Grant 202402AD080002.
Author Contributions: Peixuan Wang conceptualized the research, designed the methodology, and wrote the main manuscript text. Lingyun Yuan supervised the project, acquired funding, and contributed to the writing, review, editing, and validation. Tianyu Xie contributed to the conceptualization, methodology, and formal analysis. Yi Xiang contributed to the visualization, validation, and formal analysis. Haochen Bao contributed to the validation and formal analysis. Kexin Wang contributed to the data curation and formal analysis. All authors reviewed and approved the final version of the manuscript.
Availability of Data and Materials: The datasets used in this study are available at the following website: https://huggingface.co/datasets/Lxyhaha/NUS-WIDE. Experimental data will be shared upon reasonable request.
Ethics Approval: Not applicable.
Conflicts of Interest: The authors declare no conflicts of interest.
References
1. Li F, Ma J, Miao Y, Liu X, Ning J, Deng RH. A survey on searchable symmetric encryption. ACM Comput Surv. 2024;56(5):1–42. doi:10.1145/3617991. [Google Scholar] [CrossRef]
2. Jumaa SS, Challoob MH, Humaidi AJ. Multilevel military image encryption based on tri-independent keying approach. Comput Mater Contin. 2026;87(1):1–10. doi:10.32604/cmc.2025.074752. [Google Scholar] [CrossRef]
3. Jirjees SW, Alkhalid FF, Hasan AM, Humaidi AJ. A secure password-based authentication with variable key lengths based on the image-embedded method. Mesopotamian J Cybersecur. 2025;5(2):491–500. [Google Scholar]
4. Song DX, Wagner D, Perrig A. Practical techniques for searches on encrypted data. In: Proceedings of the 2000 IEEE Symposium on Security and Privacy (S&P 2000); 2000 May 14–17; Berkeley, CA, USA. p. 44–55. [Google Scholar]
5. Ji L, Li J, Zhang Y, Lu Y. Verifiable searchable symmetric encryption over additive homomorphism. IEEE Trans Inform Forensic Secur. 2025;20:1320–32. doi:10.1109/tifs.2025.3526062. [Google Scholar] [CrossRef]
6. Zhang K, Hu B, Ning J, Gong J, Qian H. Pattern hiding and authorized searchable encryption for data sharing in cloud storage. IEEE Trans Knowl Data Eng. 2025;37(5):2802–15. doi:10.1109/tkde.2025.3537613. [Google Scholar] [CrossRef]
7. Jiang J, Wang D. QPASE: quantum-resistant password-authenticated searchable encryption for cloud storage. IEEE Trans Inform Forensic Secur. 2024;19:4231–46. doi:10.1109/tifs.2024.3372804. [Google Scholar] [CrossRef]
8. Yang Y, Hu Y, Li R, Dong X, Cao Z, Shen J, et al. LSE: efficient symmetric searchable encryption based on labeled PSI. IEEE Trans Serv Comput. 2024;17(2):563–74. doi:10.1109/tsc.2024.3356728. [Google Scholar] [CrossRef]
9. Yang N, Tang C, Zhou Q, He D. Dynamic consensus committee-based for secure data sharing with authorized multi-receiver searchable encryption. IEEE Trans Inform Forensic Secur. 2023;18:5186–99. doi:10.1109/tifs.2023.3305183. [Google Scholar] [CrossRef]
10. Cheng L, Meng F. Server-aided public key authenticated searchable encryption with constant ciphertext and constant trapdoor. IEEE Trans Inform Forensic Secur. 2024;19:1388–400. doi:10.1109/tifs.2023.3336160. [Google Scholar] [CrossRef]
11. Xie T, Yuan L, Zhang Q, Wu J, Ren F. Ciphertext fuzzy retrieval mechanism with bidirectional verification and privacy protection. IEEE Internet Things J. 2024;11(24):41061–83. doi:10.1109/jiot.2024.3458457. [Google Scholar] [CrossRef]
12. Bao H, Yuan L, Xie T, Chen H, Dai H. A blockchain-based efficient verification scheme for context semantic-aware ciphertext retrieval. Comput Mater Contin. 2026;86(1):1–30. doi:10.32604/cmc.2025.069240. [Google Scholar] [CrossRef]
13. Liu P, He Q, Zhao B, Guo B, Zhai Z. Efficient multi-authority attribute-based searchable encryption scheme with blockchain assistance for cloud-edge coordination. Comput Mater Contin. 2023;76(3):3325–43. doi:10.32604/cmc.2023.041167. [Google Scholar] [CrossRef]
14. Cao Y, Zhang H, Shang X. A privacy-preserving cross-modal retrieval scheme based on CLIP and deep hashing. In: Proceedings of the ICASSP 2025—2025 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP); 2025 Apr 6–11; Hyderabad, India. p. 1–5. doi:10.1109/icassp49660.2025.10890094. [Google Scholar] [CrossRef]
15. Chen J, Yan W, Qin W, Ni Z. Based on inner product function encryption secure cross-modal retrieval. In: Proceedings of the 2024 5th International Conference on Machine Learning and Computer Application (ICMLCA); 2024 Oct 18–20; Hangzhou, China. p. 580–3. doi:10.1109/icmlca63499.2024.10754561. [Google Scholar] [CrossRef]
16. Guo C, Jia J, Jie Y, Liu CZ, Choo KR. Enabling secure cross-modal retrieval over encrypted heterogeneous IoT databases with collective matrix factorization. IEEE Internet Things J. 2020;7(4):3104–13. doi:10.1109/jiot.2020.2964412. [Google Scholar] [CrossRef]
17. Wang X, Li J, Liu Z, Tang Q, Wang X. Enabling secure cross-modal search over encrypted data via federated learning. IEEE Internet Things J. 2025;12(2):1933–45. doi:10.1109/jiot.2024.3464760. [Google Scholar] [CrossRef]
18. Hu S, Zhang LY, Wang Q, Qin Z, Wang C. Towards private and scalable cross-media retrieval. IEEE Trans Dependable Secure Comput. 2021;18(3):1354–68. doi:10.1109/tdsc.2019.2926968. [Google Scholar] [CrossRef]
19. Li M, Zhu Y, Du R, Jia C. LP2CR-IoT: lightweight and privacy-preserving cross-modal retrieval in IoT. IEEE Internet Things J. 2025;12(10):14812–27. doi:10.1109/jiot.2025.3526939. [Google Scholar] [CrossRef]
20. Yang L, Zhang W, Miao Y, Liang Y, Li X, Choo KR, et al. Secure and efficient cross-modal retrieval over encrypted multimodal data. IEEE Trans Comput. 2025;74(4):1405–17. doi:10.1109/tc.2025.3525614. [Google Scholar] [CrossRef]
21. Wang T, Li F, Zhu L, Li J, Zhang Z, Shen HT. Cross-modal retrieval: a systematic review of methods and future directions. Proc IEEE. 2024;112(11):1716–54. doi:10.1109/jproc.2024.3525147. [Google Scholar] [CrossRef]
22. Zheng Y, Lu R, Zhang S, Shao J, Zhu H. Achieving practical and privacy-preserving kNN query over encrypted data. IEEE Trans Dependable Secure Comput. 2024;21(6):5479–92. doi:10.1109/tdsc.2024.3376084. [Google Scholar] [CrossRef]
23. Marcolla C, Sucasas V, Manzano M, Bassoli R, Fitzek FHP, Aaraj N. Survey on fully homomorphic encryption, theory, and applications. Proc IEEE. 2022;110(10):1572–609. doi:10.1109/jproc.2022.3205665. [Google Scholar] [CrossRef]
24. Miao Y, Tong Q, Deng RH, Choo KR, Liu X, Li H. Verifiable searchable encryption framework against insider keyword-guessing attack in cloud storage. IEEE Trans Cloud Comput. 2022;10(2):835–48. doi:10.1109/tcc.2020.2989296. [Google Scholar] [CrossRef]
25. Shi Z, Fu X, Li X, Zhu K. ESVSSE: enabling efficient, secure, verifiable searchable symmetric encryption. IEEE Trans Knowl Data Eng. 2022;34(7):3241–54. doi:10.1109/tkde.2020.3025348. [Google Scholar] [CrossRef]
26. Zhang Z, Wang J, Wang Y, Su Y, Chen X. Towards efficient verifiable forward secure searchable symmetric encryption. In: Computer Security—ESORICS 2019. Cham, Switzerland: Springer; 2019. p. 304–21. doi:10.1007/978-3-030-29962-0_15. [Google Scholar] [CrossRef]
27. Liu X, Yang X, Luo Y, Zhang Q. Verifiable multikeyword search encryption scheme with anonymous key generation for medical Internet of Things. IEEE Internet Things J. 2022;9(22):22315–26. doi:10.1109/jiot.2021.3056116. [Google Scholar] [CrossRef]
28. Li X, Tong Q, Zhao J, Miao Y, Ma S, Weng J, et al. VRFMS: verifiable ranked fuzzy multi-keyword search over encrypted data. IEEE Trans Serv Comput. 2023;16(1):698–710. doi:10.1109/tsc.2021.3140092. [Google Scholar] [CrossRef]
29. Bellare M, Hoang VT. Efficient schemes for committing authenticated encryption. In: Advances in Cryptology—EUROCRYPT 2022. Cham, Switzerland: Springer; 2022. p. 845–75. doi:10.1007/978-3-031-07085-3_29. [Google Scholar] [CrossRef]
30. Clarke D, Devadas S, van Dijk M, Gassend B, Suh GE. Incremental multiset hash functions and their application to memory integrity checking. In: Advances in Cryptology—ASIACRYPT 2003. Berlin/Heidelberg, Germany: Springer; 2003. p. 188–207. doi:10.1007/978-3-540-40061-5_12. [Google Scholar] [CrossRef]
31. Rasiwasia N, Costa Pereira J, Coviello E, Doyle G, Lanckriet GRG, Levy R, et al. A new approach to cross-modal multimedia retrieval. In: Proceedings of the 18th ACM International Conference on Multimedia; 2010 Oct 25–29; Firenze, Italy. p. 251–60. doi:10.1145/1873951.1873987. [Google Scholar] [CrossRef]
Cite This Article
Copyright © 2026 The Author(s). Published by Tech Science Press.This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.


Submit a Paper
Propose a Special lssue
View Full Text
Download PDF
Downloads
Citation Tools