EDBT 2026 Demo / reviewers in the wild / expert
Hongning Dai
dblp:33/5228 · also Henry Hong-Ning Dai, Hong-Ning Dai
· DBLP profile ↗
14ranked-venue papers in the field
0as first author
13since 2021 · last 2026
0000-0001-6165-4196ORCID · verified
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 4Knowledge Engineering, Semantic Web & Information Systems · 4Information Retrieval & Web Search · 3Data Mining & Knowledge Discovery · 2Other / Interdisciplinary · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | CQED: Secure and efficient composite query processing over encrypted healthcare data
Haiyong Bao, Yaotian Zhang, Xinqi Tu, Sunyu Tian, Cheng Huang 0001, Hongning Dai |
Inf. Sci. | 6 |
| 2026 | KMCS: Efficient and privacy-preserving k-core multi-attribute community search
Ziyang Zhong, Haiyong Bao, Ronghai Xie, Jiani Wu, Cheng Huang 0001, Hongning Dai |
Inf. Sci. | 6 |
| 2025 | MSHTrans: Multi-Scale Hypergraph Transformer with Time-Series Decomposition for Temporal Anomaly DetectionabstractTime series anomaly detection has garnered significant research attention due to growing demands for temporal data monitoring across diverse domains. Despite the rapid advent of unsupervised anomaly detection models, existing approaches face two critical challenges in understanding the mechanisms of reconstruction-based models when handling diverse temporal dependencies: (1) the insufficient exploration of complex inter-timestamp relationships encompassing both short-term and long-term dependencies, and (2) the lack of integrated frameworks for jointly learning short-term patterns and long-term temporal characteristics. To address these challenges, we propose the novel Multi-Scale Hypergraph Transformer (MSHTrans), which leverages the capacity of hypergraphs for modeling multi-order temporal dependencies. Particularly, our method employs multi-scale downsampling to derive complementary fine-grained and coarse-grained representations, integrated with trainable hypergraph neural networks that can adaptively learn inter-timestamp relationships. The framework further integrates time series decomposition to systematically extract periodic and trend components from multi-granular features, thereby enhancing long-term dependency modeling. Through synergistic integration of learned short-term patterns and long-term temporal structures, the model achieves comprehensive time series reconstruction for effective anomaly detection. Extensive experiments demonstrate that MSHTrans outperforms state-of-the-art competitors with an average performance improvement of 8.21% (without point adjustment) and 3.52% (with point adjustment). Zhaoliang Chen, Zhihao Wu 0003, William Kwok-Wai Cheung, Hongning Dai, Byron Choi, Jiming Liu 0001 |
KDD (2) | 4 |
| 2025 | ADEdgeDrop: Adversarial Edge Dropping for Robust Graph Neural NetworksabstractAlthough Graph Neural Networks (GNNs) have exhibited the powerful ability to gather graph-structured information from neighborhood nodes via various message-passing mechanisms, the performance of GNNs is limited by poor generalization and fragile robustness caused by noisy and redundant graph data. As a prominent solution, Graph Augmentation Learning (GAL) has recently received increasing attention in the literature. Among the existing GAL approaches, edge-dropping methods that randomly remove edges from a graph during training are effective techniques to improve the robustness of GNNs. However, randomly dropping edges often results in bypassing critical edges. Consequently, the effectiveness of message passing is weakened. In this paper, we propose a novel adversarial edge-dropping method (ADEdgeDrop) that leverages an adversarial edge predictor guiding the removal of edges, which can be flexibly incorporated into diverse GNN backbones. Employing an adversarial training framework, the edge predictor utilizes the line graph transformed from the original graph to estimate the edges to be dropped, which improves the interpretability of the edge-dropping method. The proposed ADEdgeDrop is optimized alternately by stochastic gradient descent and projected gradient descent. Comprehensive experiments on eight graph benchmark datasets demonstrate that the proposed ADEdgeDrop outperforms state-of-the-art baselines across various GNN backbones, demonstrating improved generalization and robustness. Zhaoliang Chen, Zhihao Wu 0003, Ylli Sadikaj, Claudia Plant, Hongning Dai, Shiping Wang, Yiu-Ming Cheung, Wenzhong Guo |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2024 | Porygon: Scaling Blockchain via 3D ParallelismabstractRecently, stateless blockchains have been proposed to alleviate the storage overhead for nodes. A stateless blockchain achieves storage-consensus parallelism, where storage workloads are offloaded from on-chain consensus, enabling more resource-constraint nodes to participate in the consensus. However, existing stateless blockchains still suffer from limited throughput. In this paper, we present Porygon, a novel stateless blockchain with three-dimensional (3D) parallelism. First, Porygon separates the storage and consensus of transactions as the stateless blockchain, achieving the storage-consensus parallelism. This first-dimensional parallelism divides the processing of transactions into several stages and scales the network by supporting more nodes in the system. Based on such a design, we then propose a pipeline mechanism to achieve second-dimensional inter-block parallelism, where relevant stages of processing transactions are pipelined efficiently, thereby reducing transaction latency. Finally, Porygon presents a sharding mechanism to achieve third-dimensional inner-block parallelism. By sharding the executions of transactions of a block and adopting a lightweight cross-shard coordination mechanism, Porygon can effectively execute both intra-shard and cross-shard transactions, consequently achieving outstanding transaction throughput. We evaluate the performance of Porygon by extensive experiments on an implemented prototype and large-scale simulations. Compared with existing blockchains, Porygon boosts throughput by up to 20x, reduces network usage by more than 50%, and simultaneously requires only 5MB of storage consumption per node. Wuhui Chen, Ding Xia, Zhongteng Cai, Hongning Dai, Zicong Hong, Junyuan Liang, Zibin Zheng |
ICDE | 4 |
| 2024 | Unravelling Token Ecosystem of EOSIO BlockchainabstractBeing the largest Initial Coin Offering project, EOSIO has attracted great interest in cryptocurrency markets. Despite its popularity and prosperity (e.g., 26,311,585,008 token transactions occurred from June 8, 2018 to Aug. 5, 2020), there is almost no work investigating the EOSIO token ecosystem. To fill this gap, we are the first to conduct a systematic investigation of the EOSIO token ecosystem by conducting a comprehensive graph analysis of the entire on-chain EOSIO data (nearly 135 million blocks). We construct token-creator graphs, token-contract creator graphs, token-holder graphs, and token-transfer graphs to characterize token creators, holders, and transfer activities. Through graph analysis, we have obtained many insightful findings and observed some abnormal trading patterns. Moreover, we propose a fake-token detection algorithm to identify tokens generated by fake users or fake transactions and analyze their corresponding manipulation behaviors. Evaluation results also demonstrate the effectiveness of our algorithm. Zigui Jiang, Weilin Zheng, Hongning Dai, Haoran Xie 0001, Xiapu Luo, Zibin Zheng, Qing Li 0001 |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2023 | Reinforcement learning-driven deep question generation with rich semantics
Menghong Guan, Subrota K. Mondal, Hongning Dai, Haiyong Bao |
Inf. Process. Manag. | 3 |
| 2023 | HGATE: Heterogeneous Graph Attention Auto-EncodersabstractGraph auto-encoder is considered a framework for unsupervised learning on graph-structured data by representing graphs in a low dimensional space. It has been proved very powerful for graph analytics. In the real world, complex relationships in various entities can be represented by heterogeneous graphs that contain more abundant semantic information than homogeneous graphs. In general, graph auto-encoders based on homogeneous graphs are not applicable to heterogeneous graphs. In addition, little work has been done to evaluate the effect of different semantics on node embedding in heterogeneous graphs for unsupervised graph representation learning. In this work, we propose a novel Heterogeneous Graph Attention Auto-Encoders (HGATE) for unsupervised representation learning on heterogeneous graph-structured data. Based on the consideration of semantic information, our architecture of HGATE reconstructs not only the edges of the heterogeneous graph but also node attributes, through stacked encoder/decoder layers. Hierarchical attention is used to learn the relevance between a node and its meta-path based neighbors, and the relevance among different meta-paths. HGATE is applicable to transductive learning as well as inductive learning. Node classification and link prediction experiments on real-world heterogeneous graph datasets demonstrate the effectiveness of HGATE for both transductive and inductive tasks. Wei Wang 0012, Xiaoyang Suo, Bin Wang 0062, Hao Wang 0003, Hongning Dai, Xiangliang Zhang 0001 |
IEEE Trans. Knowl. Data Eng. | 6 |
| 2022 | Hierarchical Representation for Multi-view Clustering: From Intra-sample to Intra-view to Inter-viewabstractMulti-view clustering (MVC) aims at exploiting the consistent features within different views to divide samples into different clusters. Existing subspace-based MVC algorithms usually assume linear subspace structures and two-stage similarity matrix construction strategies, thereby posing challenges in imprecise low-dimensional subspace representation and inadequacy of exploring consistency. This paper presents a novel hierarchical representation for MVC method via the integration of intra-sample, intra-view, and inter-view representation learning models. In particular, we first adopt the deep autoencoder to adaptively map the original high-dimensional data into the latent low-dimensional representation of each sample. Second, we use the self-expression of the latent representation to explore the global similarity between samples of each view and obtain the subspace representation coefficients. Third, we construct the third-order tensor by arranging multiple subspace representation matrices and impose the tensor low-rank constraint to sufficiently explore the consistency among views. Being incorporated into a unified framework, these three models boost each other to achieve a satisfactory clustering result. Moreover, an alternating direction method of multipliers algorithm is developed to solve the challenging optimization problem. Extensive experiments on both simulated and real-world multi-view datasets show the superiority of the proposed method over eight state-of-the-art baselines. Chuan Chen 0001, Hongning Dai, Meng Ding 0002, Lele Fu, Zibin Zheng |
CIKM | 3 |
| 2022 | SPRNN: A spatial-temporal recurrent neural network for crowd flow prediction
Gaozhong Tang, Bo Li 0111, Hongning Dai, James Xi Zheng |
Inf. Sci. | 3 |
| 2022 | A structure noise-aware tensor dictionary learning method for high-dimensional data clustering
Chuan Chen 0001, Hongning Dai, Lele Fu, Zibin Zheng |
Inf. Sci. | 3 |
| 2021 | An attention-based category-aware GRU model for the next POI recommendationabstractWith the continuous accumulation of users' check-in data, we can gradually capture users' behavior patterns and mine users' preferences. Based on this, the next point-of-interest (POI) recommendation has attracted considerable attention. Its main purpose is to simulate users' behavior habits of check-in behavior. Then, different types of context information are used to construct a personalized recommendation model. However, the users' check-in data are extremely sparse, which leads to low performance in personalized model training using recurrent neural network. Therefore, we propose a category-aware gated recurrent unit (GRU) model to mitigate the negative impact of sparse check-in data, capture long-range dependence between user check-ins and get better recommendation results of POI category. We combine the spatiotemporal information of check-in data and take the POI category as users' preference to train the model. Also, we develop an attention-based category-aware GRU (ATCA-GRU) model for the next POI category recommendation. The ATCA-GRU model can selectively utilize the attention mechanism to pay attention to the relevant historical check-in trajectories in the check-in sequence. We evaluate ATCA-GRU using a real-world data set, named Foursquare. The experimental results indicate that our ATCA-GRU model outperforms the existing similar methods for next POI recommendation. Yuwen Liu 0003, Aixiang Pei, Fan Wang 0020, Yihong Yang, Xuyun Zhang, Hao Wang 0003, Hongning Dai, Lianyong Qi, Rui Ma 0020 |
Int. J. Intell. Syst. | 7 |
| 2021 | XBlock-EOS: Extracting and exploring blockchain data from EOSIO
Weilin Zheng, Zibin Zheng, Hongning Dai, Xu Chen 0004, Peilin Zheng |
Inf. Process. Manag. | 3 |
| 2019 | Lightweight Convolution Neural Networks for Mobile Edge Computing in Transportation Cyber Physical SystemsabstractCloud computing extends Transportation Cyber-Physical Systems (T-CPS) with provision of enhanced computing and storage capability via offloading computing tasks to remote cloud servers. However, cloud computing cannot fulfill the requirements such as low latency and context awareness in T-CPS. The appearance of Mobile Edge Computing (MEC) can overcome the limitations of cloud computing via offloading the computing tasks at edge servers in approximation to users, consequently reducing the latency and improving the context awareness. Although MEC has the potential in improving T-CPS, it is incapable of processing computational-intensive tasks such as deep learning algorithms due to the intrinsic storage and computing-capability constraints. Therefore, we design and develop a lightweight deep learning model to support MEC applications in T-CPS. In particular, we put forth a stacked convolutional neural network (CNN) consisting of factorization convolutional layers alternating with compression layers (namely, lightweight CNN-FC). Extensive experimental results show that our proposed lightweight CNN-FC can greatly decrease the number of unnecessary parameters, thereby reducing the model size while maintaining the high accuracy in contrast to conventional CNN models. In addition, we also evaluate the performance of our proposed model via conducting experiments at a realistic MEC platform. Specifically, experimental results at this MEC platform show that our model can maintain the high accuracy while preserving the portable model size. Junhao Zhou, Hongning Dai, Hao Wang 0003 |
ACM Trans. Intell. Syst. Technol. | 2 |