← Search

Kan Ren

28 accepted papers

2026

ConTSG-Bench: A Unified Benchmark for Conditional Time Series Generation

ICML 2026poster

Conditional time series generation plays a critical role in addressing data scarcity and enabling causal analysis in real-world applications. Despite its increasing importance, the field lacks a standardized and systematic benchmarking framework for evaluating generative models across diverse condit…

Cited by 0SourceScholar
2026

Linking Process to Outcome: Conditional Reward Modeling for LLM Reasoning

ICLR 2026poster

Process Reward Models (PRMs) have emerged as a promising approach to enhance the reasoning capabilities of large language models (LLMs) by guiding their step-by-step reasoning toward a final answer. However, existing PRMs either treat each reasoning step in isolation, failing to capture inter-step d…

Cited by 0SourceScholar
2026

No Labels, No Look-Ahead: Unsupervised Online Video Stabilization with Classical Priors

CVPR 2026

We propose a novel unsupervised framework for online video stabilization. Unlike deep learning-based stabilizers that require paired stable/unstable datasets, our method models the classical three-stage stabilization pipeline and integrates a multithreaded buffering mechanism, effectively addressing

Cited by 0SourcecodeScholar
2026

What if Tomorrow is the World Cup Final? Counterfactual Time Series Forecasting with Textual Conditions

ICML 2026poster

Time series forecasting has become increasingly critical in real-world scenarios, where future sequences are influenced not only by historical patterns but also by forthcoming events. In this context, forecasting must dynamically adapt to complex and stochastic future conditions, which introduces fu…

Cited by 0SourceScholar
2025

Chain-of-Model Learning for Language Model

NeurIPS 2025poster

In this paper, we propose a novel learning paradigm, termed *Chain-of-Model* (CoM), which incorporates the causal relationship into the hidden states of each layer as a chain style. thereby introducing great scaling efficiency in model training and inference flexibility in deployment.We introduce th…

Cited by 0SourceScholar
2025

Discovering Influential Neuron Path in Vision Transformers

ICLR 2025poster

Vision Transformer models exhibit immense power yet remain opaque to human understanding, posing challenges and risks for practical applications. While prior research has attempted to demystify these models through input attribution and neuron role analysis, there's been a notable gap in considerin…

2025

EASYTOOL: Enhancing LLM-based Agents with Concise Tool Instruction

NAACL 2025long

There has been a rising interest in utilizing tools in applications of autonomous agents based on large language models (LLMs) to address intricate real-world tasks. To develop LLMbased agents, it usually requires LLMs to understand many tool functions from different tool documentations. However, th…

2025

Learning to Select In-Context Demonstration Preferred by Large Language Model

ACL 2025finding

In-context learning (ICL) enables large language models (LLMs) to adapt to new tasks during inference using only a few demonstrations. However, ICL performance is highly dependent on the selection of these demonstrations. Recent work explores retrieval-based methods for selecting query-specific demo…

Cited by 0SourcePDFScholar
2024

Benchmarking Data Science Agents

ACL 2024long

In the era of data-driven decision-making, the complexity of data analysis necessitates advanced expertise and tools of data science, presenting significant challenges even for specialists. Large Language Models (LLMs) have emerged as promising aids as data science agents, assisting humans in data a…

2024

Diffusion-based Reinforcement Learning via Q-weighted Variational Policy Optimization

NeurIPS 2024poster

Diffusion models have garnered widespread attention in Reinforcement Learning (RL) for their powerful expressiveness and multimodality. It has been verified that utilizing diffusion policies can significantly improve the performance of RL algorithms in continuous control tasks by overcoming the limi…

2024

EEG2Video: Towards Decoding Dynamic Visual Perception from EEG Signals

NeurIPS 2024poster

Our visual experience in daily life are dominated by dynamic change. Decoding such dynamic information from brain activity can enhance the understanding of the brain’s visual processing system. However, previous studies predominately focus on reconstructing static visual stimuli. In this paper, we e…

Cited by 52SourcePDFScholar
2024

TaskBench: Benchmarking Large Language Models for Task Automation

NeurIPS 2024poster

