← Search

Qi Meng

23 accepted papers

2026

MSRL: Scaling Generative Multimodal Reward Modeling via Multi-Stage Reinforcement Learning

CVPR 2026

Recent advances in multimodal reward modeling have been largely driven by a paradigm shift from discriminative to generative approaches. Building on this progress, recent studies have further employed reinforcement learning with verifiable rewards (RLVR) to enhance multimodal reward models (MRMs). D

Cited by 0SourcecodeScholar
2026

ParaTool: Shifting Tool Representations from Context to Parameters

ICML 2026poster

Tool calling extends large language models (LLMs) by enabling grounded interaction with external executable interfaces, thereby supporting environment-coupled problem solving. However, mainstream in-context learning (ICL) approaches typically incorporate detailed tool documentation and usage example…

Cited by 0SourceScholar
2025

Generate or Re-Weight? A Mutual-Guidance Method for Class-Imbalanced Graphs

IJCAI 2025

Class imbalance is a widespread problem in graph-structured data. The existing studies tailored for class-imbalanced graphs are typically categorized into generative and re-weighting methods. However, the former merely focuses on quantity balance rather than learning balance. The latter performs the

2025

HR-Extreme: A High-Resolution Dataset for Extreme Weather Forecasting

ICLR 2025poster

The application of large deep learning models in weather forecasting has led to significant advancements in the field, including higher-resolution forecasting and extended prediction periods exemplified by models such as Pangu and Fuxi. Despite these successes, previous research has largely been cha…

2025

TEACH: A Contrastive Knowledge Adaptive Distillation Framework for Classical Chinese Understanding

ACL 2025long

Traditional methods for processing classical Chinese typically segment language understanding into discrete tasks, which overlook crucial background information and reduce user engagement. Large language models (LLMs) provide integrated solutions, yet they entail high computational costs and risks o…

2024

MEFT: Memory-Efficient Fine-Tuning through Sparse Adapter

ACL 2024long

Parameter-Efficient Fine-tuning (PEFT) facilitates the fine-tuning of Large Language Models (LLMs) under limited resources. However, the fine-tuning performance with PEFT on complex, knowledge-intensive tasks is limited due to the constrained model capacity, which originates from the limited number…

2023

$\mathcal{O}$-GNN: incorporating ring priors into molecular modeling

ICLR 2023poster

Cyclic compounds that contain at least one ring play an important role in drug design. Despite the recent success of molecular modeling with graph neural networks (GNNs), few models explicitly take rings in compounds into consideration, consequently limiting the expressiveness of the models. In this…

Cited by 0SourcePDFScholar
2023

Deep Latent Regularity Network for Modeling Stochastic Partial Differential Equations

AAAI 2023technical

Stochastic partial differential equations (SPDEs) are crucial for modelling dynamics with randomness in many areas including economics, physics, and atmospheric sciences. Recently, using deep learning approaches to learn the PDE solution for accelerating PDE simulation becomes increasingly popular.…

Cited by 2SourcePDFScholar
2023

NeuralStagger: Accelerating Physics-constrained Neural PDE Solver with Spatial-temporal Decomposition

ICML 2023poster

Neural networks have shown great potential in accelerating the solution of partial differential equations (PDEs). Recently, there has been a growing interest in introducing physics constraints into training neural PDE solvers to reduce the use of costly data and improve the generalization ability. H…

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

PriorGrad: Improving Conditional Denoising Diffusion Models with Data-Dependent Adaptive Prior

ICLR 2022poster

Denoising diffusion probabilistic models have been recently proposed to generate high-quality samples by estimating the gradient of the data density. The framework assumes the prior noise as a standard Gaussian distribution, whereas the corresponding data distribution may be more complicated than th…

2022

SE(3) Equivariant Graph Neural Networks with Complete Local Frames

ICML 2022spotlight

Group equivariance (e.g. SE(3) equivariance) is a critical physical symmetry in science, from classical and quantum physics to computational biology. It enables robust and accurate prediction under arbitrary reference transformations. In light of this, great efforts have been put on encoding this sy…

