← Search

Min Lin

65 accepted papers

2026

PromptStereo: Zero-Shot Stereo Matching via Structure and Motion Prompts

CVPR 2026

Modern stereo matching methods have leveraged monocular depth foundation models to achieve superior zero-shot generalization performance. However, most existing methods primarily focus on extracting robust features for cost volume construction or disparity initialization. At the same time, the itera

Cited by 0SourcecodeScholar
2026

Reinforcing General Reasoning Without Verifiers

ICLR 2026poster

The recent paradigm shift towards training large language models (LLMs) using DeepSeek-R1-Zero-style reinforcement learning (RL) on verifiable rewards has led to impressive advancements in code and mathematical reasoning. However, this methodology is limited to tasks where rule-based answer verifica…

Cited by 0SourcecodeScholar
2026

Rethinking the Trust Region in LLM Reinforcement Learning

ICML 2026poster

Reinforcement learning (RL) has become a cornerstone for fine-tuning Large Language Models (LLMs), with Proximal Policy Optimization (PPO) serving as the de facto standard algorithm. Despite its ubiquity, we argue that the core ratio clipping mechanism in PPO is structurally ill-suited for the large…

Cited by 0SourceScholar
2026

Revisiting Parameter Server in LLM Post-Training

ICLR 2026poster

Modern data parallel (DP) training favors collective communication over parameter servers (PS) for its simplicity and efficiency under balanced workloads. However, the balanced workload assumption no longer holds in large language model (LLM) post-training due to the large variance in sequence lengt…

Cited by 0SourcecodeScholar
2026

SPIRAL: Self-Play on Zero-Sum Games Incentivizes Reasoning via Multi-Agent Multi-Turn Reinforcement Learning

ICLR 2026poster

Recent advances in reinforcement learning have shown that language models can develop sophisticated reasoning through training on tasks with verifiable rewards, but these approaches depend on human-curated problem-answer pairs and domain-specific reward engineering. We introduce SPIRAL, a self-play…

Cited by 0SourcecodeScholar
2026

Variational Reasoning for Language Models

ICLR 2026poster

We introduce a **variational reasoning** framework for language models that treats thinking traces as latent variables and optimizes them through variational inference. Starting from the evidence lower bound (ELBO), we extend it to a multi-trace objective for tighter bounds and propose a forward-KL…

Cited by 0SourcecodeScholar
2025

A Closer Look at Machine Unlearning for Large Language Models

ICLR 2025poster

Large language models (LLMs) may memorize sensitive or copyrighted content, raising privacy and legal concerns. Due to the high cost of retraining from scratch, researchers attempt to employ machine unlearning to remove specific content from LLMs while preserving the overall performance. In this pap…

2025

ACP-MVS: Efficient Multi-View Stereo with Attention-based Context Perception

IROS 2025

The core of Multi-View Stereo (MVS) is to find corresponding pixels in neighboring images. However, due to challenging regions in input images such as untextured areas, repetitive patterns, or reflective surfaces, existing methods struggle to find precise pixel correspondence therein, resulting in i

Cited by 0SourcecodeScholar
2025

Bootstrapping Language Models with DPO Implicit Rewards

ICLR 2025poster

Human alignment in large language models (LLMs) is an active area of research. A recent groundbreaking work, direct preference optimization (DPO), has greatly simplified the process from past work in reinforcement learning from human feedback (RLHF) by bypassing the reward learning stage in RLHF. DP…

2025

Cheating Automatic LLM Benchmarks: Null Models Achieve High Win Rates

ICLR 2025oral

Automatic LLM benchmarks, such as AlpacaEval 2.0, Arena-Hard-Auto, and MT-Bench, have become popular for evaluating language models due to their cost-effectiveness and scalability compared to human evaluation. Achieving high win rates on these benchmarks can significantly boost the promotional impac…

2025

Continual Reinforcement Learning by Planning with Online World Models

ICML 2025spotlight

Continual reinforcement learning (CRL) refers to a naturalistic setting where an agent needs to endlessly evolve, by trial and error, to solve multiple tasks that are presented sequentially. One of the largest obstacles to CRL is that the agent may forget how to solve previous tasks when learning a…

