← Search

Lingkai Kong

29 accepted papers

2026

AlignFlow: Improving Flow-based Generative Models with Semi-Discrete Optimal Transport

ICLR 2026poster

Flow-based Generative Models (FGMs) effectively transform noise into a data distribution, and coupling the noise and data in the training of FGM by Optimal Transport (OT) improves the straightness of the flow paths. However, existing OT- based couplings are difficult to combine with modern models an…

Cited by 0SourcecodeScholar
2026

Diffusion-DFL: Decision-focused Diffusion Models for Stochastic Optimization

ICLR 2026poster

Decision-focused learning (DFL) integrates predictive modeling and optimization by training predictors to optimize the downstream decision target rather than merely minimizing prediction error. To date, existing DFL methods typically rely on deterministic point predictions, which are often insuffici…

Cited by 0SourcecodeScholar
2026

Generative AI Against Poaching: Latent Composite Flow Matching for Poaching Prediction

AAAI 2026technical

Poaching poses significant threats to biodiversity. A valuable step in reducing poaching is to forecast poacher behavior, which can inform patrol deployment and other conservation interventions. Existing poaching prediction methods based on linear models or decision trees lack the expressivity to ca

Cited by 0SourcePDFScholar
2026

Latent Spherical Flow Policy for Reinforcement Learning with Combinatorial Actions

ICML 2026spotlight

Reinforcement learning (RL) with combinatorial action spaces remains challenging because feasible action sets are exponentially large and governed by complex feasibility constraints, making direct policy parameterization impractical. Existing approaches embed task-specific value functions into const…

Cited by 0SourceScholar
2026

Policy-Embedded Graph Expansion: Networked HIV Testing with Diffusion-Driven Network Samples

IJCAI 2026

HIV is a retrovirus that attacks the human immune system and can lead to death without proper treatment. In collaboration with the WHO and a large South African university, we study how to improve the efficiency of HIV testing with the goal of eventual deployment, directly supporting progress toward

Cited by 0Scholar
2026

Reward Shaping for Inference-Time Alignment: A Stackelberg Game Perspective

ICML 2026poster

Existing alignment methods directly use the reward model learned from user preference data to optimize an LLM policy, subject to KL regularization with respect to the base policy. This practice is suboptimal for maximizing user's utility because the KL regularization may cause the LLM to inherit the…

Cited by 0SourceScholar
2025

Composite Flow Matching for Reinforcement Learning with Shifted-Dynamics Data

NeurIPS 2025spotlight

Incorporating pre-collected offline data from a source environment can significantly improve the sample efficiency of reinforcement learning (RL), but this benefit is often challenged by discrepancies between the transition dynamics of the source and target environments. Existing methods typically a…

Cited by 0SourceScholar
2025

DF$^2$: Distribution-Free Decision-Focused Learning

UAI 2025

Decision-focused learning (DFL), which differentiates through the KKT conditions, has recently emerged as a powerful approach for predict-then-optimize problems. However, under probabilistic settings, DFL faces three major bottlenecks: model mismatch error, sample average approximation error, and gr

2025

Diffusion Models as Constrained Samplers for Optimization with Unknown Constraints

AISTATS 2025poster

Addressing real-world optimization problems becomes particularly challenging when analytic objective functions or constraints are unavailable. While numerous studies have addressed the issue of unknown objectives, limited research has focused on scenarios where feasibility constraints are not given…

Cited by 0SourceScholar
2025

Efficient Evolutionary Search Over Chemical Space with Large Language Models

ICLR 2025poster

Molecular discovery, when formulated as an optimization problem, presents significant computational challenges because optimization objectives can be non-differentiable. Evolutionary Algorithms (EAs), often used to optimize black-box objectives in molecular discovery, traverse chemical space by perf…

2025

LLM-Augmented Chemical Synthesis and Design Decision Programs

ICML 2025poster

Retrosynthesis, the process of breaking down a target molecule into simpler precursors through a series of valid reactions, stands at the core of organic chemistry and drug development. Although recent machine learning (ML) research has advanced single-step retrosynthetic modeling and subsequent rou…

Cited by 0SourcePDFScholar
2025

Navigating the Social Welfare Frontier: Portfolios for Multi-objective Reinforcement Learning

ICML 2025poster

In many real-world applications of Reinforcement Learning (RL), deployed policies have varied impacts on different stakeholders, creating challenges in reaching consensus on how to effectively aggregate their preferences. Generalized $p$-means form a widely used class of social welfare functions for…

Cited by 0SourcePDFScholar
2025

PRIORITY2REWARD: Incorporating Healthworker Preferences for Resource Allocation Planning

AAAI 2025technical

In this paper, we present PRIORITY2REWARD a Large Language Model (LLM) based application which incorporates health worker preferences for resource allocation planning in public health programs. LLMs are increasingly used to design reward functions based on human preferences in Reinforcement Learning…

Cited by 0SourcePDFScholar
2025

Robust Optimization with Diffusion Models for Green Security

UAI 2025

In green security, defenders must forecast adversarial behavior-such as poaching, illegal logging, and illegal fishing-to plan effective patrols. These behavior are often highly uncertain and complex. Prior work has leveraged game theory to design robust patrol strategies to handle uncertainty, but

