← Search

Yixuan Wang

46 accepted papers

2026

CAMERA: Multi-Matrix Joint Compression for MoE Models via Micro-Expert Redundancy Analysis

AAAI 2026technical

Large Language Models (LLMs) with Mixture-of-Experts (MoE) architectures are distinguished by their strong performance scaling with increasing parameters across a wide range of tasks, yet they also suffer from substantial computational and storage overheads. Notably, the performance gains of MoE mod

Cited by 0SourcePDFScholar
2026

CuriousBot: Interactive Mobile Exploration via Actionable 3D Relational Object Graph

RA-L 2026

Mobile exploration is a longstanding challenge in robotics, yet current methods primarily focus on active perception instead of active interaction, limiting the robot's ability to interact with and fully explore its environment. Existing robotic exploration approaches via active interaction are ofte

Cited by 6SourcecodeScholar
2026

Effective Model Pruning : Measuring the Redundancy of Model Components

ICML 2026spotlight

This article initiates the study of a basic question about model pruning. Given a vector s of importance scores assigned to model components, how many of the scored components could be discarded without sacrificing performance? We propose Effective Model Pruning (EMP), which derives the desired spar…

Cited by 0SourceScholar
2026

FreqKV: Key-Value Compression in Frequency Domain for Context Window Extension

ICLR 2026poster

Existing key-value (KV) cache compression methods for large language models (LLMs) often rely on token eviction, which risks losing critical local information in both long prefilling and decoding scenarios. When extrapolating beyond the pretrained context length, their performance degrades sharply o…

Cited by 0SourcecodeScholar
2026

Initialization Schemes for Kolmogorov–Arnold Networks: An Empirical Study

ICLR 2026poster

Kolmogorov–Arnold Networks (KANs) are a recently introduced neural architecture that replace fixed nonlinearities with trainable activation functions, offering enhanced flexibility and interpretability. While KANs have been applied successfully across scientific and machine learning tasks, their ini…

Cited by 0SourcecodeScholar
2026

Interactive World Simulator for Robot Policy Training and Evaluation

RSS 2026poster

Action-conditioned video prediction models (often referred to as world models) have shown strong potential for robotics applications, but existing world models are often slow and struggle to capture accurate physical interactions over long horizons, limiting their use for scalable robot policy train…

Cited by 0SourceScholar
2026

Judge Q: Trainable Queries for Optimized Information Retention in KV Cache Eviction

AAAI 2026technical

Large language models (LLMs) utilize key-value (KV) cache to store historical information during sequence processing. The size of KV cache grows linearly as the length of the sequence extends, which seriously affects memory usage and decoding efficiency. Current methods for KV cache eviction typical

Cited by 0SourcePDFScholar
2026

KANO: Kolmogorov-Arnold Neural Operator

ICLR 2026poster

We introduce Kolmogorov–Arnold Neural Operator (KANO), a dual‑domain neural operator jointly parameterized by both spectral and spatial bases with intrinsic symbolic interpretability. We theoretically demonstrate that KANO overcomes the pure-spectral bottleneck of Fourier Neural Operator (FNO): KANO…

Cited by 0SourcecodeScholar
2026

PonderLM-2: Pretraining LLM with Latent Thoughts in Continuous Space

ICML 2026spotlight

The remarkable success of Chain-of-Thought (CoT), which enhances performance by scaling generation steps at test-time, inspires us to ask: can we leverage a similar scaling of computational steps during pretraining to improve the generation of each individual token? To address this, we propose a nov…

Cited by 0SourceScholar
2026

PonderLM: Pretraining Language Models to Ponder in Continuous Space

ICLR 2026poster

Humans ponder before articulating complex sentence elements, enabling deeper cognitive processing through focused effort. In this work, we introduce this pondering process into language models by repeatedly invoking the forward process within a single token generation step. During pondering, instead…

Cited by 0SourcecodeScholar
2026

ProxyAttn: Guided Sparse Attention via Representative Heads

ICLR 2026poster

The quadratic complexity of attention mechanisms limits the efficiency of Large Language Models (LLMs) on long-text tasks. Recently, methods that dynamically estimate block importance have enabled efficient block sparse attention, leading to significant acceleration in long-text pre-filling of LLMs.…

Cited by 0SourcecodeScholar
2026

