EDBT 2026 Demo / reviewers in the wild / expert
Zhaoquan Gu
dblp:128/8237
· DBLP profile ↗
28ranked-venue papers in the field
0as first author
23since 2021 · last 2026
0000-0001-7546-852XORCID · verified
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 12Data Mining & Knowledge Discovery · 7Information Retrieval & Web Search · 5Knowledge Engineering, Semantic Web & Information Systems · 3Big Data, Cloud & Distributed Data Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | SecKQL-Agent: A Real-World APT29 Events Benchmark and Framework for Reliable Text-to-KQL in Security Analytics
Haiyan Wang 0009, Shaofang Long, Yan Jia 0001, Zhaoquan Gu |
DASFAA (6) | 7 |
| 2026 | Maximum Balanced Clique Search on Large Directed Graphs
Jianye Yang 0001, Zhaoquan Gu, Dian Ouyang, Ziyi Ma, Ying Zhang 0001 |
ICDE | 3 |
| 2026 | A Quantitative Approach for Threat Assessment from Heterogeneous Web Security Logs
Wenying Feng 0003, Cui Luo, Xiayu Xiang, Zhaoquan Gu |
KSEM (7) | 6 |
| 2026 | Maximum Edge-based Quasi-Clique: Novel Iterative FrameworksabstractExtracting cohesive subgraphs from complex networks is a fundamental task in graph analytics and is essential for understanding biological, social, and web graphs. The edge-based γ-quasi-clique model offers a flexible alternative by identifying subgraphs whose edge densities exceed a specified threshold γ. However, finding the exact maximum edge-based quasi-clique is computationally challenging, as the problem is NP-hard and lacks the hereditary property. These characteristics limit the effectiveness of conventional pruning methods and the development of efficient reduction rules. As a result, existing algorithms, such as QClique and FPCE, struggle to scale to large graphs. In this paper, we revisit the problem and propose a novel iterative framework that reformulates the problem as a sequence of hereditary subproblems, enabling more effective pruning and reduction strategies and improving the worst-case time complexity. Furthermore, we redesign the iterative process and introduce a novel heuristic to further improve practical efficiency. Extensive experiments on 253 large-scale real-world graphs demonstrate that our proposed algorithm EQC-Pro outperforms existing methods by up to four orders of magnitude. Hongbo Xia, Shengxin Liu, Zhaoquan Gu |
WWW | 3 |
| 2026 | Revisiting the Maximum Defective Clique Problem: Faster Branching and a Tighter Upper Bound
Kewu Yang, Kaiqiang Yu, Shengxin Liu, Zhaoquan Gu |
Proc. VLDB Endow. | 4 |
| 2025 | SemantiHunt: A New Behavioral Semantics-Driven Method for Network Threat Hunting
Haiyan Wang 0009, Rui Zong, Aiting Yao, Zhaoquan Gu |
ADMA (1) | 7 |
| 2025 | Credibility-Driven Quality Assessment of Multi-source Cyber Threat Intelligence
Liyi Zeng, Xiayu Xiang, Zhaoquan Gu |
ADMA (2) | 5 |
| 2025 | Adaptive Incremental Provenance Analysis for Trustworthy Federated Learning
Aiting Yao, Chengzu Dong, Shantanu Pal, Frank Jiang 0001, Haiyan Wang 0009, Wenying Feng 0003, Lichen Liu, Zhaoquan Gu |
ADMA (2) | 9 |
| 2025 | Continual Drift Detection and Adaptation for Cybersecurity Applications
Zhaoquan Gu |
ADMA (2) | 4 |
| 2025 | From IPs to Threat Groups: Community Detection on Rule-Enhanced Homology Graphs
Qisheng Zheng, Liyi Zeng, Zhaoquan Gu |
ADMA (4) | 3 |
| 2025 | Durable Community Search on Temporal Graphs
Jianye Yang 0001, Wu Yao, Ziyi Ma, Zhaoquan Gu, Chengyuan Zhang 0001 |
DASFAA (2) | 5 |
| 2025 | An Enhanced Knowledge Graph Embedding for Small-Scale Sparse Knowledge Graph
Yushun Xie, Haiyan Wang 0009, Runnan Tan, Zhaoquan Gu |
DASFAA (3) | 5 |
| 2025 | ADMatcher: Self-supervised Subgraph Matching via Adaptive Dense-Aware Graph Contrastive Learning
Yan Jia 0001, Liyi Zeng, Zhaoquan Gu |
DASFAA (3) | 7 |
| 2025 | Efficient Size-Bounded Community Search, Revisited: Frameworks for Practical ImprovementsabstractCommunity search has widespread applications in areas such as advertising, friend recommendation, and protein complex identification. In this paper, we revisit the Size-bounded Community Search (SCS) problem, which aims to identify a connected subgraph containing a query vertex q and between l and h vertices, while maximizing the minimum degree of the subgraph. Existing state-of-the-art exact solutions for SCS face challenges in practical efficiency due to ineffective strategies for searching candidate solutions and suboptimal method for finding optimal solution. To address these challenges, we propose a novel branch-and-bound algorithm that efficiently locating a subset of candidate solutions with favorable structural properties, forming the basis for three progressively refined frameworks to determine the optimal solution. Furthermore, we enhance practical performance through a new heuristic, two reduction rules, and a query decomposition technique. Extensive experiments on 12 large real-world graphs demonstrate that our most efficient framework significantly outperforms state-of-the-art methods, achieving an average speedup of two orders of magnitude while consistently identifying communities with higher cohesion. Yang Liu 0227, Hejiao Huang, Kaiqiang Yu, Shengxin Liu, Cheng Long 0001, Zhaoquan Gu |
Proc. ACM Manag. Data | 6 |
| 2025 | F$^{2}$2AT: Feature-Focusing Adversarial Training via Disentanglement of Natural and Perturbed PatternsabstractDeep neural networks (DNNs) are vulnerable to adversarial examples crafted by well-designed perturbations. This could lead to disastrous results on critical applications such as self-driving cars, surveillance security, and medical diagnosis. At present, adversarial training is one of the most effective defenses against adversarial examples. However, in traditional adversarial training, it is still difficult to achieve a good trade-off between clean accuracy and robustness since DNNs still learn spurious features. The intrinsic reason is that traditional adversarial training makes it difficult to fully learn core features from adversarial examples when noise and examples cannot be disentangled. In this paper, we disentangle the adversarial examples into natural and perturbed patterns by bit-plane slicing. We assume the higher bit-planes represent natural patterns and the lower bit-planes represent perturbed patterns, respectively. We propose Feature-Focusing Adversarial Training (F$^{2}$AT), which differs from previous work in that it enforces the model to focus on the core features from natural patterns and reduce the impact of spurious features from perturbed patterns. The experimental results demonstrated that the clean accuracy and adversarial robustness with our F$^{2}$AT can be significantly improved. Yaguan Qian, Zhaoquan Gu, Bin Wang 0062, Shouling Ji, Wei Wang 0012, Yanchun Zhang |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2024 | Semantic-Integrated Online Audit Log Reduction for Efficient Forensic Analysis
Wenhao Liao, Haiyan Wang 0009, Zhaoquan Gu, Jianye Yang 0001 |
ADMA (6) | 4 |
| 2024 | CDGM: Controllable Dataset Generation Method for Cybersecurity
Yushun Xie, Haiyan Wang 0009, Runnan Tan, Zhaoquan Gu |
ADMA (6) | 5 |
| 2024 | Reinforced Negative Sampling for Knowledge Graph Embedding
Yushun Xie, Haiyan Wang 0009, Le Wang 0008, Jianxin Li 0001, Zhaoquan Gu |
DASFAA (4) | 6 |
| 2024 | SuperDelta: Multiple Referenced Base Chunks Scheme for Fine-grained Deduplication Backup Storage SystemabstractDeduplication-based techniques are popular in backup storage systems for reducing data volume. To maximize data reduction, existing fine-grained deduplication approaches not only eliminate duplicate chunks but also delta-compress non-duplicate chunks as delta relative to their similar (base) chunks. However, each chunk may have multiple similar chunks, and delta compression usually only selects one of them as the base chunk, i.e., a one-to-one scheme. This scheme benefits the restore performance because it needs to read only one (instead of multiple) base chunk in decompressing delta chunks, while it also wastes the potential compressibility among other similar chunks.In this paper, we propose SuperDelta to further exploit compressibility across multiple similar chunks and to preserve the restore performance advantage of the one-to-one scheme as much as possible. It is based on three techniques. (1) To further eliminate redundancy among similar chunks, SuperDelta applies a "Multiple Referenced Base Chunks" (MRBC) scheme instead of the one-to-one scheme. It combines several similar pairs of chunks in delta encoding to recover possibly lost compressibility in "boundary shift" problems. (2) To avoid the negative side effects of MRBC on restore performance, SuperDelta introduces a rebase scheme to rebuild simple reference paths among duplicate and similar chunks. It significantly simplifies the restore workflow, but also costs slightly more storage space because of impacting the workflow of redundancy detection. (3) To compensate for the additional storage cost, SuperDelta applies a space-recycle scheme to remove derived data when they become old while ensuring the optimized restore performance of the latest backups.Experiments on four real-world backup datasets show that SuperDelta increases the overall compression ratio by 1.05~2.40 times than the traditional one-to-one fine-grained deduplication without significantly affecting the backup and restore throughput. Haoliang Tan, Xiangyu Zou, Binzhaoshuo Wan, Zhaoquan Gu, Wen Xia |
DCC | 4 |
| 2024 | TC-Match: Fast Time-constrained Continuous Subgraph MatchingabstractContinuously monitoring structural patterns in streaming graphs is a critical task in many real-time graph-based applications. In this paper, we study the problem of time-constrained continuous subgraph matching (shorted as TCSM) over streaming graphs. Given a query graph Q with timing order constraint and a data graph stream G , TCSM aims to report all incremental matches of Q in G for each update of G , where a match should obey both structure constraint (i.e., isomorphism) and timing order constraint of Q. Although TCSM has a wide range of applications, such as cyber-attack detection and credit card fraud detection, we note that this problem has not been well addressed. The state-of-the-art bears the limitations of high index space cost and intermediate result maintenance cost. In this paper, we propose TC-Match, an effective approach to TCSM. First, we design a space and time cost-effective index CSS, which is essentially a k -partite graph structure where a node corresponds to an edge in G. By carefully creating links between nodes, we can encapsulate into CSS the partial embedding and timing order information between edges in G. We theoretically show that CSS has polynomial space and construction time complexities. Second, based on the property of CSS, we develop an efficient incremental matching algorithm with an effective node merging optimization. Extensive experiments show that TC-Match can achieve up to 3 orders of magnitude query performance improvement over the baseline methods, and meanwhile the memory consumption is reduced by 48.7%-86.7%. Jianye Yang 0001, Zhaoquan Gu, Ziyi Ma, Xuemin Lin 0001, Zhihong Tian 0001 |
Proc. VLDB Endow. | 3 |
| 2024 | Efficient Maximal Biclique Enumeration on Large Signed Bipartite GraphsabstractIn this paper, we study the problem of maximal biclique enumeration on large signed bipartite graphs. Given a signed bipartite graph$G=(U,V,E,s)$, a parameter$\theta \in [0.5, 1.0]$, our goal is to efficiently enumerate all maximal$\theta$-bicliques in$G$, where a maximal$\theta$-biclique$B(L,R)$is a complete subgraph of$G$with (1) the proportion of positive neighbors for each vertex in$B$is at least$\theta$, and (2)$B$is not contained in another biclique$B^{\prime }$, while$B^{\prime }$also satisfies (1). This problem has many applications, such as biclustering for genes, recommendation of similar groups, collaboration in communities, etc. However, it is computationally challenging due to its #P-completeness. Besides, we prove that even determining the maximality of a$\theta$-biclique is NP-hard. To the best of our knowledge, there is no efficient and scalable solution to this problem in the literature. In this paper, we first propose a branch-and-bound framework, namely${\sf MSiBE}$, which enumerates all maximal$\theta$-bicliques in a depth-first manner. Then, we develop three effective optimizations to improve the performance of${\sf MSiBE}$. (1) The local information of each search space is utilized to enhance the pruning capacity. (2) When expanding the partial biclique, we always focus on the side with fewer candidates first, by which fruitless search branches can be skipped early. (3) We implement${\sf MSiBE}$with efficient array reordering techniques and set intersection strategy. To further accelerate the computation, we introduce useful graph reduction techniques. Comprehensive performance studies on 10 real datasets demonstrate that our proposals can significantly outperform the baseline methods by up to 3 orders of magnitude. Jianye Yang 0001, Zhaoquan Gu, Dian Ouyang, Zhihong Tian 0001, Xuemin Lin 0001 |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2023 | Enhancing Adversarial Robustness via Anomaly-aware Adversarial Training
Keke Tang, Tianrui Lou, Yawen Shi, Peican Zhu, Zhaoquan Gu |
KSEM (1) | 6 |
| 2023 | Masking and purifying inputs for blocking textual adversarial attacks
Zhaoquan Gu, Le Wang 0008, Yushun Xie, Jianxin Li 0001 |
Inf. Sci. | 2 |
| 2017 | Boosting Moving Average Reversion Strategy for Online Portfolio Selection: A Meta-learning Approach
Xiao Lin 0002, Min Zhang 0006, Yongfeng Zhang 0003, Zhaoquan Gu, Yiqun Liu 0001, Shaoping Ma |
DASFAA (2) | 4 |
| 2017 | Fairness-Aware Group Recommendation with Pareto-EfficiencyabstractGroup recommendation has attracted significant research efforts for its importance in benefiting a group of users. This paper investigates the Group Recommendation problem from a novel aspect, which tries to maximize the satisfaction of each group member while minimizing the unfairness between them. In this work, we present several semantics of the individual utility and propose two concepts of social welfare and fairness for modeling the overall utilities and the balance between group members. We formulate the problem as a multiple objective optimization problem and show that it is NP-Hard in different semantics. Given the multiple-objective nature of fairness-aware group recommendation problem, we provide an optimization framework for fairness-aware group recommendation from the perspective of Pareto Efficiency. We conduct extensive experiments on real-world datasets and evaluate our algorithm in terms of standard accuracy metrics. The results indicate that our algorithm achieves superior performances and considering fairness in group recommendation can enhance the recommendation accuracy. Xiao Lin 0002, Min Zhang 0006, Yongfeng Zhang 0003, Zhaoquan Gu, Yiqun Liu 0001, Shaoping Ma |
RecSys | 4 |
| 2017 | How Does Fairness Matter in Group Recommendation
Xiao Lin 0002, Zhaoquan Gu |
WISE (2) | 2 |
| 2017 | Modeling Implicit Communities in Recommender Systems
Xiao Lin 0002, Zhaoquan Gu |
WISE (2) | 2 |
| 2017 | Coordinating Disagreement and Satisfaction in Group Formation for Recommendation
Xiao Lin 0002, Zhaoquan Gu |
WISE (2) | 2 |