EDBT 2026 Demo / reviewers in the wild / expert
Bo Yang 0002
dblp:46/999-2
· DBLP profile ↗
50ranked-venue papers in the field
11as first author
30since 2021 · last 2026
0000-0003-1927-8419ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 15 (1 first)Data Mining & Knowledge Discovery · 12 (5 first)Database Systems & Data Management · 11 (4 first)Knowledge Engineering, Semantic Web & Information Systems · 10Other / Interdisciplinary · 2 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | RHVI-FDD: A Hierarchical Decoupling Framework for Low-Light Image Enhancement
Junhao Yang, Chunguo Wu, Bo Yang 0002, Hong-Wei Ge, Yanchun Liang 0001, Heow Pueh Lee |
ICMR | 3 |
| 2026 | Empowering LLMs for Structure-Based Drug Design via Exploration-Augmented Latent InferenceabstractPublisher Copyright: © 2026 Owner/Author. Xuanning Hu, Anchen Li, Qianli Xing 0002, Jinglong Ji, Hao Tuo, Bo Yang 0002 |
WWW | 6 |
| 2026 | SemaCDR: LLM-Powered Transferable Semantics for Cross-Domain Sequential Recommendation
Chunxu Zhang, Shanqiang Huang, Zijian Zhang 0009, Jiahong Liu 0001, Linsong Yu, Ruiqi Wan, Bo Yang 0002, Irwin King |
WWW | 7 |
| 2026 | Learning Evolving Preferences: A Federated Continual Framework for User-Centric RecommendationabstractUser-centric recommendation has become essential for delivering personalized services, as it enables systems to adapt to users' evolving behaviors while respecting their long-term preferences and privacy constraints. Although federated learning offers a promising alternative to centralized training, existing approaches largely overlook user behavior dynamics, leading to temporal forgetting and weakened collaborative personalization. In this work, we propose FCUCR, a federated continual recommendation framework designed to support long-term personalization in a privacy-preserving manner. To address temporal forgetting, we introduce a time-aware self-distillation strategy that implicitly retains historical preferences during local model updates. To tackle collaborative personalization under heterogeneous user data, we design an inter-user prototype transfer mechanism that enriches each client's representation using knowledge from similar users while preserving individual decision logic. Extensive experiments on four public benchmarks demonstrate the superior effectiveness of our approach, along with strong compatibility and practical applicability. Code is available at https://github.com/Poizoner/code4FCUCR_www2026. Chunxu Zhang, Zhiheng Xue, Guodong Long, Bo Yang 0002 |
WWW | 5 |
| 2026 | Multimodal-enhanced Federated Recommendation: A Group-wise Fusion ApproachabstractFederated Recommendation (FR) has emerged as a promising paradigm for addressing the learn-to-rank problem in a privacy-preserving manner. However, effectively incorporating multimodal item features into FR remains an open challenge, due to efficiency constraints, distribution heterogeneity, and feature utilization alignment with the recommendation objective. To tackle these issues, we propose GFMFR, a novel multimodal fusion framework for federated recommendation. Specifically, multimodal representation learning is offloaded to the server, which stores item content and employs a high-capacity encoder to generate expressive representations, thereby alleviating the computational burden on clients. In addition, a group-aware multimodal aggregation mechanism learns shared representations for users with similar interests, enabling knowledge sharing while alleviating distribution heterogeneity. Finally, GFMFR adopts a preference-guided distillation strategy that leverages multimodal information in a way directly aligned with recommendation objectives. The proposed framework can be seamlessly integrated into existing federated recommender systems, enhancing their effectiveness by incorporating multimodal features. Extensive experiments on five benchmark datasets demonstrate that GFMFR consistently outperforms state-of-the-art multimodal FR baselines. The implementation code is available. https://github.com/Zhangwp2420/GFMFR. Chunxu Zhang, Guodong Long, Zhiheng Xue, Riting Xia, Bo Yang 0002 |
WWW | 6 |
| 2026 | Grouping-enhanced personalization for federated recommendation
Linrui Shen, Anchen Li, Xueyan Liu 0001, Riting Xia, Bo Yang 0002 |
Inf. Process. Manag. | 5 |
| 2025 | Variety Is the Spice of Life: Detecting Misinformation with Dynamic Environmental RepresentationsabstractThe proliferation of misinformation across diverse social media platforms has drawn significant attention from both academic and industrial communities due to its detrimental effects. Accordingly, automatically distinguishing misinformation, dubbed as Misinformation Detection (MD), has become an increasingly active research topic. The mainstream methods formulate MD as a static learning paradigm, which learns the mapping between the content, links, and propagation of news articles and the corresponding manual veracity labels. However, the static assumption is often violated, since in real-world scenarios, the veracity of news articles may vacillate within the dynamically evolving social environment. To tackle this problem, we propose a novel framework, namely Misinformation detection with Dynamic Environmental Representations (MISDER). The basic idea of MISDER lies in learning a social environmental representation for each period and employing a temporal model to predict the representation for future periods. In this work, we specify the temporal model as the LSTM model, continuous dynamics equation, and pre-trained dynamics system, suggesting three variants of MISDER, namely MISDER-LSTM, MISDER-ODE, and MISDER-PT, respectively. To evaluate the performance of MISDER, we compare it to various MD baselines across 2 prevalent datasets, and the experimental results can indicate the effectiveness of our proposed model. Bing Wang 0018, Ximing Li 0002, Yiming Wang 0012, Changchun Li, Jiaxu Cui, Renchu Guan, Bo Yang 0002 |
CIKM | 7 |
| 2025 | Diffusion Multi-behavior Recommender Model
Anchen Li, Jinglong Ji, Riting Xia, Bo Yang 0002 |
DASFAA (5) | 4 |
| 2025 | Towards Efficient Few-shot Graph Neural Architecture Search via Partitioning Gradient ContributionabstractTo address the weight coupling problem, certain studies introduced few-shot Neural Architecture Search (NAS) methods, which partition the supernet into multiple sub-supernets. However, these methods often suffer from computational inefficiency and tend to provide suboptimal partitioning schemes. To address this problem more effectively, we analyze the weight coupling problem from a novel perspective, which primarily stems from distinct modules in succeeding layers imposing conflicting gradient directions on the preceding layer modules. Based on this perspective, we propose the Gradient Contribution (GC) method that efficiently computes the cosine similarity of gradient directions among modules by decomposing the Vector-Jacobian Product during supernet backpropagation. Subsequently, the modules with conflicting gradient directions are allocated to distinct sub-supernets while similar ones are grouped together. To assess the advantages of GC and address the limitations of existing Graph Neural Architecture Search methods, which are limited to searching a single type of Graph Neural Networks (Message Passing Neural Networks (MPNNs) or Graph Transformers (GTs)), we propose the Unified Graph Neural Architecture Search (UGAS) framework, which explores optimal combinations of MPNNs and GTs. The experimental results demonstrate that GC achieves state-of-the-art (SOTA) performance in supernet partitioning quality and time efficiency. In addition, the architectures searched by UGAS+GC outperform both the manually designed GNNs and those obtained by existing NAS methods. Finally, ablation studies further demonstrate the effectiveness of all proposed methods. Xuan Wu 0004, Bo Yang 0002, You Zhou 0008, Yubin Xiao, Yanchun Liang 0001, Hong-Wei Ge, Heow Pueh Lee, Chunguo Wu |
KDD (2) | 3 |
| 2025 | Troublemaker Learning for Low-Light Image EnhancementabstractLow-light image enhancement (LLIE) aims at restoring the color and brightness of underexposed images. Supervised methods suffer from high costs in collecting paired low-normal light images, while unsupervised approaches require intricate loss functions. To tackle these dual challenges, we propose the Trouble-Maker Learning (TML) strategy, which leverages images with normal light as training inputs. TML comprises two core components. Firstly, the Troublemaker Model (TM) generates pseudo low-light images from normal images, thereby alleviating the need for pairwise data and reducing associated costs. Secondly, the Predicting Model (PM) enhances the brightness of pseudo low-light images. Additionally, we integrate an Enhancing Model (EM) to further refine the visual quality of the PM's outputs. In LLIE tasks, it is crucial to capture global element correlations, as this allows for the extraction of more information pertaining to the same object. Convolutional Neural Networks (CNNs) and self-attention mechanisms are not well-suited to this task due to the local CNN operators, and high time complexity, respectively. To address these limitations, we propose Global Dynamic Convolution (GDC) with a time complexity of O(n). Essentially, GDC mimics the partial calculation process of self-attention to establish element-wise correlations. Building upon the GDC module, we develop the UGDC model. Finally, we explore the application of Data Fusion in the field of LLIE. Based on the Retinex theory, we conducted feature-level fusion using low-light images, illumination components and reflection components, which further enhance the performance of the LLIE system. Extensive quantitative and qualitative experiments demonstrate that UGDC, trained with TML and via data fusion, can achieve performance competitive with state-of-the-art approaches on public datasets. The source code of this paper is publicly available at https://github.com/Rainbowman0/TML_LLIE, facilitating reproducibility of the research findings. Yinghao Song, Bo Yang 0002, Yanchun Liang 0001, Hong-Wei Ge, Heow Pueh Lee, Chunguo Wu |
ICMR | 3 |
| 2025 | Hypercomplex Knowledge Graph-Aware RecommendationabstractKnowledge graphs (KGs) consist of well-organized external information and have been proven to enhance recommendation quality effectively. Most KG-aware recommender systems are developed using real number space embeddings. In recent years, learning representations in the hypercomplex space has gained success and attention. Compared to single-component real-valued vectors, multi-component hypercomplex embeddings offer greater expressiveness, facilitating more meaningful modeling of users, items, entities, and their relations in the user-item interaction graph and KG. In this paper, we explore the integration of hypercomplex algebras in KG-aware recommendation and propose a Hypercomplex Knowledge Graph-aware Recommender (HKGR) method. Our HKGR models the interaction graph and KG in the hypercomplex space by utilizing specially designed hypercomplex graph neural networks. In particular, HKGR employs a hypercomplex attention-based aggregator to capture the structure and semantics of the KG. In the recommendation prediction phase, we design a hypercomplex interaction network that can approximate the high-order component interactions between users and items. Furthermore, we introduce a hypercomplex contrastive learning operator to strengthen cooperative signals between the interaction graph and KG modelings. Experiment results on the four real-world datasets show that our HKGR outperforms the state-of-the-art recommender baselines. Anchen Li, Bo Yang 0002, Huan Huo, Farookh Hussain, Guandong Xu |
SIGIR | 2 |
| 2025 | Dual Graph Denoising Model for Social RecommendationabstractGraph-based social recommender systems utilize user-item interaction graphs and user-user social graphs to model user preferences. However, their performance can be limited by redundant and noisy information in these two graphs. Although several recommender studies on data denoising exist, most either rely on heuristic assumptions, which limit their adaptability, or use a single model that combines denoising and recommendation, potentially imposing substantial demands on the model capacity. To address these issues, we propose a dual Graph Denoising Social Recommender (GDSR), which consists of two steps: graph denoising and user preference prediction. First, we design a denoising module which exploits a dual diffusion model to alleviate noises in the interaction and social graphs by performing multi-step noise diffusion and removal. We develop three kinds of conditions to guide our dual graph diffusion paradigm and propose a cross-domain signal guidance mechanism to enhance the structure of denoised graphs. Second, we devise a recommender module that employs a dual graph learning structure on denoised graphs to generate recommendations. Moreover, we use additional supervision signals from the diffusion-enhanced data augmentation to introduce a graph contrastive learning task, enhancing the recommender module's representation quality and robustness. Experiment results show the effectiveness of our GDSR. Anchen Li, Bo Yang 0002 |
WWW | 2 |
| 2025 | Stochastic Block Models for Complex Network Analysis: A SurveyabstractComplex networks enable to represent and characterize the interactions between entities in various complex systems which widely exist in the real world and usually generate vast amounts of data about all the elements, their behaviors and interactions over time. The studies concentrating on new network analysis approaches and methodologies are vital because of the diversity and ubiquity of complex networks. The stochastic block model (SBM), based on Bayesian theory, is a statistical network model. SBMs are essential tools for analyzing complex networks since SBMs have the advantages of interpretability, expressiveness, flexibility and generalization. Thus, designing diverse SBMs and their learning algorithms for various networks has become an intensively researched topic in network analysis and data mining. In this article, we review, in a comprehensive and in-depth manner, SBMs for different types of networks (i.e., model extensions), existing methods (including parameter estimation and model selection) for learning optimal SBMs for given networks and SBMs combined with deep learning. Finally, we provide an outlook on the future research directions of SBMs. Xueyan Liu 0001, Wenzhuo Song, Katarzyna Musial, Yang Li 0030, Xuehua Zhao, Bo Yang 0002 |
ACM Trans. Knowl. Discov. Data | 6 |
| 2025 | Personalized Recommendation Models in Federated Settings: A SurveyabstractFederated recommender systems (FedRecSys) have emerged as a pivotal solution for privacy-aware recommendations, balancing growing demands for data security and personalized experiences. Current research efforts predominantly concentrate on adapting traditional recommendation architectures to federated environments, optimizing communication efficiency, and mitigating security vulnerabilities. However, user personalization modeling, which is essential for capturing heterogeneous preferences in this decentralized and non-IID data setting, remains underexplored. This survey addresses this gap by systematically exploring personalization in FedRecSys, charting its evolution from centralized paradigms to federated-specific innovations. We establish a foundational definition of personalization in a federated setting, emphasizing personalized models as a critical solution for capturing fine-grained user preferences. The work critically examines the technical hurdles of building personalized FedRecSys and synthesizes promising methodologies to meet these challenges. As the first consolidated study in this domain, this survey serves as both a technical reference and a catalyst for advancing personalized FedRecSys research. Chunxu Zhang, Guodong Long, Zijian Zhang 0009, Zhiwei Li 0007, Honglei Zhang 0002, Qiang Yang 0001, Bo Yang 0002 |
IEEE Trans. Knowl. Data Eng. | 7 |
| 2024 | Structure- and Logic-Aware Heterogeneous Graph Learning for RecommendationabstractRecently, there has been a surge in recommendations based on heterogeneous information networks (HINs), attributed to their ability to integrate complex and rich semantics. Despite this advancement, most HIN-based recommenders overlook two critical aspects. First, they often fail to consider HIN's heterophily nature, hindering the capture of non-local structures in HINs. Second, most methods lack the capability for logical reasoning. In this paper, we propose a novel structure- and logic-aware heterogeneous graph learning framework for recommender systems (SLHRec). Our SLHRec contains a structure-aware module and a logic-aware module. The former uses network geometry to construct non-local neighborhoods for nodes in HINs, and then introduces a graph neural network to integrate constructed neighbors for modeling the heterophily of HINs. The logic-aware module uses the Markov logic network (MLN) to infuse logic rules into heterogeneous graph learning, thereby boosting logic reasoning in recommendations. Furthermore, we utilize contrastive learning to model cooperative signals between modules, enabling them to complement each other. In the prediction stage, both modules contribute to generating recommendations. Compared with several strong recommender baselines, our SLHRec achieves superior performance on four real-world datasets. Anchen Li, Bo Yang 0002, Huan Huo, Farookh Khadeer Hussain, Guandong Xu |
ICDE | 2 |
| 2024 | GPFedRec: Graph-Guided Personalization for Federated RecommendationabstractThe federated recommendation system is an emerging AI service architecture that provides recommendation services in a privacy-preserving manner. Using user-relation graphs to enhance federated recommendations is a promising topic. However, it is still an open challenge to construct the user-relation graph while preserving data locality-based privacy protection in federated settings. Inspired by a simple motivation, similar users share a similar vision (embeddings) to the same item set, this paper proposes a novel Graph-guided Personalization for Federated Recommendation (GPFedRec). The proposed method constructs a user-relation graph from user-specific personalized item embeddings at the server without accessing the users' interaction records. The personalized item embedding is locally fine-tuned on each device, and then a user-relation graph will be constructed by measuring the similarity among client-specific item embeddings. Without accessing users' historical interactions, we embody the data locality-based privacy protection of vanilla federated learning. Furthermore, a graph-guided aggregation mechanism is designed to leverage the user-relation graph and federated optimization framework simultaneously. Extensive experiments on five benchmark datasets demonstrate GPFedRec's superior performance. The in-depth study validates that GPFedRec can generally improve existing federated recommendation methods as a plugin while keeping user privacy safe. Code is available https://github.com/Zhangcx19/GPFedRec Chunxu Zhang, Guodong Long, Tianyi Zhou 0001, Zijian Zhang 0009, Peng Yan 0002, Bo Yang 0002 |
KDD | 6 |
| 2024 | Robust Representation Learning for Image Clustering
Pengcheng Jiang, Ye Zhu 0002, Yang Cao 0019, Gang Li 0009, Gang Liu 0021, Bo Yang 0002 |
KSEM (4) | 6 |
| 2024 | Zero-shot Image Classification with Logic Adapter and Rule PromptabstractZero-shot image classification, which aims to predict unseen classes whose samples have never appeared during the training phase, is crucial in the Web domain because many new web images appear on various websites. Attributes, as annotations for class-level characteristics, are widely used semantic information for this task. However, most current methods often fail to capture discriminative image features between similar images from different classes, leading to unsatisfactory zero-shot image classification results. This is because they solely focus on limited visual-attribute feature alignment. Therefore, we propose a Zero-Shot image Classification with Logic adapter and Rule prompt method called ZSCLR, which utilizes logic adapter and rule prompts to encourage the model to capture discriminative image features and achieve reasoning. Specifically, ZSCLR consists of a visual perception module and a logic adapter. The visual perception module extracts image features from training data. At the same time, the logic adapter utilizes the Markov logic network to encode the extracted image features and rule prompts for refining the discriminative image features. Due to predicates of rule prompts representing symbolic discriminative features, the proposed model can focus more on these discriminative features and achieve more precise image classification. Additionally, the logic adapter enables the model to adapt from recognizing images in seen classes to those in unseen classes through the reasoning of the Markov logic networks. We implement experiments on three standard zero-shot image classification benchmarks, and ZSCLR achieves competitive performance. Furthermore, ZSCLR can provide explanations for its predictions through rule prompts. Dongran Yu, Xueyan Liu 0001, Bo Yang 0002 |
WWW | 3 |
| 2024 | When Federated Recommendation Meets Cold-Start Problem: Separating Item Attributes and User InteractionsabstractFederated recommendation system usually trains a global model on the server without direct access to users' private data on their own devices. However, this separation of the recommendation model and users' private data poses a challenge in providing quality service, particularly when it comes to new items, namely cold-start recommendations in federated settings. This paper introduces a novel method called Item-aligned Federated Aggregation (IFedRec) to address this challenge. It is the first research work in federated recommendation to specifically study the cold-start scenario. The proposed method learns two sets of item representations by leveraging item attributes and interaction records simultaneously. Additionally, an item representation alignment mechanism is designed to align two item representations and learn the meta attribute network at the server within a federated learning framework. Experiments on four benchmark datasets demonstrate IFedRec's superior performance for cold-start scenarios. Furthermore, we also verify IFedRec owns good robustness when the system faces limited client participation and noise injection, which brings promising practical application potential in privacy-protection enhanced federated recommendation systems. The implementation code is available Chunxu Zhang, Guodong Long, Tianyi Zhou 0001, Zijian Zhang 0009, Peng Yan 0002, Bo Yang 0002 |
WWW | 6 |
| 2024 | A Truthful Pricing-Based Defending Strategy Against Adversarial Attacks in Budgeted Combinatorial Multi-Armed BanditsabstractWe study defending strategies against adversarial attacks onCombinatorial Multi-Armed Bandits(CMAB) algorithms. CMAB is an effective sequence decision making tool that has been broadly applied in online real-world applications. We consider a realistic CMAB setting, budgeted CMAB, in which multiple arms associated with pulling costs and unknown rewards are pulled per round, aiming to maximize the cumulative reward under a budget constraint. However, the adversarial attack against budgeted CMAB is rarely studied, posing a very important security issue. Specifically, a suboptimal arm that is not pulled (i.e., attacker) can hijack the budgeted CMAB algorithm's behavior, forcing itself to be pulled frequently by manipulating other arms' rewards. Existing strategies cannot prevent such attacks. Motivated by this, we closely study the adversarial attack against a popular budgeted CMAB algorithm, exposing a significant security threat to real-world applications. The attack extends to other algorithms with certain customization. To address this, we incorporate a truthful pricing-based defending strategy that prevents such attacks effectively and ensures arms share pulling costs truthfully. Extensive simulations have illustrated the proposed attack strategy can hijack the algorithm efficiently, while the defending strategy provides attack prevention, individual rationality, and asymptotic truthfulness guarantees. Hengzhi Wang, En Wang, Yongjian Yang 0001, Bo Yang 0002, Jiangchuan Liu |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2023 | Multi-head Variational Graph Autoencoder Constrained by Sum-product NetworksabstractVariational graph autoencoder (VGAE) is a promising deep probabilistic model in graph representation learning. However, most existing VGAEs adopt the mean-field assumption, and cannot characterize the graphs with noise well. In this paper, we propose a novel deep probabilistic model for graph analysis, termed Multi-head Variational Graph Autoencoder Constrained by Sum-product Networks (named SPN-MVGAE), which helps to relax the mean-field assumption and learns better latent representation with fault tolerance. Our proposed model SPN-MVGAE uses conditional sum-product networks as constraints to learn the dependencies between latent factors in an end-to-end manner. Furthermore, we introduce the superposition of the latent representations learned by multiple variational networks to represent the final latent representations of nodes. Our model is the first use sum-product networks for graph representation learning, extending the scope of sum-product networks applications. Experimental results show that compared with other baseline methods, our model has competitive advantages in link prediction, fault tolerance, node classification, and graph visualization on real datasets. Riting Xia, Yan Zhang 0052, Chunxu Zhang, Xueyan Liu 0001, Bo Yang 0002 |
WWW | 5 |
| 2023 | HRL4EC: Hierarchical reinforcement learning for multi-mode epidemic control
Xinqi Du, Hechang Chen, Bo Yang 0002, Cheng Long 0001, Songwei Zhao |
Inf. Sci. | 3 |
| 2023 | Hyperbolic Neural Collaborative RecommenderabstractRecently, deep learning techniques have yielded immense success on recommender systems. However, one weakness of most deep methods is that, users/items mutual semantic relationships, which are latent in the user-item interactions, are not distilled out explicitly. Moreover, most methods have been primarily focused on representation learning in euclidean geometry. Since recent studies have shown that the bipartite graph structure has the non-euclidean latent anatomy, euclidean embeddings may suffer from a certain degree of distortion. In this work, we presentHyperbolicNeuralCollaborativeRecommender (HNCR), a deep hyperbolic representation learning method that exploits mutual semantic relationships among users/items for collaborative filtering tasks. HNCR first introduces a neighbor construction strategy to build user and item semantic neighborhoods. Then HNCR develops a framework based on deep learning and hyperbolic geometry to integrate constructed neighborhoods into recommendation. To evaluate our method, we conduct experiments on the four datasets. Experimental results show the superiority of HNCR compared with its euclidean counterpart and state-of-the-art recommendation baselines. The results also indicate that hyperbolic representations can reflect meaningful data insights. Anchen Li, Bo Yang 0002, Huan Huo, Hongxu Chen 0002, Guandong Xu, Zhen Wang 0004 |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2022 | Meta-path Enhanced Lightweight Graph Neural Network for Social Recommendation
Hang Miao, Anchen Li, Bo Yang 0002 |
DASFAA (2) | 3 |
| 2022 | Counterfactual-Guided and Curiosity-Driven Multi-hop Reasoning over Knowledge Graph
Dan Shi 0001, Anchen Li, Bo Yang 0002 |
DASFAA (1) | 3 |
| 2022 | Hypercomplex Graph Collaborative FilteringabstractHypercomplex algebras are well-developed in the area of mathematics. Recently, several hypercomplex recommendation approaches have been proposed and yielded great success. However, two vital issues have not been well-considered in existing hypercomplex recommenders. First, these methods are only designed for specific and low-dimensional hypercomplex algebras (e.g., complex and quaternion algebras), ignoring the exploration and utilization of high-dimensional ones. Second, most recommenders treat every user-item interaction as an isolated data instance, without considering high-order collaborative relationships. Anchen Li, Bo Yang 0002, Huan Huo, Farookh Khadeer Hussain |
WWW | 2 |
| 2022 | HSR: Hyperbolic Social Recommender
Anchen Li, Bo Yang 0002, Farookh Khadeer Hussain, Huan Huo |
Inf. Sci. | 2 |
| 2021 | DNEA: Dynamic Network Embedding Method for Anomaly Detection
Xuan Zang, Bo Yang 0002, Xueyan Liu 0001, Anchen Li |
KSEM | 2 |
| 2021 | Leveraging implicit relations for recommender systems
Anchen Li, Bo Yang 0002, Huan Huo, Farookh Khadeer Hussain |
Inf. Sci. | 2 |
| 2021 | A Scalable Redefined Stochastic BlockmodelabstractStochastic blockmodel (SBM) is a widely used statistical network representation model, with good interpretability, expressiveness, generalization, and flexibility, which has become prevalent and important in the field of network science over the last years. However, learning an optimal SBM for a given network is an NP-hard problem. This results in significant limitations when it comes to applications of SBMs in large-scale networks, because of the significant computational overhead of existing SBM models, as well as their learning methods. Reducing the cost of SBM learning and making it scalable for handling large-scale networks, while maintaining the good theoretical properties of SBM, remains an unresolved problem. In this work, we address this challenging task from a novel perspective of model redefinition. We propose a novel redefined SBM with Poisson distribution and its block-wise learning algorithm that can efficiently analyse large-scale networks. Extensive validation conducted on both artificial and real-world data shows that our proposed method significantly outperforms the state-of-the-art methods in terms of a reasonable trade-off between accuracy and scalability. 1 Xueyan Liu 0001, Bo Yang 0002, Hechang Chen, Katarzyna Musial, Hongxu Chen 0002, Yang Li 0030, Wanli Zuo |
ACM Trans. Knowl. Discov. Data | 2 |
| 2020 | MA-TREX: Mutli-agent Trajectory-Ranked Reward Extrapolation via Inverse Reinforcement Learning
Sili Huang, Bo Yang 0002, Hechang Chen, Haiyin Piao, Zhixiao Sun, Yi Chang 0001 |
KSEM (2) | 2 |
| 2019 | Sequential Recommendation Based on Long-Term and Short-Term User Behavior with Self-attention
Xianglin Zuo, Bo Yang 0002 |
KSEM (1) | 3 |
| 2019 | Deep Neural Architecture Search with Deep Graph Bayesian OptimizationabstractImage recognition aims to identify objects, places, people, or other targeted items in a given image, and has a wide range of social applications such as natural disasters recognition, plant disease detection, and traffic jam detection. Currently state-of-the-art methods of image recognition are based on deep learning and remain a common pattern in designing and using convolutional neural networks (CNNs). However, designing CNNs is extremely time intensive and requires an expert. Neural architecture search (NAS) can solve this problem by automatically identifying architectures of CNNs that are superior to hand-designed ones. Recently BO has been applied to neural architecture search and shows better performance than pure evolutionary strategies. All these methods adopt Gaussian processes (GPs) as surrogate function, with the handcraft similarity metrics as input. In this work, we propose a Bayesian graph neural network as a new surrogate, which can automatically extract features from deep neural architectures, and use such learned features to fit and characterize black-box objectives and their uncertainty. Based on the new surrogate, we then develop a graph Bayesian optimization framework to address the challenging task of deep neural architecture search. Experiment results show our method significantly outperforms the comparative methods on benchmark tasks. Lizheng Ma, Jiaxu Cui, Bo Yang 0002 |
WI | 3 |
| 2018 | Partially Observable Reinforcement Learning for Sustainable Active Surveillance
Hechang Chen, Bo Yang 0002, Jiming Liu 0001 |
KSEM (2) | 2 |
| 2018 | Web Data Extraction from Scientific Publishers' Website Using Hidden Markov Model
Jing Huang 0002, Beibei Wang 0003, Mingyue Duan, Bo Yang 0002 |
KSEM (1) | 5 |
| 2018 | Trust-Distrust Aware Recommendation by Integrating Metric Learning with Matrix Factorization
Xianglin Zuo, Bo Yang 0002 |
KSEM (2) | 3 |
| 2017 | Stochastic Blockmodeling and Variational Bayes Learning for Signed Network AnalysisabstractSigned networks with positive and negative links attract considerable interest in their studying since they contain more information than unsigned networks. Community detection and sign (or attitude) prediction are still primary challenges, as the fundamental problems of signed network analysis. For this, a generative Bayesian approach is presented wherein 1) a signed stochastic blockmodel is proposed to characterize the community structure in the context of signed networks, by explicit formulating the distributions of the density and frustration of signed links from a stochastic perspective, and 2) a model learning algorithm is advanced by theoretical deriving a variational Bayes EM for the parameter estimation and variation-based approximate evidence for the model selection. The comparison of the above approach with the state-of-the-art methods on synthetic and real-world networks, shows its advantage in the community detection and sign prediction for the exploratory networks. Bo Yang 0002, Xueyan Liu 0001, Yang Li 0030, Xuehua Zhao |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2014 | Modeling and Mining Spatiotemporal Social Contact of Metapopulation from Heterogeneous DataabstractDuring an epidemic, the spatial, temporal and demographical patterns of disease transmission are determined by multiple factors. Besides the physiological properties of pathogenes and hosts, the social contacts of host population, which characterize individuals' reciprocal exposures of infection in view of demographical structures and various social activities, are also pivotal to understand and further predict the prevalence of infectious diseases. The means of measuring social contacts will dominate the extent how precisely we can forecast the dynamics of infections in the real world. Most current works focus their efforts on modeling the spatial patterns of static social contacts. In this work, we address the problem on how to characterize and measure dynamical social contacts during an epidemic from a novel perspective. We propose an epidemic-model-based tensor deconvolution framework to address this issue, in which the spatiotemporal patterns of social contacts are represented by the factors of tensors, which can be discovered by a tensor deconvolution procedure with an integration of epidemic models from rich types of data, mainly including heterogeneous outbreak surveillance, social-demographic census and physiological data from medical reports. Taking SIR model as a case study, the efficacy of the proposed method is theoretically analyzed and empirically validated through a set of rigorous experiments on both synthetic and real-world data. Bo Yang 0002, Hongbin Pei, Hechang Chen, Jiming Liu 0001, Shang Xia |
ICDM | 1 |
| 2014 | Efficiently and Fast Learning a Fine-grained Stochastic Blockmodel from Large Networks
Xuehua Zhao, Bo Yang 0002, Hechang Chen |
PAKDD (1) | 2 |
| 2013 | Hierarchical community detection with applications to real-world network analysis
Bo Yang 0002, Di Jin 0001, Jiming Liu 0001, Dayou Liu |
Data Knowl. Eng. | 1 |
| 2012 | On the Spectral Characterization and Scalable Mining of Network CommunitiesabstractNetwork communities refer to groups of vertices within which their connecting links are dense but between which they are sparse. A network community mining problem (or NCMP for short) is concerned with the problem of finding all such communities from a given network. A wide variety of applications can be formulated as NCMPs, ranging from social and/or biological network analysis to web mining and searching. So far, many algorithms addressing NCMPs have been developed and most of them fall into the categories of either optimization based or heuristic methods. Distinct from the existing studies, the work presented in this paper explores the notion of network communities and their properties based on the dynamics of a stochastic model naturally introduced. In the paper, a relationship between the hierarchical community structure of a network and the local mixing properties of such a stochastic model has been established with the large-deviation theory. Topological information regarding to the community structures hidden in networks can be inferred from their spectral signatures. Based on the above-mentioned relationship, this work proposes a general framework for characterizing, analyzing, and mining network communities. Utilizing the two basic properties of metastability, i.e., being locally uniform and temporarily fixed, an efficient implementation of the framework, called the LM algorithm, has been developed that can scalably mine communities hidden in large-scale networks. The effectiveness and efficiency of the LM algorithm have been theoretically analyzed as well as experimentally validated. Bo Yang 0002, Jiming Liu 0001, Jianfeng Feng |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2011 | A Random Network Ensemble Model Based Generalized Network Community Mining AlgorithmabstractThe ability to discover community structures from explorative networks is useful for many applications. Most of the existing methods with regard to community mining are specifically designed for assortative networks, and some of them could be applied to address disassortative networks by means of intentionally modifying the objectives to be optimized. However, the types of the explorative networks are unknown beforehand. Consequently, it is difficult to determine what specific algorithms should be used to mine appropriate structures from exploratory networks. To address this issue, a novel concept, generalized community structure, has been proposed with the attempt to unify the two distinct counterparts in both types of networks. Furthermore, based on the proposed random network ensemble model, a generalized community mining algorithm, so called G-NCMA, has been proposed, which is promisingly suitable for both types of networks. Its performance has been rigorously tested, validated and compared with other related algorithms against real-world networks as well as synthetic networks. Experimental results show the G-NCMA algorithm is able to detect communities, without any prior, from explorative networks with a good accuracy. Bo Yang 0002, Jing Huang 0002, Dayou Liu |
ASONAM | 1 |
| 2011 | Discovering Explorative Patterns from Real-World Complex NetworksabstractThe ability to discover patterns of networks is fundamental for structural analysis applied to them. Many ubiquitous patterns demonstrated by real-world networks have been discovered, and corresponding tools for finding them also have been developed. Although existing works have greatly improved our understanding on networks, it is still challenging to precisely model and predict their behaviors mainly because their non-trivial structures usually consists of many fold coexisting patterns which cannot be appropriately and totally uncovered by a single tool exclusively designed for pre-defined ones. In this work, we take an effort to address this issue by introducing a parameter-free algorithm aiming to discover such patterns hidden in an explorative network. Bo Yang 0002, Jiming Liu 0001 |
ASONAM | 1 |
| 2011 | An Adaptive Fuzzy k-Nearest Neighbor Method Based on Parallel Particle Swarm Optimization for Bankruptcy Prediction
Huiling Chen 0001, Dayou Liu, Bo Yang 0002, Jie Liu 0014, Gang Wang 0013 |
PAKDD (1) | 3 |
| 2011 | Ant Colony Optimization with Markov Random Walk for Community Detection in Graphs
Di Jin 0001, Dayou Liu, Bo Yang 0002, Carlos Baquero, Dongxiao He |
PAKDD (2) | 3 |
| 2009 | A Multi-Agent Based Decentralized Algorithm for Social Network Community MiningabstractResearch has shown that many social networks come into being hierarchically based on some basic building blocks called communities, within which the social interactions are very intensive, but between which they are very weak. Network community mining algorithms aim at efficiently and effectively discovering all such communities from a given network. Many related methods have been proposed and applied to different areas including social network analysis, gene network analysis and web clustering engine. Most of the existing methods for mining communities are centralized. In this paper, we present a multi-agent based decentralized algorithm, in which a group of autonomous agents work together to mine a network through a proposed self-aggregation and self-organization mechanism. Thanks to its decentralized feature, our method is potentially suitable for dealing with distributed networks, whose global structures are hard to obtain due to their geographical distributions, decentralized controls or huge sizes. The effectiveness of our method has been tested against different benchmark networks. Bo Yang 0002, Jing Huang 0002, Dayou Liu, Jiming Liu 0001 |
ASONAM | 1 |
| 2008 | On Modularity of Social Network Communities: The Spectral CharacterizationabstractThe term of social network communities refers to groups of individuals within which social interactions are intense and between which they are weak. A social network community mining problem (SNCMP) can be stated as the problem of finding all such communities from a given social network. A wide variety of applications can be formulated into SNCMPs, ranging from Web intelligence to social intelligence. So far, many algorithms addressing the SNCMP have been developed; most of them are either optimization or heuristic based methods. Different from all existing work, this paper explores the notion of a social network community and its intrinsic properties, drawing on the dynamics of a stochastic model naturally introduced. In particular, it uncovers an interesting connection between the hierarchical community structure of a network and the metastability of a Markov process constructed upon it. A lot of critical topological information regarding to communities hidden in networks can be inferred from the derived spectral signatures of such networks, without actually clustering them with any particular algorithms. Based upon the above connection, we can obtain a frameworkfor characterizing and analyzing social network communities. Bo Yang 0002, Jiming Liu 0001, Jianfeng Feng, Dayou Liu |
Web Intelligence | 1 |
| 2008 | Discovering global network communities based on local centralitiesabstractOne of the central problems in studying and understanding complex networks, such as online social networks or World Wide Web, is to discover hidden, either physically (e.g., interactions or hyperlinks) or logically (e.g., profiles or semantics) well-defined topological structures. From a practical point of view, a good example of such structures would be so-called network communities. Earlier studies have introduced various formulations as well as methods for the problem of identifying or extracting communities. While each of them has pros and cons as far as the effectiveness and efficiency are concerned, almost none of them has explicitly dealt with the potential relationship between the global topological property of a network and the local property of individual nodes. In order to study this problem, this paper presents a new algorithm, called ICS, which aims to discover natural network communities by inferring from the local information of nodes inherently hidden in networks based on a new centrality, that is, clustering centrality, which is a generalization of eigenvector centrality. As compared with existing methods, our method runs efficiently with a good clustering performance. Additionally, it is insensitive to its built-in parameters and prior knowledge. Bo Yang 0002, Jiming Liu 0001 |
ACM Trans. Web | 1 |
| 2007 | Community Mining from Signed Social NetworksabstractMany complex systems in the real world can be modeled as signed social networks that contain both positive and negative relations. Algorithms for mining social networks have been developed in the past, however most of them were designed primarily for networks containing only positive relations and thus not suitable for signed networks. In this work, we propose a new algorithm, called FEC, to mine signed social networks so that both positive within-group relations and negative between-group relations are dense. FEC considers both the sign and the density of relations as the clustering attributes, making itself effective for not only signed networks but also conventional social networks including only positive relations. Also, FEC adopts an agent-based heuristic that makes the algorithm efficient (in linear time with respect to the size of a network) and capable of giving nearly optimal solutions. FEC depends on only one parameter whose value can easily be set, and requires no prior knowledge on hidden community structures. The effectiveness and efficacy of FEC have been demonstrated through a set of rigorous experiments involving both benchmark and randomly-generated signed networks. Bo Yang 0002, William Kwok-Wai Cheung, Jiming Liu 0001 |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2006 | Self-Organizing Network Evolving Model for Mining Network Community Structure
Bo Yang 0002 |
ADMA | 1 |