← Search

Sinno Jialin Pan

31 accepted papers

2026

Beyond Speedup - Utilizing KV Cache for Sampling and Reasoning

ICLR 2026poster

KV caches, typically used only to speed up autoregressive decoding, encode contextual information that can be reused for downstream tasks at no extra cost. We propose treating the KV cache as a lightweight representation, eliminating the need to recompute or store full hidden states. Despite being w…

Cited by 0SourceScholar
2026

Bridging Successor Measure and Online Policy Learning with Flow Matching-Based Representations

ICLR 2026poster

The Successor Measure (SM), a powerful method in reinforcement learning (RL), describes discounted future state distributions under a policy, and it has recently been studied using generative modeling techniques. Although SM is a powerful predictive object, it lacks compact representations tailored…

Cited by 0SourceScholar
2026

MetaMoE: Diversity-Aware Proxy Selection for Privacy-Preserving Mixture-of-Experts Unification

ICML 2026poster

Mixture-of-Experts (MoE) models scale capacity by combining specialized experts, but most existing approaches assume centralized access to training data. In practice, data are distributed across clients and cannot be shared due to privacy constraints, making unified MoE training challenging. We prop…

Cited by 0SourceScholar
2025

Beyond Self-Interest: How Group Strategies Reshape Content Creation in Recommendation Platforms?

ICML 2025poster

We employ a game-theoretic framework to study the impact of a specific strategic behavior among creators---group behavior---on recommendation platforms. In this setting, creators within a group collaborate to maximize their collective utility. We show that group behavior has a limited effect on the…

Cited by 0SourcePDFScholar
2025

GLID$^2$E: A Gradient-Free Lightweight Fine-tune Approach for Discrete Biological Sequence Design

NeurIPS 2025poster

The design of biological sequences is essential for engineering functional biomolecules that contribute to advancements in human health and biotechnology. Recent advances in diffusion models, with their generative power and efficient conditional sampling, have made them a promising approach for sequ…

Cited by 0SourceScholar
2025

KVTuner: Sensitivity-Aware Layer-Wise Mixed-Precision KV Cache Quantization for Efficient and Nearly Lossless LLM Inference

ICML 2025poster

KV cache quantization can improve Large Language Models (LLMs) inference throughput and latency in long contexts and large batch-size scenarios while preserving LLMs effectiveness. However, current methods have three unsolved issues: overlooking layer-wise sensitivity to KV cache quantization, high…

2025

MetaDefense: Defending Fine-tuning based Jailbreak Attack Before and During Generation

NeurIPS 2025poster

This paper introduces MetaDefense, a novel framework for defending against finetuning-based jailbreak attacks in large language models (LLMs). We observe that existing defense mechanisms fail to generalize to harmful queries disguised by unseen attack templates, despite LLMs being capable of distin…

Cited by 0SourcecodeScholar
2025

Parameter and Memory Efficient Pretraining via Low-rank Riemannian Optimization

ICLR 2025poster

Pretraining large language models often requires significant computational resources and memory due to their vast parameter amount. An effective approach to enhance parameter efficiency in both training and inference is to parameterize each full-size weight as the product of two trainable low-rank f…

2025

Probabilistic Neural Pruning via Sparsity Evolutionary Fokker-Planck-Kolmogorov Equation

ICLR 2025spotlight

Neural pruning aims to compress and accelerate deep neural networks by identifying the optimal subnetwork within a specified sparsity budget. In this work, we study how to gradually sparsify the unpruned dense model to the target sparsity level with minimal performance drop. Specifically, we analyze…

2025

Reinforcing Compositional Retrieval: Retrieving Step-by-Step for Composing Informative Contexts

ACL 2025finding

Large Language Models (LLMs) have demonstrated remarkable capabilities across numerous tasks, yet they often rely on external context to handle complex tasks. While retrieval-augmented frameworks traditionally focus on selecting top-ranked documents in a single pass, many real-world scenarios demand…

2024

A Diffusion Model with State Estimation for Degradation-Blind Inverse Imaging

AAAI 2024technical

Solving the task of inverse imaging problems can restore unknown clean images from input measurements that have incomplete information. Utilizing powerful generative models, such as denoising diffusion models, could better tackle the ill-posed issues of inverse problems with the distribution prior o…

Cited by 2SourcePDFScholar
2024