Cited by 0SourcePDFScholar
2025

FLARE: Fast Large-Scale Autonomous Exploration Guided by Unknown Regions

RA-L 2025

Autonomous exploration is a critical foundation for unmanned aerial vehicle (UAV) applications such as search and rescue. However, existing methods typically focus only on known spaces or frontiers without considering unknown regions or providing further guidance for the global path, which results i

Cited by 2SourceScholar
2025

FlowMamba: Learning Point Cloud Scene Flow with Global Motion Propagation

AAAI 2025technical

Scene flow methods based on deep learning have achieved impressive performance. However, current top-performing methods still struggle with ill-posed regions, such as extensive flat regions or occlusions, due to insufficient local evidence. In this paper, we propose a novel global-aware scene flow e…

Cited by 2SourcePDFScholar
2025

Improved Techniques for Optimization-Based Jailbreaking on Large Language Models

ICLR 2025poster

Large language models (LLMs) are being rapidly developed, and a key component of their widespread deployment is their safety-related alignment. Many red-teaming efforts aim to jailbreak LLMs, where among these efforts, the Greedy Coordinate Gradient (GCG) attack's success has led to a growing intere…

2025

Improving Your Model Ranking on Chatbot Arena by Vote Rigging

ICML 2025poster

Chatbot Arena is an open platform for evaluating LLMs by pairwise battles, in which users vote for their preferred response from two randomly sampled anonymous models. While Chatbot Arena is widely regarded as a reliable LLM ranking leaderboard, we show that crowdsourced voting can be *rigged* to im…

2025

Lifelong Safety Alignment for Language Models

NeurIPS 2025poster

LLMs have made impressive progress, but their growing capabilities also expose them to highly flexible jailbreaking attacks designed to bypass safety alignment. While many existing defenses focus on known types of attacks, it is more critical to prepare LLMs for *unseen* attacks that may arise durin…

Cited by 0SourcecodeScholar
2025

Meta-Unlearning on Diffusion Models: Preventing Relearning Unlearned Concepts

ICCV 2025poster

With the rapid progress of diffusion models (DMs), significant efforts are being made to unlearn harmful or copyrighted concepts from pretrained DMs to prevent potential model misuse. However, it is observed that even when DMs are properly unlearned before release, malicious finetuning can compromis…

2025

Optimizing Anytime Reasoning via Budget Relative Policy Optimization

NeurIPS 2025poster

Scaling test-time compute is crucial for enhancing the reasoning capabilities of large language models (LLMs). Existing approaches typically employ reinforcement learning (RL) to maximize a verifiable reward obtained at the end of reasoning traces. However, such methods optimize only the final perfo…

Cited by 0SourcecodeScholar
2025

PhyBlock: A Progressive Benchmark for Physical Understanding and Planning via 3D Block Assembly

NeurIPS 2025poster

While vision-language models (VLMs) have demonstrated promising capabilities in reasoning and planning for embodied agents, their ability to comprehend physical phenomena, particularly within structured 3D environments, remains severely limited. To close this gap, we introduce PhyBlock, a progressiv…

Cited by 0SourceScholar
2025

PipeOffload: Improving Scalability of Pipeline Parallelism with Memory Optimization

ICML 2025poster

Pipeline parallelism (PP) is widely used for training large language models (LLMs), yet its scalability is often constrained by high activation memory consumption as the number of in-flight microbatches grows with the degree of PP. In this paper, we focus on addressing this challenge by leveraging t…

2025

RegMix: Data Mixture as Regression for Language Model Pre-training

ICLR 2025spotlight

The data mixture for large language model pre-training significantly impacts performance, yet how to determine an effective mixture remains unclear. We propose RegMix to automatically identify a high-performing data mixture by formulating it as a regression task. RegMix trains many small models on d…

2025

Scaling up Masked Diffusion Models on Text

ICLR 2025poster

Masked diffusion models (MDMs) have shown promise in language modeling, yet their scalability and effectiveness in core language tasks, such as text generation and language understanding, remain underexplored. This paper establishes the first scaling law for MDMs, demonstrating a scaling rate compar…

2025

Structured Preference Optimization for Vision-Language Long-Horizon Task Planning

