← Search

Xiao Huang

48 accepted papers

2026

A Data-Observation Hybrid Compensation Method for Precise Force Control of Cable-Driven Wrist Exoskeletons in Teleoperation

RA-L 2026

High-precision force control of wearable exoskeletons enables highly transparent force interaction operations, effectively improving the feasibility of teleoperation tasks. We adopted a cable-driven spherical parallel wrist exoskeleton (SPWE) which enables it to reduce the volume and enhance operati

Cited by 0SourceScholar
2026

Benchmarking LLMs’ Mathematical Reasoning with Unseen Random Variables Questions

AAAI 2026technical

Recent studies have raised significant concerns regarding the reliability of current mathematical benchmarks, highlighting key limitations such as simplistic design and potential data contamination that undermine evaluation accuracy. Consequently, developing a reliable benchmark that effectively eva

Cited by 0SourcePDFScholar
2026

GradShield: Alignment Preserving Finetuning

ICLR 2026poster

Large Language Models (LLMs) pose a significant risk of safety misalignment after finetuning, as models can be compromised by both explicitly and implicitly harmful data. Even some seemingly benign data can inadvertently steer a model towards unsafe behaviors. To address this, we introduce GradShiel…

Cited by 0SourceScholar
2026

LLM Collaborative Filtering: User-Item Graph as New Language

AAAI 2026technical

In collaborative filtering, learning effective embeddings for users and items from interaction data remains a central challenge. While recent efforts leverage large language models (LLMs) to enhance collaborative filtering, two critical limitations persist: (1) Efficiency: LLM-based inference is sig

Cited by 0SourcePDFScholar
2026

LinearRAG: Linear Graph Retrieval Augmented Generation on Large-scale Corpora

ICLR 2026poster

Retrieval-Augmented Generation (RAG) is widely used to mitigate hallucinations of Large Language Models (LLMs) by leveraging external knowledge. While effective for simple queries, traditional RAG systems struggle with large-scale, unstructured corpora where information is fragmented. Recent advance…

Cited by 0SourcecodeScholar
2026

SpatialScore: Towards Comprehensive Evaluation for Spatial Intelligence

CVPR 2026

Existing evaluations of multimodal large language models (MLLMs) on spatial intelligence are typically fragmented and limited in scope. In this work, we conduct a holistic assessment of the spatial understanding abilities of modern MLLMs and propose complementary data-driven and agent-based solution

Cited by 0SourcecodeScholar
2026

When to use Graphs in RAG: A Comprehensive Analysis for Graph Retrieval-Augmented Generation

ICLR 2026poster

Graph retrieval-augmented generation (GraphRAG) has emerged as a powerful paradigm for enhancing large language models (LLMs) with external knowledge. It leverages graphs to model the hierarchical structure between specific concepts, enabling more coherent and effective knowledge retrieval for accur…

Cited by 0SourcecodeScholar
2026

You Don’t Need Pre-Built Graphs for RAG: Retrieval Augmented Generation with Adaptive Reasoning Structures

AAAI 2026technical

Large language models (LLMs) often suffer from hallucination, generating factually incorrect statements when handling questions beyond their knowledge and perception. Retrieval-augmented generation (RAG) addresses this by retrieving query-relevant contexts from knowledge bases to support LLM reasoni

Cited by 0SourcePDFScholar
2026

Youtu-GraphRAG: Vertically Unified Agents for Graph Retrieval-Augmented Complex Reasoning

ICLR 2026poster

Graph retrieval-augmented generation (GraphRAG) has effectively enhanced large language models in complex reasoning by organizing fragmented knowledge into explicitly structured graphs. Prior efforts have been made to improve either graph construction or graph retrieval in isolation, yielding subopt…

Cited by 0SourcecodeScholar
2025

Each graph is a new language: Graph Learning with LLMs

ACL 2025finding

Natural language has been extensively used for modeling text-attributed graphs with LLMs. Natural language is used to describe the graph for LLMs to understand or serve as component of the graph, e.g., textual attributes for embedding generation. However, natural language is inherently redundant and…

Cited by 0SourcePDFScholar
2025

Efficient Integration of External Knowledge to LLM-based World Models via Retrieval-Augmented Generation and Reinforcement Learning

EMNLP 2025

World models achieve remarkable success in predicting future states and planning in complex environments and Large Language Models (LLMs) serve as promising foundation to build general world models. However, their performances are usually constrained by the limited external knowledge to specific env