2021

Optimizing Information-theoretical Generalization Bound via Anisotropic Noise of SGLD

NeurIPS 2021poster

Recently, the information-theoretical framework has been proven to be able to obtain non-vacuous generalization bounds for large models trained by Stochastic Gradient Langevin Dynamics (SGLD) with isotropic noise. In this paper, we optimize the information-theoretical generalization bound by manipu…

Cited by 8SourcePDFScholar
2021

Path-BN: Towards effective batch normalization in the Path Space for ReLU networks

UAI 2021poster

Neural networks with ReLU activation functions (abbrev. ReLU Networks), have demonstrated their success in many applications. Recently, researchers noticed that ReLU networks are positively scale-invariant (PSI) while the weights are not. This mismatch may lead to undesirable behaviors in the optimi…

Cited by 1SourcePDFScholar
2021

R-Drop: Regularized Dropout for Neural Networks

NeurIPS 2021poster

Dropout is a powerful and widely used technique to regularize the training of deep neural networks. Though effective and performing well, the randomness introduced by dropout causes unnegligible inconsistency between training and inference. In this paper, we introduce a simple consistency training s…

2021

The Implicit Bias for Adaptive Optimization Algorithms on Homogeneous Neural Networks

ICML 2021oral

Despite their overwhelming capacity to overfit, deep neural networks trained by specific optimization algorithms tend to generalize relatively well to unseen data. Recently, researchers explained it by investigating the implicit bias of optimization algorithms. A remarkable progress is the work (Lyu…

2021

UniDrop: A Simple yet Effective Technique to Improve Transformer without Extra Cost

NAACL 2021long

Transformer architecture achieves great success in abundant natural language processing tasks. The over-parameterization of the Transformer model has motivated plenty of works to alleviate its overfitting for superior performances. With some explorations, we find simple techniques such as dropout, c…

2020

I4R: Promoting Deep Reinforcement Learning by the Indicator for Expressive Representations

IJCAI 2020poster

Learning expressive representations is always crucial for well-performed policies in deep reinforcement learning (DRL). Different from supervised learning, in DRL, accurate targets are not always available, and some inputs with different actions only have tiny differences, which stimulates the deman…

2020

Reinforcement Learning with Dynamic Boltzmann Softmax Updates

IJCAI 2020poster

Value function estimation is an important task in reinforcement learning, i.e., prediction. The Boltzmann softmax operator is a natural value estimator and can provide several benefits. However, it does not satisfy the non-expansion property, and its direct use may fail to converge even in value ite…

Cited by 0SourcePDFScholar
2019

G-SGD: Optimizing ReLU Neural Networks in its Positively Scale-Invariant Space

ICLR 2019poster

It is well known that neural networks with rectified linear units (ReLU) activation functions are positively scale-invariant. Conventional algorithms like stochastic gradient descent optimize the neural networks in the vector space of weights, which is, however, not positively scale-invariant. This…

Cited by 35SourcePDFScholar
2017

Asynchronous Stochastic Gradient Descent with Delay Compensation

ICML 2017poster

With the fast development of deep learning, it has become common to learn big neural networks using massive training data. Asynchronous Stochastic Gradient Descent (ASGD) is widely adopted to fulfill this task for its efficiency, which is, however, known to suffer from the problem of delayed gradien…

Cited by 359SourcePDFScholar
2017

LightGBM: A Highly Efficient Gradient Boosting Decision Tree

NeurIPS 2017poster

Gradient Boosting Decision Tree (GBDT) is a popular machine learning algorithm, and has quite a few effective implementations such as XGBoost and pGBRT. Although many engineering optimizations have been adopted in these implementations, the efficiency and scalability are still unsatisfactory when th…

2016

A Communication-Efficient Parallel Algorithm for Decision Tree

NeurIPS 2016poster

Decision tree (and its extensions such as Gradient Boosting Decision Trees and Random Forest) is a widely used machine learning algorithm, due to its practical effectiveness and model interpretability. With the emergence of big data, there is an increasing need to parallelize the training process of…

Cited by 193SourcePDFScholar