← Search

Xiaolong Xu

35 accepted papers

2026

BAMFair: Barycenter Aligned Mediation for Fairness Across Multiple Sensitive Attributes

IJCAI 2026

Achieving fairness in machine learning models while maintaining high accuracy is an important but complex task, especially when handling multiple sensitive attributes. Traditional fairness methods often struggle to eliminate bias within subgroups divided by sensitive attributes. Several key challeng

Cited by 0Scholar
2026

DRIVE: Best Data Scheduling Practices for Reinforcement Learning with Verifiable Reward in Competitive Code Generation

ICML 2026poster

Recent success of large reasoning models (such as OpenAI o1 and DeepSeek R1) have spurred a resurgence of interest in reinforcement learning from verifiable rewards (RLVR). However, progress is still largely driven by RL algorithm design, while data scheduling -- the data-side decisions that determi…

Cited by 0SourceScholar
2026

IdeFN: Identifying Unclicked Space False Negatives via Relaxed Partial Optimal Transport for Conversion Rate Prediction

AAAI 2026technical

Accurate conversion rate (CVR) prediction is critical for recommender systems to capture user conversion intent and increase platform revenues. Traditional CVR models commonly suffer from sample selection bias (SSB) and data sparsity (DS), which has led to the adoption of click-through & conversion

Cited by 0SourcePDFScholar
2026

Joint Multi-Modal Multi-Interest Profiling and Preference-Grounded Reasoning for Explainable Recommendation

IJCAI 2026

Explainable Recommendation (ER) aims to enhance recommendation transparency and prediction accuracy by providing faithful and persuasive explanations. However, Multi-Modal Multi-Interest Explainable Recommendation (MMER) is particularly challenging in two aspects: effectively utilizing diverse multi

Cited by 0Scholar
2026

MTP: Exploring Multimodal Urban Traffic Profiling with Modality Augmentation and Spectrum Fusion

AAAI 2026technical

With rapid urbanization in the modern era, traffic signals from various sensors have been playing a significant role in monitoring the states of cities, which provides a strong foundation in ensuring safe travel, reducing traffic congestion and optimizing urban mobility. Most existing methods for tr

Cited by 0SourcePDFScholar
2026

STYMAM: A MAMBA-BASED GENERATOR FOR ARTISTIC STYLE TRANSFER

ICASSP 2026poster

Image style transfer aims to integrate the visual patterns of a specific artistic style into a content image while preserving its content structure. Existing methods mainly rely on the generative adversarial network (GAN) or stable diffusion (SD). GAN-based approaches using CNNs or Transformers stru…

Cited by 0SourcePDFScholar
2026

Talon: Breaking the Synchronization Barrier in Speculative Decoding with Hybrid Model-based and Retrieve-based Drafting

AAAI 2026technical

Large Language Models face fundamental deployment challenges due to the computational demands of auto-regressive token-by-token generation. While speculative decoding has emerged as a promising acceleration technique through its draft-then-verify framework, current implementations suffer from two cr

Cited by 0SourcePDFScholar
2025

A Fair Federated Learning Method for Handling Client Participation Probability Inconsistencies in Heterogeneous Environments

NeurIPS 2025poster

Federated learning (FL) is a distributed machine learning paradigm that enables multiple clients to collaboratively train a shared model without exposing their raw data. However, existing FL research has primarily focused on optimizing learning performance based on the assumption of uniform client p…

Cited by 0SourcecodeScholar
2025

Balancing User-Item Structure and Interaction with Large Language Models and Optimal Transport for Multimedia Recommendation

IJCAI 2025

The rapid growth of multimedia content has driven the development of recommender systems. Most previous work focuses on uncovering latent relationships among items to learn better representations. However, this approach does not sufficiently account for user affinities, potentially leading to an imb

2025

CLLMRec: Contrastive Learning with LLMs-based View Augmentation for Sequential Recommendation

IJCAI 2025

Sequential recommendation generates embedding representations from historical user-item interactions to recommend the next potential interaction item. Due to the complexity and variability of historical user-item interactions, extracting effective user features is quite challenging. Recent studies h

Cited by 0SourcePDFScholar
2025

DivGCL: A Graph Contrastive Learning Model for Diverse Recommendation

AAAI 2025technical

