EDBT 2026 Demo / reviewers in the wild / expert
Yongcai Wang
dblp:04/2124
· DBLP profile ↗
13ranked-venue papers in the field
0as first author
11since 2021 · last 2026
0000-0002-4197-2258ORCID · corroborated
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 4Data Mining & Knowledge Discovery · 3Information Retrieval & Web Search · 2Knowledge Engineering, Semantic Web & Information Systems · 2Other / Interdisciplinary · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Discovering Antagonistic Near-Balanced Dense Subgraphs in Signed NetworksabstractDetecting antagonistic near-balanced dense subgraphs is a crucial problem for community search and conflict detection in graph and network analysis, which has wide applications in social media analysis, business, geopolitics etc. To tackle the absence of a unified definition of antagonistic situation, we propose theantagonismmeasure, which quantifies the quality of subgraphs by three dimensions: polarity, internal cohesion, and external antagonistic normalized density. Inspired by the contribution of small antagonistic balanced patterns to antagonism and balance, this paper introduces an efficient algorithmic framework to mine locally specific pattern densest subgraph structure to find subgraphs with high antagonism. We in particular jointly consider$hx$-pattern compact number and L$hx$PDS and design a new Iterative Propose-Prune-and-Verify pipeline in signed graphs (IPPV-s) for top-$k$L$hx$PDS detection. The key contributions are: (1) The antagonism measure is defined, bridging the gap between structural density and balance theory. (2) An efficient algorithmic pipeline that combines convex optimization with maximum flow verification is proposed, which enables scalable and efficient antagonistic near-balanced dense subgraph discovery. (3) Extensive experiments on real signed network datasets show the effectiveness of our approach in uncovering meaningful subgraphs that capture both cooperative and conflicting dynamics. Xiaojia Xu, Xiaowei Lv, Yongcai Wang, Deying Li 0001 |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2025 | QUEST: QUasi-clique Enhanced Structure-aware Transformation for Low-overlap Point Cloud Registration
Yance Fang, Hualong Cao, Yongcai Wang, Deying Li 0001 |
ICMR | 3 |
| 2025 | Coreness Maximization through Budget-Limited Edge InsertionabstractThe Budget Limited Coreness Maximization (BLCM) problem aims to enhance average user engagement by activating a limited number of connections, i.e., inserting up to b edges to maximize the coreness gain of all vertices in a graph. Due to the cascading feature, we prove the BLCM is NP-hard, APX-hard, and not submodular, meaning greedy sequential edge insertion fails to deliver satisfactory results. As a result, solving BLCM requires combinatorial edge insertion and must face the combinatorial exploration difficulty. This paper proposes the first effective and polynomial-time approach to BLCM. It embeds local combinatorial optimization into global greedy search to boost the benefits of combinatorial optimization while restricting its complexity. Specifically, we propose efficient methods to evaluate the cascaded coreness improvements of two local combinatorial strategies, i.e., when a leader or a group of nodes increase their coreness values via local edge insertion. Note that the key difficulty lies in evaluating the cascading effects. Based on these, we propose three efficient combinatorial edge insertion strategies: (1) Leader-Centric Greedy Insertion (LCGI), (2) Group-Centric Greedy Insertion (GCGI), and (3) a Leader-Group Balance (LGB) insertion. LCGI greedily finds the most influential leader that can produce the highest coreness gain together with its followers. GCGI finds the most influential group that can promote the most coreness gain. LGB combines the two strategies to select edge combinations adaptively. We prove the low complexity of LCGI, GCGI and LGB. Experiments conducted on 13 real-world datasets highlight their practical utility and superiority over existing approaches. Xiaowei Lv, Xiaojia Xu, Yongcai Wang, Deying Li 0001 |
WWW | 3 |
| 2025 | Collaborative 3D object detection by smart vehicles considering semantic information and agent heterogeneity
Yongcai Wang, Deying Li 0001, Yunjun Han, Lei Wang 0001 |
Adv. Eng. Informatics | 2 |
| 2025 | Fairness-constrained multigroup influence maximization
Zizhen Zhang, Deying Li 0001, Yongcai Wang, Wenping Chen, Yuqing Zhu 0002 |
Knowl. Inf. Syst. | 3 |
| 2024 | Bottom-up k-Vertex Connected Component Enumeration by Multiple ExpansionabstractBottom-up k-vertex connected component (k- VCC) enumeration methods, referred to as VCCE-BU, have exhib-ited better efficiency compared to the exact top-down k- VCC enumeration method (VCCE-TD). However, VCCE-BU has been found to have surprisingly low detection accuracy, that it may detect fewer k- VCC vertices than VCCE-TD. This raises the question of what causes VCCE-BU to have a low k-VCC enumeration quality. This paper investigates the reason and proposes that the local expansion should be reformulated as a Multiple vertex collaborative Expansion problem instead of the traditional Unitary Expansion (UE). A Multiple Expansion (ME) approach, which allows to expand multiple neighboring vertices jointly and collaboratively is proposed, which is proven exact in local expansion. However, the exact ME-based local expansion needs to explore large neighborhoods in each step, which is time-consuming. To address the efficiency issue, a Ring-based Multiple Expansion (RME) is proposed to conduct ME within one-hop neighbors. A maximum flow-based merging algorithm FBM is proposed for effective merging. A maximal clique and breath-first-search-based quick seeding algorithm QkVCS is proposed to generate k-VCC seeds efficiently. As a result, RIPPLE which integrates QkVCS+FBM+RME is presented as a new accurate and efficient bottom-up approach. Extensive verifications in real large-scale graph datasets demonstrate that even the single-thread RIPPLE is much more accurate and a magnitude faster than the state-of-the-art VCCE-BU method. We also demonstrate the effective speeding up to run RIPPLE in parallel. Yongcai Wang, Xiaojia Xu, Deying Li 0001 |
ICDE | 2 |
| 2024 | An Efficient and Exact Algorithm for Locally h-Clique Densest Subgraph DiscoveryabstractDetecting locally, non-overlapping, near-clique densest subgraphs is a crucial problem for community search in social networks. As a vertex may be involved in multiple overlapped local cliques, detecting locally densest sub-structures considering h -clique density, i.e., locally h-clique densest subgraph (LhCDS) attracts great interests. This paper investigates the L h CDS detection problem and proposes an efficient and exact algorithm to list the top- k non-overlapping, locally h -clique dense, and compact subgraphs. We in particular jointly consider h -clique compact number and L h CDS and design a new ''Iterative Propose-Prune-and-Verify'' pipeline (IPPV) for top- k L h CDS detection. (1) In the proposal part, we derive initial bounds for h -clique compact numbers; prove the validity, and extend a convex programming method to tighten the bounds for proposing L h CDS candidates without missing any. (2) Then a tentative graph decomposition method is proposed to solve the challenging case where a clique spans multiple subgraphs in graph decomposition. (3) To deal with the verification difficulty, both a basic and a fast verification method are proposed, where the fast method constructs a smaller-scale flow network to improve efficiency while preserving the verification correctness. The verified L h CDSes are returned, while the candidates that remained unsure reenter the IPPV pipeline. (4) We further extend the proposed methods to locally more general pattern densest subgraph detection problems. We prove the exactness and low complexity of the proposed algorithm. Extensive experiments on real datasets show the effectiveness and high efficiency of IPPV. Codes are available at: https://github.com/Elssky/IPPV Xiaojia Xu, Xiaowei Lv, Yongcai Wang, Deying Li 0001 |
Proc. ACM Manag. Data | 4 |
| 2023 | An object detection algorithm combining semantic and geometric information of the 3D point cloud
Yongcai Wang, Peng Wang 0106 |
Adv. Eng. Informatics | 2 |
| 2023 | Maximizing the influence with κ-grouping constraint
Guoyao Rao, Deying Li 0001, Yongcai Wang, Wenping Chen, Chunlai Zhou, Yuqing Zhu 0002 |
Inf. Sci. | 3 |
| 2023 | Online conflict resolution: Algorithm design and analysis
Guoyao Rao, Deying Li 0001, Yongcai Wang, Wenping Chen, Chunlai Zhou, Yuqing Zhu 0002 |
Inf. Sci. | 3 |
| 2021 | A Stochastic Algorithm Based on Reverse Sampling Technique to Fight Against the CyberbullyingabstractCyberbullying has caused serious consequences especially for social network users in recent years. However, the challenge is how to fight against the cyberbullying effectively from the algorithmic perspective. In this article, we study the fighting against the cyberbullying problem, i.e., identify an initial witness set with a budget to spread the positive influence to protect the users in a specific target set such that the number of cybervictim users in the target set being activated by the seed set of cyberbullying is minimized. We first formulate this problem and show its NP-hardness. We further prove that the objective function is submodular with respect to the size of witnesses set when we convert the original problem into the maximal version. Then we propose a stochastic approach to solve this maximal version problem based on the Reverse Sampling Technique with a constant factor guarantee. In addition, we provide theoretical analysis and discuss the relationship between the optimal value and the value returned by the proposed algorithm. To evaluate the proposed approach, we implement extensive experiments on synthetic and real datasets. The experimental results show our approach is superior to the comparison methods. Ruidong Yan, Yi Li 0030, Deying Li 0001, Yongcai Wang, Yuqing Zhu 0002, Weili Wu 0001 |
ACM Trans. Knowl. Discov. Data | 4 |
| 2019 | Rumor Blocking through Online Link Deletion on Social NetworksabstractIn recent years, social networks have become important platforms for people to disseminate information. However, we need to take effective measures such as blocking a set of links to control the negative rumors spreading over the network. In this article, we propose a Rumor Spread Minimization (RSM) problem, i.e., we remove an edge set from network such that the rumor spread is minimized. We first prove the objective function of RSM problem is not submodular. Then, we propose both submodular lower-bound and upper-bound of the objective function. Next, we develop a heuristic algorithm to approximate the objective function. Furthermore, we reformulate our objective function as the DS function (the Difference of Submodular functions). Finally, we conduct experiments on real-world datasets to evaluate our proposed method. The experiment results show that the upper and lower bounds are very close, which indicates the good quality of them. And, the proposed method outperforms the comparison methods. Ruidong Yan, Yi Li 0030, Weili Wu 0001, Deying Li 0001, Yongcai Wang |
ACM Trans. Knowl. Discov. Data | 5 |
| 2016 | Joint User Attributes and Item Category in Factor Models for Rating Prediction
Yuqing Zhu 0002, Deying Li 0001, Wenping Chen, Yongcai Wang |
DASFAA (1) | 5 |