Cited by 0SourcePDFScholar
2025

MambaInst: Lightweight State Space Model for Real-Time Instance Segmentation

ICASSP 2025accepted

In this paper, we propose a lightweight and efficient state-space model-based instance segmentation network named MambaInst, which extracts deep semantic features through a LightSSM Block consisting of gating mechanisms and residual connectivity to model long-distance spatial dependencies with linea…

Cited by 0SourceScholar
2025

NeuSymEA: Neuro-symbolic Entity Alignment via Variational Inference

NeurIPS 2025poster

Entity alignment (EA) aims to merge two knowledge graphs (KGs) by identifying equivalent entity pairs. Existing methods can be categorized into symbolic and neural models. Symbolic models, while precise, struggle with substructure heterogeneity and sparsity, whereas neural models, although effective…

Cited by 0SourcecodeScholar
2025

Offline-to-Online Reinforcement Learning with Classifier-Free Diffusion Generation

ICML 2025poster

Offline-to-online Reinforcement Learning (O2O RL) aims to perform online fine-tuning on an offline pre-trained policy to minimize costly online interactions. Existing work used offline datasets to generate data that conform to the online data distribution for data augmentation. However, generated da…

Cited by 0SourcePDFScholar
2025

One-step Incomplete Multi-view Clustering based on Bipartite Graph Learning

ICASSP 2025accepted

Although previous graph-based multi-view clustering algorithms have made remarkable progress, most of them still face the following two limitations: 1. Many existing methods rely on k-means for the discretization of spectral embeddings, which cannot directly learn graphs with discrete cluster struct…

Cited by 0SourceScholar
2025

Reframing Structure-Based Drug Design Model Evaluation via Metrics Correlated to Practical Needs

ICLR 2025poster

Recent advances in structure-based drug design (SBDD) have produced surprising results, with models often generating molecules that achieve better Vina docking scores than actual ligands. However, these results are frequently overly optimistic due to the limitations of docking score accuracy and the…

Cited by 0SourcePDFScholar
2025

RestorMamba: An Enhanced Synergistic State Space Model for Image Restoration

ICASSP 2025accepted

In this paper, we introduce an image inpainting method based on the State Space Model (SSM), named Restoration Mamba (RestorMamba). This approach incorporates effi-cient long-range dependency modeling within the network, which is particularly suited for the complexities of high-texture and high-reso…

Cited by 0SourceScholar
2025

Retrieval Augmented Zero-Shot Enzyme Generation for Specified Substrate

ICML 2025poster

Generating novel enzymes for target molecules in zero-shot scenarios is a fundamental challenge in biomaterial synthesis and chemical production. Without known enzymes for a target molecule, training generative models becomes difficult due to the lack of direct supervision. To address this, we propo…

Cited by 0SourcePDFScholar
2025

Structure-Guided Large Language Models for Text-to-SQL Generation

ICML 2025poster

Recent advancements in large language models (LLMs) have shown promise in bridging the gap between natural language queries and database management systems, enabling users to interact with databases without the background of SQL. However, LLMs often struggle to fully exploit and comprehend the user…

Cited by 0SourcePDFScholar
2025

Taming Language Models for Text-attributed Graph Learning with Decoupled Aggregation

ACL 2025long

Text-attributed graphs (TAGs) are prevalent in various real-world applications, including academic networks, e-commerce platforms, and social networks. Effective learning on TAGs requires leveraging both textual node features and structural graph information. While language models (LMs) excel at pro…

Cited by 0SourcePDFScholar
2025

Text-Attributed Graph Learning with Coupled Augmentations

COLING 2025main

Modeling text-attributed graphs is a well-known problem due to the difficulty of capturing both the text attribute and the graph structure effectively. Existing models often focus on either the text attribute or the graph structure, potentially neglecting the other aspect. This is primarily because…

Cited by 0SourcePDFScholar
2024

A Robust LiDAR-Camera Self-Calibration Via Rotation-Based Alignment and Multi-Level Cost Volume

RA-L 2024

Multi-sensor collaborative perception has been a significant trend in self-driving and robot navigation. The precondition for multi-sensor fusion is the accurate calibration between sensors. Traditional LiDAR-Camera calibrations rely on laborious manual operations. Several recent studies have demons

Cited by 12SourceScholar
2024

Configurable Mirror Descent: Towards a Unification of Decision Making

