EDBT 2026 Demo / reviewers in the wild / expert
Yu Guo 0003
dblp:53/382-3
· DBLP profile ↗
11ranked-venue papers in the field
1as first author
11since 2021 · last 2026
0000-0002-9078-7462ORCID · conflict
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 9 (1 first)Information Retrieval & Web Search · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | zkNAS: Secure and Efficient Outsourced-NAS with Zero-Cost Proxies
Haodi Wang, Tangyu Jiang, Fangda Guo, Yu Guo 0003 |
DASFAA (5) | 7 |
| 2024 | Post-Quantum Searchable Encryption Supporting User-Authorization for Outsourced Data ManagementabstractWith the widespread development of database systems, data security has become crucial when it comes to sharing among users and servers. A straightforward approach involves using searchable encryption to ensure the confidentiality of shared data. However, in certain scenarios, varying user tiers are granted disparate data searching privileges, and administrators need to restrict the searchability of ciphertexts to select users exclusively. To address this issue, public key encryption with authorized keyword search (PEAKS) was proposed, wherein solely authorized users possess the ability to conduct targeted keyword searches. Nonetheless, it is vulnerable to resist quantum computing attacks. As a result, research focusing on authorizing users to search for keywords while achieving quantum security is far-reaching. In this paper, we propose a lattice-based variant of PEAKS (L-PEAKS) that enables keyword dataset authorization for outsourced data management. Unlike existing schemes, our design incorporates identity-based encryption (IBE) to overcome the bottleneck of public key management. Besides, we utilize several lattice sampling algorithms to defend against attacks from quantum adversaries. Specifically, each authorized user must obtain a search privilege from an authority. The authority distributes an authorized token to the user within a specific time period, and the user generates a trapdoor for any authorized keywords. Our scheme is proven to be secure against IND-sID-CKA and T-EUF security in a quantum setting. We also conduct comprehensive evaluations on a commodity machine to assess completeness and provide theoretical complexity comparisons with existing state-of-the-art schemes. Shiyuan Xu, Yibo Cao, Yu Guo 0003, Yuer Yang, Fangda Guo, Siu-Ming Yiu |
CIKM | 4 |
| 2024 | TimeGAE: A Multivariate Time-Series Generation Method via Graph Auto Encoder
Zhao Bai, Fangda Guo, Yuxin Xi, Zhuoming Zhu, Yu Guo 0003, Rongfang Bie |
DASFAA (1) | 5 |
| 2024 | Privacy-Preserving and Efficient Model Aggregation in Edge-Assisted Federated Learning
Hongcheng Xie, Yu Guo 0003, Fangda Guo, Fangming Jing, Rongfang Bie |
DASFAA (1) | 3 |
| 2024 | Trajectory Completion via Context-Guided Neural Filtering and Encoding
Di Yao 0001, Fangda Guo, Zhenyu Wen, Yu Guo 0003, Yangyuan He, Jingping Bi |
DASFAA (1) | 4 |
| 2024 | OblivChain: Enabling Oblivious Queries for Blockchain Light Clients with Malicious Security
Fangda Guo, Xidi Qu, Yu Guo 0003, Shengling Wang 0001 |
DASFAA (4) | 5 |
| 2024 | FedDGCL: Federated Graph Neural Network with Dual Graph Contrast Learning for Multivariable Time Series Forecasting
Yu Guo 0003, Fangda Guo, Fangming Jing, Jiangrong Yang, Rongfang Bie |
DASFAA (1) | 2 |
| 2024 | SecMdp: Towards Privacy-Preserving Multimodal Deep Learning in End-Edge-CloudabstractMultimodal deep learning technologies have advanced significantly, which brings extensive applications in diverse fields. The substantial computational demands of training and prediction in multimodal deep learning have made the End-Edge-Cloud (EEC) framework popular. It is essential to protect multimodal data and model privacy in such a framework. However, traditional cryptographic methods, though secure for data and models at edge nodes, cause efficiency limitations. In this paper, we propose SecMdp, an SGX-assisted secure computational framework for multimodal data in the EEC architecture. Edge nodes are equipped with the trusted execution environment (e.g., Intel SGX) to run multimodal algorithms. Additionally, to address the side-channel attacks of SGX, we present an enhanced PathORAM algorithm, MM_PathORAM, for the multimodal training and prediction processes, which are tailored for multimodal deep learning scenarios. It accelerates multimodal data access while protecting data privacy and model security. Experimental evaluation supports the effectiveness of our design in preserving edge computing efficiency. It demonstrates negligible impact on the speed of multimodal data loading, the configuration of model parameters during training, or the accuracy of predictions. Zhao Bai, Fangda Guo, Yu Guo 0003, Chengjun Cai, Rongfang Bie, Xiaohua Jia |
ICDE | 4 |
| 2024 | Label Noise Correction for Federated Learning: A Secure, Efficient and Reliable RealizationabstractFederated learning has emerged as a promising paradigm for large-scale collaborative training tasks, harnessing diverse local datasets from different clients to jointly train global models. In real-world implementations, client data could have label noise, causing the quality of the global model to be influenced. Existing label-correction solutions assume all the clients are discreet and fail to consider detecting the malicious clients, thus are not practical or privacy-preserving. In this paper, we present zkCor, an efficient and reliable label noise correction scheme with zero-knowledge confidentiality. Our method is designed upon FedCorr [1], but with more relaxed security assumptions. zkCor is established from the ingenious synergy of the label noise correction protocol and the zero-knowledge proof (ZKP), requiring each client to provide a computation integrity proof to the aggregator in each iteration. Thus, clients are forced to jointly guarantee label-correction reliability. We further devise a batch ZKP that is efficient and more suitable for federated learning settings. We rigorously illustrate the building blocks of zkCor and complete the prototype implementation. The extensive experiments demonstrate that zkCor can gain at least 2 to 30 times better performance than the baseline approach on verification workloads with nearly no extra proof time cost from clients. Haodi Wang, Tangyu Jiang, Yu Guo 0003, Fangda Guo, Rongfang Bie, Xiaohua Jia |
ICDE | 3 |
| 2024 | FedEDB: Building a Federated and Encrypted Data Store via Consortium BlockchainsabstractDecentralized storage platforms based on consortium blockchains have emerged in the spotlight of research and industry communities because they are flexible, transparent, and eliminated trust in contrast to the traditional centralized data-sharing model. However, due to wide attacking surfaces in a blockchain network, this decentralized data-sharing paradigm is subject to malicious data breaches. Untrusted blockchain nodes can directly obtain sensitive information from the query processing and their local storage. Several studies have been made for solving this dilemma, but they only focus on single-user settings and cannot be directly applied to multi-owners blockchain-based data sharing scenarios. In this paper, we introduce FedEDB, a federated and encrypted data store by using consortium blockchains. Unlike existing solutions that focus on single-user settings, our proposed schemes can efficiently support privacy-preserving and reliable multi-owner queries in the decentralized setting. We start from the practical key aggregation technique to construct the multi-owner search schemes and further refine the underling building blocks to enhance the security. Besides, we integrate the smart contract with our tailored zero-knowledge proof to enforce secure and reliable result verification protocol with fairness. We implement a prototype and thorough security analysis and comprehensive evaluation results confirm the practicability of our design. Yu Guo 0003, Yuxin Xi, Haodi Wang, Cong Wang 0001, Xiaohua Jia |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2023 | Towards Dynamic and Reliable Private Key Management for Hierarchical Access Structure in Decentralized StorageabstractWith the widespread development of decentralized storage, it is increasingly popular for users to store their data to the decentralized database systems for the well-understood benefits of outsourced storage. To ensure the data privacy, systems commonly require users to securely keep their private keys. Thus, the secure storage of private keys is an important issue in these systems. However, existing key-management schemes commonly rely on a Trusted Third Party (TTP), which raises critical security concerns such as the single point of failure and Distributed Denial of Service (DDoS) attacks. In this paper, we propose HasDPSS, a secure and efficient blockchain-based key-management scheme for decentralized storage systems. It uses secret sharing, a lightweight cryptographic technique, to build the decentralized key-management scheme. Considering that the reliability of managing participants has inherent heterogeneity, we introduce the hierarchical access structure to achieve fine-grained key management. Meanwhile, to adapt the node churn of decentralized key management, HasDPSS enables a dynamic management committee to provide reliable services with a proactive refresh mechanism while protecting the integrity and security of private keys. In our design, we use the dimension switch method of polynomials in the evolving process to achieve the committee change of the hierarchical access structure. The reliability of participants is guaranteed by the customized commitment protocol and the immutable property of the blockchain. We thoroughly analyze security strengths and conduct extensive experiments to demonstrate the practicality of our design. Yu Guo 0003, Fangda Guo |
CIKM | 3 |