4.5 Article

An effective approach for the protection of privacy text data in the CloudDB

Journal

Publisher

SPRINGER
DOI: 10.1007/s11280-017-0491-8

Keywords

CloudDB; Information system; Privacy protection; Feature index

Funding

  1. National Social Science Fund of China [17CTQ011]

Ask authors/readers for more resources

Due to the advantages of pay-on-demand, expand-on-demand and high availability, cloud databases (CloudDB) have been widely used in information systems. However, since a CloudDB is distributed on an untrusted cloud side, it is an important problem how to effectively protect massive private information in the CloudDB. Although traditional security strategies (such as identity authentication and access control) can prevent illegal users from accessing unauthorized data, they cannot prevent internal users at the cloud side from accessing and exposing personal privacy information. In this paper, we propose a client-based approach to protect personal privacy in a CloudDB. In the approach, privacy data before being stored into the cloud side, would be encrypted using a traditional encryption algorithm, so as to ensure the security of privacy data. To execute various kinds of query operations over the encrypted data efficiently, the encrypted data would be also augmented with additional feature index, so that as much of each query operation as possible can be processed on the cloud side without the need to decrypt the data. To this end, we explore how the feature index of privacy data is constructed, and how a query operation over privacy data is transformed into a new query operation over the index data so that it can be executed on the cloud side correctly. The effectiveness of the approach is demonstrated by theoretical analysis and experimental evaluation. The results show that the approach has good performance in terms of security, usability and efficiency, thus effective to protect personal privacy in the CloudDB.

Authors

I am an author on this paper
Click your name to claim this paper and add it to your profile.

Reviews

Primary Rating

4.5
Not enough ratings

Secondary Ratings

Novelty
-
Significance
-
Scientific rigor
-
Rate this paper

Recommended

Article Computer Science, Information Systems

Be Causal: De-Biasing Social Network Confounding in Recommendation

Qian Li, Xiangmeng Wang, Zhichao Wang, Guandong Xu

Summary: In recommendation systems, the MNAR problem causes selection bias and affects recommendation performance. Existing approaches focus on modeling the exposure of missing entries but overlook the causal perspective. To address this, we propose a method called DENC (De-Bias Network Confounding in Recommendation) that provides causal analysis on MNAR using both inherent factors and auxiliary networks. DENC includes an exposure model to control confounding and a deconfounding model for balanced representation learning. Experiments on three datasets demonstrate that DENC outperforms state-of-the-art baselines.

ACM TRANSACTIONS ON KNOWLEDGE DISCOVERY FROM DATA (2023)

Article Computer Science, Artificial Intelligence

Reinforcement Learning Based Path Exploration for Sequential Explainable Recommendation

Yicong Li, Hongxu Chen, Yile Li, Lin Li, Philip S. Yu, Guandong Xu

Summary: Path exploration is an effective method for improving the performance of explainable recommendation systems. However, existing methods have some limitations, such as ignoring dynamic user-item evolutions and low-quality paths. In this study, we propose a novel Temporal Meta-path Guided Explainable Recommendation leveraging Reinforcement Learning (TMER-RL) method, which uses attention mechanisms and reinforcement learning to model dynamic user-item evolutions and enhance the quality and explainability of paths.

IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING (2023)

Article Computer Science, Information Systems

Federated Learning for Privacy Preservation of Healthcare Data From Smartphone-Based Side-Channel Attacks

Abdul Rehman, Imran Razzak, Guandong Xu

Summary: Federated learning is a promising framework for preserving user data privacy in machine and deep learning models. This study proposes a novel framework based on federated learning to detect side-channel attacks in smartphone keyboard input, and experimental results demonstrate its effectiveness.

IEEE JOURNAL OF BIOMEDICAL AND HEALTH INFORMATICS (2023)

Article Computer Science, Artificial Intelligence

A Confusion Method for the Protection of User Topic Privacy in Chinese Keyword-based Book Retrieval

Zongda Wu, Jian Xie, Shigen Shen, Chongze Lin, Guandong Xu, Enhong Chen

Summary: In this article, a privacy protection solution is proposed for a Chinese keyword-based book search service. By modifying the user query sequence, the user query topics can be confused to protect the user's topic privacy on an untrusted server, while maintaining the accuracy of the book search service. A client-based framework and privacy model are introduced to guide the generation of cover queries based on a user query sequence. The proposed modification algorithm quickly generates cover queries that meet the privacy model by replacing, deleting, and adding keywords. The effectiveness of the approach is demonstrated through theoretical analysis and experimental evaluation, showing improved security for users' topic privacy without compromising efficiency, accuracy, and usability of the existing Chinese keyword book search service, thus contributing to the construction of a privacy-preserving text retrieval platform in an untrusted network environment.

ACM TRANSACTIONS ON ASIAN AND LOW-RESOURCE LANGUAGE INFORMATION PROCESSING (2023)

Editorial Material Computer Science, Information Systems

Guest Editorial Open and Interpretable AI in Computational Pathology

Imran Razzak, Muhammad Khuram Khan, Guandong Xu, Fahmi Khalifa

IEEE JOURNAL OF BIOMEDICAL AND HEALTH INFORMATICS (2023)

Editorial Material Computer Science, Information Systems

Trustworthy Recommendation and Search: Introduction to the Special Section - Part 2

Hongzhi Yin, Yizhou Sun, Guandong Xu, Evangelos Kanoulas

ACM TRANSACTIONS ON INFORMATION SYSTEMS (2023)

Article Computer Science, Artificial Intelligence

