EDBT 2026 Demo / reviewers in the wild / expert
Ziyuan Zhao
dblp:147/1229
· DBLP profile ↗
13ranked-venue papers in the field
2as first author
8since 2021 · last 2026
0000-0002-4403-825XORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 6 (2 first)Database Systems & Data Management · 5Data Mining & Knowledge Discovery · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | BL-UDA: Towards Unsupervised Domain-Adaptive Surgical Instrument Segmentation with Source Box LabelsabstractRecent advances in unsupervised domain adaptation (UDA) by adapting the model from one domain to another unseen domain have shown considerable promise in improving surgical instrument segmentation performance across domains. However, existing UDA methods primarily rely on pixel-wise labels, which are always difficult to collect due to the labor-intensive annotation process. In this work, we aim to relax the dependence on pixel-level supervision and investigate a challenging UDA setting - source box annotations, where weak supervision and domain shifts coexist. To achieve this, we introduce a novel unsupervised domain adaptation framework, BL-UDA, which leverages bounding box annotations for surgical instrument segmentation across domains. By utilizing the Segment Anything Model (SAM) for pseudo label generation from box annotations, our method effectively bridges object-level and pixel-level domain adaptation. The proposed BL-UDA framework comprises a teacher-student network with entropy minimization for object detection and an entropy-based label selection strategy for generating box prompts to SAM, facilitating pixel-level domain adaptation. Extensive experiments on the EndoVis 2017 and 2018 datasets demonstrate the superiority of BL-UDA over existing UDA methods, significantly mitigating domain shifts and addressing weak supervision challenges with minimal annotation requirements. Ziyuan Zhao, Yifang Yin, Yichen Zhang 0002, Xulei Yang, Jun Cheng 0003, Roger Zimmermann, Cuntai Guan, Shaohua Kevin Zhou |
ICMR | 1 |
| 2026 | A Content- and Context-Aware Click Model Based on Dynamic Graph Neural NetworksabstractClick modeling constitutes a pivotal area of study within information retrieval, as it provides insights into user search behavior and enables the extraction of valuable implicit relevance feedback from large-scale click logs. However, existing click models often rely on content-agnostic IDs to represent queries and documents. Additionally, they employ context-independent assumptions, such as the examination hypothesis, in modeling click probabilities. As a result, contemporary click models often fall short of capturing the influence of the diverse, multi-modal content found on modern Search Engine Result Pages (SERPs) and the intricate contextual interactions among heterogeneous search results. To address this issue, we propose a novel Dynamic Graph Neural Click Model (DGCM). The proposed model incorporates rich content and context information by jointly representing them as nodes in a dynamic graph and further leverages a dynamic graph attention network to predict users’ clicks at different timesteps. To demonstrate the effectiveness of the DGCM model, we conducted extensive experiments on two large-scale datasets with both content and click information: the public Sogou-SRR dataset and a proprietary dataset collected on the WeChat platform. The experimental results indicate that by capitalizing on the content and context information, DGCM outperforms existing click models in the click prediction and relevance estimation tasks. Jiaxin Mao, Ziyuan Zhao, Qiang Yan 0001 |
ACM Trans. Inf. Syst. | 3 |
| 2026 | Corrigendum: A Content- and Context-Aware Click Model Based on Dynamic Graph Neural NetworksabstractThis is a corrigendum for the article “A Content- and Context-Aware Click Model Based on Dynamic Graph Neural Networks” published in ACM Trans. Inf. Syst. 44, 3, Article 67 (March 2026), 27 pages. Jiaxin Mao, Ziyuan Zhao, Qiang Yan 0001 |
ACM Trans. Inf. Syst. | 3 |
| 2025 | Dynamic Service Knowledge Base Construction at WeChat
Haoyang Li 0002, Alexander Zhou 0001, Fengmei Jin, Qing Li 0001, Ziyuan Zhao, Hao Xin, Qiang Yan 0001, Tiezheng Mao, Xueling Lin, Zijian Li 0002, Lei Chen 0002 |
ADMA (4) | 5 |
| 2025 | Dense Retrieval for Aggregated SearchabstractTo satisfy users' diverse information needs, the aggregated search systems need to integrate heterogeneous results, with rich but different structural information, from a variety of verticals, such as news search, video search, and product search. A key challenge in aggregated search is to effectively and efficiently retrieve the most relevant results among a large number of heterogeneous information from different verticals. With the development of deep learning and pre-trained language models (PLMs), many researchers resort to Dense Retrieval (DR) models for a unified, efficient embedding-based retrieval and a better retrieval performance. However, existing dense retrieval models have limitations in: 1) capturing the structural information of search results ; and 2) generalizing across different vertical domains where the search results have different or even unseen structures. In this paper, we aim to tackle these limitations, and propose an effective and efficient dense retrieval model for aggregated search. Specifically, we utilize a deep prompt-tuning technique to make the pre-training model easily applied to downstream vertical search tasks. To capture the structural knowledge, we design a Graph Neural Network (GNN)-based structure prompt, to prompt how text segments are organized in the vanilla semi-structured data. We further incorporate a distributional prompt to model the theme of each domain, and enhance cross-domain generalization. Extensive experiments on the real-world data collected from the WeChat Search demonstrate that for aggregated search tasks, our models can achieve better performance over existing retrieval models, and have the superior ability to generalize to the various or even unseen vertical search tasks. Lang Mei, Ziyuan Zhao, Rolan Yan, Jiaxin Mao, Ji-Rong Wen |
CIKM | 3 |
| 2025 | Addressing Personalized Bias for Unbiased Learning to RankabstractUnbiased learning to rank (ULTR), which aims to learn unbiased ranking models from biased user behavior logs, plays an important role in Web search. Previous research on ULTR has studied a variety of biases in users' clicks, such as position bias, presentation bias, and outlier bias. However, existing work often assumes that the behavior logs are collected from an ''average'' user, neglecting the differences between different users in their search and browsing behaviors. In this paper, we introduce personalized factors into the ULTR framework, which we term the user-aware ULTR problem. Through a formal causal analysis of this problem, we demonstrate that existing user-oblivious methods are biased when different users have different preferences over queries and personalized propensities of examining documents. To address such a personalized bias, we propose a novel user-aware inverse-propensity-score estimator for learning-to-rank objectives. Specifically, our approach models the distribution of user browsing behaviors for each query and aggregates user-weighted examination probabilities to determine propensities. We theoretically prove that the user-aware estimator is unbiased under some mild assumptions and shows lower variance compared to the straightforward way of calculating a user-dependent propensity for each impression. Finally, we empirically verify the effectiveness of our user-aware estimator by conducting extensive experiments on two semi-synthetic datasets and a real-world dataset. Zechun Niu, Lang Mei, Ziyuan Zhao, Qiang Yan 0001, Jiaxin Mao, Ji-Rong Wen |
CIKM | 4 |
| 2023 | PSLOG: Pretraining with Search Logs for Document RankingabstractRecently, pretrained models have achieved remarkable performance not only in natural language processing but also in information retrieval (IR). Previous studies show that IR-oriented pretraining tasks can achieve better performance than only finetuning pretrained language models in IR datasets. Besides, the massive search log data obtained from mainstream search engines can be used in IR pretraining, for it contains users' implicit judgments of document relevance under a concrete query. However, existing methods mainly use direct query-document click signals to pretrain models. The potential supervision signals from search logs are far from being well explored. In this paper, we propose to comprehensively leverage four query-document relevance relations, including co-interaction and multi-hop relations, to pretrain ranking models in IR. Specifically, we focus on the user's click behavior and construct an Interaction Graph to represent the global relevance relations between queries and documents from all search logs. With the graph, we can consider the co-interaction and multi-hop q-d relationships through their neighbor nodes. Based on the relations extracted from the interaction graph, we propose four strategies to generate contrastive positive and negative q-d pairs and use these data to pretrain ranking models. Experimental results on both industrial and academic datasets demonstrate the effectiveness of our method. Zhicheng Dou, Yujia Zhou 0002, Ziyuan Zhao, Ji-Rong Wen |
KDD | 4 |
| 2022 | Effective Similarity Search on Heterogeneous Networks: A Meta-Path Free ApproachabstractHeterogeneous information networks (HINs) are usually used to model information systems with multi-type objects and relations. In contrast, graphs that have a single type of nodes and edges, are often called homogeneous graphs. Measuring similarities among objects is an important task in data mining applications, such as web search, link prediction, and clustering. Currently, several similarity measures are defined for HINs. Most of these measures are based on meta-paths, which show sequences of node classes and edge types along the paths between two nodes. However, meta-paths, which are often designed by domain experts, are hard to enumerate and choose w.r.t. the quality of similarity scores. This makes using existing similarity measures in real applications difficult. To address this problem, we extend SimRank, a well-known similarity measure on homogeneous graphs, to HINs, by introducing the concept of the decay graph. The newly proposed similarity measure is called HowSim, which has the property of being meta-path free, and capturing the structural and semantic similarity simultaneously. The generality and effectiveness of HowSim, and the efficiency of our proposed algorithms for computing HowSim scores, are demonstrated by extensive experiments. Yue Wang 0012, Zhe Wang 0019, Ziyuan Zhao, Zijian Li 0002, Xun Jian 0001, Hao Xin, Lei Chen 0002, Jianchun Song |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2020 | TransN: Heterogeneous Network Representation Learning by Translating Node EmbeddingsabstractLearning network embeddings has attracted growing attention in recent years. However, most of the existing methods focus on homogeneous networks, which cannot capture the important type information in heterogeneous networks. To address this problem, in this paper, we propose TransN, a novel multi-view network embedding framework for heterogeneous networks. Compared with the existing methods, TransN is an unsupervised framework which does not require node labels or user-specified meta-paths as inputs. In addition, TransN is capable of handling more general types of heterogeneous networks than the previous works. Specifically, in our framework TransN, we propose a novel algorithm to capture the proximity information inside each single view. Moreover, to transfer the learned information across views, we propose an algorithm to translate the node embeddings between different views based on the dual-learning mechanism, which can both capture the complex relations between node embeddings in different views, and preserve the proximity information inside each view during the translation. We conduct extensive experiments on real-world heterogeneous networks, whose results demonstrate that the node embeddings generated by TransN outperform those of competitors in various network mining tasks. Zijian Li 0002, Wenhao Zheng 0001, Xueling Lin, Ziyuan Zhao, Zhe Wang 0019, Yue Wang 0012, Xun Jian 0001, Lei Chen 0002, Qiang Yan 0001, Tiezheng Mao |
ICDE | 4 |
| 2020 | HowSim: A General and Effective Similarity Measure on Heterogeneous Information NetworksabstractHeterogeneous information networks (HINs) are usually used to model information systems with multi-type objects and relations. Measuring the similarity among objects is an important task in data mining applications. Currently, several similarity measures are defined for HIN. Most of these measures are based on meta-paths, which show sequences of node classes and edge types along the paths between two nodes. However, meta-paths, which are often designed by domain experts, are hard to enumerate and choose w.r.t. the quality of the similarity scores. This makes the existing similarity measures difficult to use in real applications. To address this problem, we extend SimRank, a well-known similarity measure for homogeneous graphs, to HINs, by introducing the concept of decay graph. The newly proposed relevance measure is called HowSim, which has the property of being meta-path free, and capturing the structural and semantic similarity simultaneously. The generality and effectiveness of HowSim, are demonstrated by extensive experiments. Yue Wang 0012, Zhe Wang 0019, Ziyuan Zhao, Zijian Li 0002, Xun Jian 0001, Lei Chen 0002, Jianchun Song |
ICDE | 3 |
| 2019 | An image-text consistency driven multimodal sentiment analysis approach for social media
Ziyuan Zhao, Huiying Zhu, Zehao Xue, Jing Tian 0002, Matthew Chua 0001, Maofu Liu |
Inf. Process. Manag. | 1 |
| 2014 | CrowdMatcher: crowd-assisted schema matchingabstractSchema matching is a central challenge for data integration systems. Due to the inherent uncertainty arose from the inability of schema in fully capturing the semantics of the represented data, automatic tools are often uncertain about suggested matching results. However, human is good at understanding data represented in various forms and crowdsourcing platforms are making the human annotation process more affordable. Thus in this demo, we will show how to utilize the crowd to find the right matching. In order to do that, we need to make the tasks posted on the crowdsouricng platforms extremely simple, to be performed by non-expert people, and reduce the number of tasks as less as possible to save the cost. Chen Zhang 0013, Ziyuan Zhao, Lei Chen 0002, H. V. Jagadish, Caleb Chen Cao |
SIGMOD Conference | 2 |
| 2014 | gMission: A General Spatial Crowdsourcing PlatformabstractAs one of the successful forms of using Wisdom of Crowd, crowdsourcing, has been widely used for many human intrinsic tasks, such as image labeling, natural language understanding, market predication and opinion mining. Meanwhile, with advances in pervasive technology, mobile devices, such as mobile phones and tablets, have become extremely popular. These mobile devices can work as sensors to collect multimedia data(audios, images and videos) and location information. This power makes it possible to implement the new crowdsourcing mode: spatial crowdsourcing. In spatial crowdsourcing, a requester can ask for resources related a specific location, the mobile users who would like to take the task will travel to that place and get the data. Due to the rapid growth of mobile device uses, spatial crowdsourcing is likely to become more popular than general crowdsourcing, such as Amazon Turk and Crowdflower. However, to implement such a platform, effective and efficient solutions for worker incentives, task assignment, result aggregation and data quality control must be developed. In this demo, we will introduce gMission, a general spatial crowdsourcing platform, which features with a collection of novel techniques, including geographic sensing, worker detection, and task recommendation. We introduce the sketch of system architecture and illustrate scenarios via several case analysis. Zhao Chen 0003, Ziyuan Zhao, Zheng Liu 0011, Leihao Xia, Lei Chen 0002, Peng Cheng 0003, Caleb Chen Cao, Yongxin Tong, Chen Zhang 0013 |
Proc. VLDB Endow. | 3 |