Graph Contrastive Learning (GCL), as a primary paradigm of graph self-supervised learning, spurs a fruitful line of research in tackling the data sparsity issue by maximizing the consistency of user/item embeddings between different augmented views with random perturbations. However, diversity, as a…

Cited by 1SourcePDFScholar
2025

DocKS-RAG: Optimizing Document-Level Relation Extraction through LLM-Enhanced Hybrid Prompt Tuning

ICML 2025poster

Document-level relation extraction (RE) aims to extract comprehensive correlations between entities and relations from documents. Most of existing works conduct transfer learning on pre-trained language models (PLMs), which allows for richer contextual representation to improve the performance. Howe…

Cited by 0SourcePDFScholar
2025

Dual-Temporal Exemplar Representation Network for Video Semantic Segmentation

ICCV 2025poster

Video semantic segmentation aims to assign a class label for each pixel in every video frame. Existing methods predominantly follow the reference-target interaction paradigm, focusing on extracting local temporal contexts while neglecting the integration of global temporal information. Moreover, com…

2025

Empowering Multimodal Road Traffic Profiling with Vision Language Models and Frequency Spectrum Fusion

IJCAI 2025

With the rapid urbanization in the modern era, smart traffic profiling based on multimodal sources of data has been playing a significant role in ensuring safe travel, reducing traffic congestion and optimizing urban mobility. Most existing methods for traffic profiling on the road level usually uti

Cited by 0SourcePDFScholar
2025

Enhancing Diffusion Model with Auxiliary Information Mining-Exploration and Efficient Sampling Mechanism for Sequential Recommendation

AAAI 2025technical

Sequential recommendation aims to capture the temporal dependencies of items in a user's historical interactions and make recommendations based on this. Previous generative methods addressed the issue of data not directly reflecting user preference uncertainty by modeling the distribution of latent…

Cited by 1SourcePDFScholar
2025

HPSERec: A Hierarchical Partitioning and Stepwise Enhancement Framework for Long-tailed Sequential Recommendation

NeurIPS 2025poster

The long-tail problem in sequential recommender systems stems from imbalanced interaction data, resulting in suboptimal model performance for tail users and items. Recent studies have leveraged head data to enhance tail data for diminish the impact of the long-tail problem. However, these methods of…

Cited by 0SourceScholar
2025

Huatuo-26M, a Large-scale Chinese Medical QA Dataset

NAACL 2025findings

Large Language Models infuse newfound vigor into the advancement of the medical domain, yet the scarcity of data poses a significant bottleneck hindering community progress. In this paper, we release the largest ever medical Question Answering (QA) dataset with 26 Million QA pairs named Huatuo-26M.…

2025

MEGAD: A Memory-Efficient Framework for Large-Scale Attributed Graph Anomaly Detection

IJCAI 2025

Graph anomaly detection (GAD), with its ability to accurately identify anomalous patterns in graph data, plays a vital role in areas such as network security, social media platforms, and fraud detection. Graph autoencoder-based methods are widely used for GAD due to their efficiency and effectivenes

2025

NLGT: Neighborhood-based and Label-enhanced Graph Transformer Framework for Node Classification

AAAI 2025technical

Graph Neural Networks (GNNs) are widely applied on graph-level tasks, such as node classification, link prediction and graph generation. Existing GNNs mostly adopt a message-passing mechanism to aggregate node information with their neighbors, which often makes node information similar after rounds…

2025

PFedCS: A Personalized Federated Learning Method for Enhancing Collaboration among Similar Classifiers

AAAI 2025technical

Personalized federated learning (PFL) has recently gained significant attention for its capability to address the poor convergence performance on highly heterogeneous data and the lack of personalized solutions of traditional federated learning (FL). Existing mainstream approaches either perform per…

Cited by 0SourcePDFScholar
2025

Policy Filtration for RLHF to Mitigate Noise in Reward Models

ICML 2025poster

While direct policy optimization methods exist, pioneering LLMs are fine-tuned with reinforcement learning from human feedback (RLHF) to generate better responses under the supervision of a reward model learned from preference data. One major challenge of RLHF is the inaccuracy of the intermediate r…

Cited by 0SourcePDFScholar
2025

Representation Learning Based Predicate Invention on Knowledge Graphs

AAAI 2025technical