ICML 2024poster

Decision-making problems, categorized as single-agent, e.g., Atari, cooperative multi-agent, e.g., Hanabi, competitive multi-agent, e.g., Hold'em poker, and mixed cooperative and competitive, e.g., football, are ubiquitous in the real world. Although various methods have been proposed to address the…

2024

Cost-efficient Knowledge-based Question Answering with Large Language Models

NeurIPS 2024poster

Knowledge-based question answering (KBQA) is widely used in many scenarios that necessitate domain knowledge. Large language models (LLMs) bring opportunities to KBQA, while their costs are significantly higher and absence of domain-specific knowledge during pre-training. We are motivated to combine…

Cited by 8SourcePDFScholar
2024

Denoising-Aware Contrastive Learning for Noisy Time Series

IJCAI 2024poster

Time series self-supervised learning (SSL) aims to exploit unlabeled data for pre-training to mitigate the reliance on labels. Despite the great success in recent years, there is limited discussion on the potential noise in the time series, which can severely impair the performance of existing SSL m…

2024

Enhancing Explainable Rating Prediction through Annotated Macro Concepts

ACL 2024long

Generating recommendation reasons for recommendation results is a long-standing problem because it is challenging to explain the underlying reasons for recommending an item based on user and item IDs. Existing models usually learn semantic embeddings for each user and item, and generate the reasons…

Cited by 6SourcePDFScholar
2024

Entity Alignment with Noisy Annotations from Large Language Models

NeurIPS 2024poster

Entity alignment (EA) aims to merge two knowledge graphs (KGs) by identifying equivalent entity pairs. While existing methods heavily rely on human-generated labels, it is prohibitively expensive to incorporate cross-domain experts for annotation in real-world scenarios. The advent of Large Language…

Cited by 19SourcePDFScholar
2024

KnowGPT: Knowledge Graph based Prompting for Large Language Models

NeurIPS 2024poster

Large Language Models (LLMs) have demonstrated remarkable capabilities in many real-world applications. Nonetheless, LLMs are often criticized for their tendency to produce hallucinations, wherein the models fabricate incorrect statements on tasks beyond their knowledge and perception. To alleviate…

Cited by 12SourcePDFScholar
2024

Knowledge-to-SQL: Enhancing SQL Generation with Data Expert LLM

ACL 2024findings

Generating accurate SQL queries for user questions (text-to-SQL) has been a long-standing challenge since it requires a deep understanding of both the user’s question and the corresponding database schema in order to retrieve the desired content accurately. Existing methods rely on the comprehensive…

2024

LiDAR-Camera Extrinsic Calibration with Hierachical and Iterative Feature Matching

ICRA 2024poster

In autonomous driving, the LiDAR-Camera system plays a crucial role in a vehicle’s perception of 3D environments. To effectively fuse information from both camera and LiDAR, extrinsic calibration is indispensable. Recently, some researchers have proposed deep learning-based methods that utilize conv…

Cited by 1SourceScholar
2024

Modality-Aware Integration with Large Language Models for Knowledge-Based Visual Question Answering

ACL 2024long

Knowledge-based visual question answering (KVQA) has been extensively studied to answer visual questions with external knowledge, e.g., knowledge graphs (KGs). While several attempts have been proposed to leverage large language models (LLMs) as an implicit knowledge source, it remains challenging s…

Cited by 13SourcePDFScholar
2024

QUEST: Efficient Extreme Multi-Label Text Classification with Large Language Models on Commodity Hardware

EMNLP 2024finding

Extreme multi-label text classification (EMTC) involves predicting multiple labels from a vast pool of candidates based on a user’s textual query. While traditional BERT-based methods have shown limited success, large language models (LLMs) have brought new possibilities. It is promising to leverage…

Cited by 1SourcePDFScholar
2024

Reinforcement Nash Equilibrium Solver

IJCAI 2024poster

Nash Equilibrium (NE) is the canonical solution concept of game theory, which provides an elegant tool to understand the rationalities. Though mixed strategy NE exists in any game with finite players and actions, computing NE in two- or multi-player general-sum games is PPAD-Complete. Various altern…

2024

Self-adaptive PSRO: Towards an Automatic Population-based Game Solver

IJCAI 2024poster

Policy-Space Response Oracles (PSRO) as a general algorithmic framework has achieved state-of-the-art performance in learning equilibrium policies of two-player zero-sum games. However, the hand-crafted hyperparameter value selection in most of the existing works requires extensive domain knowledge,…

