EDBT 2026 Demo / reviewers in the wild / expert
Hongyan Li 0002
dblp:62/5909-2
· DBLP profile ↗
37ranked-venue papers in the field
2as first author
10since 2021 · last 2026
0000-0001-7174-2851ORCID · conflict
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 12 (2 first)Data Mining & Knowledge Discovery · 12Information Retrieval & Web Search · 10Knowledge Engineering, Semantic Web & Information Systems · 3
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | From Knowledge to Causality: Self-supervised Representation Learning for Granger Causal Discovery in Groups of Time Series
Bo Liu 0113, Di Dai, Hongyan Li 0002, Shenda Hong |
DASFAA (4) | 3 |
| 2026 | LLM-GC: Advancing Granger Causal Discovery from Time Series with Multimodel Language ModelingabstractRecent advances in neural Granger causal methods have shown promise in modeling temporal nonlinear dependencies. However, existing approaches remain confined to raw time-series data, inherently lacking contextual semantics and tending to overfit, which undermines their real-world applicability. To address these challenges, we propose LLM-GC, a novel LLM-empowered multimodal Granger causality discovery framework that enriches unimodal temporal dynamics with semantic priors and world knowledge distilled from large language models (LLMs). LLM-GC leverages dual-modality encoding to capture and align temporal and contextual dynamics by Cross-Modal Dual Retrieval while avoiding causal entanglement across modalities. To extract multimodal causal features, we introduce a causality-aware self-attention mechanism by simply inverting the conventional self-attention structure, enabling a shared causality augmenter to effectively highlight consistent causal patterns across modalities. LLM-GC is the first to bridge LLMs and Granger causality, and experiments on synthetic and real-world benchmark datasets demonstrate that LLM-GC outperforms existing state-of-the-art methods in Granger causal discovery. Bo Liu 0113, Hongyan Li 0002, Shenda Hong |
WSDM | 2 |
| 2025 | DiffuGC: Diffusion Model Can Help Discover Granger Causality from Interventional Time SeriesabstractDiscovering Granger causality from time series data is fundamental to understanding dynamic systems, yet most existing methods struggle with unknown intervention targets or causal structures in real-world scenarios. In this paper, we propose DiffuGC, a novel diffusion-based framework that unifies observational and interventional causal discovery through a generative denoising process. By introducing diffusive interventions, which apply progressive interventions without any prior knowledge, DiffuGC amplifies causal signals while preserving structural information. Furthermore, we introduce a denoising NoiFormer with adaptive attention to both short- and long-term causal dependencies, which disentangles trend and seasonal components to enable accurate reconstruction of causal structures from interventional data. To the best of our knowledge, we are the first to integrate diffusion models with interventional Granger causal discovery. Extensive experiments on synthetic, quasi-real, and real-world benchmarks demonstrate that DiffuGC consistently outperforms state-of-the-art baselines in both observational and interventional data. Moreover, we introduce an intriguing notion, Causality Acceleration, characterized by the early emergence of informative causal patterns within the diffusion path, which may open up promising directions for future research on efficient and adaptive causal discovery. Bo Liu 0113, Hongyan Li 0002, Shenda Hong |
ICDM | 2 |
| 2024 | Synthesis of Standard 12-Lead ECG from Single-Lead ECG Using Shifted Diffusion Models
Hongyan Li 0002, Shenda Hong |
ECML/PKDD (9) | 2 |
| 2022 | Deep Ordinal Neural Network for Length of Stay Estimation in the Intensive Care UnitsabstractLength of Stay (LoS) estimation is important for efficient healthcare resource management. Since the distribution of LoS is highly skewed, some previous works frame the LoS estimation as a multi-class classification problem by dividing the range of LoS into buckets. However, they ignore the ordinal relationship between labels. The distribution of bucketed LoS, with a heavy head and a heavy tail, is still imbalanced since the long tail is grouped into the last bucket. This paper proposes a Deep Ordinal neural network for Length of stay Estimation in the intensive care units (DOSE). DOSE can exploit the ordinal relationship and mitigate the skewness. The ordinal classification problem is decomposed into a series of binary classification sub-problems by using multiple binary classifiers. To maintain consistency among binary classifiers, the monotonicity constraint penalty is proposed. The number of samples whose labels are higher or lower than a given threshold is at the same level due to the heavy head and tail of the distribution. Therefore, the training data of each binary classifier are balanced. Experiments are conducted on the real-world healthcare dataset. DOSE outperforms all baseline methods in all metrics. The distribution of the prediction of DOSE is more aligned with the ground truth. Derun Cai, Moxian Song, Baofeng Zhang, Shenda Hong, Hongyan Li 0002 |
CIKM | 6 |
| 2022 | Confidence-Guided Learning Process for Continuous Classification of Time SeriesabstractIn the real world, the class of a time series is usually labeled at the final time, but many applications require to classify time series at every time point. e.g. the outcome of a critical patient is only determined at the end, but he should be diagnosed at all times for timely treatment. Thus, we propose a new concept: Continuous Classification of Time Series (CCTS). It requires the model to learn data in different time stages. But the time series evolves dynamically, leading to different data distributions. When a model learns multi-distribution, it always forgets or overfits. We suggest that meaningful learning scheduling is potential due to an interesting observation: Measured by confidence, the process of model learning multiple distributions is similar to the process of human learning multiple knowledge. Thus, we propose a novel Confidence-guided method for CCTS (C3TS). It can imitate the alternating human confidence described by the Dunning-Kruger Effect. We define the objective-confidence to arrange data, and the self-confidence to control the learning duration. Experiments on four real-world datasets show that C3TS is more accurate than all baselines for CCTS. Moxian Song, Derun Cai, Baofeng Zhang, Shenda Hong, Hongyan Li 0002 |
CIKM | 6 |
| 2022 | Hypergraph Contrastive Learning for Electronic Health RecordsabstractElectronic Health Records (EHR) is the repository of patients' involved medical codes in the hospital, including diagnosis codes, medication codes, procedure codes, lab codes, and so on. EHR inherently contains various kinds of relationships such as the code-code, the patient-patient, and the patient-code relationship. Recent research shows that graph representation learning can be an effective tool for capturing complex relationships. However, none of the existing methods considered high-order interactions between patients and medical codes or considered the three relationships together. In this paper, we propose Hypergraph Contrastive Learning (HCL), to jointly learn patient embeddings and code embeddings from the combination of the above three relationships. HCL first constructs a hypergraph from the EHR data. Then, the medical code graph and the patient graph are constructed based on the hypergraph. Empowered with hypergraph attention network, Transformer, and graph attention network, HCL learns representations from three graphs respectively. Next, contrastive learning is applied to aggregate information from these graphs. Finally, the learned representations can support downstream tasks in supervised learning settings and self-supervised learning settings. Experiments are conducted on eICU and MIMIC-III datasets with mortality prediction and readmission prediction tasks. Results show that our method outperforms almost all compared methods on all evaluation metrics and HCL can learn patient representations from medical codes even without labeled data. Derun Cai, Moxian Song, Baofeng Zhang, Shenda Hong, Hongyan Li 0002 |
SDM | 6 |
| 2022 | GRP-FED: Addressing Client Imbalance in Federated Learning via Global-Regularized PersonalizationabstractSince data is presented long-tailed in reality, it is challenging for Federated Learning (FL) to train across decentralized clients as practical applications. We present Global-Regularized Personalization (GRP-FED) to tackle the data imbalanced issue by considering a single global model and multiple local models for each client. With adaptive aggregation, the global model treats multiple clients fairly and mitigates the global long-tailed issue. Each local model is learned from the local data and aligns with its distribution for customization. To prevent the local model from just overfitting, GRP-FED applies an adversarial discriminator to regularize between the learned global-local features. Extensive results show that our GRP-FED improves under both global and local scenarios on real-world MIT-BIH and synthesis CIFAR-10 datasets, achieving comparable performance and addressing client imbalance. Yen-hsiu Chou, Shenda Hong, Derun Cai, Moxian Song, Hongyan Li 0002 |
SDM | 6 |
| 2022 | Dlsa: Semi-supervised partial label learning via dependence-maximized label set assignment
Moxian Song, Hongyan Li 0002, Derun Cai, Shenda Hong |
Inf. Sci. | 2 |
| 2022 | Classifying vaguely labeled data based on evidential fusion
Moxian Song, Derun Cai, Shenda Hong, Hongyan Li 0002 |
Inf. Sci. | 5 |
| 2020 | Semantics-aware influence maximization in social networks
Yipeng Chen, Qiang Qu 0001, Yuanxiang Ying, Hongyan Li 0002, Jialie Shen 0001 |
Inf. Sci. | 4 |
| 2017 | Assessing Death Risk of Patients with Cardiovascular Disease from Long-Term Electrocardiogram Streams Summarization
Shenda Hong, Hongyan Li 0002 |
PAKDD (1) | 4 |
| 2016 | FVBM: A Filter-Verification-Based Method for Finding Top-k Closeness Centrality on Dynamic Social Networks
Yiyong Lin 0003, Yuanxiang Ying, Shenda Hong, Hongyan Li 0002 |
APWeb (2) | 5 |
| 2016 | Real-Time Anomaly Detection over ECG Data Stream Based on Component Spectrum
Shenda Hong, Hongyan Li 0002 |
APWeb (2) | 4 |
| 2016 | Online Learning for Accurate Real-Time Map Matching
Biwei Liang, Tengjiao Wang 0003, Shun Li 0001, Wei Chen 0021, Hongyan Li 0002, Kai Lei |
PAKDD (2) | 5 |
| 2016 | Inferring Social Roles of Mobile Users Based on Communication Behaviors
Yipeng Chen, Hongyan Li 0002, Gaoshan Miao |
WAIM (1) | 2 |
| 2016 | Detecting Data-model-oriented Anomalies in Parallel Business Process
Ning Yin, Hongyan Li 0002, Lilue Fan |
WAIM (2) | 3 |
| 2015 | An Adaptive Skew Handling Join Algorithm for Large-scale Data Analysis
Tengjiao Wang 0003, Shun Li 0001, Hongyan Li 0002, Kai Lei |
WAIM | 5 |
| 2014 | A Segment-Wise Method for Pseudo Periodic Time Series Prediction
Ning Yin, Shenda Hong, Hongyan Li 0002 |
ADMA | 4 |
| 2014 | An Adaptive Skew Insensitive Join Algorithm for Large Scale Data Analytics
Wenjing Liao, Tengjiao Wang 0003, Hongyan Li 0002, Dongqing Yang, Kai Lei |
APWeb | 3 |
| 2014 | BF-Matrix: A Secondary Index for the Cloud Storage
Hongyan Li 0002, Yue Wang 0014, Tengjiao Wang 0003, Dongqing Yang |
WAIM | 2 |
| 2014 | Finding Vacant Taxis Using Large Scale GPS Traces
Hongyan Li 0002, Shenda Hong, Yiyong Lin 0003, Nana Fan, Gaoyan Ou, Tengjiao Wang 0003, Lilue Fan |
WAIM | 2 |
| 2013 | Logistic Regression Bias Correction for Large Scale Data with Rare Events
Hongyan Li 0002, Hanchen Su, Gaoyan Ou, Tengjiao Wang 0003 |
ADMA (2) | 2 |
| 2012 | PCG: An Efficient Method for Composite Pattern Matching over Data Streams
Cheng Ju, Hongyan Li 0002, Feifei Li 0003 |
ADMA | 2 |
| 2012 | VS-Cube: Analyzing Variations of Multi-dimensional Patterns over Data Streams
Hongyan Li 0002, Feifei Li 0003, Gaoshan Miao |
ADMA | 2 |
| 2011 | Efficient Topological OLAP on Information Networks
Qiang Qu 0001, Feida Zhu 0001, Xifeng Yan, Jiawei Han 0001, Philip S. Yu, Hongyan Li 0002 |
DASFAA (1) | 6 |
| 2010 | A General Multi-relational Classification Approach Using Feature Generation and Selection
Miao Zou, Tengjiao Wang 0003, Hongyan Li 0002, Dongqing Yang |
ADMA (2) | 3 |
| 2010 | A Heuristic Method for Unstructured Pattern Management over Data StreamsabstractPattern management is an important task in data stream mining and has attracted increasing attention recently. Variations of data stream patterns typically imply some fundamental changes of underlying objects and possess significant domain meanings. Many database applications require investigating the history information to get the knowledge about the evolving process of data streams. However, in most circumstances, the data stream patterns are unstructured: limited memory space cannot record all the patterns discovered online, no training sets or predefined models are available, and large numbers of noises bring another non-trivial challenge. This paper presents our research effort in online pattern management over such streams. A novel algorithm is proposed to detect stream changes, organize meaningful patterns and distinguish useful variations from noises. It extracts new trends from unstructured data heuristically, and involves a special parameter to identify whether the current event should be treated as significant. Several experiments are performed and the results prove this new method feasible and efficient. Gaoshan Miao, Hongyan Li 0002, Tengjiao Wang 0003 |
APWeb | 2 |
| 2008 | PEDS-VM: A Variation Management Prototype for Pattern Evolving Data StreamsabstractWidely applied in many domains, data stream processing has attracted more and more attention in database and sensor network communities. In this demo, we present our system PEDS-VM, a real-time surveillance system for managing pattern variation over evolving medical streams. PEDS-VM utilizes an effective strategy and a state-based window framework to extract the evolving patterns. After extraction, PEDS-VM uses a novel storage structure called PGG to efficiently record these incremental patterns. Moreover, several important application scenarios of PEDS-VM are also discussed in this demonstration. Xinbiao Zhou, Gaoshan Miao, Hongyan Li 0002, Lv-an Tang |
WAIM | 3 |
| 2007 | Effective variation management for pseudo periodical streamsabstractMany database applications require the analysis and processing of data streams. In such systems, huge amounts of data arrive rapidly and their values change over time. The variations on streams typically imply some fundamental changes of the underlying objects and possess significant domain meanings. In some data streams, successive events seem to recur in a certain time interval, but the data indeed evolves with tiny differences as time elapses. This feature is called pseudo periodicity, which poses a non-trivial challenge to variation management in data streams. This paper presents our research effort in online variation management over such streams, and the idea can be applied to the problem domain of medical applications, such as patient vital signal monitoring. We propose a new method named Pattern Growth Graph (PGG) to detect and manage variations over pseudo periodical streams. PGG adopts the wave-pattern to capture the major information of data evolution and represent them compactly. With the help of wave-pattern matching algorithm, PGG detects the stream variations in a single pass over the stream data. PGG only stores the different segments of the pattern for incoming stream, and hence it can substantially compress the data without losing important information. The statistical information of PGG helps to distinguish meaningful data changes from noise and to reconstruct the stream with acceptable accuracy. Extensive experiments on real datasets containing millions of data items demonstrate the feasibility and effectiveness of the proposed scheme. Lv-an Tang, Bin Cui 0001, Hongyan Li 0002, Gaoshan Miao, Dongqing Yang, Xinbiao Zhou |
SIGMOD Conference | 3 |
| 2006 | DSEC: A Data Stream Engine Based Clinical Information System
Hongyan Li 0002, Zijing Hu, Jianlong Gao, Shiwei Tang, Xinbiao Zhou |
APWeb | 2 |
| 2006 | WISE: A Prototype for Ontology Driven Development of Web Information Systems
Lv-an Tang, Hongyan Li 0002, Baojun Qiu, Meimei Li, Dongqing Yang, Shiwei Tang |
APWeb | 2 |
| 2006 | DOPA: A Data-Driven and Ontology-Based Method for Ad Hoc Process Awareness in Web Information Systems
Meimei Li, Hongyan Li 0002, Lv-an Tang, Baojun Qiu |
WISE | 2 |
| 2005 | PODWIS: A Personalized Tool for Ontology Development in Domain Specific Web Information System
Lv-an Tang, Hongyan Li 0002, Zhiyong Pan, Shaohua Tan, Baojun Qiu, Shiwei Tang |
APWeb | 2 |
| 2005 | Understanding User Operations on Web Page in WISE
Hongyan Li 0002, Ming Xue, Shiwei Tang, Dongqing Yang |
WAIM | 1 |
| 2005 | An Ontology Based Approach to Construct Behaviors in Web Information Systems
Lv-an Tang, Hongyan Li 0002, Zhiyong Pan, Dongqing Yang, Meimei Li, Shiwei Tang, Ying Ying |
WAIM | 2 |
| 2001 | An XML Based Electronic Medical Record Integration System
Hongyan Li 0002, Shiwei Tang, Dongqing Yang |
WAIM | 1 |