The recognition of whether or not a predicate should be invented is an important problem in the domain of predicate invention. Despite its significance, existing research has yet to fully harness the rich data available in knowledge graphs. In this paper, we introduce a novel problem formulation, Re…

Cited by 0SourcePDFScholar
2025

Universal Backdoor Defense via Label Consistency in Vertical Federated Learning

IJCAI 2025

Backdoor attacks in vertical federated learning (VFL) are particularly concerning as they can covertly compromise VFL decision-making, posing a severe threat to critical applications of VFL. Existing defense mechanisms typically involve either label obfuscation during training or model pruning durin

Cited by 0SourcePDFScholar
2025

Where Does This Data Come From? Enhanced Source Inference Attacks in Federated Learning

IJCAI 2025

Federated learning (FL) enables collaborative model training without exposing raw data, offering a privacy-aware alternative to centralized learning. However, FL remains vulnerable to various privacy attacks that exploit shared model updates, including membership inference, property inference, and g

Cited by 0SourcePDFScholar
2024

Attention Based Document-level Relation Extraction with None Class Ranking Loss

IJCAI 2024poster

Through document-level relation extraction (RE), the analysis of the global relation between entities in the text is feasible, and more comprehensive and accurate semantic information can be obtained. In document-level RE, the model needs to infer the implicit relations between two entities in diffe…

2024

Counterfactual User Sequence Synthesis Augmented with Continuous Time Dynamic Preference Modeling for Sequential POI Recommendation

IJCAI 2024poster

With the proliferation of Location-based Social Networks (LBSNs), user check-in data at Points-of-Interest (POIs) has surged, offering rich insights into user preferences. However, sequential POI recommendation systems always face two pivotal challenges. A challenge lies in the difficulty of modelin…

Cited by 11SourcePDFScholar
2024

DapperFL: Domain Adaptive Federated Learning with Model Fusion Pruning for Edge Devices

NeurIPS 2024oral

Federated learning (FL) has emerged as a prominent machine learning paradigm in edge computing environments, enabling edge devices to collaboratively optimize a global model without sharing their private data. However, existing FL frameworks suffer from efficacy deterioration due to the system heter…

2024

Shadow-Free Membership Inference Attacks: Recommender Systems Are More Vulnerable Than You Thought

IJCAI 2024poster

Recommender systems have been successfully applied in many applications. Nonetheless, recent studies demonstrate that recommender systems are vulnerable to membership inference attacks (MIAs), leading to the leakage of users’ membership privacy. However, existing MIAs relying on shadow training suff…

2023

Differentially Private Learning with Per-Sample Adaptive Clipping

AAAI 2023technical

Privacy in AI remains a topic that draws attention from researchers and the general public in recent years. As one way to implement privacy-preserving AI, differentially private learning is a framework that enables AI models to use differential privacy (DP). To achieve DP in the learning process, ex…

Cited by 18SourcePDFScholar
2023

OptIForest: Optimal Isolation Forest for Anomaly Detection

IJCAI 2023poster

Anomaly detection plays an increasingly important role in various fields for critical tasks such as intrusion detection in cybersecurity, financial risk detection, and human health monitoring. A variety of anomaly detection methods have been proposed, and a category based on the isolation forest mec…

2023

SAD: Semi-Supervised Anomaly Detection on Dynamic Graphs

IJCAI 2023poster

Anomaly detection aims to distinguish abnormal instances that deviate significantly from the majority of benign ones. As instances that appear in the real world are naturally connected and can be represented with graphs, graph neural networks become increasingly popular in tackling the anomaly detec…

2022

Heterogeneous Graph Node Classification With Multi-Hops Relation Features

ICASSP 2022accepted

In recent years, knowledge graph (KG) has obtained many achievements in both research and industrial fields. However, most KG algorithms consider node embedding with only structure and node features, but not relation features. In this paper, we propose a novel Heterogeneous Attention (HAT) algorithm…

Cited by 0SourceScholar
2021

An Encoder-Free Joint Velocity Estimation Method for Serial Manipulators Using Inertial Sensors

ICRA 2021poster

This paper focuses on developing a real-time and flexible velocity estimation approach for serial revolute manipulator using only one inertial measurement unit (IMU) mounted on each link side of the manipulator. Particularly, the proposed approach has no requirement for the installation position and…

Cited by 1SourceScholar