← Search

Xiang Cheng

29 accepted papers

2026

Detoxifying Large Language Models via Localized Feature Editing with Sparse Autoencoders

IJCAI 2026

Large Language Models (LLMs) powerful generative capabilities also pose significant risks, underscoring the need for effective detoxification methods to ensure safer deployment. Due to the polysemantic nature of LLM neurons, recent neuron intervention methods inevitably entangle unrelated concepts,

Cited by 0Scholar
2026

From Chaos to Cure: A Prefix Heuristics Guided Model-Agnostic Adaptive Detoxification Framework

AAAI 2026technical

The impressive performance of large language models (LLMs) also brings inherent toxicity risks, prompting the need for effective detoxification to support responsible deployment. Prevailing methods generally follow an inflexible model-specific fashion, addressing only individual models or model fami

Cited by 0SourcePDFScholar
2026

PISA: Privacy-Preserving Split Adaptation with Model IP Protection

ICML 2026poster

Fine-tuning Large Language Models (LLMs) enables data holders to construct proprietary, task-specific models by leveraging external high-performance computing infrastructure. However, existing paradigms typically address data privacy and model intellectual property (IP) in isolation, failing to simu…

Cited by 0SourceScholar
2026

PrivSV: Differentially Private Steering Vector for Large Language Models

AAAI 2026technical

Steering Vector (SV) is a powerful technique for controlling Large Language Models (LLMs) by manipulating their activations without altering model weights. However, when constructed from sensitive data, SV poses significant privacy risks, as it may leak private information. Existing differential pri

Cited by 0SourcePDFScholar
2026

Single-Actuator Gripper Using an Antagonistic Cable-Driven Differential Mechanism for Adaptive Fixed-Position Grasping

RA-L 2026

Fixed-position grasping is an efficient strategy in robotic assembly. Adaptive grippers employing differential mechanisms (DMs) can passively compensate for misalignment between gripper and object. However, conventional DMs, such as gear-based differential mechanisms (GDMs), are limited by rotationa

Cited by 0SourceScholar
2026

TinyChemVL: Advancing Chemical Vision-Language Models via Efficient Visual Token Reduction and Complex Reaction Tasks

AAAI 2026technical

While Vision Language Models (VLMs) have demonstrated remarkable capabilities in general visual understanding, their application in the chemical domain has been limited, with previous works predominantly focusing on text and thus overlooking critical visual information, such as molecular structures.

Cited by 0SourcePDFScholar
2026

Towards Knowledge‑and‑Data‑Driven Organic Reaction Prediction: RAG‑Enhanced and Reasoning‑Powered Hybrid System with LLMs

ICLR 2026poster

In organic reaction prediction, many recent approaches ranging from traditional task-specific models to Large Language Models (LLMs), have demonstrated notable success. However, these methods are inherently data-driven, exhibit constrained interpretability, and have hit fundamental performance bottl…

Cited by 0SourceScholar
2026

Towards Robust Event-Based Depth Estimation: Bridging Synthetic and Real Domains with Motion Adaptation

AAAI 2026technical

Event cameras provide microsecond latency and high dynamic range, making them ideal for 3D perception tasks in traffic scenes with challenging lighting conditions. Yet existing methods often struggle to generalize to out-of-domain environments due to the limited availability of diverse training data

Cited by 0SourcePDFScholar
2025

Cooperative Motion Planning in Divided Environments via Congestion-Aware Deep Reinforcement Learning

RA-L 2025

In motion planning with partial observability, addressing uncertainty is crucial for preventing collisions and congestion, especially in the vicinity of constrained narrow areas connecting wider spaces, called hallways. In this work, we propose a cooperative motion planning algorithm that leverages

Cited by 5SourceScholar
2025

Deep Reinforcement Learning-Based Mapless Navigation for Mobile Robot in Unknown Environment With Local Optima

RA-L 2025

Local optima issues challenge mobile robots mapless navigation with the dilemma of avoiding collisions and approaching the target. Planning-based methods rely on environmental models and manual strategies to guide the robot. In contrast, learning-based methods can process original sensor data to nav

Cited by 13SourceScholar
2025

From Softmax to Score: Transformers Can Effectively Implement In-Context Denoising Steps

NeurIPS 2025poster

Transformers have emerged as powerful meta-learners, with growing evidence that they implement learning algorithms within their forward pass. We study this phenomenon in the context of denoising, presenting a unified framework that shows Transformers can implement (a) manifold denoising via Laplacia…

Cited by 0SourcecodeScholar
2025

On Understanding Attention-Based In-Context Learning for Categorical Data

ICML 2025poster

In-context learning based on attention models is examined for data with categorical outcomes, with inference in such models viewed from the perspective of functional gradient descent (GD). We develop a network composed of attention blocks, with each block employing a self-attention layer followed by…