EMNLP 2025

Existing vision-language planning methods perform well on short-horizon tasks but struggle with long-horizon reasoning in dynamic environments due to the difficulty of training models to generate high-quality reasoning processes. To address this, we propose Structured Preference Optimization (SPO),

Cited by 0SourcePDFScholar
2025

When Attention Sink Emerges in Language Models: An Empirical View

ICLR 2025spotlight

Auto-regressive language Models (LMs) assign significant attention to the first token, even if it is not semantically important, which is known as **attention sink**. This phenomenon has been widely adopted in applications such as streaming/long context generation, KV cache optimization, inference a…

2024

A Dynamic Calibration Framework for the Event-Frame Stereo Camera System

RA-L 2024

The fusion of event cameras and conventional frame cameras is a novel research field, and a stereo structure consisting of an event camera and a frame camera can incorporate the advantages of both. This letter develops a dynamic calibration framework for the event-frame stereo camera system. In this

Cited by 5SourceScholar
2024

Agent Smith: A Single Image Can Jailbreak One Million Multimodal LLM Agents Exponentially Fast

ICML 2024poster

A multimodal large language model (MLLM) agent can receive instructions, capture images, retrieve histories from memory, and decide which tools to use. Nonetheless, red-teaming efforts have revealed that adversarial images/prompts can jailbreak an MLLM and cause unaligned behaviors. In this work, we…

2024

BAFFLE: A Baseline of Backpropagation-Free Federated Learning

ECCV 2024poster

"Federated learning (FL) is a general principle for decentralized clients to train a server model collectively without sharing local data. FL is a promising framework with practical applications, but its standard training paradigm requires the clients to backpropagate through the model to compute gr…

2024

Beyond Memorization: The Challenge of Random Memory Access in Language Models

ACL 2024long

