EDBT 2026 Demo / reviewers in the wild / expert
Lan Du 0002
dblp:98/1504-2
· DBLP profile ↗
21ranked-venue papers in the field
3as first author
8since 2021 · last 2025
0000-0002-9925-0223ORCID · conflict
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 15 (3 first)Information Retrieval & Web Search · 4Knowledge Engineering, Semantic Web & Information Systems · 1Other / Interdisciplinary · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | MoleNovo: A Casanovo-Based De Novo Molecular Generation Framework
Haifeng Zhao 0002, Guohao Zong, Shunxiang Gao, Lan Du 0002 |
ADMA (3) | 6 |
| 2025 | Leveraging Deep AUC Maximisation for Enhanced Active Learning in Named Entity Recognition
Dan Nguyen, Wray L. Buntine, Haifeng Zhao 0002, Lan Du 0002 |
ADMA (2) | 6 |
| 2023 | Low-Resource Named Entity Recognition: Can One-vs-All AUC Maximization Help?abstractNamed entity recognition (NER), a task that identifies and categorizes named entities such as persons or organizations from text, is traditionally framed as a multi-class classification problem. However, this approach often overlooks the issues of imbalanced label distributions, particularly in low-resource settings, which is common in certain NER contexts, like biomedical NER (bioNER). To address these issues, we propose an innovative reformulation of the multi-class problem as a one-vs-all (OVA) learning problem and introduce a loss function based on the area under the receiver operating characteristic curve (AUC). To enhance the efficiency of our OVA-based approach, we propose two training strategies: one groups labels with similar linguistic characteristics, and another employs meta-learning. The superiority of our approach is confirmed by its performance, which surpasses traditional NER learning in varying NER settings. Ngoc Dang Nguyen, Lan Du 0002, Wray L. Buntine, Richard Beare, Changyou Chen |
ICDM | 3 |
| 2022 | Semi-supervised Continual Learning with Meta Self-trainingabstractContinual learning (CL) aims to enhance sequential learning by alleviating the forgetting of previously acquired knowledge. Recent advances in CL lack consideration of the real-world scenarios, where labeled data are scarce and unlabeled data are abundant. To narrow this gap, we focus on semi-supervised continual learning (SSCL). We exploit unlabeled data under limited supervision in the CL setting and demonstrate the feasibility of semi-supervised learning in CL. In this work, we propose a novel method, namely Meta-SSCL, which combines meta-learning with pseudo-labeling and data augmentations to learn a sequence of semi-supervised tasks without catastrophic forgetting. Extensive experiments on CL benchmark text classification datasets show that our method achieves promising results in SSCL. Stella Ho, Ming Liu 0028, Lan Du 0002, Longxiang Gao, Shang Gao 0003 |
CIKM | 3 |
| 2021 | Stratified Sampling for Extreme Multi-label Data
Maximillian Merrillees, Lan Du 0002 |
PAKDD (2) | 2 |
| 2021 | Variational auto-encoder based Bayesian Poisson tensor factorization for sparse and imbalanced count data
Ming Liu 0028, Ruohua Xu, Lan Du 0002, Longxiang Gao, Yong Xiang 0001 |
Data Min. Knowl. Discov. | 5 |
| 2021 | Class mean-weighted discriminative collaborative representation for classificationabstractRepresentation-based classification (RBC) has been attracting a great deal of attention in pattern recognition. As a typical extension to RBC, collaborative representation-based classification (CRC) has demonstrated its superior performance in various image classification tasks. Ideally, we expect that the learned class-specific representations for a testing sample are discriminative, and the representation computed for the true class dominates the final representation of the testing sample. Most existing CRC-based methods can learn pattern discrimination, but cannot differentiate the contribution of class-specific representations to the classification of each testing sample. It is challenging for a representation-based classifier to retain both properties. To address this challenge and further improve CRC's classification performance, we propose a novel CRC-based method, class mean-weighted discriminative collaborative representation-based classifier (CMW-DCRC). Its objective function penalises the standard l 2 -norm residuals with two discriminative regularisation terms. A decorrelating term makes the class-specific representations more discriminative, and a newly designed class mean-weighted term that promotes the training samples from individual classes to competitively reconstruct the testing sample while boosting the contribution of the true class. To further enhance the robustness of CRC, we extend CMW-DCRC by replacing the l2-norm coding residual with a l1-norm coding residual, and solve the optimisation problem with an iteratively reweighted least square algorithm. Extensive experimental results on nine image data sets have shown that our methods outperform the state-of-the-art RBC-based methods. Jianping Gou, Lan Du 0002, Shaoning Zeng, Yongzhao Zhan 0001, Zhang Yi 0001 |
Int. J. Intell. Syst. | 3 |
| 2021 | Learning Graph Neural Networks with Positive and Unlabeled NodesabstractGraph neural networks (GNNs) are important tools for transductive learning tasks, such as node classification in graphs, due to their expressive power in capturing complex interdependency between nodes. To enable GNN learning, existing works typically assume that labeled nodes, from two or multiple classes, are provided, so that a discriminative classifier can be learned from the labeled data. In reality, this assumption might be too restrictive for applications, as users may only provide labels of interest in a single class for a small number of nodes. In addition, most GNN models only aggregate information from short distances ( e.g. , 1-hop neighbors) in each round, and fail to capture long-distance relationship in graphs. In this article, we propose a novel GNN framework, long-short distance aggregation networks, to overcome these limitations. By generating multiple graphs at different distance levels, based on the adjacency matrix, we develop a long-short distance attention model to model these graphs. The direct neighbors are captured via a short-distance attention mechanism, and neighbors with long distance are captured by a long-distance attention mechanism. Two novel risk estimators are further employed to aggregate long-short-distance networks, for PU learning and the loss is back-propagated for model learning. Experimental results on real-world datasets demonstrate the effectiveness of our algorithm. Man Wu, Shirui Pan, Lan Du 0002, Xingquan Zhu 0001 |
ACM Trans. Knowl. Discov. Data | 3 |
| 2020 | SummPip: Unsupervised Multi-Document Summarization with Sentence Graph CompressionabstractObtaining training data for multi-document Summarization (MDS) is time consuming and resource-intensive, so recent neural models can only be trained for limited domains. In this paper, we propose SummPip: an unsupervised method for multi-document summarization, in which we convert the original documents to a sentence graph, taking both linguistic and deep representation into account, then apply spectral clustering to obtain multiple clusters of sentences, and finally compress each cluster to generate the final summary. Experiments on Multi-News and DUC-2004 datasets show that our method is competitive to previous unsupervised methods and is even comparable to the neural supervised approaches. In addition, human evaluation shows our system produces consistent and complete summaries compared to human written ones. Jinming Zhao, Ming Liu 0028, Longxiang Gao, Lan Du 0002, He Zhao 0001, He Zhang 0034, Gholamreza Haffari |
SIGIR | 5 |
| 2019 | Long-short Distance Aggregation Networks for Positive Unlabeled Graph LearningabstractGraph neural nets are emerging tools to represent network nodes for classification. However, existing approaches typically suffer from two limitations: (1) they only aggregate information from short distance (e.g., 1-hop neighbors) each round and fail to capturelong distance relationship in graphs; (2) they require users to label data from several classes to facilitate the learning of discriminative models; whereas in reality, users may only provide labels of a small number of nodes in a single class. To overcome these limitations, this paper presents a novel long-short distance aggregation networks (\textttLSDAN ) for positive unlabeled (PU) graph learning. Our theme is to generate multiple graphs at different distances based on the adjacency matrix, and further develop a long-short distance attention model for these graphs. The short-distance attention mechanism is used to capture the importance of neighbor nodes to a target node. The long-distance attention mechanism is used to capture the propagation of information within a localized area of each node and help model weights of different graphs for node representation learning. A non-negative risk estimator is further employed, to aggregate long- short-distance networks, for PU learning using back-propagated loss modeling. Experiments on real-world datasets validate the effectiveness of our approach. Man Wu, Shirui Pan, Lan Du 0002, Ivor W. Tsang, Xingquan Zhu 0001, Bo Du 0001 |
CIKM | 3 |
| 2019 | Leveraging external information in topic modelling
He Zhao 0001, Lan Du 0002, Wray L. Buntine, Gang Liu 0021 |
Knowl. Inf. Syst. | 2 |
| 2018 | Leveraging Label Category Relationships in Multi-class Crowdsourcing
Lan Du 0002, Ye Zhu 0002, Mark J. Carman |
PAKDD (2) | 2 |
| 2018 | Two-phase linear reconstruction measure-based classification for face recognition
Jianping Gou, Yong Xu 0001, David Zhang 0001, Qirong Mao, Lan Du 0002, Yongzhao Zhan 0001 |
Inf. Sci. | 5 |
| 2017 | MetaLDA: A Topic Model that Efficiently Incorporates Meta InformationabstractBesides the text content, documents and their associated words usually come with rich sets of meta information, such as categories of documents and semantic/syntactic features of words, like those encoded in word embeddings. Incorporating such meta information directly into the generative process of topic models can improve modelling accuracy and topic quality, especially in the case where the word-occurrence information in the training data is insufficient. In this paper, we present a topic model, called MetaLDA, which is able to leverage either document or word meta information, or both of them jointly. With two data argumentation techniques, we can derive an efficient Gibbs sampling algorithm, which benefits from the fully local conjugacy of the model. Moreover, the algorithm is favoured by the sparsity of the meta information. Extensive experiments on several real world datasets demonstrate that our model achieves comparable or improved performance in terms of both perplexity and topic quality, particularly in handling sparse texts. In addition, compared with other models using meta information, our model runs significantly faster. He Zhao 0001, Lan Du 0002, Wray L. Buntine, Gang Liu 0021 |
ICDM | 2 |
| 2017 | Semantic-aware Query Processing for Activity TrajectoriesabstractNowadays, users of social networks like tweets and weibo have generated massive geo-tagged records, and these records reveal their activities in the physical world together with spatio-temporal dynamics. Existing trajectory data management studies mainly focus on analyzing the spatio-temporal properties of trajectories, while leaving the understanding of their activities largely untouched. In this paper, we incorporate the semantic analysis of the activity information embedded in trajectories into query modelling and processing, with the aim of providing end users more accurate and meaningful trip recommendations. To this end, we propose a novel trajectory query that not only considers the spatio-temporal closeness but also, more importantly, leverages probabilistic topic modelling to capture the semantic relevance of the activities between data and query. To support efficient query processing, we design a novel hybrid index structure, namely ST-tree, to organize the trajectory points hierarchically, which enables us to prune the search space in spatial and topic dimensions simultaneously. The experimental results on real datasets demonstrate the efficiency and scalability of the proposed index structure and search algorithms. Jiajie Xu 0001, Kai Zheng 0001, Chengfei Liu, Lan Du 0002 |
WSDM | 5 |
| 2014 | Topic Models with Topic Ordering Regularities for Topic SegmentationabstractDocuments from the same domain usually discuss similar topics in a similar order. In this paper we present new ordering-based topic models that use generalised Mallows models to capture this regularity to constrain topic assignments. Specifically, these new models assume that there is a canonical topic ordering shared amongst documents from the same domain, and each document-specific topic ordering is allowed to vary from the canonical topic ordering. Instead of full orderings over a set of all possible topics covered by a domain, we make use of top-t orderings via a multistage ranking process. We show how to reformulate the new models so that a point-wise sampling algorithm from the Bayesian word segmentation literature can be used for posterior inference. Experimental results on several document collections with different properties show that our model performs much better than the other topic ordering-based models, and competitively with other state-of-the-art topic segmentation models. Lan Du 0002, John K. Pate, Mark Johnson 0001 |
ICDM | 1 |
| 2013 | Semantic Title Evaluation and Recommendation Based on Topic Models
Huidong Jin 0001, Lijiu Zhang, Lan Du 0002 |
PAKDD (2) | 3 |
| 2013 | Learning Social Relationship Strength via Matrix Co-Factorization with Multiple Kernels
Youliang Zhong, Lan Du 0002, Jian Yang 0001 |
WISE (1) | 2 |
| 2012 | Sequential latent Dirichlet allocation
Lan Du 0002, Wray L. Buntine, Huidong Jin 0001, Changyou Chen |
Knowl. Inf. Syst. | 1 |
| 2011 | Sampling Table Configurations for the Hierarchical Poisson-Dirichlet Process
Changyou Chen, Lan Du 0002, Wray L. Buntine |
ECML/PKDD (1) | 2 |
| 2010 | Sequential Latent Dirichlet Allocation: Discover Underlying Topic Structures within a DocumentabstractUnderstanding how topics within a document evolve over its structure is an interesting and important problem. In this paper, we address this problem by presenting a novel variant of Latent Dirichlet Allocation (LDA): Sequential LDA (SeqLDA). This variant directly considers the underlying sequential structure, i.e., a document consists of multiple segments (e.g., chapters, paragraphs), each of which is correlated to its previous and subsequent segments. In our model, a document and its segments are modelled as random mixtures of the same set of latent topics, each of which is a distribution over words; and the topic distribution of each segment depends on that of its previous segment, the one for first segment will depend on the document topic distribution. The progressive dependency is captured by using the nested two-parameter Poisson Dirichlet process (PDP). We develop an efficient collapsed Gibbs sampling algorithm to sample from the posterior of the PDP. Our experimental results on patent documents show that by taking into account the sequential structure within a document, our SeqLDA model has a higher fidelity over LDA in terms of perplexity (a standard measure of dictionary-based compressibility). The SeqLDA model also yields a nicer sequential topic structure than LDA, as we show in experiments on books such as Melville's "The Whale". Lan Du 0002, Wray L. Buntine, Huidong Jin 0001 |
ICDM | 1 |