Towards Optimal Robustness in Learning-Augmented Paging

ICML 2026spotlight

Learning-augmented paging has been extensively studied in recent years. A key advantage over naive ML-based approaches is \emph{bounded robustness}, which guarantees worst-case performance even when predictions are inaccurate, making these algorithms valuable for real-world systems. Prior work achie…

Cited by 0SourceScholar
2025

Can We Trust Embodied Agents? Exploring Backdoor Attacks against Embodied LLM-Based Decision-Making Systems

ICLR 2025poster

Large Language Models (LLMs) have shown significant promise in real-world decision-making tasks for embodied artificial intelligence, especially when fine-tuned to leverage their inherent common sense and reasoning abilities while being tailored to specific applications. However, this fine-tuning pr…

Cited by 5SourcePDFScholar
2025

CodeDiffuser: Attention-Enhanced Diffusion Policy via VLM-Generated Code for Instruction Ambiguity

RSS 2025poster

Natural language instructions for robotic manipulation tasks often exhibit ambiguity and vagueness. For instance, the instruction “Hang a mug on the mug tree” may involve multiple valid actions if there are several mugs and branches to choose from. Existing language-conditioned policies typically re…

Cited by 0PDFScholar
2025

DemoGen: Synthetic Demonstration Generation for Data-Efficient Visuomotor Policy Learning

RSS 2025poster

Visuomotor policies have shown great promise in robotic manipulation but often require substantial amounts of human-collected data for effective performance. A key reason underlying the data demands is their limited spatial generalization capability, which necessitates extensive data collection acro…

Cited by 8PDFScholar
2025

Directly Forecasting Belief for Reinforcement Learning with Delays

ICML 2025poster

Reinforcement learning (RL) with delays is challenging as sensory perceptions lag behind the actual events: the RL agent needs to estimate the real state of its environment based on past observations. State-of-the-art (SOTA) methods typically employ recursive, step-by-step forecasting of states. Thi…

2025

KAN: Kolmogorov–Arnold Networks

ICLR 2025oral

Inspired by the Kolmogorov-Arnold representation theorem, we propose Kolmogorov-Arnold Networks (KANs) as promising alternatives to Multi-Layer Perceptrons (MLPs). While MLPs have fixed activation functions on nodes ("neurons''), KANs have learnable activation functions on edges ("weights''). KANs h…

2025

Logical forms complement probability in understanding language model (and human) performance

ACL 2025long

With the increasing interest in using large language models (LLMs) for planning in natural language, understanding their behaviors becomes an important research question. This work conducts a systematic investigation of LLMs’ ability to perform logical reasoning in natural language. We introduce a c…

Cited by 0SourcePDFScholar
2025

Long-term Intracortical Neural activity and Kinematics (LINK): An intracortical neural dataset for chronic brain-machine interfaces, neuroscience, and machine learning

NeurIPS 2025poster

Intracortical brain-machine interfaces (iBMIs) have enabled movement and speech in people living with paralysis by using neural data to decode behaviors in real-time. However, intracortical neural recordings exhibit significant instabilities over time, which poses problems for iBMIs, neuroscience, a…

Cited by 0SourcecodeScholar
2025

Lookahead Q-Cache: Achieving More Consistent KV Cache Eviction via Pseudo Query

EMNLP 2025

Large language models (LLMs) rely on key-value cache (KV cache) to accelerate decoding by reducing redundant computations. However, the KV cache memory usage grows substantially with longer text sequences, posing challenges for efficient deployment. Existing KV cache eviction methods prune tokens us

2025

Robustifying Learning-Augmented Caching Efficiently without Compromising 1-Consistency

NeurIPS 2025poster

The online caching problem aims to minimize cache misses when serving a sequence of requests under a limited cache size. While naive learning-augmented caching algorithms achieve ideal $1$-consistency, they lack robustness guarantees. Existing robustification methods either sacrifice $1$-consistency…

Cited by 0SourceScholar
2025

Tag-Evol: Achieving Efficient Instruction Evolving via Tag Injection

ACL 2025finding

Evol-Instruct has made significant improvements as a data synthesis method in several areas. Existing methods typically rely on a fixed set of strategies to evolve, which require manual design and are monolithic in form. In addition, iterative evolution also makes the acquisition of hard samples exp…

