VLDB 2026 Research / reviewers in the wild / expert
Xuanya Li
dblp:119/0031
· DBLP profile ↗
15ranked-venue papers in the field
0as first author
12since 2021 · last 2024
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 11Knowledge Engineering, Semantic Web & Information Systems · 3Big Data, Cloud & Distributed Data Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2024 | Structured serialization semantic transfer network for unsupervised cross-domain recognition and retrieval
Dan Song 0006, Yuanxiang Yang, Wenhui Li 0001, Xuanya Li, Min Liu 0008, Anan Liu |
Inf. Process. Manag. | 4 |
| 2024 | Multi-stage reasoning on introspecting and revising bias for visual question answeringabstractVisual Question Answering (VQA) is a task that involves predicting an answer to a question depending on the content of an image. However, recent VQA methods have relied more on language priors between the question and answer rather than the image content. To address this issue, many debiasing methods have been proposed to reduce language bias in model reasoning. However, the bias can be divided into two categories: good bias and bad bias. Good bias can benefit to the answer prediction, while the bad bias may associate the models with the unrelated information. Therefore, instead of excluding good and bad bias indiscriminately in existing debiasing methods, we proposed a bias discrimination module to distinguish them. Additionally, bad bias may reduce the model’s reliance on image content during answer reasoning and thus attend little on image features updating. To tackle this, we leverage Markov theory to construct a Markov field with image regions and question words as nodes. This helps with feature updating for both image regions and question words, thereby facilitating more accurate and comprehensive reasoning about both the image content and question. To verify the effectiveness of our network, we evaluate our network on VQA v2 and VQA cp v2 datasets and conduct extensive quantity and quality studies to verify the effectiveness of our proposed network. Experimental resu- lts show that our network achieves significant performance against the previous state-of-the-art methods. Anan Liu, Zimu Lu, Ning Xu 0003, Min Liu 0008, Chenggang Yan 0001, Bolun Zheng, Yulong Duan, Xuanya Li |
ACM Trans. Web | 10 |
| 2023 | Instance-prototype similarity consistency for unsupervised 2D image-based 3D model retrieval
Wenhui Li 0001, Xuanya Li, Yulong Duan, Anan Liu |
Inf. Process. Manag. | 4 |
| 2023 | Image-based 3D model retrieval via disentangled feature learning and enhanced semantic alignment
Jie Nie, Tianbao Li 0001, Shusong Yu, Xuanya Li, Zhiqiang Wei 0002 |
Inf. Process. Manag. | 5 |
| 2023 | Rare-aware attention network for image-text matching
Yan Wang 0114, Yuting Su 0001, Wenhui Li 0001, Zhengya Sun, Zhiqiang Wei 0002, Jie Nie, Xuanya Li, Anan Liu |
Inf. Process. Manag. | 7 |
| 2023 | Unsupervised self-training correction learning for 2D image-based 3D model retrieval
Yaqian Zhou 0002, Yu Liu 0004, Jun Xiao 0001, Min Liu 0008, Xuanya Li, Anan Liu |
Inf. Process. Manag. | 5 |
| 2022 | I2-Net: Intra- and Inter-scale Collaborative Learning Network for Abdominal Multi-organ SegmentationabstractEfficient and accurate abdominal multi-organ segmentation is the key to clinical applications such as computer-aided diagnosis and computer-aided surgery, but this task is extremely challenging due to blurred organ boundaries, complex backgrounds, and different organ sizes. Although existing segmentation methods have achieved good segmentation results, we found that the segmentation performance of abdominal small and medium organs is often unsatisfactory, but the accurate location and segmentation of abdominal small and medium organs plays an important role in the diagnosis and screening of clinical diseases. To address this problem, in this paper we propose an intra- and inter-scale collaborative learning network (I2-Net) for the abdominal multi-organ segmentation task. Firstly, we design a Feature Complementary Module (FCM) to adaptively complement the local and global features extracted by CNN and Transformer. Secondly, we propose a Feature Aggregation Module (FAM) to aggregate multi-scale semantic information. Finally, we employ a Focus Module (FM) for collaborative learning of intra- and inter-scale features. Extensive experiments on the Synapse dataset show that our method outperforms the state-of-the-art approaches and achieve accurate segmentation of abdominal multi-organs, especially for small and medium organs. Chao Suo, Xuanya Li, Donghui Tan, Yuan Zhang 0022, Xieping Gao 0001 |
ICMR | 2 |
| 2022 | Improved Semantic Representation Learning by Multiple Clustering for Image-Based 3D Model RetrievalabstractUnder the heavy management on the increasing 3D models, the topic of image-based 3D model retrieval which organizes unlabeled 3D models based on abundant knowledge learned from labeled 2D images has drawn attention. However, prior methods are limited in aligning semantically at corresponding categories of two domains due to the lack of label information in the 3D domain. To this end, this paper proposes an improved semantic representation learning by multiple clustering approach, which improves the reliability of pseudo labels for 3D models, so as to achieve class-level semantic alignment. Specifically, this paper first extracts features for 2D images and 3D models. Then it clusters combining the 3D features with the semantic information from multiple clustering on 3D model features to obtain more reliable target pseudo labels. Extensive experiments have shown that the proposed method has achieved the gain of 3.0%-205.0% averagely for popular retrieval metrics on the benchmark of monocular image-based 3D object retrieval (MI3DOR), and 1.3%-69.7% on another advanced benchmark, MI3DOR-2. Jinghui Chu, Xiaoqian Zhao, Dan Song 0006, Wenhui Li 0001, Shenyuan Zhang, Xuanya Li, Anan Liu |
Int. J. Semantic Web Inf. Syst. | 6 |
| 2022 | MGAT-ESM: Multi-channel graph attention neural network with event-sharing module for rumor detection
Hongyan Ran, Caiyan Jia, Xuanya Li |
Inf. Sci. | 4 |
| 2021 | Bag of Tricks for Building an Accurate and Slim Object Detector for Embedded ApplicationsabstractObject detection is an essential computer vision task that possesses extensive application prospects in on-road applications. Copious novel methods have been proposed in this branch recently. However, the majority of them have high computational cost, making them intractable to be deployed on embedded devices. In this paper, taking YOLOv5s, the smallest model in the YOLOv5 family, as the baseline, we explore a bag of tricks that improve the detection performance for a specified on-road application, under the premise of ensuring that it does not increase the computational cost of YOLOv5s. Specifically, we introduce relevantly external data to deal with the problems of sample imbalance. Meanwhile, knowledge distillation is employed to transfer knowledge from a cumbersome model to a compact model, where a united distillation scheme is developed to enhance the effectiveness. In addition, a pseudo-label based training strategy is utilized to further learn from the biggest YOLOv5 model. We have applied the above tricks to the Embedded Deep Learning Object Detection Model Compression Competition for Traffic in Asian Countries held in conjunction with ICMR 2021. The experiments have shown that all the tricks are useful. Their combination have built an accurate and slim detection model. It is highly competitive and has been ranked 2nd place in the competition. We believe the tricks are also meaningful for building other application-oriented object detectors. Yongkun Du, Zhineng Chen, Caiyan Jia, Xuanya Li, Yu-Gang Jiang 0001 |
ICMR | 4 |
| 2021 | Multi-level similarity learning for image-text retrieval
Wenhui Li 0001, Yan Wang 0114, Dan Song 0006, Xuanya Li |
Inf. Process. Manag. | 5 |
| 2021 | Hierarchical multi-view context modelling for 3D object classification and retrieval
Anan Liu, Heyu Zhou, Weizhi Nie, Zhenguang Liu, Wu Liu 0005, Hongtao Xie 0001, Zhendong Mao 0001, Xuanya Li, Dan Song 0006 |
Inf. Sci. | 8 |
| 2020 | T-EGAT: A Temporal Edge Enhanced Graph Attention Network for Tax Evasion DetectionabstractTax evasion refers to the illegal act of taxpayers using deception and concealment to avoid paying taxes. How to detect tax evasion effectively is always an important topic for the government and academic researchers. Recent research has proposed using machine learning technologies to detect tax evasion and has achieved good results in some specific conditions. However, recent methods have three shortcomings. First, recent methods mainly use the basic features extracted based on expert experience. Second, recent methods do not make full use of the edge features of the transaction network. Third, recent methods cannot adapt to a dynamic transaction network. To overcome these challenges, we propose a novel tax evasion detection method, the temporal edge enhanced graph attention network (T-EGAT), which combines the edge enhanced graph attention network (EGAT) and the recurrent weighted average unit (RWA). Specifically, the EGAT is used to learn complex topological structures for capturing spatial dependence and the RWA is used to learn the dynamic changes of transaction data for capturing temporal dependence. Experimental tests using real-world tax data demonstrate that our method achieves better performance at detecting tax evaders than existing methods. Jianfei Ruan, Yuda Gao, Yan Chen 0031, Xuanya Li, Bo Dong 0001 |
IEEE BigData | 6 |
| 2020 | Automatic segmentation of intracerebral hemorrhage in CT images using encoder-decoder convolutional neural network
Kai Hu 0002, Kai Chen 0027, Xizhi He, Yuan Zhang 0022, Zhineng Chen, Xuanya Li, Xieping Gao 0001 |
Inf. Process. Manag. | 6 |
| 2020 | Joint deep feature learning and unsupervised visual domain adaptation for cross-domain 3D object retrieval
Wenhui Li 0001, Shu Xiang, Weizhi Nie, Dan Song 0006, Anan Liu, Xuanya Li |
Inf. Process. Manag. | 6 |