Improving the Generalization of Unseen Crowd Behaviors for Reinforcement Learning based Local Motion Planners

ICRA 2024poster

Deploying a safe mobile robot policy in scenarios with human pedestrians is challenging due to their unpredictable movements. Current Reinforcement Learningbased motion planners rely on a single policy to simulate pedestrian movements and could suffer from the over-fitting issue. Alternatively, fram…

Cited by 0SourceScholar
2024

Learning Adaptive Multiresolution Transforms via Meta-Framelet-based Graph Convolutional Network

ICLR 2024poster

Graph Neural Networks are popular tools in graph representation learning that capture the graph structural properties. However, most GNNs employ single-resolution graph feature extraction, thereby failing to capture micro-level local patterns (high resolution) and macro-level graph cluster and commu…

Cited by 3SourcePDFScholar
2024

Multilingual Jailbreak Challenges in Large Language Models

ICLR 2024poster

While large language models (LLMs) exhibit remarkable capabilities across a wide range of tasks, they pose potential safety concerns, such as the ``jailbreak'' problem, wherein malicious instructions can manipulate LLMs to exhibit undesirable behavior. Although several preventive measures have been…

2024

State Chrono Representation for Enhancing Generalization in Reinforcement Learning

NeurIPS 2024poster

In reinforcement learning with image-based inputs, it is crucial to establish a robust and generalizable state representation. Recent advancements in metric learning, such as deep bisimulation metric approaches, have shown promising results in learning structured low-dimensional representation space…

2023

Adapt in Contexts: Retrieval-Augmented Domain Adaptation via In-Context Learning

EMNLP 2023long main

Large language models (LLMs) have showcased their capability with few-shot inference known as in-context learning. However, in-domain demonstrations are not always readily available in real scenarios, leading to cross-domain in-context learning. Besides, LLMs are still facing challenges in long-tail…

Cited by 0SourceScholar
2023

Bidirectional Generative Framework for Cross-domain Aspect-based Sentiment Analysis

ACL 2023long

Cross-domain aspect-based sentiment analysis (ABSA) aims to perform various fine-grained sentiment analysis tasks on a target domain by transferring knowledge from a source domain. Since labeled data only exists in the source domain, a model is expected to bridge the domain gap for tackling cross-do…

2023

SOUL: Towards Sentiment and Opinion Understanding of Language

EMNLP 2023short main

Sentiment analysis is a well-established natural language processing task, with sentiment polarity classification being one of its most popular and representative tasks. However, despite the success of pre-trained language models in this area, they often fall short of capturing the broader complexit…

Cited by 0SourcecodeScholar
2021

Latent Independent Excitation for Generalizable Sensor-based Cross-Person Activity Recognition

AAAI 2021technical

In wearable-sensor-based activity recognition, it is often assumed that the training and test samples follow the same data distribution. This assumption neglects practical scenarios where the activity patterns inevitably vary from person to person. To solve this problem, transfer learning and domain…

2021

Sequential Generative Exploration Model for Partially Observable Reinforcement Learning

AAAI 2021technical

Many challenging partially observable reinforcement learning problems have sparse rewards and most existing model-free algorithms struggle with such reward sparsity. In this paper, we propose a novel reward shaping approach to infer the intrinsic rewards for the agent from a sequential generative mo…

Cited by 11SourcePDFScholar
2020

Storage Efficient and Dynamic Flexible Runtime Channel Pruning via Deep Reinforcement Learning

NeurIPS 2020poster

In this paper, we propose a deep reinforcement learning (DRL) based framework to efficiently perform runtime channel pruning on convolutional neural networks (CNNs). Our DRL-based framework aims to learn a pruning strategy to determine how many and which channels to be pruned in each convolutional l…

2019

MetaQuant: Learning to Quantize by Learning to Penetrate Non-differentiable Quantization

NeurIPS 2019poster

Tremendous amount of parameters make deep neural networks impractical to be deployed for edge-device-based real-world applications due to the limit of computational power and storage space. Existing studies have made progress on learning quantized deep models to reduce model size and energy consumpt…

2018

Domain Generalization With Adversarial Feature Learning

CVPR 2018poster

In this paper, we tackle the problem of domain generalization: how to learn a generalized feature representation for an “unseen” target domain by taking the advantage of multiple seen source-domain data. We present a novel framework based on adversarial autoencoders to learn a generalized latent fea…

Cited by 1574SourcePDFScholar