← Search

Jialin Liu

23 accepted papers

2026

Implicit Models: Expressive Power Scales with Test-Time Compute

ICLR 2026poster

Implicit models, an emerging model class, compute outputs by iterating a single parameter block to a fixed point. This architecture realizes an infinite-depth, weight-tied network that trains with constant memory, significantly reducing memory needs for the same level of performance compared to expl…

Cited by 0SourcecodeScholar
2026

Lifelong Learning with Behavior Consolidation for Vehicle Routing

ICLR 2026poster

Recent neural solvers have demonstrated promising performance in learning to solve routing problems. However, existing studies are primarily based on one-off training on one or a set of predefined problem distributions and scales, i.e., tasks. When a new task arises, they typically rely on either z…

Cited by 0SourcecodeScholar
2026

MoToRec: Sparse-Regularized Multimodal Tokenization for Cold-Start Recommender

AAAI 2026technical

Graph neural networks (GNNs) have revolutionized recommender systems by effectively modeling complex user-item interactions, yet data sparsity and the item cold-start problem significantly impair performance, particularly for new items with limited or no interaction history. While multimodal content

Cited by 0SourcePDFScholar
2026

OPUS: Towards Efficient and Principled Data Selection in Large Language Model Pre-training in Every Iteration

ICML 2026oral

As high-quality public text approaches exhaustion, a phenomenon known as the Data Wall—LLM pre-training is shifting from more tokens to better tokens. However, existing methods either rely on heuristic static filters that ignore training dynamics, or use dynamic yet optimizer-agnostic criteria based…

Cited by 0SourceScholar
2025

A sEMG-Based Active-Passive Fusion Rehabilitation Method for Ankle Fracture Rehabilitation Robot after Surgery

RA-L 2025

In this letter, an active-passive fusion rehabilitation training method for the ankle fracture rehabilitation robot after surgery is developed. A subject-independent continuous estimation model of ankle torque is proposed based on surface electromyography (sEMG), an online adaptive algorithm for pas

Cited by 7SourceScholar
2025

Expressive Power of Graph Neural Networks for (Mixed-Integer) Quadratic Programs

ICML 2025poster

Quadratic programming (QP) is the most widely applied category of problems in nonlinear programming. Many applications require real-time/fast solutions, though not necessarily with high precision. Existing methods either involve matrix decomposition or use the preconditioned conjugate gradient metho…

Cited by 2SourcePDFScholar
2025

StarGen: A Spatiotemporal Autoregression Framework with Video Diffusion Model for Scalable and Controllable Scene Generation

CVPR 2025poster

Recent advances in large reconstruction and generative models have significantly improved scene reconstruction and novel view generation. However, due to compute limitations, each inference with these large models is confined to a small area, making long-range consistent scene generation challenging…

Cited by 1SourcePDFScholar
2024

Negatively Correlated Ensemble Reinforcement Learning for Online Diverse Game Level Generation

ICLR 2024poster

Deep reinforcement learning has recently been successfully applied to online procedural content generation in which a policy determines promising game-level segments. However, existing methods can hardly discover diverse level patterns, while the lack of diversity makes the gameplay boring. This pa…

Cited by 5SourcePDFScholar
2024

Rethinking the Capacity of Graph Neural Networks for Branching Strategy

NeurIPS 2024poster

Graph neural networks (GNNs) have been widely used to predict properties and heuristics of mixed-integer linear programs (MILPs) and hence accelerate MILP solvers. This paper investigates the capacity of GNNs to represent strong branching (SB), the most effective yet computationally expensive heuris…

Cited by 4SourcePDFScholar
2023

On Representing Linear Programs by Graph Neural Networks

ICLR 2023top-25%

Learning to optimize is a rapidly growing area that aims to solve optimization problems or improve existing optimization algorithms using machine learning (ML). In particular, the graph neural network (GNN) is considered a suitable ML model for optimization problems whose variables and constraints a…

2023

On Representing Mixed-Integer Linear Programs by Graph Neural Networks

ICLR 2023poster

While Mixed-integer linear programming (MILP) is NP-hard in general, practical MILP has received roughly 100--fold speedup in the past twenty years. Still, many classes of MILPs quickly become unsolvable as their sizes increase, motivating researchers to seek new acceleration techniques for MILPs. W…

2023

Towards Constituting Mathematical Structures for Learning to Optimize

ICML 2023poster

Learning to Optimize (L2O), a technique that utilizes machine learning to learn an optimization algorithm automatically from data, has gained arising attention in recent years. A generic L2O approach parameterizes the iterative update rule and learns the update direction as a black-box network. Whil…

2021

Approximate Nearest Neighbor Negative Contrastive Learning for Dense Text Retrieval

ICLR 2021poster

Conducting text retrieval in a learned dense representation space has many intriguing advantages. Yet dense retrieval (DR) often underperforms word-based sparse retrieval. In this paper, we first theoretically show the bottleneck of dense retrieval is the domination of uninformative negatives sample…

2021

Learned Robust PCA: A Scalable Deep Unfolding Approach for High-Dimensional Outlier Detection

NeurIPS 2021poster

Robust principal component analysis (RPCA) is a critical tool in modern machine learning, which detects outliers in the task of low-rank matrix reconstruction. In this paper, we propose a scalable and learnable non-convex approach for high-dimensional RPCA problems, which we call Learned Robust PCA…

2021

Learning A Minimax Optimizer: A Pilot Study

ICLR 2021poster

Solving continuous minimax optimization is of extensive practical interest, yet notoriously unstable and difficult. This paper introduces the learning to optimize(L2O) methodology to the minimax problems for the first time and addresses its accompanying unique challenges. We first present Twin-L2O,…

2019

ALISTA: Analytic Weights Are As Good As Learned Weights in LISTA

ICLR 2019poster

Deep neural networks based on unfolding an iterative algorithm, for example, LISTA (learned iterative shrinkage thresholding algorithm), have been an empirical success for sparse signal recovery. The weights of these neural networks are currently determined by data-driven “black-box” training. In th…

Cited by 227SourcePDFScholar
2019

Efficient Probabilistic Inference in the Quest for Physics Beyond the Standard Model

NeurIPS 2019poster

We present a novel probabilistic programming framework that couples directly to existing large-scale simulators through a cross-platform probabilistic execution protocol, which allows general-purpose inference engines to record and control random number draws within simulators in a language-agnostic…

2019

Plug-and-Play Methods Provably Converge with Properly Trained Denoisers

ICML 2019oral

Plug-and-play (PnP) is a non-convex framework that integrates modern denoising priors, such as BM3D or deep learning-based denoisers, into ADMM or other proximal algorithms. An advantage of PnP is that one can use pre-trained denoisers when there is not sufficient data for end-to-end training. Altho…

2018

Theoretical Linear Convergence of Unfolded ISTA and Its Practical Weights and Thresholds

NeurIPS 2018spotlight

In recent years, unfolding iterative algorithms as neural networks has become an empirical success in solving sparse recovery problems. However, its theoretical understanding is still immature, which prevents us from fully utilizing the power of neural networks. In this work, we study unfolded ISTA…

2015

Averaging random projection: A fast online solution for large-scale constrained stochastic optimization

ICASSP 2015accepted

Stochastic optimization finds wide application in signal processing, online learning, and network problems, especially problems processing large-scale data. We propose an Incremental Constraint Averaging Projection Method (ICAPM) that is tailored to optimization problems involving a large number of…

Cited by 0SourceScholar