Achieving counterfactual fairness with imperfect structural causal model

Tri Dung Duong, Qian Li, Guandong Xu

Summary: Counterfactual fairness addresses discrimination between model predictions in the actual and counterfactual worlds. This research proposes a minimax game-theoretic model that achieves counterfactual fairness without strict assumptions on structural causal models.

EXPERT SYSTEMS WITH APPLICATIONS (2024)

Article Computer Science, Artificial Intelligence

Causal Disentanglement for Semantic-Aware Intent Learning in Recommendation

Xiangmeng Wang, Qian Li, Dianer Yu, Peng Cui, Zhichao Wang, Guandong Xu

Summary: This study proposes an unbiased and semantic-aware disentanglement learning approach from a causal perspective, which generates semantic-aware representations by disentangling users' true intents from specific item context, and designs a causal intervention mechanism to eliminate confounding bias.

IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING (2023)

Article Computer Science, Information Systems

Mitigating the performance sacrifice in DP-satisfied federated settings through graph contrastive learning

Haoran Yang, Xiangyu Zhao, Muyang Li, Hongxu Chen, Guandong Xu

Summary: This paper investigates the implementation of differential privacy (DP) on graph edges and observes a decrease in performance. The authors propose leveraging graph contrastive learning to alleviate the performance drop resulting from DP.

INFORMATION SCIENCES (2023)

Article Computer Science, Artificial Intelligence

Intent-aware Graph Neural Network for Point-of-Interest embedding and recommendation

Xingliang Wang, Dongjing Wang, Dongjin Yu, Runze Wu, Qimeng Yang, Shuiguang Deng, Guandong Xu

Summary: This paper proposes an Intent Aware Graph Neural Network-based model (IAGNN) for predicting/recommending the next potential POI that a user may interact with. The model utilizes the user's check-in behavior sequences as graphs and uses a graph neural network to learn the feature representations of POIs. It also incorporates a hierarchical attention network and a user intent-aware module to capture users' preferences and intents. Experimental results show that the proposed IAGNN model outperforms baseline models in terms of recall and MRR.

NEUROCOMPUTING (2023)

Article Computer Science, Artificial Intelligence

Causal Optimal Transport for Treatment Effect Estimation

Qian Li, Zhichao Wang, Shaowu Liu, Gang Li, Guandong Xu

Summary: Treatment effect estimation is crucial for answering questions about the impact of specific treatments. However, treatment assignment bias is a fundamental issue in this research. To address this problem, the paper proposes a novel causal optimal transport (CausalOT) model that utilizes global information on observational covariates to mitigate limited overlapping, and designs a new counterfactual loss to improve estimation accuracy.

IEEE TRANSACTIONS ON NEURAL NETWORKS AND LEARNING SYSTEMS (2023)

Review Computer Science, Cybernetics

Graph-Aware Deep Fusion Networks for Online Spam Review Detection

Li He, Guandong Xu, Shoaib Jameel, Xianzhi Wang, Hongxu Chen

Summary: This article introduces a graph-based model for detecting spam information in product reviews on e-commerce platforms. The model utilizes relevant metadata and relational data to capture semantic information in the review text, and synthesizes interactions at different levels through fusion techniques. Experimental results show that the proposed model outperforms other baselines.

IEEE TRANSACTIONS ON COMPUTATIONAL SOCIAL SYSTEMS (2023)

Article Computer Science, Cybernetics

Dynamic Recommendation Based on Graph Diffusion and Ebbinghaus Curve

Zhihong Cui, Xiangguo Sun, Hongxu Chen, Li Pan, Lizhen Cui, Shijun Liu, Guandong Xu

Summary: Nowadays, dynamic recommendations struggle to find user online interest evolving patterns due to their complex interactions. Each interaction is influenced by multiple underlying reasons, so it is necessary to analyze each interaction instance individually. Additionally, traditional sequential models fail to personalize recommendations for users with different long-term and short-term tastes. In this article, a novel recommendation model based on Graph Diffusion and Ebbinghaus Curve is proposed, which explores underlying reasons for interactions and captures users' personalized strategies using a well-designed neural network and the Ebbinghaus Curve. Extensive experiments on real-world datasets confirm the superiority of the proposed model over existing baselines.

IEEE TRANSACTIONS ON COMPUTATIONAL SOCIAL SYSTEMS (2023)

Article Computer Science, Hardware & Architecture

API Recommendation For Mashup Creation: A Comprehensive Survey

Hadeel Alhosaini, Sultan Alharbi, Xianzhi Wang, Guandong Xu

Summary: This paper provides a comprehensive review of API recommendation research for mashup creation. It compares different approaches and techniques, identifies challenges in current research, and suggests promising directions for future studies. It serves as a useful reference for researchers and practitioners in this field.

COMPUTER JOURNAL (2023)

Article Automation & Control Systems

Exploring explicit and implicit graph learning for multivariate time series imputation

Yakun Chen, Ruotong Hu, Zihao Li, Chao Yang, Xianzhi Wang, Guodong Long, Guandong Xu

Summary: This study proposes a novel approach to deal with missing values in multivariate time series. The approach combines graph and recurrent neural networks to capture dependencies between variables and time. By integrating external data sources, such as domain knowledge and implicit relationships between nodes, the ability to impute missing values is enhanced. Experimental results show that the model outperforms current state-of-the-art baselines in various industrial fields.

ENGINEERING APPLICATIONS OF ARTIFICIAL INTELLIGENCE (2024)

No Data Available