Recent developments in Language Models (LMs) have shown their effectiveness in NLP tasks, particularly in knowledge-intensive tasks.However, the mechanisms underlying knowledge storage and memory access within their parameters remain elusive. In this paper, we investigate whether a generative LM (e.…

2024

Chain of Preference Optimization: Improving Chain-of-Thought Reasoning in LLMs

NeurIPS 2024poster

The recent development of chain-of-thought (CoT) decoding has enabled large language models (LLMs) to generate explicit logical reasoning paths for complex problem-solving. However, research indicates that these paths are not always deliberate and optimal. The tree-of-thought (ToT) method employs tr…

2024

Cleanba: A Reproducible and Efficient Distributed Reinforcement Learning Platform

ICLR 2024poster

Distributed Deep Reinforcement Learning (DRL) aims to leverage more computational resources to train autonomous agents with less training time. Despite recent progress in the field, reproducibility issues have not been sufficiently explored. This paper first shows that the typical actor-learner fram…

2024

Finetuning Text-to-Image Diffusion Models for Fairness

ICLR 2024oral

The rapid adoption of text-to-image diffusion models in society underscores an urgent need to address their biases. Without interventions, these biases could propagate a skewed worldview and restrict opportunities for minority groups. In this work, we frame fairness as a distributional alignment pro…

2024

Improved Few-Shot Jailbreaking Can Circumvent Aligned Language Models and Their Defenses

NeurIPS 2024poster

Recently, Anil et al. (2024) show that many-shot (up to hundreds of) demonstrations can jailbreak state-of-the-art LLMs by exploiting their long-context capability. Nevertheless, is it possible to use few-shot demonstrations to efficiently jailbreak LLMs within limited context sizes? While the vanil…

2024

Intriguing Properties of Data Attribution on Diffusion Models

ICLR 2024poster

Data attribution seeks to trace model outputs back to training data. With the recent development of diffusion models, data attribution has become a desired module to properly assign valuations for high-quality or copyrighted training samples, ensuring that data contributors are fairly compensated or…

2024

Sailor: Open Language Models for South-East Asia

EMNLP 2024system demonstrations

We present Sailor, a family of open language models ranging from 0.5B to 14B parameters, tailored for South-East Asian (SEA) languages. From Qwen1.5, Sailor models accept 200B to 400B tokens during continual pre-training, primarily covering the languages of English, Chinese, Vietnamese, Thai, Indone…

2024

Scaling Laws with Vocabulary: Larger Models Deserve Larger Vocabularies

NeurIPS 2024poster

Research on scaling large language models (LLMs) has primarily focused on model parameters and training data size, overlooking the role of vocabulary size. We investigate how vocabulary size impacts LLM scaling laws by training models ranging from 33M to 3B parameters on up to 500B characters with v…

2024

Stochastic Taylor Derivative Estimator: Efficient amortization for arbitrary differential operators

NeurIPS 2024oral

Optimizing neural networks with loss that contain high-dimensional and high-order differential operators is expensive to evaluate with back-propagation due to $\mathcal{O}(d^{k})$ scaling of the derivative tensor size and the $\mathcal{O}(2^{k-1}L)$ scaling in the computation graph, where $d$ is t…

2023

Bag of Tricks for Training Data Extraction from Language Models

ICML 2023poster

With the advance of language models, privacy protection is receiving more attention. Training data extraction is therefore of great importance, as it can serve as a potential tool to assess privacy leakage. However, due to the difficulty of this task, most of the existing methods are proof-of-concep…

2023

Better Diffusion Models Further Improve Adversarial Training

ICML 2023poster

It has been recognized that the data generated by the denoising diffusion probabilistic model (DDPM) improves adversarial training. After two years of rapid development in diffusion models, a question naturally arises: can better diffusion models further improve adversarial training? This paper give…

2023

D4FT: A Deep Learning Approach to Kohn-Sham Density Functional Theory

ICLR 2023top-25%

Kohn-Sham Density Functional Theory (KS-DFT) has been traditionally solved by the Self-Consistent Field (SCF) method. Behind the SCF loop is the physics intuition of solving a system of non-interactive single-electron wave functions under an effective potential. In this work, we propose a deep learn…

Cited by 10SourcePDFScholar
2023

Exploring Incompatible Knowledge Transfer in Few-Shot Image Generation

CVPR 2023poster

Few-shot image generation (FSIG) learns to generate diverse and high-fidelity images from a target domain using a few (e.g., 10) reference samples. Existing FSIG methods select, preserve and transfer prior knowledge from a source generator (pretrained on a related domain) to learn the target generat…

2023

IHNet: Iterative Hierarchical Network Guided by High-Resolution Estimated Information for Scene Flow Estimation

ICCV 2023poster

Scene flow estimation, which predicts the 3D displacements of point clouds, is a fundamental task in autonomous driving. Most methods have adopted a coarse-to-fine structure to balance computational efficiency with accuracy, particularly when handling large displacements. However, inaccuracies in th…

Cited by 7PDFcodeScholar
2023

Mutual Information Regularized Offline Reinforcement Learning

NeurIPS 2023poster

The major challenge of offline RL is the distribution shift that appears when out-of-distribution actions are queried, which makes the policy improvement direction biased by extrapolation errors. Most existing methods address this problem by penalizing the policy or value for deviating from the beha…

2023

NU-MCC: Multiview Compressive Coding with Neighborhood Decoder and Repulsive UDF

NeurIPS 2023poster

Remarkable progress has been made in 3D reconstruction from single-view RGB-D inputs. MCC is the current state-of-the-art method in this field, which achieves unprecedented success by combining vision Transformers with large-scale training. However, we identified two key limitations of MCC: 1) The T…

2023

Nonparametric Generative Modeling with Conditional Sliced-Wasserstein Flows

ICML 2023poster

Sliced-Wasserstein Flow (SWF) is a promising approach to nonparametric generative modeling but has not been widely adopted due to its suboptimal generative quality and lack of conditional modeling capabilities. In this work, we make two major contributions to bridging this gap. First, based on a ple…

Cited by 13SourcePDFScholar
2023

On Calibrating Diffusion Probabilistic Models

NeurIPS 2023poster

Recently, diffusion probabilistic models (DPMs) have achieved promising results in diverse generative tasks. A typical DPM framework includes a forward process that gradually diffuses the data distribution and a reverse process that recovers the data distribution from time-dependent data scores. In…

2023

On Evaluating Adversarial Robustness of Large Vision-Language Models

NeurIPS 2023poster

