VLDB 2026 Research / reviewers in the wild / expert
Yangyong Zhu
dblp:43/3858
· DBLP profile ↗
59ranked-venue papers in the field
0as first author
22since 2021 · last 2026
0000-0002-6258-0747ORCID · corroborated
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 19Data Mining & Knowledge Discovery · 18Information Retrieval & Web Search · 16Other / Interdisciplinary · 3Big Data, Cloud & Distributed Data Systems · 2Knowledge Engineering, Semantic Web & Information Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | SLFM: Semi-Supervised Local Community Detection Based on Hyperbolic Flow MatchingabstractCommunity detection is a longstanding topic in graph and Web algorithms, and semi-supervised local community detection, identifying the community to which the given user belongs, garners increasing research attention in recent years. While achieving encouraging results, existing solutions often encounter accumulated errors due to the weak supervision in the community expansion process, and are undermined by the initial seed sensitivity that a suboptimal or boundary seed node can easily misguide community generation. To fill these gaps, we propose a fresh generative perspective on hyperbolic space, which recasts this problem as the seed-conditioned sequence generation, and reformulates community generation as a continuous transport of probability distributions in the manifold measure space. In this paper, we present a novel Semi-supervised Local community detection framework based on hyperbolic Flow Matching (SLFM). Specifically, it leverages a geometric-aware Seed Selector that refines initial seeds with hyperbolic angular and radial priors, and a Hyperbolic Flow Transporter that learns a vector field to map a source distribution to a target community distribution, generating a robust set of anchors. Finally, a Community Expander is introduced to utilize these anchors as surrogate supervision to effectively recover the full community. Experimental results on four real-world datasets demonstrate that SLFM significantly outperforms existing methods in both local and global semi-supervised settings. Haixu Xiong, Li Sun 0008, Yun Xiong, Suyang Zhou, Hongrun Ren, Yangyong Zhu |
WWW | 6 |
| 2025 | Semantics-Aware Patch Encoding and Hierarchical Dependency Modeling for Long-Term Time Series ForecastingabstractTime series forecasting is a vital task with widespread applications.While recent advancements have adopted patching to enrich shortterm context, existing encoding methods often struggle to capture the diverse semantics within patches, resulting in semantic information loss and limited model performance.Moreover, most long-term dynamics modeling approaches rely on homogeneous architectures with fixed receptive fields, inevitably sacrificing either performance or efficiency.To address these challenges, we propose Mixture of Universals (MoU), a novel framework designed to prevent semantic loss during patch encoding and efficiently enhance long-term dynamics through a hybrid approach.Specifically, MoU is consist of two novel designs: Mixture of Feature Extractors (MoF) and Mixture of Architectures (MoA).MoF introduces a semantics-aware encoding mechanism that selectively activates the corresponding subextractor based on the semantic context of input patches, preserving diverse temporal patterns and mitigating information loss.MoA, on the other hand, hierarchically captures long-term dependency with progressively expanded receptive field, improving model performance while maintaining relatively low computational costs.We conducted extensive experiments on seven real-world datasets, and the results demonstrate the superiority of our model.Our Code is available at https://github.com/lunaaa95/mou/. Sijia Peng, Yun Xiong, Yangyong Zhu |
KDD (2) | 3 |
| 2023 | RDGSL: Dynamic Graph Representation Learning with Structure LearningabstractTemporal Graph Networks (TGNs) have shown remarkable performance in learning representation for continuous-time dynamic graphs. However, real-world dynamic graphs typically contain diverse and intricate noise. Noise can significantly degrade the quality of representation generation, impeding the effectiveness of TGNs in downstream tasks. Though structure learning is widely applied to mitigate noise in static graphs, its adaptation to dynamic graph settings poses two significant challenges. i) Noise dynamics. Existing structure learning methods are ill-equipped to address the temporal aspect of noise, hampering their effectiveness in such dynamic and ever-changing noise patterns. ii) More severe noise. Noise may be introduced along with multiple interactions between two nodes, leading to the re-pollution of these nodes and consequently causing more severe noise compared to static graphs. Siwei Zhang 0001, Yun Xiong, Yao Zhang 0009, Yiheng Sun, Xi Chen 0072, Yizhu Jiao, Yangyong Zhu |
CIKM | 7 |
| 2023 | Automatic ICD Coding Based on Segmented ClinicalBERT with Hierarchical Tree Structure Learning
Beichen Kang, Xiaosu Wang, Yun Xiong, Yao Zhang 0009, Chaofan Zhou, Yangyong Zhu, Jiawei Zhang 0001, Chunlei Tang |
DASFAA (4) | 6 |
| 2023 | Hierarchical Encoder-Decoder with Addressable Memory Network for Diagnosis Prediction
Mingxia Wang, Yun Xiong, Yao Zhang 0009, Philip S. Yu, Yangyong Zhu |
DASFAA (4) | 5 |
| 2023 | Reducing Negative Effects of the Biases of Language Models in Zero-Shot SettingabstractPre-trained language models (PLMs) such as GPTs have been revealed to be biased towards certain target classes because of the prompt and the model's intrinsic biases. In contrast to the fully supervised scenario where there are a large number of costly labeled samples that can be used to fine-tune model parameters to correct for biases, there are no labeled samples available for the zero-shot setting. We argue that a key to calibrating the biases of a PLM on a target task in zero-shot setting lies in detecting and estimating the biases, which remains a challenge. In this paper, we first construct probing samples with the randomly generated token sequences, which are simple but effective in detecting inputs for stimulating GPTs to show the biases; and we pursue an in-depth research on the plausibility of utilizing class scores for the probing samples to reflect and estimate the biases of GPTs on a downstream target task. Furtherly, in order to effectively utilize the probing samples and thus reduce negative effects of the biases of GPTs, we propose a lightweight model Calibration Adapter (CA) along with a self-guided training strategy that carries out distribution-level optimization, which enables us to take advantage of the probing samples to fine-tune and select only the proposed CA, respectively, while keeping the PLM encoder frozen. To demonstrate the effectiveness of our study, we have conducted extensive experiments, where the results indicate that the calibration ability acquired by CA on the probing samples can be successfully transferred to reduce negative effects of the biases of GPTs on a downstream target task, and our approach can yield better performance than state-of-the-art (SOTA) models in zero-shot settings. Xiaosu Wang, Yun Xiong, Beichen Kang, Yao Zhang 0009, Philip S. Yu, Yangyong Zhu |
WSDM | 6 |
| 2023 | ConsRec: Learning Consensus Behind Interactions for Group RecommendationabstractSince group activities have become very common in daily life, there is an urgent demand for generating recommendations for a group of users, referred to as group recommendation task. Existing group recommendation methods usually infer groups’ preferences via aggregating diverse members’ interests. Actually, groups’ ultimate choice involves compromises between members, and finally, an agreement can be reached. However, existing individual information aggregation lacks a holistic group-level consideration, failing to capture the consensus information. Besides, their specific aggregation strategies either suffer from high computational costs or become too coarse-grained to make precise predictions. Xixi Wu, Yun Xiong, Yao Zhang 0009, Yizhu Jiao, Jiawei Zhang 0001, Yangyong Zhu, Philip S. Yu |
WWW | 6 |
| 2023 | TIGER: Temporal Interaction Graph Embedding with RestartsabstractTemporal interaction graphs (TIGs), consisting of sequences of timestamped interaction events, are prevalent in fields like e-commerce and social networks. To better learn dynamic node embeddings that vary over time, researchers have proposed a series of temporal graph neural networks for TIGs. However, due to the entangled temporal and structural dependencies, existing methods have to process the sequence of events chronologically and consecutively to ensure node representations are up-to-date. This prevents existing models from parallelization and reduces their flexibility in industrial applications. To tackle the above challenge, in this paper, we propose TIGER, a TIG embedding model that can restart at any timestamp. We introduce a restarter module that generates surrogate representations acting as the warm initialization of node representations. By restarting from multiple timestamps simultaneously, we divide the sequence into multiple chunks and naturally enable the parallelization of the model. Moreover, in contrast to previous models that utilize a single memory unit, we introduce a dual memory module to better exploit neighborhood information and alleviate the staleness problem. Extensive experiments on four public datasets and one industrial dataset are conducted, and the results verify both the effectiveness and the efficiency of our work. Yao Zhang 0009, Yun Xiong, Yongxiang Liao, Yiheng Sun, Xuehao Zheng, Yangyong Zhu |
WWW | 7 |
| 2023 | Temporal super-resolution traffic flow forecasting via continuous-time network dynamics
Yi Xie 0003, Yun Xiong, Jiawei Zhang 0001, Chao Chen 0004, Yao Zhang 0009, Jie Zhao 0022, Yizhu Jiao, Jinjing Zhao, Yangyong Zhu |
Knowl. Inf. Syst. | 9 |
| 2022 | RuDi: Explaining Behavior Sequence Models by Automatic Statistics Generation and Rule DistillationabstractRisk scoring systems have been widely deployed in many applications, which assign risk scores to users according to their behavior sequences. Though many deep learning methods with sophisticated designs have achieved promising results, the black-box nature hinders their applications due to fairness, explainability, and compliance consideration. Rule-based systems are considered reliable in these sensitive scenarios. However, building a rule system is labor-intensive. Experts need to find informative statistics from user behavior sequences, design rules based on statistics and assign weights to each rule. In this paper, we bridge the gap between effective but black-box models and transparent rule models. We propose a two-stage method, RuDi, that distills the knowledge of black-box teacher models into rule-based student models. We design a Monte Carlo tree search-based statistics generation method that can provide a set of informative statistics in the first stage. Then statistics are composed into logical rules with our proposed neural logical networks by mimicking the outputs of teacher models. We evaluate RuDi on three real-world public datasets and an industrial dataset to demonstrate its effectiveness. Yao Zhang 0009, Yun Xiong, Yiheng Sun, Tian Lu 0002, Yangyong Zhu |
CIKM | 7 |
| 2022 | Concurrent Transformer for Spatial-Temporal Graph Modeling
Yi Xie 0003, Yun Xiong, Yangyong Zhu, Philip S. Yu, Qiang Wang 0066 |
DASFAA (3) | 3 |
| 2022 | CLARE: A Semi-supervised Community Detection AlgorithmabstractCommunity detection refers to the task of discovering closely related subgraphs to understand the networks. However, traditional community detection algorithms fail to pinpoint a particular kind of community. This limits its applicability in real-world networks, e.g., distinguishing fraud groups from normal ones in transaction networks. Recently, semi-supervised community detection emerges as a solution. It aims to seek other similar communities in the network with few labeled communities as training data. Existing works can be regarded as seed-based: locate seed nodes and then develop communities around seeds. However, these methods are quite sensitive to the quality of selected seeds since communities generated around a mis-detected seed may be irrelevant. Besides, they have individual issues, e.g., inflexibility and high computational overhead. To address these issues, we propose CLARE, which consists of two key components, Community Locator and Community Rewriter. Our idea is that we can locate potential communities and then refine them. Therefore, the community locator is proposed for quickly locating potential communities by seeking subgraphs that are similar to training ones in the network. To further adjust these located communities, we devise the community rewriter. Enhanced by deep reinforcement learning, it suggests intelligent decisions, such as adding or dropping nodes, to refine community structures flexibly. Extensive experiments verify both the effectiveness and efficiency of our work compared with prior state-of-the-art approaches on multiple real-world datasets. Xixi Wu, Yun Xiong, Yao Zhang 0009, Yizhu Jiao, Yiheng Sun, Yangyong Zhu, Philip S. Yu |
KDD | 7 |
| 2022 | Triangle Graph Interest Network for Click-through Rate PredictionabstractClick-through rate prediction is a critical task in online advertising. Currently, many existing methods attempt to extract user potential interests from historical click behavior sequences. However, it is difficult to handle sparse user behaviors or broaden interest exploration. Recently, some researchers incorporate the item-item co-occurrence graph as an auxiliary. Due to the elusiveness of user interests, those works still fail to determine the real motivation of user click behaviors. Besides, those works are more biased towards popular or similar commodities. They lack an effective mechanism to break the diversity restrictions. In this paper, we point out two special properties of triangles in the item-item graphs for recommendation systems: Intra-triangle homophily and Inter-triangle heterophiy. Based on this, we propose a novel and effective framework named Triangle Graph Interest Network (TGIN). For each clicked item in user behavior sequences, we introduce the triangles in its neighborhood of the item-item graphs as a supplement. TGIN regards these triangles as the basic units of user interests, which provide the clues to capture the real motivation for a user clicking an item. We characterize every click behavior by aggregating the information of several interest units to alleviate the elusive motivation problem. The attention mechanism determines users' preference for different interest units. By selecting diverse and relative triangles, \short brings in novel and serendipitous items to expand exploration opportunities of user interests. Then, we aggregate the multi-level interests of historical behavior sequences to improve CTR prediction. Extensive experiments on both of public and industrial datasets clearly verify the effectiveness of our framework. Wensen Jiang, Yizhu Jiao, Qingqin Wang, Chuanming Liang, Yao Zhang 0009, Zhijun Sun, Yun Xiong, Yangyong Zhu |
WSDM | 9 |
| 2022 | Scalable self-supervised graph representation learning via enhancing and contrasting subgraphs
Yizhu Jiao, Yun Xiong, Jiawei Zhang 0001, Yao Zhang 0009, Yangyong Zhu |
Knowl. Inf. Syst. | 6 |
| 2021 | Improving Chinese Character Representation with Formation Graph Attention NetworkabstractChinese characters are often composed of subcharacter components which are also semantically informative, and the component-level internal semantic features of a Chinese character inherently bring with additional information that benefits the semantic representation of the character. Therefore, there have been several studies that utilized subcharacter component information (e.g. radical, fine-grained components and stroke n-grams) to improve Chinese character representation. Xiaosu Wang, Yun Xiong, Jingwen Yue, Yangyong Zhu, Philip S. Yu |
CIKM | 5 |
| 2021 | CoPE: Modeling Continuous Propagation and Evolution on Interaction GraphabstractHuman interactions with items are being constantly logged, which enables advanced representation learning and facilitates various tasks. Instead of generating static embeddings at the end of training, several temporal embedding methods were recently proposed to learn user and item embeddings as functions of time, where each entity has a trajectory of embedding vectors aiming to encode the full dynamics. However, these methods may not be optimal to encode the dynamical behaviors on the interaction graphs in that they can not generate "fully''-temporal embeddings and do not consider information propagation. In this paper, we tackle the issues and propose CoPE (Co ntinuous P ropagation and E volution). We use an ordinary differential equation based graph neural network to model information propagation and more sophisticated evolution patterns. We train CoPE on sequences of interactions with the help of meta-learning to ensure fast adaptation to the most recent interactions. We evaluate CoPE on three tasks and prove its effectiveness. Yao Zhang 0009, Yun Xiong, Dongsheng Li 0002, Kan Ren, Yangyong Zhu |
CIKM | 6 |
| 2021 | BioHanBERT: A Hanzi-aware Pre-trained Language Model for Chinese Biomedical Text MiningabstractUnsupervised pre-trained language models (PLMs) have boosted the development of effective biomedical text mining models. But the biomedical texts contain a huge number of long-tail concepts and terminologies, which makes further pre-training on biomedical corpora relatively expensive (more biomedical corpora and more pre-training steps are needed). Nonetheless, this problem receives less attention in recent studies. In Chinese biomedical text, concepts and terminologies consist of Chinese characters, and Chinese characters are often composed of sub-character components which are also semantically informative; thus in order to enhance the semantics of biomedical concepts and terminologies, the use of a Chinese character’s component-level internal semantic information also appears to be reasonable.In this paper, we propose a novel hanzi-aware pre-trained language model for Chinese biomedical text mining, referred to as BioHanBERT (hanzi-aware BERT for Chinese biomedical text mining), utilizing the component-level internal semantic information of Chinese characters to enhance the semantics of Chinese biomedical concepts and terminologies, and thereby to reduce further pre-training costs. BioHanBERT first employs a Chinese character encoder to extract the component-level internal semantic feature of each Chinese character, and then fuse the character’s internal semantic feature and its contextual embedding extracted by BERT to enrich the representations of the concepts or terminologies containing the character. The results of extensive experiments show that our model is able to consistently outperform current state-of-the-art (SOTA) models in a wide range of Chinese biomedical natural language processing (NLP) tasks. Xiaosu Wang, Yun Xiong, Jingwen Yue, Yangyong Zhu, Philip S. Yu |
ICDM | 5 |
| 2021 | HSGMP: Heterogeneous Scene Graph Message Passing for Cross-modal RetrievalabstractSemantic relationship information is important to the image-text retrieval task. Existing work usually extract relationship information by calculating the relationship value pairwise, which is hardly to find out a meaningful semantic relationship. A more reasonable method is to convert the modal to a scene graph, thereby explicitly modeling the relationship. Scene graph is a kind of graph data structure modeling the scene of modality. There are two concept in a scene graph, object and relationship. In image modal, object indicates the image region and relationship represents the predicate of the image regions. In text modal, object indicates the entity and relationship represents the association between entities, also known as semantic relationship. In image-text retrieval task, both object and relationship are important, and a key challenge is to obtain semantic information. In this paper, image and text are represented as two kinds of scene graphs: visual scene graph and textual scene graph, and then they are combined into Heterogeneous Scene Graph(HSG). By explicitly modeling relationships using directed graph, the information can be passed edge-wise. To further extract semantic information, we introduce the metapath, which can extract specific semantic information on specified path. Moreover, we propose Heterogeneous Message Passing(HMP) to communicate information on the metapath. After the message passing, the similarity of two modalities can be represented as the similarity of the graphs. Experiment shows that the model achieve competitive results on Flickr30K and MSCOCO, which indicates that our approach has advantages in image-text retrieval. Yun Xiong, Yao Zhang 0009, Yuwei Fu, Yangyong Zhu |
ICMR | 5 |
| 2021 | AutoCite: Multi-Modal Representation Fusion for Contextual Citation GenerationabstractCiting comprehensive and correct related work is crucial in academic writing. It can not only support the author's claims but also help readers trace other related research papers. Nowadays, with the rapid increase in the number of scientific literatures, it has become increasingly challenging to search for high-quality citations and write the manuscript. In this paper, we present an automatic writing assistant model, AutoCite, which not only infers potentially related work but also automatically generates the citation context at the same time. Specifically, AutoCite involves a novel multi-modal encoder and a multi-task decoder architecture. Based on the multi-modal inputs, the encoder in AutoCite learns paper representations with both citation network structure and textual contexts. The multi-task decoder in AutoCite couples and jointly learns citation prediction and context generation in a unified manner. To effectively join the encoder and decoder, we introduce a novel representation fusion component, i.e., gated neural fusion, which feeds the multi-modal representation inputs from the encoder and creates outputs for the downstream multi-task decoder adaptively. Extensive experiments on five real-world citation network datasets validate the effectiveness of our model. Qingqin Wang, Yun Xiong, Yao Zhang 0009, Jiawei Zhang 0001, Yangyong Zhu |
WSDM | 5 |
| 2021 | Highly Liquid Temporal Interaction Graph EmbeddingsabstractCapturing the topological and temporal information of interactions and predicting future interactions are crucial for many domains, such as social networks, financial transactions, and e-commerce. With the advent of co-evolutional models, the mutual influence between the interacted users and items are captured. However, existing models only update the interaction information of nodes along the timeline. It causes the problem of information asymmetry, where early updated nodes often have much less information than the most recently updated nodes. The information asymmetry is essentially a blockage of information flow. We propose HILI (Highly Liquid Temporal Interaction Graph Embeddings) to predict highly liquid embeddings on temporal interaction graphs. Our embedding model makes interaction information highly liquid without information asymmetry. A specific least recently used-based and frequency-based windows are used to determine the priority of the nodes that receive the latest interaction information. HILI updates node embeddings by attention layers. The attention layers learn the correlation between nodes and update node embedding simply and quickly. In addition, HILI elaborately designs, a self-linear layer, a linear layer initialized in a novel method. A self-linear layer reduces the expected space of predicted embedding of the next interacting node and makes predicted embedding focus more on relevant nodes. We illustrate the geometric meaning of a self-linear layer in the paper. Furthermore, the results of the experiments show that our model outperforms other state-of-the-art temporal interaction prediction models. Huidi Chen, Yun Xiong, Yangyong Zhu, Philip S. Yu |
WWW | 3 |
| 2021 | GraphInception: Convolutional Neural Networks for Collective Classification in Heterogeneous Information NetworksabstractCollective classification has attracted considerable attention in the last decade, where the labels within a group of instances are correlated and should be inferred collectively, instead of independently. Conventional approaches on collective classification mainly focus on exploiting simple relational features (such as count and exists aggregators on neighboring nodes). However, many real-world applications involve complex dependencies among the instances, which are obscure/hidden in the networks. To capture these dependencies in collective classification, we need to go beyond simple relational features and extract deep dependencies between the instances. In this paper, we study the problem of deep collective classification in Heterogeneous Information Networks (HINs), which involve different types of autocorrelations, from simple to complex relations, among the instances. Different from conventional autocorrelations, which are given explicitly by the links in the network, complex autocorrelations are obscure/hidden in HINs, and should be inferred from existing links in a hierarchical order. This problem is highly challenging due to the multiple types of dependencies among the nodes and the complexity of the relational features. In this study, we proposed a deep convolutional collective classification method, called GraphInception, to learn the deep relational features in HINs. And we presented two versions of the models with different inference styles. The proposed methods can automatically generate a hierarchy of relational features with different complexities. Extensive experiments on four real-world networks demonstrate that our approach can improve the collective classification performance by considering deep relational features in HINs. Yun Xiong, Xiangnan Kong, Huidi Chen, Yangyong Zhu |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2021 | IGE+: A Framework for Learning Node Embeddings in Interaction GraphsabstractNode embedding techniques have gained prominence since they produce continuous and low-dimensional features, which are effective for various tasks. Most existing approaches learn node embeddings by exploring the structure of networks and are mainly focused on static non-attributed graphs. However, many real-world applications, such as stock markets and public review websites, involve bipartite graphs with dynamic and attributed edges, called attributed interaction graphs. Different from conventional graph data, attributed interaction graphs involve two kinds of entities (e.g. investors/stocks and users/businesses) and edges of temporal interactions with attributes (e.g. transactions and reviews). In this paper, we study the problem of node embedding in attributed interaction graphs. Learning embeddings in interaction graphs is highly challenging due to the dynamics and heterogeneous attributes of edges. Different from conventional static graphs, in attributed interaction graphs, each edge can have totally different meanings when the interaction is at different times or associated with different attributes. To tackle the above challenges, we introduce the temporal dependency and conditional proximity, which are two fundamental characteristics of interaction graphs. Then, we propose a deep node embedding method called IGE+ (Interaction Graph Embedding+). By preserving these two characteristics, IGE+ is able to produce effective node embeddings in interaction graphs. We evaluate our proposed method and various comparing methods on four real-world datasets. The experimental results prove the effectiveness of the learned embeddings by IGE+ on both node-based and edge-based tasks. Yao Zhang 0009, Yun Xiong, Xiangnan Kong, Zhuang Niu, Yangyong Zhu |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2020 | TI-GCN: A Dynamic Network Embedding Method with Time Interval InformationabstractNetwork embedding is gaining more and more attention, aiming to map latent features into low dimensional space. Quite a lot of algorithms focus on static networks. Everything is not set in stone in the real world. Networks evolving with time are called dynamic networks. Most of the methods that regard dynamic networks as a series of snapshots, getting network embeddings and network evolving patterns separately. Furthermore, they always focus on snapshots only; few consider time interval information, including topology changes and the number of edge occurrences during each time interval.This paper proposes a model to learn dynamic network embedding named TI-GCN (Time Interval Graph Convolutional Networks). Specifically, we come up with a heuristic framework to update network embeddings with the embeddings inherited from the previous snapshot. Thus, the network embeddings are more traceable, which complements mining the evolving patterns. Through the framework, the processes of learning the network embeddings and getting evolving patterns are integrated. We also fuse time interval information so that the network embeddings are updated adapted to the network changes accordingly. The number of edge occurrences serves as supplemental information to distinguish the strength of different edges. Besides, we apply the gate mechanism for controlling the information flow. All these parts are conducted under Neural ODEs (NeuralOrdinary Differential Equations) framework. Finally, our method performs better on the temporal link prediction task than almost all the other methods on the real-world datasets. Yali Xiang, Yun Xiong, Yangyong Zhu |
IEEE BigData | 3 |
| 2020 | CommDGI: Community Detection Oriented Deep Graph InfomaxabstractGraph Neural Networks(GNNs), like GCN and GAT, have achieved great success in a number of supervised or semi-supervised tasks including node classification and link prediction. These existing graph neural networks can effectively encode neighborhood information of graph nodes through their message aggregating mechanisms. However, there are some unsupervised and structure-related tasks like community detection, which is a fundamental problem in network analysis that finds densely-connected groups of nodes and separates them from others in graphs. It is still difficult for these general-purposed GNNs to learn the needed structural information in these particular problems. To overcome the shortcomings of general-purposed graph representation learning methods, we propose the Community Deep Graph Infomax (CommDGI), a graph neural network designed to handle community detection problems. Inspired by the success of deep graph infomax in self-supervised graph learning, we design a novel mutual information mechanism to capture neighborhood as well as community information in graphs. A trainable clustering layer is employed to learn the community partition in an end-to-end manner. Disentangled representation learning is applied in our graph neural network so that the model can improve interpretability and generalization. Throughout the whole learning process, joint optimization is applied to learn the community-related node representations. The experimental results show that our algorithm outperforms state-of-the-art community detection methods. Yun Xiong, Jiawei Zhang 0001, Yao Zhang 0009, Yizhu Jiao, Yangyong Zhu |
CIKM | 6 |
| 2020 | SpEC: Sparse Embedding-Based Community Detection in Attributed Graphs
Huidi Chen, Yun Xiong, Chang-Dong Wang 0001, Yangyong Zhu, Wei Wang 0010 |
DASFAA (3) | 4 |
| 2020 | MinSR: Multi-level Interests Network for Session-Based Recommendation
Yun Xiong, Yangyong Zhu |
DASFAA (2) | 4 |
| 2020 | SAST-GNN: A Self-Attention Based Spatio-Temporal Graph Neural Network for Traffic Prediction
Yi Xie 0003, Yun Xiong, Yangyong Zhu |
DASFAA (1) | 3 |
| 2020 | Code2Text: Dual Attention Syntax Annotation Networks for Structure-Aware Code Translation
Yun Xiong, Shaofeng Xu, Keyao Rong, Xinyue Liu 0003, Xiangnan Kong, Shanshan Li 0001, Philip S. Yu, Yangyong Zhu |
DASFAA (3) | 8 |
| 2020 | Sub-graph Contrast for Scalable Self-Supervised Graph Representation LearningabstractGraph representation learning has attracted lots of attention recently. Existing graph neural networks fed with the complete graph data are not scalable due to limited computation and memory costs. Thus, it remains a great challenge to capture rich information in large-scale graph data. Besides, these methods mainly focus on supervised learning and highly depend on node label information, which is expensive to obtain in the real world. As to unsupervised network embedding approaches, they overemphasize node proximity instead, whose learned representations can hardly be used in downstream application tasks directly. In recent years, emerging self-supervised learning provides a potential solution to address the aforementioned problems. However, existing self-supervised works also operate on the complete graph data and are biased to fit either global or very local (1-hop neighborhood) graph structures in defining the mutual information based loss terms. In this paper, a novel self-supervised representation learning method via Sub-graph Contrast, namely Subg-Con, is proposed by utilizing the strong correlation between central nodes and their sampled subgraphs to capture regional structure information. Instead of learning on the complete input graph data, with a novel data augmentation strategy, Subg-Con learns node representations through a contrastive loss defined based on subgraphs sampled from the original graph instead. Compared with existing graph representation learning approaches, Subg-Con has prominent performance advantages in weaker supervision requirements, model learning scalability, and parallelization. Extensive experiments verify both the effectiveness and the efficiency of our work compared with both classic and state-of-the-art graph representation learning approaches on multiple realworld large-scale benchmark datasets from different domains. Yizhu Jiao, Yun Xiong, Jiawei Zhang 0001, Yao Zhang 0009, Yangyong Zhu |
ICDM | 6 |
| 2020 | SEAL: Learning Heuristics for Community Detection with Generative Adversarial NetworksabstractCommunity detection is an important task with many applications. However, there is no universal definition of communities, and a variety of algorithms have been proposed based on different assumptions. In this paper, we instead study the semi-supervised community detection problem where we are given several communities in a network as training data and aim to discover more communities. This setting makes it possible to learn concepts of communities from data without any prior knowledge. We propose the Seed Expansion with generative Adversarial Learning (SEAL), a framework for learning heuristics for community detection. SEAL contains a generative adversarial network, where the discriminator predicts whether a community is real or fake, and the generator generates communities that cheat the discriminator by implicitly fitting characteristics of real ones. The generator is a graph neural network specialized in sequential decision processes and gets trained by policy gradient. Moreover, a locator is proposed to avoid well-known free-rider effects by forming a dual learning task with the generator. Last but not least, a seed selector is utilized to provide promising seeds to the generator. We evaluate SEAL on 5 real-world networks and prove its effectiveness. Yao Zhang 0009, Yun Xiong, Tengfei Liu 0007, Weiqiang Wang 0002, Yangyong Zhu, Philip S. Yu |
KDD | 6 |
| 2019 | Metapath Enhanced Graph Attention Encoder for HINs Representation LearningabstractIn this paper, we propose a novel representation learning framework, named MEGAE, for heterogeneous information networks. To investigate the rich semantic information in heterogeneous information networks, we use metapaths to complete implicit links between nodes. A graph attention encoder is further used to learn graph structural information with shared weight parameters. The attention mechanism, on the other hand, provides us an intuition of how the representation is learned and improves the interpretability of our model. Furthermore, a multitask learning of node classification and link prediction is trained to achieve more robust generalization ability. To validate our ideas, extensive experiments on three real-world datasets show that our model achieves state-of-the-art results on node classification and link prediction tasks in HINs. Yuwei Fu, Yun Xiong, Philip S. Yu, Tianyi Tao, Yangyong Zhu |
IEEE BigData | 5 |
| 2019 | Collective Link Prediction Oriented Network Embedding with Hierarchical Graph AttentionabstractTo enjoy more social network services, users nowadays are usually involved in multiple online sites at the same time. Aligned social networks provide more information to alleviate the problem of data insufficiency. In this paper, we target on the collective link prediction problem and aim to predict both the intra-network social links as well as the inter-network anchor links across multiple aligned social networks. It is not an easy task, and the major challenges involve the network characteristic difference problem and different directivity properties of the social and anchor links to be predicted. To address the problem, we propose an application oriented network embedding framework, Hierarchical Graph Attention based Network Embedding (HGANE), for collective link prediction over directed aligned networks. Very different from the conventional general network embedding models, HGANE effectively incorporates the collective link prediction task objectives into consideration. It learns the representations of nodes by aggregating information from both the intra-network neighbors (connected by social links) and inter-network partners (connected by anchor links). What's more, we introduce a hierarchical graph attention mechanism for the intra-network neighbors and inter-network partners respectively, which resolves the network characteristic differences and the link directivity challenges effectively. Extensive experiments have been conducted on real-world aligned networks datasets to demonstrate that our model outperformed the state-of-the-art baseline methods in addressing the collective link prediction problem by a large margin. Yizhu Jiao, Yun Xiong, Jiawei Zhang 0001, Yangyong Zhu |
CIKM | 4 |
| 2019 | EHR Coding with Multi-scale Feature Attention and Structured Knowledge Graph PropagationabstractAssigning standard medical codes (e.g., ICD-9-CM) representing diagnoses or procedures to electronic health record (EHR) is an important task in the medical domain. However, automatic coding is difficult since the clinical note is composed of multiple long and heterogeneous textual narratives (e.g., discharge diagnosis, pathology reports, surgical procedure notes). Furthermore, the code label space is large and the label distribution is extremely unbalanced. The state-of-the-art methods mainly regard EHR coding as a multi-label text classification task and use shallow convolution neural network with fixed window size, which is incapable of learning variable n-gram features and the ontology structure between codes. In this paper, we leverage a densely connected convolutional neural network which is able to produce variable n-gram features for clinical note feature learning. We also incorporate a multi-scale feature attention to adaptively select multi-scale features since the most informative n-grams in clinical notes for each word can vary in length according to the neighborhood. Furthermore, we leverage graph convolutional neural network to capture both the hierarchical relationships among medical codes and the semantics of each code. Finally, We validate our method on the public dataset, and the evaluation results indicate that our method can significantly outperform other state-of-the-art models. Xiancheng Xie, Yun Xiong, Philip S. Yu, Yangyong Zhu |
CIKM | 4 |
| 2019 | DynGraphGAN: Dynamic Graph Embedding via Generative Adversarial Networks
Yun Xiong, Yao Zhang 0009, Hanjie Fu, Wei Wang 0010, Yangyong Zhu, Philip S. Yu |
DASFAA (1) | 5 |
| 2019 | Net2Text: An Edge Labelling Language Model for Personalized Review Generation
Shaofeng Xu, Yun Xiong, Xiangnan Kong, Yangyong Zhu |
DASFAA (1) | 4 |
| 2018 | Tracking Dynamic Magnet Communities: Insights from a Network Perspective
Chang Liao, Yun Xiong, Xiangnan Kong, Yangyong Zhu |
DASFAA (1) | 4 |
| 2018 | Functional-Oriented Relationship Strength Estimation: From Online Events to Offline Interactions
Chang Liao, Yun Xiong, Xiangnan Kong, Yangyong Zhu, Shimin Zhao, Shanshan Li 0001 |
DASFAA (1) | 4 |
| 2018 | Deep Collective Classification in Heterogeneous Information NetworksabstractCollective classification has attracted considerable attention in the last decade, where the labels within a group of instances are correlated and should be inferred collectively, instead of independently. Conventional approaches on collective classification mainly focus on exploiting simple relational features (such ascount andexists aggregators on neighboring nodes). However, many real-world applications involve complex dependencies among the instances, which are obscure/hidden in the networks. To capture these dependencies in collective classification, we need to go beyond simple relational features and extract deep dependencies between the instances. In this paper, we study the problem of deep collective classification inHeterogeneous Information Networks (HINs), which involves different types of autocorrelations, from simple to complex relations, among the instances. Different from conventional autocorrelations, which are given explicitly by the links in the network, complex autocorrelations are obscure/hidden in HINs, and should be inferred from existing links in a hierarchical order. This problem is highly challenging due to the multiple types of dependencies among the nodes and the complexity of the relational features. In this study, we proposed a deep convolutional collective classification method, called GraphInception to learn the deep relational features in HINs. The proposed method can automatically generate a hierarchy of relational features with different complexities. Extensive experiments on four real-world networks demonstrate that our approach can improve the collective classification performance by considering deep relational features in HINs. Yun Xiong, Xiangnan Kong, Shanshan Li 0001, Jinhong Mi, Yangyong Zhu |
WWW | 6 |
| 2018 | NetCycle+: A Framework for Collective Evolution Inference in Dynamic Heterogeneous NetworksabstractCollective inference has attracted considerable attention in the last decade, where the response variables within a group of instances are correlated and should be inferred collectively, instead of independently. Previous works on collective inference mainly focus on exploiting the autocorrelation among instances in a static network during the inference process. There are also approaches on time series prediction, which mainly exploit the autocorrelation within an instance at different time points during the inference process. However, in many real-world applications, the response variables of related instances can co-evolve over time and their evolutions are not following a static correlation across time, but are following an internal life cycle. In this paper, we study the problem of collective evolution inference, where the goal is to predict the values of the response variables for a group of related instances at the end of their life cycles. This problem is extremely important for various applications, e.g., predicting fund-raising results in crowd-funding and predicting gene-expression levels in bioinformatics. This problem is also highly challenging because different instances in the network can co-evolve over time and they can be at different stages of their life cycles and thus have different evolving patterns. Moreover, the instances in collective evolution inference problems are usually connected through heterogeneous information networks (HINs for short), which involve complex relationships among the instances interconnected by multiple types of links. We propose an approach, called NetCycle+, by incorporating information from both the correlation among related instances and their life cycles. Furthermore, in order to study the deep dependencies between nodes in the network, we extend the graph convolution model into our algorithm. We compared our approach with existing methods of collective inference and time series analysis on two real-world networks. The results demonstrate that our proposed approach can improve the inference performance by considering the autocorrelation through networks and the life cycles of the instances. Yun Xiong, Xiangnan Kong, Yangyong Zhu |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2017 | Learning Node Embeddings in Interaction GraphsabstractNode embedding techniques have gained prominence since they produce continuous and low-dimensional features, which are effective for various tasks. Most existing approaches learn node embeddings by exploring the structure of networks and are mainly focused on static non-attributed graphs. However, many real-world applications, such as stock markets and public review websites, involve bipartite graphs with dynamic and attributed edges, called attributed interaction graphs. Different from conventional graph data, attributed interaction graphs involve two kinds of entities (e.g. investors/stocks and users/businesses) and edges of temporal interactions with attributes (e.g. transactions and reviews). In this paper, we study the problem of node embedding in attributed interaction graphs. Learning embeddings in interaction graphs is highly challenging due to the dynamics and heterogeneous attributes of edges. Different from conventional static graphs, in attributed interaction graphs, each edge can have totally different meanings when the interaction is at different times or associated with different attributes. We propose a deep node embedding method called IGE (Interaction Graph Embedding). IGE is composed of three neural networks: an encoding network is proposed to transform attributes into a fixed-length vector to deal with the heterogeneity of attributes; then encoded attribute vectors interact with nodes multiplicatively in two coupled prediction networks that investigate the temporal dependency by treating incident edges of a node as the analogy of a sentence in word embedding methods. The encoding network can be specifically designed for different datasets as long as it is differentiable, in which case it can be trained together with prediction networks by back-propagation. We evaluate our proposed method and various comparing methods on four real-world datasets. The experimental results prove the effectiveness of the learned embeddings by IGE on both node clustering and classification tasks. Yao Zhang 0009, Yun Xiong, Xiangnan Kong, Yangyong Zhu |
CIKM | 4 |
| 2017 | Meta-Path Graphical Lasso for Learning Heterogeneous ConnectivitiesabstractSparse inverse covariance estimation has attracted lots of interests since it can recover the structure of the underlying Gaussian graphical model. This is a useful tool to demonstrate the connections among objects (nodes). Previous works on sparse inverse covariance estimation mainly focus on learning one single type of connections from the observed activities with a lasso, group lasso or tree-structure penalty. However, in many real-world applications, the observed activities on the nodes can be related to multiple types of connections. In this paper, we consider the problem of learning heterogeneous connectivities from the observed activities by incorporating meta paths extracted from a heterogeneous information network (HIN), an information network with multiple types of nodes and links, into the conventional graphical lasso framework. We aim at extracting the strongest type of relation between any pairs of entities and ignoring other minor relations. Specially, we introduce two novel kinds of constraints: meta path constraints and exclusive constraints, which ensure the unique type of relation among a pair of objects. This problem is highly challenging due to the non-convex optimization. We proposed a method based upon the alternating direction method of multipliers (ADMM) to efficiently solve the problem. The conducted experiments on both synthetic and real-world datasets illustrate the effectiveness of the proposed method. Yao Zhang 0009, Yun Xiong, Xinyue Liu 0003, Xiangnan Kong, Yangyong Zhu |
SDM | 5 |
| 2017 | How the Passengers Flow in Complex Metro Networks?abstractThe understanding of passenger flow assignment in metro network is critical for public transit management. However, the route chosen by one passenger is difficult to be directly obtained according to the transaction records only including each trip's tap-in and tap-out time stamp and stations. In this paper, a two-stage framework for calculating passenger flow assignment in complex metro networks is proposed, named PaFA (Passenger Flow Assignment), by using smart card data. First, we design an acceleration search process to obtain all routes for each O-D pair and select the candidate routes under rules. Then, inspired by topic model, we realize similar latent relationships also can be found among O-D pair, candidate routes and passenger's travel time. Along this line, we obtain the distribution of passenger flow in different candidate routes. Finally, a comprehensive evaluation with real-world data is conducted. The results demonstrate the enhanced performance of the proposed method. Guandong Sun, Yun Xiong, Yangyong Zhu |
SSDBM | 3 |
| 2016 | NetCycle: Collective Evolution Inference in Heterogeneous Information NetworksabstractCollective inference has attracted considerable attention in the last decade, where the response variables within a group of instances are correlated and should be inferred collectively, instead of independently. Previous works on collective inference mainly focus on exploiting the autocorrelation among instances in a static network during the inference process. There are also approaches on time series prediction, which mainly exploit the autocorrelation within an instance at different time points during the inference process. However, in many real-world applications, the response variables of related instances can co-evolve over time and their evolutions are not following a static correlation across time, but are following an internal life cycle. In this paper, we study the problem of collective evolution inference, where the goal is to predict the values of the response variables for a group of related instances at the end of their life cycles. This problem is extremely important for various applications, e.g., predicting fund-raising results in crowd-funding and predicting gene-expression levels in bioinformatics. This problem is also highly challenging because different instances in the network can co-evolve over time and they can be at different stages of their life cycles and thus have different evolving patterns. Moreover, the instances in collective evolution inference problems are usually connected through heterogeneous information networks, which involve complex relationships among the instances interconnected by multiple types of links. We propose an approach, called NetCycle, by incorporating information from both the correlation among related instances and their life cycles. We compared our approach with existing methods of collective inference and time series analysis on two real-world networks. The results demonstrate that our proposed approach can improve the inference performance by considering the autocorrelation through networks and the life cycles of the instances. Yun Xiong, Xiangnan Kong, Yangyong Zhu |
KDD | 4 |
| 2015 | Multi-source Information Fusion for Personalized Restaurant RecommendationabstractIn this paper, we study the problem of personalized restaurant recommendations. Specifically, we develop a probabilistic factor analysis framework, named RMSQ-MF, which has the ability in exploiting multi-source information, such as the users' task, their friends' preferences, and human mobility patterns, for personalized restaurant recommendations. The rationale of this work is motivated by two observations. First, people's preferences can be affected by their friends. Second, human mobility patterns can reflect the popularity of restaurants to a certain degree. Finally, empirical studies on real-world data demonstrate that the proposed method outperforms benchmark methods with a significant margin. Jing Sun 0008, Yun Xiong, Yangyong Zhu, Chu Guan, Hui Xiong 0001 |
SIGIR | 3 |
| 2015 | Top-k Similarity Join in Heterogeneous Information NetworksabstractAs a newly emerging network model, heterogeneous information networks (HINs) have received growing attention. Many data mining tasks have been explored in HINs, including clustering, classification, and similarity search. Similarity join is a fundamental operation required for many problems. It is attracting attention from various applications on network data, such as friend recommendation, link prediction, and online advertising. Although similarity join has been well studied in homogeneous networks, it has not yet been studied in heterogeneous networks. Especially, none of the existing research on similarity join takes different semantic meanings behind paths into consideration and almost all completely ignore the heterogeneity and diversity of the HINs. In this paper, we propose a path-based similarity join (PS-join) method to return the top k similar pairs of objects based on any user specified join path in a heterogeneous information network. We study how to prune expensive similarity computation by introducing bucket pruning based locality sensitive hashing (BPLSH) indexing. Compared with existing Link-based Similarity join (LS-join) method, PS-join can derive various similarity semantics. Experimental results on real data sets show the efficiency and effectiveness of the proposed approach. Yun Xiong, Yangyong Zhu, Philip S. Yu |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2013 | Co-anomaly Event Detection in Multiple Temperature Series
Yun Xiong, Yangyong Zhu, Qi Liu 0003, Zhiyuan Chen 0003 |
KSEM | 3 |
| 2013 | Stock Trend Prediction by Classifying Aggregative Web Topic-Opinion
Yun Xiong, Yangyong Zhu, Zhiyuan Chen 0003 |
PAKDD (2) | 3 |
| 2013 | Time Series Representation: A Random Shifting Perspective
Yun Xiong, Yangyong Zhu, Hengshu Zhu |
WAIM | 3 |
| 2013 | Microblogging Personalized Recommendation Based on Ego NetworksabstractMicroblogging recommendation is to find useful microblogging messages that users are really interested in. Existing methods of microblogging recommendation have low personalization for the reason of focusing on the whole microblogging social network. On microblogging site, different users have different active degree, and different users have considerable variability in structures of followees or followers. It is therefore most necessary to understand microblogging from an individual user's perspective. In this paper, we propose a novel model of microblogging recommendation based on ego networks, called EgoRec, which has the ability of capturing personal interests more accurately. Specifically, the key idea of EgoRec is to make recommendation by homophily of ego networks. We take egos as target users being recommended, while alters as source users for recommendation. Homophily between individual users can be measured by ego profile factors and ego-alter social relations. We define three main social relations in ego networks: support relation, affinity relation and focal relation for recommendation. Moreover, by detecting latent factor and combining with the homophily factors in ego networks, it makes EgoRec more personalized. Extensive experiments on real-world data sets clearly validate the effectiveness and efficiency of the EgoRec model. Jing Sun 0008, Yangyong Zhu |
Web Intelligence | 2 |
| 2012 | FIND - A Data Cloud Platform for Financial Data Services
Zhicheng Liao, Yun Xiong, Yangyong Zhu |
DATA | 3 |
| 2012 | Clustering Based on Yukawa PotentialabstractClustering is a common natural phenomenon. In microcosms, the nucleus is formed by the aggregation of nuclear particles through strong interactions, which can be illustrated by Yukawa potential. Inspired by this clustering phenomenon, we propose a novel dynamic clustering algorithm based on Yukawa potential (Yupc). Each data object is regarded as a particle following the basic rules of movements in the Yukawa potential field. After several time intervals, similar objects gradually aggregate together and form clear clusters. Yupc neither relies on any assumption of data distribution, nor prescribes any specific number of clusters. Natural clusters of different shapes, densities, sizes, numbers and distributions can be detected by Yupc, reflecting the intrinsic structure of the original data set. In addition, we propose a framework to automatically find appropriate parameters for Yupc. Experiments performed on synthetic and real-world data show that this approach outperforms existing algorithms, especially in data sets with arbitrary kinds of clusters. Zezhen Lin, Yun Xiong, Yangyong Zhu |
SDM | 4 |
| 2012 | Construction of Chinese A-shares Network Using Latent Dirichlet AllocationabstractCurrently, there are more than 2,400 stocks in Chinese A-shares market and there is almost one IPO share coming into the emerging market per day. The rapid growth of Chinese stock market makes investors difficult to manage portfolio. In the paper, a Chinese A-shares Network (CAN) is constructed using a topic model (i.e., Latent Dirichlet Allocation) to efficiently divide all the A-shares to individual sectors in a probabilistic way in terms of the Business Scope Descriptions (BSD) of the listed companies until December 31, 2011. In the meanwhile, a novel visualization profile is proposed to friendly show stock-sectors relationships. Experimental results validate the effectiveness of the CAN system: the stocks in the same ``sector" defined by the CAN have higher pair wise correlations than those by the experts. Mingmin Chi, Huijun He, Jiangfeng Bao, Yangyong Zhu |
Web Intelligence | 5 |
| 2012 | Link Prediction Using BenefitRanks in Weighted NetworksabstractLink prediction in weighted network is an important task in Social Network Analysis. This problem aims at determining missing links in weighted networks. By taking advantage of the weights and structural information of networks, a mechanism for rating nodes' authorities in terms of the value of weight, called Benefit Rank, is defined. This mechanism can flexibly collect different order neighbors' information of nodes to complete the rating authority process for each node in weighted networks. Using Benefit Rank combined with the Weak Ties theory, similarity measures are proposed to estimate the emergence of future relationships between nodes in weighted networks. Extensive experiments were carried out on four real weighted networks. Compared with existing methods, our methods can provide higher accuracy for link prediction in weighted networks. Yun Xiong, Yangyong Zhu |
Web Intelligence | 3 |
| 2009 | Mining Peculiarity Groups in Day-by-Day Behavioral DatasetsabstractBehavior mining is one of the most important issues in data mining. The growing interest in the study of behavior mining has been credited to the availability of a large amount of individual behavioral data. Some objects containing common behavioral patterns in the dataset are dramatically different from other individual objects and show their peculiarities. It is very important for behavior analysis to mine these peculiar objects' groups as this has great potential in practice. However, to the best of our knowledge, it has not been explored before. In this paper, we identify this interesting and practical problem of behavior mining: mining peculiarity groups and defining a measurement of the degree of peculiarity. As the first attempt to tackle the problem, we present a set-value-oriented day-by-day behavioral data expression mode considering that daily behaviors with respect to an object should be recorded as a set of behaviors, and devise a peculiarity group mining algorithm in view of the set-value-oriented data expression which cannot be very well handled by existing methods. Furthermore, we show that our method is practical and efficient using real datasets. Yun Xiong, Yangyong Zhu |
ICDM | 2 |
| 2009 | A Cost-Effective LSH Filter for Fast Pairwise MiningabstractThe pairwise mining problem is to discover pairwise objects having measures greater than the user-specified minimum threshold from a collection of objects. It is essential in a large variety of database and data-mining applications. Of late, there has been increasing interest in applying a Locality-Sensitive Hashing (LSH) scheme for pairwise mining. LSH-type methods have shown themselves to be simply implementable and capable of achieving significant performance gain in running time over most exact methods. However, the present LSH-type methods still suffer from some bottlenecks, such as ¿the curse of threshold¿. In this paper, we proposed a novel LSH-based method, namely Cost-effective LSH filter (Ce-LSH for short), for pairwise mining. Compared with previous LSH-type methods, it uses a lower fixed number of LSH functions and is thus more cost-effective. Substantial experiments evidence that our method gives significant improvement in running time over existing LSH-type methods and some recently reported method based on upper-bound. Experimental results also indicate that it scales well even for a relatively low minimum threshold and for a fairly small miss ratio. Yun Xiong, Longbing Cao, Dan Luo 0001, Xuchun Su, Yangyong Zhu |
ICDM | 6 |
| 2007 | Incremental Mining of Sequential Patterns Using Prefix Tree
Jiankui Guo, Yaqin Wang, Yun Xiong, Yangyong Zhu |
PAKDD | 5 |
| 2005 | A Top-Down Algorithm for Mining Web Access Patterns from Web Logs
Jiankui Guo, Beijun Ruan, Zunping Cheng, Fang-zhong Su, Yaqin Wang, Xu-bin Deng, Yangyong Zhu |
PAKDD | 8 |
| 2003 | A New Algorithm for Performing Ratings-Based Collaborative Filtering
Fengzhao Yang, Yangyong Zhu, Baile Shi |
APWeb | 2 |
| 2001 | ARMiner: A Data Mining Tool Based on Association Rules
Haofeng Zhou, Beijun Ruan, Jianqiu Zhu, Yangyong Zhu, Baile Shi |
WAIM | 4 |