Cited by 3SourcePDFScholar
2024

Towards Visibility Estimation and Noise-Distribution-Based Defogging for LiDAR in Autonomous Driving

ICRA 2024poster

Point clouds play a crucial role in robots and intelligent vehicles. Noise caused by fog droplets seriously degrades the quality of point clouds. Previous researches have shown that the extent of degradation is correlated with visibility. The fog attenuation coefficient is associated with visibility…

Cited by 1SourceScholar
2023

Coarse-to-Fine Hybrid 3D Mapping System With Co-Calibrated Omnidirectional Camera and Non-Repetitive LiDAR

RA-L 2023

This letter presents a novel 3D mapping robot with an omnidirectional field-of-view (FoV) sensor suite composed of a non-repetitive LiDAR and an omnidirectional camera. Thanks to the non-repetitive scanning nature of the LiDAR, an automatic targetless co-calibration method is proposed to simultaneou

Cited by 20SourcecodeScholar
2023

Contrastive Learning with Adversarial Examples for Alleviating Pathology of Language Model

ACL 2023long

Neural language models have achieved superior performance. However, these models also suffer from the pathology of overconfidence in the out-of-distribution examples, potentially making the model difficult to interpret and making the interpretation methods fail to provide faithful attributions. In t…

Cited by 4SourcePDFScholar
2023

Differentiable Neuro-Symbolic Reasoning on Large-Scale Knowledge Graphs

NeurIPS 2023poster

Knowledge graph (KG) reasoning utilizes two primary techniques, i.e., rule-based and KG-embedding based. The former provides precise inferences, but inferring via concrete rules is not scalable. The latter enables efficient reasoning at the cost of ambiguous inference accuracy. Neuro-symbolic reason…

Cited by 25SourcePDFScholar
2023

RSC: Accelerate Graph Neural Networks Training via Randomized Sparse Computations

ICML 2023poster

Training graph neural networks (GNNs) is extremely time consuming because sparse graph-based operations are hard to be accelerated by community hardware. Prior art successfully reduces the computation cost of dense matrix based operations (e.g., convolution and linear) via sampling-based approximati…

Cited by 28SourcePDFScholar
2023

Similarizing the Influence of Words with Contrastive Learning to Defend Word-level Adversarial Text Attack

ACL 2023findings

Neural language models are vulnerable to word-level adversarial text attacks, which generate adversarial examples by directly substituting discrete input words. Previous search methods for word-level attacks assume that the information in the important words is more influential on prediction than un…

Cited by 7SourcePDFScholar
2022

FAITH: Few-Shot Graph Classification with Hierarchical Task Graphs

IJCAI 2022poster

Few-shot graph classification aims at predicting classes for graphs, given limited labeled graphs for each class. To tackle the bottleneck of label scarcity, recent works propose to incorporate few-shot learning frameworks for fast adaptations to graph classes with limited labeled graphs. Specifical…

2021

Dirichlet Energy Constrained Learning for Deep Graph Neural Networks

NeurIPS 2021poster

Graph neural networks (GNNs) integrate deep architectures and topological structure modeling in an effective way. However, the performance of existing GNNs would decrease significantly when they stack many layers, because of the over-smoothing issue. Node embeddings tend to converge to similar vecto…

Cited by 142SourcePDFScholar
2021

Dynamic Memory based Attention Network for Sequential Recommendation

AAAI 2021technical

Sequential recommendation has become increasingly essential in various online services. It aims to model the dynamic preferences of users from their historical interactions and predict their next items. The accumulated user behavior records on real systems could be very long. This rich data brings o…

Cited by 77SourcePDFScholar
2020

Speeding up Very Fast Decision Tree with Low Computational Cost

IJCAI 2020poster

Very Fast Decision Tree (VFDT) is one of the most widely used online decision tree induction algorithms, and it provides high classification accuracy with theoretical guarantees. In VFDT, the split-attempt operation is essential for leaf-split. It is computation-intensive since it computes the heuri…

2020

Towards Deeper Graph Neural Networks with Differentiable Group Normalization

NeurIPS 2020poster

Graph neural networks (GNNs), which learn the representation of a node by aggregating its neighbors, have become an effective computational tool in downstream applications. Over-smoothing is one of the key issues which limit the performance of GNNs as the number of layers increases. It is because th…