EDBT 2026 Demo / reviewers in the wild / expert
Robert H. Deng
dblp:d/RobertHDeng · also Robert Huijie Deng
· DBLP profile ↗
25ranked-venue papers in the field
0as first author
8since 2021 · last 2026
0000-0003-3491-8146ORCID · verified
Domains — venue-derived; a paper can count in several
Knowledge Engineering, Semantic Web & Information Systems · 15Database Systems & Data Management · 8Information Retrieval & Web Search · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Xemis: Fair and Robust Privacy-Preserving Data Trading based on Distributed Noise SharingabstractPrivacy-preserving data trading allows data owners to sell data to consumers through a data trading web platform, the data market, without disclosing sensitive information in raw data. It enables legitimate data transmission and aggregation, facilitating large-scale data-driven model training. However, existing differential privacy-based approaches struggle to inject precisely calibrated noise in a trustworthy manner without revealing raw data to a third party, thus making them fail in achieving strong fairness and controllable privacy simultaneously, especially when facing malicious external adversaries or a corrupted data market. Xinxin Xing, Yizhong Liu, Banghong Qin, Wangjie Qiu, Jianwei Liu 0001, Qianhong Wu, Willy Susilo, Robert H. Deng |
WWW | 9 |
| 2024 | FlGan: GAN-Based Unbiased Federated Learning Under Non-IID SettingsabstractFederated Learning (FL) suffers from low convergence and significant accuracy loss due to local biases caused by non-Independent and Identically Distributed (non-IID) data. To enhance the non-IID FL performance, a straightforward idea is to leverage the Generative Adversarial Network (GAN) to mitigate local biases using synthesized samples. Unfortunately, existing GAN-based solutions have inherent limitations, which do not support non-IID data and even compromise user privacy. To tackle the above issues, we propose a GAN-based unbiased FL scheme, calledFlGan, to mitigate local biases using synthesized samples generated by GAN while preserving user-level privacy in the FL setting. Specifically,FlGanfirst presents a federated GAN algorithm using the divide-and-conquer strategy that eliminates the problem of model collapse in non-IID settings. To guarantee user-level privacy,FlGanthen exploits Fully Homomorphic Encryption (FHE) to design the privacy-preserving GAN augmentation method for the unbiased FL. Extensive experiments show thatFlGanachieves unbiased FL with$10\%-60\%$accuracy improvement compared with two state-of-the-art FL baselines (i.e., FedAvg and FedSGD) trained under different non-IID settings. The FHE-based privacy guarantees only cost about 0.53% of the total overhead inFlGan. Zhuoran Ma 0002, Yang Liu 0118, Yinbin Miao, Guowen Xu, Ximeng Liu, Jianfeng Ma 0001, Robert H. Deng |
IEEE Trans. Knowl. Data Eng. | 7 |
| 2024 | Efficient Privacy-Preserving Spatial Data Query in Cloud ComputingabstractWith the rapid development of geographic location technology and the explosive growth of data, a large amount of spatial data is outsourced to the cloud server for reducing the local high storage and computing burdens, but at the same time causes security issues. Thus, extensive privacy-preserving spatial data query schemes have been proposed. Most of the existing schemes use Asymmetric Scalar-Product-Preserving Encryption (ASPE) to encrypt data, but ASPE has proven to be insecure against known plaintext attack. And the existing schemes require users to provide more information about query range and thus generate a large amount of ciphertexts, which causes high storage and computational burdens. To solve these issues, based on enhanced ASPE designed in our conference version, we first propose a basic Privacy-preserving Spatial Data Query (PSDQ) scheme by using a new unified index structure, which only requires users to provide less information about query range. Then, we propose an enhanced PSDQ scheme (PSDQ$^+$) by using Geohash-based$R$-tree structure (called$GR$-tree) and efficient pruning strategy, which greatly reduces the query time. Formal security analysis proves that our schemes achieve Indistinguishability under Chosen Plaintext Attack (IND-CPA), and extensive experiments demonstrate that our schemes are efficient in practice. Yinbin Miao, Yutao Yang, Xinghua Li 0001, Linfeng Wei, Zhiquan Liu 0001, Robert H. Deng |
IEEE Trans. Knowl. Data Eng. | 6 |
| 2024 | BADFL: Backdoor Attack Defense in Federated Learning From Local Model PerspectiveabstractThere is substantial attention to federated learning with its ability to train a powerful global model collaboratively while protecting data privacy. Despite its many advantages, federated learning is vulnerable to backdoor attacks, where an adversary injects malicious weights into the global model, making the global model's targeted predictions incorrect. Existing defenses based on identifying and eliminating malicious weights ignore the similarity variation of the local weights during iterations in the malicious model detection and the presence of benign weights in the malicious model during the malicious local weight elimination, resulting in a poor defense and a degradation of global model accuracy. In this paper, we defend against backdoor attacks from the perspective of local models. First, a malicious model detection method based on interpretability techniques is proposed. The method appends a sampling check after clustering to identify malicious models accurately. We further design a malicious local weight elimination method based on local weight contributions. This method preserves the benign weights in the malicious model to maintain their contributions to the global model. Finally, we analyze the security of the proposed method in terms of model closeness and then verify the effectiveness of the proposed method through experiments. In comparison with existing defenses, the results show that BADFL improves the global model accuracy by 23.14% while reducing the attack success rate to 0.04% in the best case. Xinghua Li 0001, Mengfan Xu, Ximeng Liu, Tong Wu 0011, Jian Weng 0001, Robert H. Deng |
IEEE Trans. Knowl. Data Eng. | 7 |
| 2023 | Privacy-Preserving Boolean Range Query With Temporal Access Control in Mobile ComputingabstractWith increasingly popular GPS-equipped mobile devices (e.g., smartphones, tablets, laptops), massive spatio-textual data has been outsourced to cloud servers for storage and analysis such as spatial keyword search. However, existing privacy-preserving spatial keyword query schemes only support coarse-grained non-temporal access control in single-user sharing scenarios, which does not scale well in time-related scenes such as message valid period. To solve the above issues, we propose Privacy-preserving Boolean Range Query with Temporal access control in mobile computing (PBRQ-T). Specifically, we first achieve PBRQ with linear search complexity using the adapted Gray code, Bloom filter, and Katz-Sahai-Waters encryption. Then, we provide fine-grained and temporal access control in PBRQ based on the forward/backward derivation function and attribute-based encryption, where PBRQ is executed only when the spatio-textual data is accessible. Finally, an enhanced PBRQ-T (i.e., PBRQ-T+) with faster-than-linear search complexity is proposed by constructing a Quadtree index structure. Our formal security analysis shows that data privacy and index privacy can be guaranteed during the query process. Our extensive experiments using a real-world dataset demonstrate the efficiency and feasibility of our schemes. Qiuyun Tong, Xinghua Li 0001, Yinbin Miao, Ximeng Liu, Jian Weng 0001, Robert H. Deng |
IEEE Trans. Knowl. Data Eng. | 6 |
| 2023 | Verifiable Fuzzy Multi-Keyword Search Over Encrypted Data With Adaptive SecurityabstractTo ensure the security of outsourced data without affecting data availability, one can use Symmetric Searchable Encryption (SSE) to achieve search over encrypted data. Considering that query users may search with misspelled words, the fuzzy search should be supported. However, conventional privacy-preserving fuzzy multi-keyword search schemes are incapable of achieving the result verification and adaptive security. To solve the above challenging issues, in this paper we propose a Verifiable Fuzzy multi-keyword Search scheme with Adaptive security (VFSA). VFSA first employs the locality sensitive hashing to hash the misspelled and correct keywords to the same positions, then designs a twin Bloom filter for each document to store and mask all keywords contained in the document, next constructs an index tree based on the graph-based keyword partition algorithm to achieve adaptive sublinear retrieval, finally combines the Merkle hash tree structure with the adapted multiset accumulator to check the correctness and completeness of search results. Our formal security analysis shows that VFSA is secure under the IND-CKA2 model and achieves query authentication. Our empirical experiments using the real-world dataset demonstrate the practicality of VFSA. Qiuyun Tong, Yinbin Miao, Jian Weng 0001, Ximeng Liu, Kim-Kwang Raymond Choo, Robert H. Deng |
IEEE Trans. Knowl. Data Eng. | 6 |
| 2022 | Structured encryption for knowledge graphs
Yujie Xue, Lanxiang Chen, Yi Mu 0001, Lingfang Zeng, Fatemeh Rezaeibagha, Robert H. Deng |
Inf. Sci. | 6 |
| 2021 | Secure and verifiable outsourced data dimension reduction on dynamic data
Zhenzhu Chen, Anmin Fu, Robert H. Deng, Ximeng Liu, Yang Yang 0026, Yinghui Zhang 0002 |
Inf. Sci. | 3 |
| 2020 | Key regeneration-free ciphertext-policy attribute-based encryption and its application
Hui Cui 0001, Robert H. Deng, Baodong Qin, Jian Weng 0001 |
Inf. Sci. | 2 |
| 2020 | Secure server-aided data sharing clique with attestation
HweeHwa Pang, Robert H. Deng, Yong Ding 0005, Qianhong Wu, Kefeng Fan |
Inf. Sci. | 3 |
| 2019 | Securing messaging services through efficient signcryption with designated equality test
HweeHwa Pang, Robert H. Deng, Yong Ding 0005, Qianhong Wu |
Inf. Sci. | 3 |
| 2018 | Expressive query over outsourced encrypted data
Yang Yang 0026, Ximeng Liu, Robert H. Deng |
Inf. Sci. | 3 |
| 2018 | Blockchain based efficient and robust fair payment for outsourcing services in cloud computing
Yinghui Zhang 0002, Robert H. Deng, Ximeng Liu, Dong Zheng 0001 |
Inf. Sci. | 2 |
| 2017 | Encrypted data processing with Homomorphic Re-Encryption
Wenxiu Ding, Zheng Yan 0002, Robert H. Deng |
Inf. Sci. | 3 |
| 2017 | Related-key secure key encapsulation from extended computational bilinear Diffie-Hellman
Baodong Qin, Shengli Liu 0001, Shifeng Sun 0001, Robert H. Deng, Dawu Gu |
Inf. Sci. | 4 |
| 2017 | CCA Secure encryption supporting authorized equality test on ciphertexts in standard model and its applications
HweeHwa Pang, Ngoc Hieu Tran, Robert H. Deng |
Inf. Sci. | 4 |
| 2017 | Cryptography and Data Security in Cloud Computing
Zheng Yan 0002, Robert H. Deng, Vijay Varadharajan |
Inf. Sci. | 2 |
| 2016 | Escrow free attribute-based signature with self-revealability
Hui Cui 0001, Guilin Wang, Robert H. Deng, Baodong Qin |
Inf. Sci. | 3 |
| 2014 | Towards semantically secure outsourcing of association rule mining on categorical data
Junzuo Lai, Yingjiu Li, Robert H. Deng, Jian Weng 0001, Chaowen Guan, Qiang Yan 0001 |
Inf. Sci. | 3 |
| 2011 | Cryptanalysis of a certificateless signcryption scheme in the standard model
Jian Weng 0001, Guoxiang Yao, Robert H. Deng, Min-Rong Chen, Xiangxue Li |
Inf. Sci. | 3 |
| 2010 | Chosen-ciphertext secure bidirectional proxy re-encryption schemes without pairings
Jian Weng 0001, Robert H. Deng, Shengli Liu 0001, Kefei Chen |
Inf. Sci. | 2 |
| 2006 | Practical private data matching deterrent to spoofing attacksabstractPrivate data matching between the data sets of two potentially distrusted parties has a wide range of applications. However, existing solutions have substantial weaknesses and do not meet the needs of many practical application scenarios. In particular, practical private data matching applications often require discouraging the matching parties from spoofing their private inputs. In this paper, we address this challenge by forcing the matching parties to "escrow" the data they use for matching to an auditorial agent, and in the "after-the-fact" period, they undertake the liability to attest the genuineness of the escrowed data. Yanjiang Yang, Robert H. Deng, Feng Bao 0001 |
CIKM | 2 |
| 2006 | Three architectures for trusted data dissemination in edge computing
Shen-Tat Goh, HweeHwa Pang, Robert H. Deng, Feng Bao 0001 |
Data Knowl. Eng. | 3 |
| 2005 | Privacy and Ownership Preserving of Outsourced Medical DataabstractThe demand for the secondary use of medical data is increasing steadily to allow for the provision of better quality health care. Two important issues pertaining to this sharing of data have to be addressed: one is the privacy protection for individuals referred to in the data; the other is copyright protection over the data. In this paper, we present a unified framework that seamlessly combines techniques of binning and digital watermarking to attain the dual goals of privacy and copyright protection. Our binning method is built upon an earlier approach of generalization and suppression by allowing a broader concept of generalization. To ensure data usefulness, we propose constraining binning by usage metrics that define maximal allowable information loss, and the metrics can be enforced off-line. Our watermarking algorithm watermarks the binned data in a hierarchical manner by leveraging on the very nature of the data. The method is resilient to the generalization attack that is specific to the binned data, as well as other attacks intended to destroy the inserted mark. We prove that watermarking could not adversely interfere with binning, and implemented the framework. Experiments were conducted, and the results show the robustness of the proposed framework. Elisa Bertino, Beng Chin Ooi, Yanjiang Yang, Robert H. Deng |
ICDE | 4 |
| 2004 | Comments on "A Practical (t, n) Threshold Proxy Signature Scheme Based on the RSA Cryptosystem"abstractIn a (t, n) threshold proxy signature scheme, the original signer can delegate his/her signing capability to n proxy signers such that any t or more proxy signers can sign messages on behalf of the former, but t-1 or less of them cannot do the same thing. Such schemes have been suggested for use in a number of applications, particularly, in distributed computing where delegation of rights is quite common. Based on the RSA cryptosystem, [M. -S. Hwang et al. (2003) recently proposed an efficient (t, n) threshold proxy signature scheme. We identify several security weaknesses in their scheme and show that their scheme is insecure. Guilin Wang, Feng Bao 0001, Jianying Zhou 0001, Robert H. Deng |
IEEE Trans. Knowl. Data Eng. | 4 |