EDBT 2026 Demo / reviewers in the wild / expert
Huan Huo
dblp:35/2637
· DBLP profile ↗
22ranked-venue papers in the field
3as first author
16since 2021 · last 2026
0000-0003-2440-714XORCID · verified
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 8 (2 first)Information Retrieval & Web Search · 7 (1 first)Data Mining & Knowledge Discovery · 4Knowledge Engineering, Semantic Web & Information Systems · 3
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Diagnosing and Mitigating Mid-Sequence Degradation in Recommender Systems
Linjiang Guo, Nitin Bisht, Shiqing Wu 0001, Huan Huo, Xianzhi Wang 0001, Guandong Xu |
SIGIR | 4 |
| 2026 | A Comprehensive Survey of Knowledge-Based Visual Question Answering Systems: The Lifecycle of Knowledge in Visual Reasoning TaskabstractKnowledge-based Visual Question Answering (KB-VQA) extends general Visual Question Answering by requiring external knowledge beyond the provided visual and textual inputs, facilitating more complex real-world applications. KB-VQA introduces unique challenges, including the alignment of heterogeneous information from diverse modalities and sources, the retrieval of relevant knowledge from large-scale and noisy repositories, and the execution of complex reasoning to infer answers from the combined context. With the advancement of large language models, KB-VQA systems have undergone a notable transformation, where LLMs serve as powerful knowledge repositories, retrieval-augmented generators and strong reasoners. Despite substantial progress, there is a lack of a recent, systematic survey that organizes and reviews the evolving landscape of existing KB-VQA methods. This survey aims to fill this gap by establishing a structured taxonomy of KB-VQA approaches and decomposing mainstream systems into three fundamental stages: knowledge representation, knowledge retrieval, and knowledge reasoning. Through an examination of existing techniques employed at each stage, this survey identifies persistent challenges and outlines promising future research directions, providing a foundation for advancing KB-VQA models and their applications. Jiaqi Deng 0001, Zonghan Wu, Huan Huo, Guandong Xu |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2025 | Causal Discovery with Inverted Self-attention for Multivariate Time Series
Yusen Liu 0001, Tianqing Zhu, Xiufeng Liu 0001, Huan Huo |
PAKDD (4) | 6 |
| 2025 | Self-generated Cross-Modal Prompt Tuning
Guiming Cao, Zonghan Wu, Huan Huo, Yuming Ou, Guandong Xu |
ECML/PKDD (3) | 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 | 3 |
| 2025 | Breaking the Loop: Causal Learning to Mitigate Echo Chambers in Social NetworksabstractIn social networks, echo chambers form when users primarily encounter information that reinforces their existing views with limited exposure to different perspectives. This self-reinforcing isolation worsens societal issues such as division and declining public discourse. Traditional approaches attempt to mitigate echo chambers by analyzing observable interaction patterns to identify their formative mechanisms. However, they overlook unobserved implicit factors, called hidden confounders in causal inference, that significantly influence content exposure and user behaviors despite not being directly captured in the data. To address this, we propose Causal Echo Diffusion Attenuator (CEDA) , a novel framework that integrates causal learning with sequential recommendations to detect and adjust for hidden confounders in social networks. Generally, CEDA comprises four key components: (1) User Dual Modelling builds comprehensive user embeddings by combining users’ attributes and structural information to fully capture behavior patterns. (2) Causal Transformer then estimates residual embeddings that account for hidden confounders, incorporating them into the Transformer as causal adjustments for unbiased user embeddings. (3) Social Diffusion Predictor uses unbiased user embeddings to jointly optimize diffusion prediction accuracy and information diversity. (4) Targeted Interventions strategically reshapes information flows to disrupt echo chambers based on the generated prediction and diversity insights. Extensive experiments demonstrate CEDA’s superior performance in both predicting information diffusion patterns and mitigating echo chambers. Dianer Yu, Qian Li 0003, Huan Huo, Guandong Xu |
ACM Trans. Inf. Syst. | 3 |
| 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 | 3 |
| 2024 | Homogeneous-listing-augmented Self-supervised Multimodal Product Title RefinementabstractProduct titles on e-commerce marketplaces often suffer from verbosity and inaccuracy, hindering effective communication of essential product details to customers. Refining titles to be more concise and informative is crucial for better user experience and product promotion. Recent solutions to product title refinement follow the standard text extractive and generative methods. Some also leverage multimodal information, e.g. using product images to supplement original titles with visual knowledge. However, these generative methods often produce additional terms not endorsed by sellers. Thus, it remains challenging to incorporate visual information missing from original titles into refined titles without excessively introducing novel terms. Additionally, most existing methods require human-labeled datasets, which are laborious to construct. In response to the two challenges, we present a self-supervised multimodal framework (HLATR) for title refinement that comprises two key modules: (1) a perturbated sample generator that constructs training data by systematically mining homogeneous listing information and (2) a title refinement network that effectively harnesses visual information to refine the original titles. To explicitly balance the extraction from original titles and the generation of supplementary novel terms, we adapt the copy mechanism that is guided by a focused refinement loss. Extensive experiments demonstrate that our proposed framework consistently outperforms others in generating refined titles that contain essential multimodal semantics with minimal deviation from the original ones. Jiaqi Deng 0001, Kaize Shi, Huan Huo, Dingxian Wang, Guandong Xu |
SIGIR | 3 |
| 2023 | Understanding crowd energy consumption behaviors
Xiufeng Liu 0001, Xu Cheng 0003, Yanyan Yang 0002, Huan Huo, Yongping Liu, Per Sieverts Nielsen |
EDBT | 4 |
| 2023 | An Extended Variational Mode Decomposition Algorithm Developed Speech Emotion Recognition PerformanceabstractAbstract Emotion recognition (ER) from speech signals is a robust approach since it cannot be imitated like facial expression or text based sentiment analysis. Valuable information underlying the emotions are significant for human-computer interactions enabling intelligent machines to interact with sensitivity in the real world. Previous ER studies through speech signal processing have focused exclusively on associations between different signal mode decomposition methods and hidden informative features. However, improper decomposition parameter selections lead to informative signal component losses due to mode duplicating and mixing. In contrast, the current study proposes VGG-optiVMD, an empowered variational mode decomposition algorithm, to distinguish meaningful speech features and automatically select the number of decomposed modes and optimum balancing parameter for the data fidelity constraint by assessing their effects on the VGG16 flattening output layer. Various feature vectors were employed to train the VGG16 network on different databases and assess VGG-optiVMD reproducibility and reliability. One, two, and three-dimensional feature vectors were constructed by concatenating Mel-frequency cepstral coefficients, Chromagram, Mel spectrograms, Tonnetz diagrams, and spectral centroids. Results confirmed a synergistic relationship between the fine-tuning of the signal sample rate and decomposition parameters with classification accuracy, achieving state-of-the-art 96.09% accuracy in predicting seven emotions on the Berlin EMO-DB database. David Hason Rudd, Huan Huo, Guandong Xu |
PAKDD (3) | 2 |
| 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. | 3 |
| 2022 | Leveraged Mel Spectrograms Using Harmonic and Percussive Components in Speech Emotion Recognition
David Hason Rudd, Huan Huo, Guandong Xu |
PAKDD (2) | 2 |
| 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 | 3 |
| 2022 | HSR: Hyperbolic Social Recommender
Anchen Li, Bo Yang 0002, Farookh Khadeer Hussain, Huan Huo |
Inf. Sci. | 4 |
| 2022 | DCFGAN: An adversarial deep reinforcement learning framework with improved negative sampling for session-based recommender systems
Jianli Zhao 0002, Hao Li 0009, Lijun Qu, Qinzhi Zhang, Qiuxia Sun, Huan Huo, Maoguo Gong |
Inf. Sci. | 6 |
| 2021 | Leveraging implicit relations for recommender systems
Anchen Li, Bo Yang 0002, Huan Huo, Farookh Khadeer Hussain |
Inf. Sci. | 3 |
| 2018 | Recognizing Textual Entailment with Attentive Reading and Writing Operations
Liang Liu 0015, Huan Huo, Xiufeng Liu 0001, Vasile Palade, Dunlu Peng, Qingkui Chen |
DASFAA (1) | 2 |
| 2006 | Efficient Query Processing for Streamed XML Fragments
Huan Huo, Guoren Wang, Xiaoyun Hui, Rui Zhou 0001, Bo Ning 0002, Chuan Xiao 0001 |
DASFAA | 1 |
| 2006 | Load Shedding for Window Joins over Streams
Donghong Han, Chuan Xiao 0001, Rui Zhou 0001, Guoren Wang, Huan Huo, Xiaoyun Hui |
WAIM | 5 |
| 2006 | Efficient Evaluation of Multiple Queries on Streamed XML Fragments
Huan Huo, Rui Zhou 0001, Guoren Wang, Xiaoyun Hui, Chuan Xiao 0001, Yongqian Yu |
WAIM | 1 |
| 2006 | Region-Based Coding for Queries over Streamed XML Fragments
Xiaoyun Hui, Guoren Wang, Huan Huo, Chuan Xiao 0001, Rui Zhou 0001 |
WISE | 3 |
| 2006 | Document Fragmentation for XML Streams Based on Query Statistics
Huan Huo, Guoren Wang, Xiaoyun Hui, Chuan Xiao 0001, Rui Zhou 0001 |
WISE | 1 |