2025

Turning Trash into Treasure: Accelerating Inference of Large Language Models with Token Recycling

ACL 2025long

The rapid growth in the parameters of LLMs has made inference latency a fundamental bottleneck. Speculative decoding represents a lossless approach to accelerate inference through a guess-and-verify paradigm. Some methods rely on additional architectures to guess draft tokens, which need extra train…

2024

3D-ViTac: Learning Fine-Grained Manipulation with Visuo-Tactile Sensing

CoRL 2024poster

Tactile and visual perception are both crucial for humans to perform fine-grained interactions with their environment. Developing similar multi-modal sensing capabilities for robots can significantly enhance and expand their manipulation skills. This paper introduces **3D-ViTac**, a multi-modal sens…

Cited by 18SourcecodeScholar
2024

Boosting Reinforcement Learning with Strongly Delayed Feedback Through Auxiliary Short Delays

ICML 2024poster

Reinforcement learning (RL) is challenging in the common case of delays between events and their sensory perceptions. State-of-the-art (SOTA) state augmentation techniques either suffer from state space explosion or performance degeneration in stochastic environments. To address these challenges, we…

2024

D$^3$Fields: Dynamic 3D Descriptor Fields for Zero-Shot Generalizable Rearrangement

CoRL 2024poster

Scene representation is a crucial design choice in robotic manipulation systems. An ideal representation is expected to be 3D, dynamic, and semantic to meet the demands of diverse manipulation tasks. However, previous works often lack all three properties simultaneously. In this work, we introduce D…

Cited by 10SourcecodeScholar
2024

GenDP: 3D Semantic Fields for Category-Level Generalizable Diffusion Policy

CoRL 2024poster

Diffusion-based policies have shown remarkable capability in executing complex robotic manipulation tasks but lack explicit characterization of geometry and semantics, which often limits their ability to generalize to unseen objects and layouts. To enhance the generalization capabilities of Diffusio…

Cited by 14SourcecodeScholar
2024

HORSE: Hierarchical Representation for Large-Scale Neural Subset Selection

NeurIPS 2024poster

Subset selection tasks, such as anomaly detection and compound selection in AI-assisted drug discovery, are crucial for a wide range of applications. Learning subset-valued functions with neural networks has achieved great success by incorporating permutation invariance symmetry into the architectur…

Cited by 0SourcePDFScholar
2024

Improving Grammatical Error Correction via Contextual Data Augmentation

ACL 2024findings

Nowadays, data augmentation through synthetic data has been widely used in the field of Grammatical Error Correction (GEC) to alleviate the problem of data scarcity. However, these synthetic data are mainly used in the pre-training phase rather than the data-limited fine tuning phase due to inconsis…

2024

Kinematics-aware Trajectory Generation and Prediction with Latent Stochastic Differential Modeling

IROS 2024poster

Trajectory generation and trajectory prediction are two critical tasks in autonomous driving, which generate various trajectories for testing during development and predict the trajectories of surrounding vehicles during operation, respectively. In recent years, emerging data-driven deep learning-ba…

Cited by 6SourceScholar
2024

LM-Combiner: A Contextual Rewriting Model for Chinese Grammatical Error Correction

COLING 2024main

Over-correction is a critical problem in Chinese grammatical error correction (CGEC) task. Recent work using model ensemble methods based on voting can effectively mitigate over-correction and improve the precision of the GEC system. However, these methods still require the output of several GEC sys…

2024

Make Some Noise: Unlocking Language Model Parallel Inference Capability through Noisy Training

EMNLP 2024main

Existing speculative decoding methods typically require additional model structure and training processes to assist the model for draft token generation. This makes the migration of acceleration methods to the new model more costly and more demanding on device memory. To address this problem, we pro…

2024

Off-Dynamics Reinforcement Learning via Domain Adaptation and Reward Augmented Imitation

NeurIPS 2024poster

Training a policy in a source domain for deployment in the target domain under a dynamics shift can be challenging, often resulting in performance degradation. Previous work tackles this challenge by training on the source domain with modified rewards derived by matching distributions between the so…

2024

Open X-Embodiment: Robotic Learning Datasets and RT-X Models : Open X-Embodiment Collaboration

ICRA 2024

