← Search

CHE WANG

13 accepted papers

2026

Disrupting Hierarchical Reasoning: Adversarial Protection for Geographic Privacy in Multimodal Reasoning Models

ICLR 2026poster

Multi-modal large reasoning models (MLRMs) pose significant privacy risks by inferring precise geographic locations from personal images through hierarchical chain-of-thought reasoning. Existing privacy protection techniques, primarily designed for perception-based models, prove ineffective against…

Cited by 0SourceScholar
2026

SubspacePath Pruner: Inference-time Pruning via Probe-based Representation–Parameter Coupling

ICML 2026poster

Large-scale dedicated application of LLMs in diverse scenarios increasingly demands specialized model inference behavior under strict constraints of accuracy, latency, and memory. However, the heterogeneous and long-tailed nature of real-world specialized scenarios makes it difficult to obtain train…

Cited by 0SourceScholar
2026

Tracing the Dynamics of Refusal: Exploiting Latent Refusal Trajectories for Robust Jailbreak Detection

ICML 2026poster

Representation Engineering typically relies on static refusal vectors derived from terminal representations. We move beyond this paradigm, demonstrating that refusal is a dynamic and sparse process rather than a localized outcome. Using Causal Tracing, we uncover the Refusal Trajectory—a persistent …

Cited by 0SourceScholar
2026

XDomainBench: Diagnosing Reasoning Collapse in High-Dimensional Scientific Knowledge Composition

ICML 2026poster

Large Language Models (LLMs) are increasingly deployed for knowledge synthesis, yet their capacity for compositional generalization in scientific knowledge remains under-characterized. Existing benchmarks primarily focus on single-turn restricted scenarios, failing to capture the capability boundari…

Cited by 0SourceScholar
2025

AegisGuard: RL-Guided Adapter Tuning for TEE-Based Efficient & Secure On-Device Inference

NeurIPS 2025poster

On-device large models (LMs) reduce cloud dependency but expose proprietary model weights to the end-user, making them vulnerable to white-box model stealing (MS) attacks. A common defense is TEE-Shielded DNN Partition (TSDP), which places all trainable LoRA adapters (fine tuned on private data) ins…

Cited by 0SourceScholar
2025

Demonstrating Multi-Suction Item Picking at Scale via Multi-Modal Learning of Pick Success

RSS 2025poster

This work demonstrates how autonomously learning aspects of robotic operation from sparsely-labeled, real-world data of deployed, engineered solutions at industrial scale can provide with solutions that achieve improved performance. Specifically, it focuses on multi-suction robot picking and perfor…

Cited by 0PDFScholar
2024

Pre-training with Synthetic Data Helps Offline Reinforcement Learning

ICLR 2024poster

Recently, it has been shown that for offline deep reinforcement learning (DRL), pre-training Decision Transformer with a large language corpus can improve downstream performance (Reid et al., 2022). A natural question to ask is whether this performance gain can only be achieved with language pre-tra…

2022

On the Convergence of the Monte Carlo Exploring Starts Algorithm for Reinforcement Learning

ICLR 2022poster

A simple and natural algorithm for reinforcement learning (RL) is Monte Carlo Exploring Starts (MCES), where the Q-function is estimated by averaging the Monte Carlo returns, and the policy is improved by choosing actions that maximize the current estimate of the Q-function. Exploration is performed…

Cited by 28SourcePDFScholar
2022

Reinforcement Learning with Automated Auxiliary Loss Search

NeurIPS 2022accept

A good state representation is crucial to solving complicated reinforcement learning (RL) challenges. Many recent works focus on designing auxiliary losses for learning informative representations. Unfortunately, these handcrafted objectives rely heavily on expert knowledge and may be sub-optimal. I…

Cited by 17SourcePDFScholar
2022

VRL3: A Data-Driven Framework for Visual Deep Reinforcement Learning

NeurIPS 2022accept

We propose VRL3, a powerful data-driven framework with a simple design for solving challenging visual deep reinforcement learning (DRL) tasks. We analyze a number of major obstacles in taking a data-driven approach, and present a suite of design principles, novel findings, and critical insights abou…

2021

Randomized Ensembled Double Q-Learning: Learning Fast Without a Model

ICLR 2021poster

Using a high Update-To-Data (UTD) ratio, model-based methods have recently achieved much higher sample efficiency than previous model-free methods for continuous-action DRL benchmarks. In this paper, we introduce a simple model-free algorithm, Randomized Ensembled Double Q-Learning (REDQ), and show…

2020

BAIL: Best-Action Imitation Learning for Batch Deep Reinforcement Learning

NeurIPS 2020poster

There has recently been a surge in research in batch Deep Reinforcement Learning (DRL), which aims for learning a high-performing policy from a given dataset without additional interactions with the environment. We propose a new algorithm, Best-Action Imitation Learning (BAIL), which strives for bot…

2020

Striving for Simplicity and Performance in Off-Policy DRL: Output Normalization and Non-Uniform Sampling

ICML 2020poster

We aim to develop off-policy DRL algorithms that not only exceed state-of-the-art performance but are also simple and minimalistic. For standard continuous control benchmarks, Soft Actor-Critic (SAC), which employs entropy maximization, currently provides state-of-the-art performance. We first demon…