Large vision-language models (VLMs) such as GPT-4 have achieved unprecedented performance in response generation, especially with visual inputs, enabling more creative and adaptable interaction than large language models such as ChatGPT. Nonetheless, multimodal generation exacerbates safety concerns…

2022

CINO: A Chinese Minority Pre-trained Language Model

COLING 2022main

Multilingual pre-trained language models have shown impressive performance on cross-lingual tasks. It greatly facilitates the applications of natural language processing on low-resource languages. However, there are still some languages that the current multilingual models do not perform well on. In…

Cited by 61SourcePDFScholar
2022

EnvPool: A Highly Parallel Reinforcement Learning Environment Execution Engine

NeurIPS 2022accept

There has been significant progress in developing reinforcement learning (RL) training systems. Past works such as IMPALA, Apex, Seed RL, Sample Factory, and others, aim to improve the system's overall throughput. In this paper, we aim to address a common bottleneck in the RL training system, i.e.,…

2022

Robustness and Accuracy Could Be Reconcilable by (Proper) Definition

ICML 2022spotlight

The trade-off between robustness and accuracy has been widely studied in the adversarial literature. Although still controversial, the prevailing view is that this trade-off is inherent, either empirically or theoretically. Thus, we dig for the origin of this trade-off in adversarial training and fi…

2021

How Should Pre-Trained Language Models Be Fine-Tuned Towards Adversarial Robustness?

NeurIPS 2021poster

The fine-tuning of pre-trained language models has a great success in many NLP fields. Yet, it is strikingly vulnerable to adversarial examples, e.g., word substitution attacks using only synonyms can easily fool a BERT-based sentiment analysis model. In this paper, we demonstrate that adversarial t…

2020

Online Fast Adaptation and Knowledge Accumulation (OSAKA): a New Approach to Continual Learning

NeurIPS 2020poster

Continual learning agents experience a stream of (related) tasks. The main challenge is that the agent must not forget previous tasks and also adapt to novel tasks in the stream. We are interested in the intersection of two recent continual-learning scenarios. In meta-continual learning, the model i…

2020

Robust Hybrid Beamforming for Satellite-Terrestrial Integrated Networks

ICASSP 2020accepted

In this paper, we propose a novel robust downlink beamforming (BF) design for satellite-terrestrial integrated networks. Under a realistic assumption that the angular information of eavesdroppers is not perfectly known, we establish an optimization framework for hybrid BF at the terrestrial base sta…

Cited by 0SourceScholar
2019

Gradient based sample selection for online continual learning

NeurIPS 2019poster

A continual learning agent learns online with a non-stationary and never-ending stream of data. The key to such learning process is to overcome the catastrophic forgetting of previously seen data, which is a well known problem of neural networks. To prevent forgetting, a replay buffer is usually emp…

2019

Grayscale-thermal Tracking via Canonical Correlation Analysis Based Inverse Sparse Representation

ICASSP 2019accepted

The grayscale-thermal tracking has attracted increasing attention due to the fact that it can make thermal information complement with grayscale information. Since there exists a large gap between the grayscale and the thermal video sequences, how to exploit the intrinsic relation between the graysc…

Cited by 0SourceScholar
2019

On the Spectral Bias of Neural Networks

ICML 2019oral

Neural networks are known to be a class of highly expressive functions able to fit even random input-output mappings with 100% accuracy. In this work we present properties of neural networks that complement this aspect of expressivity. By using tools from Fourier analysis, we highlight a learning bi…

2019

Online Continual Learning with Maximal Interfered Retrieval

NeurIPS 2019poster

Continual learning, the setting where a learning agent is faced with a never-ending stream of data, continues to be a great challenge for modern machine learning systems. In particular the online or "single-pass through the data" setting has gained attention recently as a natural setting that is dif…

2016

Energy efficient beamforming for secure communication in cognitive radio networks

ICASSP 2016accepted

In this paper, we study the energy efficiency of secure communication in an underlay cognitive radio network (CRN). We first formulate an optimization problem to maximize the secrecy energy efficiency (SEE) while meeting the quality-of-service (QoS) requirement for the primary user and the transmit…

Cited by 0SourceScholar