In recent years, the remarkable progress of large language models (LLMs) has sparked interest in task automation, which involves decomposing complex tasks described by user instructions into sub-tasks and invoking external tools to execute them, playing a central role in autonomous agents. However,…

2024

Towards Editing Time Series

NeurIPS 2024poster

Synthesizing time series data is pivotal in modern society, aiding effective decision making and ensuring privacy preservation in various scenarios. Time series are associated with various attributes, including trends, seasonality, and external information such as location. Recent research has predo…

2023

CircuitNet: A Generic Neural Network to Realize Universal Circuit Motif Modeling

ICML 2023poster

The successes of artificial neural networks (ANNs) are largely attributed to mimicking the human brain structures. Recent advances in neuroscience revealed that neurons interact with each other through various kinds of connectivity patterns to process information, in which the common connectivity pa…

Cited by 0SourcePDFScholar
2023

ContiFormer: Continuous-Time Transformer for Irregular Time Series Modeling

NeurIPS 2023poster

Modeling continuous-time dynamics on irregular time series is critical to account for data evolution and correlations that occur continuously. Traditional methods including recurrent neural networks or Transformer models leverage inductive bias via powerful neural architectures to capture complex pa…

2023

Learning Decomposed Spatial Relations for Multi-Variate Time-Series Modeling

AAAI 2023technical

Modeling multi-variate time-series (MVTS) data is a long-standing research subject and has found wide applications. Recently, there is a surge of interest in modeling spatial relations between variables as graphs, i.e., first learning one static graph for each dataset and then exploiting the graph s…

Cited by 20SourcePDFScholar
2023

Learning Topology-Agnostic EEG Representations with Geometry-Aware Modeling

NeurIPS 2023poster

Large-scale pre-training has shown great potential to enhance models on downstream tasks in vision and language. Developing similar techniques for scalp electroencephalogram (EEG) is suitable since unlabelled data is plentiful. Meanwhile, various sampling channel selections and inherent structural a…

Cited by 31SourcePDFScholar
2023

SIMPLE: Specialized Model-Sample Matching for Domain Generalization

ICLR 2023poster

In domain generalization (DG), most existing methods aspire to fine-tune a specific pretrained model through novel DG algorithms. In this paper, we propose an alternative direction, i.e., to efficiently leverage a pool of pretrained models without fine-tuning. Through extensive empirical and theoret…

2023

Towards Inference Efficient Deep Ensemble Learning

AAAI 2023technical

Ensemble methods can deliver surprising performance gains but also bring significantly higher computational costs, e.g., can be up to 2048X in large-scale ensemble tasks. However, we found that the majority of computations in ensemble methods are redundant. For instance, over 77% of samples in CIFAR…

2022

Bootstrapped Transformer for Offline Reinforcement Learning

NeurIPS 2022accept

Offline reinforcement learning (RL) aims at learning policies from previously collected static trajectory data without interacting with the real environment. Recent works provide a novel perspective by viewing offline RL as a generic sequence generation problem, adopting sequence models such as Tran…

Cited by 59SourcePDFScholar
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

Towards Applicable Reinforcement Learning: Improving the Generalization and Sample Efficiency with Policy Ensemble

IJCAI 2022poster

It is challenging for reinforcement learning (RL) algorithms to succeed in real-world applications. Take financial trading as an example, the market information is noisy yet imperfect and the macroeconomic regulation or other factors may shift between training and evaluation, thus it requires both g…

2021

Universal Trading for Order Execution with Oracle Policy Distillation

AAAI 2021technical

As a fundamental problem in algorithmic trading, order execution aims at fulfilling a specific trading order, either liquidation or acquirement, for a given instrument. Towards effective execution strategy, recent years have witnessed the shift from the analytical view with model-based market assump…

Cited by 60SourcePDFScholar
2018

Activation Maximization Generative Adversarial Nets

ICLR 2018poster

Class labels have been empirically shown useful in improving the sample quality of generative adversarial nets (GANs). In this paper, we mathematically study the properties of the current variants of GANs that make use of class label information. With class aware gradient and cross-entropy decomposi…