Large, high-capacity models trained on diverse datasets have shown remarkable successes on efficiently tackling downstream applications. In domains from NLP to Computer Vision, this has led to a consolidation of pretrained models, with general pretrained backbones serving as a starting point for man

Cited by 910SourcecodeScholar
2024

Open X-Embodiment: Robotic Learning Datasets and RT-X Models : Open X-Embodiment Collaboration0

ICRA 2024poster

Large, high-capacity models trained on diverse datasets have shown remarkable successes on efficiently tackling downstream applications. In domains from NLP to Computer Vision, this has led to a consolidation of pretrained models, with general pretrained backbones serving as a starting point for man…

Cited by 259SourcecodeScholar
2024

REGLO: Provable Neural Network Repair for Global Robustness Properties

AAAI 2024technical

We present REGLO, a novel methodology for repairing pretrained neural networks to satisfy global robustness and individual fairness properties. A neural network is said to be globally robust with respect to a given input region if and only if all the input points in the region are locally robust. Th…

2024

RoboPack: Learning Tactile-Informed Dynamics Models for Dense Packing

RSS 2024poster

Tactile feedback is critical for understanding the dynamics of both rigid and deformable objects in many manipulation tasks, such as non-prehensile manipulation and dense packing. We introduce an approach that combines visual and tactile sensing for robotic manipulation by learning a neural, tactile…

Cited by 12SourcePDFScholar
2024

Variational Delayed Policy Optimization

NeurIPS 2024spotlight

In environments with delayed observation, state augmentation by including actions within the delay window is adopted to retrieve Markovian property to enable reinforcement learning (RL). Whereas, state-of-the-art (SOTA) RL techniques with Temporal-Difference (TD) learning frameworks commonly suffer…

2023

Dynamic-Resolution Model Learning for Object Pile Manipulation

RSS 2023poster

Dynamics models learned from visual observations have shown to be effective in various robotic manipulation tasks. One of the key questions for learning such dynamics models is what scene representation to use. Prior works typically assume representation at a fixed dimension or resolution, which may…

Cited by 24SourcePDFScholar
2023

Enforcing Hard Constraints with Soft Barriers: Safe Reinforcement Learning in Unknown Stochastic Environments

ICML 2023poster

It is quite challenging to ensure the safety of reinforcement learning (RL) agents in an unknown and stochastic environment under hard constraints that require the system state not to reach certain specified unsafe regions. Many popular safe RL methods such as those based on the Constrained Markov D…

Cited by 54SourcePDFScholar
2023

Predicting Object Interactions with Behavior Primitives: An Application in Stowing Tasks

CoRL 2023oral

Stowing, the task of placing objects in cluttered shelves or bins, is a common task in warehouse and manufacturing operations. However, this task is still predominantly carried out by human workers as stowing is challenging to automate due to the complex multi-object interactions and long-horizon na…

Cited by 11SourcecodeScholar
2023

Safety-Assured Speculative Planning with Adaptive Prediction

IROS 2023poster

Recently significant progress has been made in vehicle prediction and planning algorithms for autonomous driving. However, it remains quite challenging for an autonomous vehicle to plan its trajectory in complex scenarios when it is difficult to accurately predict its surrounding vehicles' behaviors…

Cited by 11SourceScholar
2022

Adaptive Unsupervised Self-training for Disfluency Detection

COLING 2022main

Supervised methods have achieved remarkable results in disfluency detection. However, in real-world scenarios, human-annotated data is difficult to obtain. Recent works try to handle disfluency detection with unsupervised self-training, which can exploit existing large-scale unlabeled data efficient…

2021

Tracking Partially-Occluded Deformable Objects while Enforcing Geometric Constraints

ICRA 2021poster

In order to manipulate a deformable object, such as rope or cloth, in unstructured environments, robots need a way to estimate its current shape. However, tracking the shape of a deformable object can be challenging because of the object’s high flexibility, (self-)occlusion, and interaction with obs…

Cited by 57SourcecodeScholar
2021

Weak Adaptation Learning: Addressing Cross-Domain Data Insufficiency With Weak Annotator

ICCV 2021poster

Data quantity and quality are crucial factors for data-driven learning methods. In some target problem domains, there are not many data samples available, which could significantly hinder the learning process. While data from similar domains may be leveraged to help through domain adaptation, obtain…

Cited by 18PDFScholar