← Search

Ruoyu Sun

39 accepted papers

2026

GranViT: A Fine-Grained Vision Model With Autoregressive Perception For MLLMs

ICLR 2026poster

Vision encoders are indispensable for allowing impressive performance of Multimodal Large Language Models (MLLMs) in vision–language tasks such as visual question answering and reasoning. However, existing vision encoders focus on global image representations but overlook fine-grained regional analy…

Cited by 0SourceScholar
2026

Knapsack RL: Unlocking Exploration of LLMs via Optimizing Budget Allocation

ICML 2026poster

Large Language Models (LLMs) can improve via reinforcement learning by generating trajectories to discover better solutions. This exploration process represents an investment of finite GPU compute to obtain learning signals. However, current methods typically allocate a small, uniform budget to ever…

Cited by 0SourceScholar
2026

MoFO: Momentum-Filtered Optimizer for Mitigating Forgetting in LLM Fine-Tuning

ICML 2026poster

Large language models (LLMs) have demonstrated remarkable capabilities across a wide range of tasks. Typically, LLMs are first pre-trained on large corpora and subsequently fine-tuned on task-specific datasets. However, during fine-tuning, LLMs may forget some knowledge acquired in the pre-training …

Cited by 0SourceScholar
2025

A Middle Path for On-Premises LLM Deployment: Preserving Privacy Without Sacrificing Model Confidentiality

EMNLP 2025

Privacy-sensitive users require deploying large language models (LLMs) within their own infrastructure ( on-premises ) to safeguard private data and enable customization. However, vulnerabilities in local environments can lead to unauthorized access and potential model theft. To address this, prior

2025

Adam-mini: Use Fewer Learning Rates To Gain More

ICLR 2025poster

We propose Adam-mini, an optimizer that achieves on-par or better performance than AdamW with $50$% less memory footprint. Adam-mini reduces memory by cutting down the learning rate resources in Adam (i.e., $1/\sqrt{v}$). By delving into the Hessian structure of neural nets, we find Adam’s $v$ might…

2025

Preserving Diversity in Supervised Fine-Tuning of Large Language Models

ICLR 2025poster

Large Language Models (LLMs) typically rely on Supervised Fine-Tuning (SFT) to specialize in downstream tasks, with the Cross Entropy (CE) loss being the de facto choice. However, CE maximizes the likelihood of observed data without accounting for alternative possibilities. As such, CE usually lead…

Cited by 0SourcePDFScholar
2025

Second Language (Arabic) Acquisition of LLMs via Progressive Vocabulary Expansion

ACL 2025long