Cited by 0SourcePDFScholar
2025

Trivialized Momentum Facilitates Diffusion Generative Modeling on Lie Groups

ICLR 2025poster

The generative modeling of data on manifolds is an important task, for which diffusion models in flat spaces typically need nontrivial adaptations. This article demonstrates how a technique called `trivialization' can transfer the effectiveness of diffusion models in Euclidean spaces to Lie groups.…

2025

What is the Right Notion of Distance between Predict-then-Optimize Tasks?

UAI 2025

Comparing datasets is a fundamental task in machine learning, essential for various learning paradigms-from evaluating train and test datasets for model generalization to using dataset similarity for detecting data drift. While traditional notions of dataset distances offer principled measures of si

2024

Aligning Large Language Models with Representation Editing: A Control Perspective

NeurIPS 2024poster

Aligning large language models (LLMs) with human objectives is crucial for real-world applications. However, fine-tuning LLMs for alignment often suffers from unstable training and requires substantial computing resources. Test-time alignment techniques, such as prompting and guided decoding, do not…

2024

Time-MMD: Multi-Domain Multimodal Dataset for Time Series Analysis

NeurIPS 2024poster

Time series data are ubiquitous across a wide range of real-world domains. While real-world time series analysis (TSA) requires human experts to integrate numerical series data with multimodal domain-specific knowledge, most existing TSA models rely solely on numerical data, overlooking the signific…

2024

Time-Series Forecasting for Out-of-Distribution Generalization Using Invariant Learning

ICML 2024poster

Time-series forecasting (TSF) finds broad applications in real-world scenarios. Due to the dynamic nature of time-series data, it is crucial for TSF models to preserve out-of-distribution (OOD) generalization abilities, as training and test sets represent historical and future data respectively. In…

2024

Two Birds with One Stone: Enhancing Uncertainty Quantification and Interpretability with Graph Functional Neural Process

AISTATS 2024poster

Graph neural networks (GNNs) are powerful tools on graph data. However, their predictions are mis-calibrated and lack interpretability, limiting their adoption in critical applications. To address this issue, we propose a new uncertainty-aware and interpretable graph classification model that combin…

2023

AdaPlanner: Adaptive Planning from Feedback with Language Models

NeurIPS 2023poster

Large language models (LLMs) have recently demonstrated the potential in acting as autonomous agents for sequential decision-making tasks. However, most existing methods either take actions greedily without planning or rely on static plans that are not adaptable to environmental feedback. Consequent…

2023

Autoregressive Diffusion Model for Graph Generation

ICML 2023poster

Diffusion-based graph generative models have recently obtained promising results for graph generation. However, existing diffusion-based graph generative models are mostly one-shot generative models that apply Gaussian diffusion in the dequantized adjacency matrix space. Such a strategy can suffer f…

Cited by 71SourcePDFScholar
2023

Momentum Stiefel Optimizer, with Applications to Suitably-Orthogonal Attention, and Optimal Transport

ICLR 2023poster

The problem of optimization on Stiefel manifold, i.e., minimizing functions of (not necessarily square) matrices that satisfy orthogonality constraints, has been extensively studied. Yet, a new approach is proposed based on, for the first time, an interplay between thoughtfully designed continuous a…

2022

AcTune: Uncertainty-Based Active Self-Training for Active Fine-Tuning of Pretrained Language Models

NAACL 2022long

Although fine-tuning pre-trained language models (PLMs) renders strong performance in many NLP tasks, it relies on excessive labeled data. Recently, researchers have resorted to active fine-tuning for enhancing the label efficiency of PLM fine-tuning, but existing methods of this type usually ignore…

2022

End-to-end Stochastic Optimization with Energy-based Model

NeurIPS 2022accept

Decision-focused learning (DFL) was recently proposed for stochastic optimization problems that involve unknown parameters. By integrating predictive modeling with an implicitly differentiable optimization layer, DFL has shown superior performance to the standard two-stage predict-then-optimize pipe…

2021

When in Doubt: Neural Non-Parametric Uncertainty Quantification for Epidemic Forecasting

NeurIPS 2021poster

Accurate and trustworthy epidemic forecasting is an important problem for public health planning and disease mitigation. Most existing epidemic forecasting models disregard uncertainty quantification, resulting in mis-calibrated predictions. Recent works in deep neural models for uncertainty-aware t…

2020

SDE-Net: Equipping Deep Neural Networks with Uncertainty Estimates

ICML 2020poster

Uncertainty quantification is a fundamental yet unsolved problem for deep learning. The Bayesian framework provides a principled way of uncertainty estimation but is often not scalable to modern deep neural nets (DNNs) that have a large number of parameters. Non-Bayesian methods are simple to implem…

2020

Stochasticity of Deterministic Gradient Descent: Large Learning Rate for Multiscale Objective Function

NeurIPS 2020poster

This article suggests that deterministic Gradient Descent, which does not use any stochastic gradient approximation, can still exhibit stochastic behaviors. In particular, it shows that if the objective function exhibit multiscale behaviors, then in a large learning rate regime which only resolves t…

Cited by 29SourcePDFScholar