EDBT 2026 Demo / reviewers in the wild / expert
Xiaofeng Chen 0001
dblp:c/XiaofengChen1
· DBLP profile ↗
28ranked-venue papers in the field
4as first author
8since 2021 · last 2025
0000-0001-5858-5070ORCID · conflict
Domains — venue-derived; a paper can count in several
Knowledge Engineering, Semantic Web & Information Systems · 18 (3 first)Database Systems & Data Management · 5 (1 first)Other / Interdisciplinary · 4Data Mining & Knowledge Discovery · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | An Efficient Framework for Secure Dynamic Skyline Query Processing in the CloudabstractAbstract This study introduces an innovative framework named scale for processing dynamic skyline queries securely in cloud environments. Unlike previous approaches that require complex operations on encrypted data, scale simplifies dynamic skyline domination to mere comparisons, significantly improving query efficiency. Through empirical evaluations over four datasets, we show that scale accelerates query processing nearly 1000-fold compared to existing state-of-the-art methods. Specifically, scale shows significant efficiency improvements by simplifying query interactions to a single round between the user and the cloud, which is validated through empirical studies on multiple datasets. Moreover, we introduce two distributed versions of scale , dist-scale-s and dist-scale-e , which further optimize performance by facilitating parallel processing. This adaptation showcases a substantial reduction in response times and computational overhead, underpinning the scalability and effectiveness of our framework in handling large-scale, secure cloud-based queries. Baochao Xu, Hui Li 0005, Weiguo Wang, Yanguo Peng, Sourav S. Bhowmick, Xiaofeng Chen 0001, Jiangtao Cui |
Data Sci. Eng. | 7 |
| 2025 | LUNA: Efficient Backward-Private Dynamic Symmetric Searchable Encryption Scheme With Secure Deletion in Encrypted DatabaseabstractDynamic symmetric searchable encryption (SSE) enables clients to perform searches and updates on an encrypted database outsourced to an untrusted server while preserving the privacy of data and queries. For restricting information leakage, it is very important to limit what the server can learn about the deleted data during searches after the deletion, i.e., to satisfy backward privacy. However, previous backward privacy definitions only considered the logical deletion of keywords in documents while ignoring security risks caused by the actual deletion of documents. Moreover, existing SSE schemes often depend on heavy cryptographic primitives for achieving high-level backward privacy, which greatly degrades the end-to-end performance. To this end, we define a new backward privacy notion named BP-DEL, which restricts the information leakage of the actual deletion. Moreover, we design a hybrid index structure that provides BP-DEL for SSE schemes such that they support deletions securely. Based on the hybrid index, we propose a BP-DEL construction named LUNA and design its protocols with a trusted execution environment (TEE) to maintain the index efficiently. Finally, we implement LUNA in the MySQL database by encapsulating it in UDFs. The experimental results show that LUNA has a performance much better than previous works satisfying BP-DEL. Siyi Lv, Yanyu Huang, Tong Li 0011, Liang Guo 0013, Xiaofeng Chen 0001, Zheli Liu |
IEEE Trans. Knowl. Data Eng. | 6 |
| 2025 | Practical Equi-Join Over Encrypted Database With Reduced LeakageabstractSecure join schemes, an important class of queries over encrypted databases, have attracted increasing attention. While efficient querying is paramount, data owners also emphasize the significance of privacy preservation. The state-of-the-art JXT (Jutla and Patranabis ASIACRYPT 2022) enables efficient join queries over encrypted tables with a symmetric-key solution. However, we observe that JXT inadvertently leaks undesirable query results as the number of queries increases. In this paper, we propose a novel equi-join scheme, One-Time Join Cross-Tags (OTJXT), which can avoid additional result leakage in multiple queries and extend to equi-join as opposed to natural join in JXT. Specifically, we design a new data encoding method using nonlinear transformations that reveals only the union of results for each query without extra leakage observed in JXT. Moreover, OTJXT addresses the linear search complexity issue (Shafieinejad et al. ICDE 2022) while preventing multiple query leakage. Finally, we implement OTJXT and compare its performance with JXT and Shafieinejad et al.'s scheme on the TPC-H dataset. The results show that OTJXT outperforms in search and storage efficiency, achieving a$\mathbf {98.5\times }$(resp.,$\mathbf {10^{6}\times }$) speedup in search latency and reducing storage cost by 62.5% (resp., 78.5%), compared to JXT (resp., Shafieinejad et al.'s scheme). Using OTJXT, a TPC-H query on a 40 MB database only takes 21 ms. Qiaoer Xu, Jianfeng Wang 0001, Shifeng Sun 0001, Zhipeng Liu 0006, Xiaofeng Chen 0001 |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2024 | MaskArmor: Confidence masking-based defense mechanism for GNN against MIA
Chenyang Chen, Xiaoyu Zhang 0010, Hongyi Qiu, Jian Lou 0001, Xiaofeng Chen 0001 |
Inf. Sci. | 6 |
| 2024 | New approach for efficient malicious multiparty private set intersection
Siyi Lv, Yu Wei 0007, Jingyu Jia, Tong Li 0011, Zheli Liu, Xiaofeng Chen 0001, Liang Guo 0013 |
Inf. Sci. | 7 |
| 2023 | Towards secure asynchronous messaging with forward secrecy and mutual authentication
Jianghong Wei, Xiaofeng Chen 0001, Jianfeng Wang 0001, Willy Susilo, Ilsun You |
Inf. Sci. | 2 |
| 2021 | Privacy-preserving and verifiable online crowdsourcing with worker updates
Xiaoyu Zhang 0010, Xiaofeng Chen 0001, Hongyang Yan, Yang Xiang 0001 |
Inf. Sci. | 2 |
| 2021 | Publicly Verifiable Databases With All Efficient Updating OperationsabstractThe primitive of verifiable database (VDB) can enable a resource-limited client to securely outsource an encrypted database to an untrusted cloud server and the client could efficiently retrieve and update the data at will. Meanwhile, the client can undoubtedly detect any misbehavior by the server if the database has been tampered with. We argue that most of the existing VDB schemes can only support the updating operation of replacement, rather than other common updating operations such asinsertionanddeletion. Recently, the first publicly verifiable VDB schemes that supports all updating operations was proposed based on the idea of hierarchical vector commitment. However, one disadvantage of the proposed VDB scheme is that the computation and storage complexity increases linearly when the client continually inserts data records in the same index of the database. As a result, it remains an open problem how to construct an efficient (and publicly verifiable) VDB scheme that can support all updating operations regardless of the manner of insertion. In this paper, we first introduce a new primitive called committed invertible Bloom filter (CIBF) and utilize it to propose a new publicly verifiable VDB scheme that can support all kinds of updating operations. Additionally, the proposed construction is efficient regardless of the manner of updating operations and thus provides an affirmative answer to the above open problem. Xiaofeng Chen 0001, Hui Li 0005, Jin Li 0002, Qian Wang 0002, Xinyi Huang 0001, Willy Susilo, Yang Xiang 0001 |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2020 | SCALE: An Efficient Framework for Secure Dynamic Skyline Query Processing in the Cloud
Weiguo Wang, Hui Li 0005, Yanguo Peng, Sourav S. Bhowmick, Xiaofeng Chen 0001, Jiangtao Cui |
DASFAA (3) | 6 |
| 2020 | Blockchain-based public auditing and secure deduplication with fair arbitration
Haoran Yuan, Xiaofeng Chen 0001, Jianfeng Wang 0001, Jiaming Yuan, Hongyang Yan, Willy Susilo |
Inf. Sci. | 2 |
| 2019 | Non-interactive privacy-preserving neural network prediction
Xiaofeng Chen 0001, Xiaoyu Zhang 0010 |
Inf. Sci. | 2 |
| 2019 | New publicly verifiable computation for batch matrix multiplication
Xiaoyu Zhang 0010, Tao Jiang 0017, Kuanching Li, Aniello Castiglione, Xiaofeng Chen 0001 |
Inf. Sci. | 5 |
| 2019 | Privacy-preserving authentication for general directed graphs in industrial IoT
Wei Wu 0001, Yuexin Zhang, Xiaofeng Chen 0001 |
Inf. Sci. | 4 |
| 2019 | Secure Deduplication System with Active Key Update and Its Application in IoTabstractThe rich cloud services in the Internet of Things create certain needs for edge computing, in which devices should be able to handle storage tasks securely, reliably, and efficiently. When processing the storage requests from edge devices, each cloud server is supposed to eliminate duplicate copies of repeating data to reduce the amount of storage space and save on bandwidth. To protect data confidentiality while supporting deduplication, some convergent-encryption-based techniques have been proposed to encrypt the data before uploading. However, all these works cannot meet two requirements while preventing brute-force attacks: (i) power-constrained edge nodes should update encryption keys efficiently when an edge node is abandoned; and (ii) the access privacy of edge nodes should be guaranteed. In this article, we propose a novel encryption scheme for secure chunk-level deduplication. Based on this scheme, we present two constructions of the secure deduplication system that support an efficient key update protocol. The key update protocol does not involve any edge node in computational tasks, so that the deduplication system can adopt an active key update strategy. Moreover, one of our constructions, which is called advance construction, can provide access privacy assurances for edge nodes. The security analysis is given in terms of the proposed threat model. The experimental analysis demonstrates that the proposed deduplication system is practical. Jin Li 0002, Tong Li 0011, Zheli Liu, Xiaofeng Chen 0001 |
ACM Trans. Intell. Syst. Technol. | 4 |
| 2018 | Privacy preserving multi-party computation delegation for deep learning in cloud computing
Fangguo Zhang, Xiaofeng Chen 0001, Jian Shen 0001 |
Inf. Sci. | 3 |
| 2018 | Secure data uploading scheme for a smart home system
Jian Shen 0001, Chen Wang 0015, Tong Li 0011, Xiaofeng Chen 0001, Xinyi Huang 0001, Zhi-hui Zhan |
Inf. Sci. | 4 |
| 2018 | DedupDUM: Secure and scalable data deduplication with dynamic user management
Haoran Yuan, Xiaofeng Chen 0001, Tao Jiang 0017, Xiaoyu Zhang 0010, Zheng Yan 0002, Yang Xiang 0001 |
Inf. Sci. | 2 |
| 2018 | A matrix-based cross-layer key establishment protocol for smart homes
Yuexin Zhang, Yang Xiang 0001, Xinyi Huang 0001, Xiaofeng Chen 0001, Abdulhameed Alelaiwi |
Inf. Sci. | 4 |
| 2018 | Privacy-Preserving Collaborative Model Learning: The Case of Word Vector TrainingabstractNowadays, machine learning is becoming a new paradigm for mining hidden knowledge in big data. The collection and manipulation of big data not only create considerable values, but also raise serious privacy concerns. To protect the huge amount of potentially sensitive data, a straightforward approach is to encrypt data with specialized cryptographic tools. However, it is challenging to utilize or operate on encrypted data, especially to perform machine learning algorithms. In this paper, we investigate the problem of training high quality word vectors over large-scale encrypted data (from distributed data owners) with the privacy-preserving collaborative neural network learning algorithms. We leverage and also design a suite of arithmetic primitives (e.g., multiplication, fixed-point representation, sigmoid function computation, etc.) on encrypted data, served as components of our construction. We theoretically analyze the security and efficiency of our proposed construction, and conduct extensive experiments on representative real-world datasets to verify its practicality and effectiveness. Qian Wang 0002, Minxin Du, Xiuying Chen, Yanjiao Chen, Pan Zhou 0001, Xiaofeng Chen 0001, Xinyi Huang 0001 |
IEEE Trans. Knowl. Data Eng. | 6 |
| 2017 | Ensuring attribute privacy protection and fast decryption for outsourced data security in mobile cloud computing
Yinghui Zhang 0002, Xiaofeng Chen 0001, Jin Li 0002, Duncan S. Wong, Hui Li 0006, Ilsun You |
Inf. Sci. | 2 |
| 2016 | Efficient and Secure Storage for Outsourced Data: A SurveyabstractWith the growing popularity of cloud computing, more and more enterprises and individuals tend to store their sensitive data on the cloud in order to reduce the cost of data management. However, new security and privacy challenges arise when the data stored in the cloud due to the loss of data control by the data owner. This paper focuses on the techniques of verifiable data storage and secure data deduplication. We firstly summarize and classify the state-of-the-art research on cloud data storage mechanism. Then, we present some potential research directions for secure data outsourcing. Jianfeng Wang 0001, Xiaofeng Chen 0001 |
Data Sci. Eng. | 2 |
| 2014 | Identity-based chameleon hashing and signatures without key exposure
Xiaofeng Chen 0001, Fangguo Zhang, Willy Susilo, Haibo Tian, Jin Li 0002, Kwangjo Kim |
Inf. Sci. | 1 |
| 2012 | Generic security-amplifying methods of ordinary digital signatures
Jin Li 0002, Fangguo Zhang, Xiaofeng Chen 0001, Kwangjo Kim, Duncan S. Wong |
Inf. Sci. | 3 |
| 2011 | New receipt-free voting scheme using double-trapdoor commitment
Xiaofeng Chen 0001, Qianhong Wu, Fangguo Zhang, Haibo Tian, Baodian Wei, Byoungcheon Lee, Hyunrok Lee, Kwangjo Kim |
Inf. Sci. | 1 |
| 2009 | Cryptanalysis and improvement of an ID-based ad-hoc anonymous identification scheme at CT-RSA 05
Fangguo Zhang, Xiaofeng Chen 0001 |
Inf. Process. Lett. | 2 |
| 2009 | The ring authenticated encryption scheme - How to provide a clue wisely
Jiqiang Lu, Kui Ren 0001, Xiaofeng Chen 0001, Kwangjo Kim |
Inf. Sci. | 3 |
| 2008 | Efficient generic on-line/off-line (threshold) signatures without key exposure
Xiaofeng Chen 0001, Fangguo Zhang, Haibo Tian, Baodian Wei, Willy Susilo, Yi Mu 0001, Hyunrok Lee, Kwangjo Kim |
Inf. Sci. | 1 |
| 2004 | Attack on an ID-based authenticated group key agreement scheme from PKC 2004
Fangguo Zhang, Xiaofeng Chen 0001 |
Inf. Process. Lett. | 2 |