This paper addresses the critical need for democratizing large language models (LLM) in the Arab world, a region that has seen slower progress in developing models comparable to state-of-the-art offerings like GPT-4 or GPT-3.5, due to a predominant focus on mainstream languages (e.g., English and Ch…

2025

Teaching Language Models to Reason with Tools

NeurIPS 2025poster

Large reasoning models (LRMs) like OpenAI-o1 have shown impressive capabilities in natural language reasoning. However, these models frequently demonstrate inefficiencies or inaccuracies when tackling complex mathematical operations. While integrating computational tools such as Code Interpreters (C…

Cited by 0SourcecodeScholar
2025

Towards Explaining the Power of Constant-depth Graph Neural Networks for Structured Linear Programming

ICLR 2025poster

Graph neural networks (GNNs) have recently emerged as powerful tools for solving complex optimization problems, often being employed to approximate solution mappings. Empirical evidence shows that even shallow GNNs (with fewer than ten layers) can achieve strong performance in predicting optimal sol…

Cited by 0SourcePDFScholar
2025

When GNNs meet symmetry in ILPs: an orbit-based feature augmentation approach

ICLR 2025poster

A common characteristic in integer linear programs (ILPs) is symmetry, allowing variables to be permuted without altering the underlying problem structure. Recently, GNNs have emerged as a promising approach for solving ILPs. However, a significant challenge arises when applying GNNs to ILPs with s…

2024

AceGPT, Localizing Large Language Models in Arabic

NAACL 2024long

This paper is devoted to the development of a localized Large Language Model (LLM) specifically for Arabic, a language imbued with unique cultural characteristics inadequately addressed by current mainstream models. Significant concerns emerge when addressing cultural sensitivity and local values. T…

2024

How Graph Neural Networks Learn: Lessons from Training Dynamics

ICML 2024poster

A long-standing goal in deep learning has been to characterize the learning behavior of black-box models in a more interpretable manner. For graph neural networks (GNNs), considerable advances have been made in formalizing what functions they can represent, but whether GNNs will learn desired functi…

2024

On the Power of Small-size Graph Neural Networks for Linear Programming

NeurIPS 2024poster

Graph neural networks (GNNs) have recently emerged as powerful tools for addressing complex optimization problems. It has been theoretically demonstrated that GNNs can universally approximate the solution mapping functions of linear programming (LP) problems. However, these theoretical results typic…

Cited by 0SourcePDFScholar
2024

PDHG-Unrolled Learning-to-Optimize Method for Large-Scale Linear Programming

ICML 2024poster

Solving large-scale linear programming (LP) problems is an important task in various areas such as communication networks, power systems, finance and logistics. Recently, two distinct approaches have emerged to expedite LP solving: (i) First-order methods (FOMs); (ii) Learning to optimize (L2O). In…

2024

ReMax: A Simple, Effective, and Efficient Reinforcement Learning Method for Aligning Large Language Models

ICML 2024poster

Reinforcement Learning from Human Feedback (RLHF) is key to aligning Large Language Models (LLMs), typically paired with the Proximal Policy Optimization (PPO) algorithm. While PPO is a powerful method designed for general reinforcement learning tasks, it is overly sophisticated for LLMs, leading to…

2024

SymILO: A Symmetry-Aware Learning Framework for Integer Linear Optimization

NeurIPS 2024poster

Integer linear programs (ILPs) are commonly employed to model diverse practical problems such as scheduling and planning. Recently, machine learning techniques have been utilized to solve ILPs. A straightforward idea is to train a model via supervised learning, with an ILP as the input and an opti…

2024

Unlocking Black-Box Prompt Tuning Efficiency via Zeroth-Order Optimization

EMNLP 2024finding

Prompt optimization emerges as an important technique for adapting Large Language Models (LLMs) to specific tasks. Unfortunately, LLM proprietors often limit access to models’ internal weights, confining users to inference API services. This restriction poses a significant challenge for prompt optim…

2024

Why Transformers Need Adam: A Hessian Perspective

NeurIPS 2024poster

SGD performs worse than Adam by a significant margin on Transformers, but the reason remains unclear. In this work, we provide an explanation through the lens of Hessian: (i) Transformers are "heterogeneous'': the Hessian spectrum across parameter blocks vary dramatically, a phenomenon we call "bloc…

2023

A GNN-Guided Predict-and-Search Framework for Mixed-Integer Linear Programming

ICLR 2023poster

Mixed-integer linear programming (MILP) is widely employed for modeling combinatorial optimization problems. In practice, similar MILP instances with only coefficient variations are routinely solved, and machine learning (ML) algorithms are capable of capturing common patterns across these MILP inst…

2023

PAC-Bayesian Spectrally-Normalized Bounds for Adversarially Robust Generalization

NeurIPS 2023poster

Deep neural networks (DNNs) are vulnerable to adversarial attacks. It is found empirically that adversarially robust generalization is crucial in establishing defense algorithms against adversarial attacks. Therefore, it is interesting to study the theoretical guarantee of robust generalization. Thi…

Cited by 11SourcePDFScholar
2022

Adam Can Converge Without Any Modification On Update Rules

NeurIPS 2022accept

Ever since \citet{reddi2019convergence} pointed out the divergence issue of Adam, many new variants have been designed to obtain convergence. However, vanilla Adam remains exceptionally popular and it works well in practice. Why is there a gap between theory and practice? We point out there is a mis…

Cited by 98SourcePDFScholar
2022

DigGAN: Discriminator gradIent Gap Regularization for GAN Training with Limited Data

NeurIPS 2022accept

Generative adversarial nets (GANs) have been remarkably successful at learning to sample from distributions specified by a given dataset, particularly if the given dataset is reasonably large compared to its dimensionality. However, given limited data, classical GANs have struggled, and strategies l…

2022

Does Momentum Change the Implicit Regularization on Separable Data?

NeurIPS 2022accept

The momentum acceleration technique is widely adopted in many optimization algorithms. However, there is no theoretical answer on how the momentum affects the generalization performance of the optimization algorithms. This paper studies this problem by analyzing the implicit regularization of moment…

Cited by 21SourcePDFScholar
2022

Global Convergence of MAML and Theory-Inspired Neural Architecture Search for Few-Shot Learning

CVPR 2022poster

Model-agnostic meta-learning (MAML) and its variants have become popular approaches for few-shot learning. However, due to the non-convexity of deep neural nets (DNNs) and the bi-level formulation of MAML, the theoretical properties of MAML with DNNs remain largely unknown. In this paper, we first p…

Cited by 49PDFcodeScholar
2022

Stability Analysis and Generalization Bounds of Adversarial Training

NeurIPS 2022accept

In adversarial machine learning, deep neural networks can fit the adversarial examples on the training dataset but have poor generalization ability on the test set. This phenomenon is called robust overfitting, and it can be observed when adversarially training neural nets on common datasets, includ…

2021

Faster Directional Convergence of Linear Neural Networks under Spherically Symmetric Data

NeurIPS 2021poster

In this paper, we study gradient methods for training deep linear neural networks with binary cross-entropy loss. In particular, we show global directional convergence guarantees from a polynomial rate to a linear rate for (deep) linear networks with spherically symmetric data distribution, which ca…

Cited by 4SourcePDFScholar
2021

PenDer: Incorporating Shape Constraints via Penalized Derivatives

AAAI 2021technical

When deploying machine learning models in the real-world, system designers may wish that models exhibit certain shape behavior, i.e., model outputs follow a particular shape with respect to input features. Trends such as monotonicity, convexity, diminishing or accelerating returns are some of the de…

2021

When Expressivity Meets Trainability: Fewer than $n$ Neurons Can Work

NeurIPS 2021poster

Modern neural networks are often quite wide, causing large memory and computation costs. It is thus of great interest to train a narrower network. However, training narrow neural nets remains a challenging task. We ask two theoretical questions: Can narrow networks have as strong expressivity as wid…

Cited by 14SourcePDFScholar
2020

A Single-Loop Smoothed Gradient Descent-Ascent Algorithm for Nonconvex-Concave Min-Max Problems

NeurIPS 2020poster

Nonconvex-concave min-max problem arises in many machine learning applications including minimizing a pointwise maximum of a set of nonconvex functions and robust adversarial training of neural networks. A popular approach to solve this problem is the gradient descent-ascent (GDA) algorithm which un…

Cited by 128SourcePDFScholar
2019

Max-Sliced Wasserstein Distance and Its Use for GANs

CVPR 2019oral

Generative adversarial nets (GANs) and variational auto-encoders have significantly improved our distribution modeling capabilities, showing promise for dataset augmentation, image-to-image translation and feature learning. However, to model high-dimensional distributions, sequential training and s…

Cited by 238PDFScholar
2019

On the Convergence of A Class of Adam-Type Algorithms for Non-Convex Optimization

ICLR 2019poster

This paper studies a class of adaptive gradient based momentum algorithms that update the search directions and learning rates simultaneously using past gradients. This class, which we refer to as the ''``Adam-type'', includes the popular algorithms such as Adam, AMSGrad, AdaGrad. Despite their pop…

Cited by 406SourcePDFScholar
2018

Understanding the Loss Surface of Neural Networks for Binary Classification

ICML 2018oral

It is widely conjectured that training algorithms for neural networks are successful because all local minima lead to similar performance; for example, see (LeCun et al., 2015; Choromanska et al., 2015; Dauphin et al., 2014). Performance is typically measured in terms of two metrics: training perfor…

Cited by 99SourcePDFScholar
2015

Improved Iteration Complexity Bounds of Cyclic Block Coordinate Descent for Convex Problems

NeurIPS 2015poster

The iteration complexity of the block-coordinate descent (BCD) type algorithm has been under extensive investigation. It was recently shown that for convex problems the classical cyclic BCGD (block coordinate gradient descent) achieves an O(1/r) complexity (r is the number of passes of all blocks).…

Cited by 60SourcePDFScholar