Cited by 0SourcePDFScholar
2025

Revisiting Chain-of-Thought Prompting: Zero-shot Can Be Stronger than Few-shot

EMNLP 2025

In-Context Learning (ICL) is an essential emergent ability of Large Language Models (LLMs), and recent studies introduce CoT to exemplars of ICL to enhance the reasoning capability, especially in mathematics tasks. However, given the continuous advancement of model capabilities, it remains unclear w

Cited by 0SourcePDFScholar
2025

Swept Volume-Based Continuous Object Gathering Trajectory Generation for Tethered Robot Duo

IROS 2025

We propose a continuous gathering scheme based on the swept volume to address the challenges involved in planning a tethered robot duo to efficiently collect marine debris. Specifically, we model the tethered robot duo by constructing a double-layer U-shape, and then apply an object-aware optimizati

Cited by 0SourceScholar
2024

Linear attention is (maybe) all you need (to understand Transformer optimization)

ICLR 2024poster

Transformer training is notoriously difficult, requiring a careful design of optimizers and use of various heuristics. We make progress towards understanding the subtleties of training Transformers by carefully studying a simple yet canonical linearized *shallow* Transformer model. Specifically, we…

Cited by 54SourcePDFScholar
2024

Transformers Implement Functional Gradient Descent to Learn Non-Linear Functions In Context

ICML 2024poster

Many neural network architectures are known to be Turing Complete, and can thus, in principle implement arbitrary algorithms. However, Transformers are unique in that they can implement gradient-based learning algorithms *under simple parameter configurations*. This paper provides theoretical and em…

Cited by 46SourcePDFScholar
2023

Fast Conditional Mixing of MCMC Algorithms for Non-log-concave Distributions

NeurIPS 2023poster

MCMC algorithms offer empirically efficient tools for sampling from a target distribution $\pi(x) \propto \exp(-V(x))$. However, on the theory side, MCMC algorithms suffer from slow mixing rate when $\pi(x)$ is non-log-concave. Our work examines this gap and shows that when Poincar\'e-style inequali…

Cited by 7SourcePDFScholar
2023

Global Map Assisted Multi-Agent Collision Avoidance via Deep Reinforcement Learning around Complex Obstacles

IROS 2023poster

State-of-the-art multi-agent collision avoidance algorithms face limitations when applied to cluttered public environments, where obstacles may have a variety of shapes and structures. The issue arises because most of these algorithms are agent-level methods. They concentrate solely on preventing co…

Cited by 4SourceScholar
2023

HELSA: Hierarchical Reinforcement Learning with Spatiotemporal Abstraction for Large-Scale Multi-Agent Path Finding

IROS 2023poster

The Multi-Agent Path Finding (MAPF) problem is a critical challenge in dynamic multi-robot systems. Recent studies have revealed that multi-agent reinforcement learning (MARL) is a promising approach to solving MAPF problems in a fully decentralized manner. However, as the size of the multi-robot sy…

Cited by 5SourceScholar
2023

Restart Sampling for Improving Generative Processes

NeurIPS 2023poster

Generative processes that involve solving differential equations, such as diffusion models, frequently necessitate balancing speed and quality. ODE-based samplers are fast but plateau in performance while SDE-based samplers deliver higher sample quality at the cost of increased sampling time. We at…

2023

Transformers learn to implement preconditioned gradient descent for in-context learning

NeurIPS 2023poster

Several recent works demonstrate that transformers can implement algorithms like gradient descent. By a careful construction of weights, these works show that multiple layers of transformers are expressive enough to simulate iterations of gradient descent. Going beyond the question of expressivity,…

2021

Differentially Private Correlation Alignment for Domain Adaptation

IJCAI 2021poster

Domain adaptation solves a learning problem in a target domain by utilizing the training data in a different but related source domain. As a simple and efficient method for domain adaptation, correlation alignment transforms the distribution of the source domain by utilizing the covariance matrix of…

Cited by 7SourcePDFScholar
2020

LISNN: Improving Spiking Neural Networks with Lateral Interactions for Robust Object Recognition

IJCAI 2020poster

Spiking Neural Network (SNN) is considered more biologically plausible and energy-efficient on emerging neuromorphic hardware. Recently backpropagation algorithm has been utilized for training SNN, which allows SNN to go deeper and achieve higher performance. However, most existing SNN models for ob…

2018

FLAG n’ FLARE: Fast Linearly-Coupled Adaptive Gradient Methods

AISTATS 2018poster

We consider first order gradient methods for effectively optimizing a composite objective in the form of a sum of smooth and, potentially, non-smooth functions. We present accelerated and adaptive gradient methods, called FLAG and FLARE, which can offer the best of both worlds. They can achieve the…

Cited by 0SourcePDFScholar