← Search

Ming Ding

33 accepted papers

2026

AetherCode: Evaluating LLMs’ Ability to Win In Premier Programming Competitions

ICLR 2026poster

Competitive programming has emerged as a critical benchmark for evaluating the reasoning and coding capabilities of Large Language Models (LLMs). Despite impressive progress on existing benchmarks, we argue that current evaluations overstate model proficiency, masking a substantial gap between LLMs…

Cited by 0SourceScholar
2026

NL2Repo-Bench: Towards Long-Horizon Repository Generation Evaluation of Coding Agents

ICML 2026poster

Recent advances in coding agents suggest rapid progress toward autonomous software development, yet existing benchmarks primarily evaluate short-horizon behaviors such as localized code generation, scaffolded completion, or repository repair, leaving it unclear whether agents can sustain coherent re…

Cited by 0SourceScholar
2026

The Hidden Risk: Membership Inference Attacks on Multimodal Federated Learning via Modality Imbalance

ICML 2026poster

Federated learning (FL) faces significant challenges from modality heterogeneity, which motivates multimodal federated learning (MFL) to leverage complementary modalities across decentralized clients for improved performance. However, modality imbalance introduces a new attack surface, making MFL mo…

Cited by 0SourceScholar
2026

VisionReward: Fine-Grained Multi-Dimensional Human Preference Learning for Image and Video Generation

AAAI 2026technical

Visual generative models have achieved remarkable progress in synthesizing photorealistic images and videos, yet aligning their outputs with human preferences across critical dimensions remains a persistent challenge. Though reinforcement learning from human feedback offers promise for preference al

Cited by 0SourcePDFScholar
2025

AlignMMBench: Evaluating Chinese Multimodal Alignment in Large Vision-Language Models

ACL 2025long

Evaluating the alignment capabilities of large Vision-Language Models (VLMs) is essential for determining their effectiveness as helpful assistants. However, existing benchmarks primarily focus on basic abilities using nonverbal methods, such as yes-no and multiple-choice questions. In this paper, w…

2025

BFS-Prover: Scalable Best-First Tree Search for LLM-based Automatic Theorem Proving

ACL 2025long

Recent advancements in large language models (LLMs) have spurred growing interest in automatic theorem proving using Lean4, where effective tree search methods are crucial for navigating the underlying large proof search spaces. While the existing approaches primarily rely on value functions and/or…

Cited by 0SourcePDFScholar
2025

CodeContests+: High-Quality Test Case Generation for Competitive Programming

EMNLP 2025

Competitive programming, due to its high reasoning difficulty and precise correctness feedback, has become a key task for both training and evaluating the reasoning capabilities of large language models (LLMs). However, while a large amount of public problem data, such as problem statements and solu

Cited by 0SourcePDFScholar
2025

CogCoM: A Visual Language Model with Chain-of-Manipulations Reasoning

ICLR 2025poster

Vision-Language Models (VLMs) have shown broad effectiveness due to extensive training that aligns visual inputs with corresponding language responses. However, this conclusive alignment training causes models to overlook essential visual reasoning, leading to failures in handling detailed visual ta…

2025

CogVideoX: Text-to-Video Diffusion Models with An Expert Transformer

ICLR 2025poster

We present CogVideoX, a large-scale text-to-video generation model based on diffusion transformer, which can generate 10-second continuous videos that align seamlessly with text prompts, with a frame rate of 16 fps and resolution of 768 x 1360 pixels. Previous video generation models often struggle…

2025

LVBench: An Extreme Long Video Understanding Benchmark

ICCV 2025poster

Recent progress in multimodal large language models has markedly enhanced the understanding of short videos (typically under one minute), and several evaluation datasets have emerged accordingly. However, these advancements fall short of meeting the demands of real-world applications such as embodie…

2025

Multi-SWE-bench: A Multilingual Benchmark for Issue Resolving

NeurIPS 2025poster

The task of issue resolving aims to modify a codebase to generate a patch that addresses a given issue. However, most existing benchmarks focus almost exclusively on Python, making them insufficient for evaluating Large Language Models (LLMs) across different programming languages. To bridge this ga…

Cited by 0SourceScholar
2025

VisualAgentBench: Towards Large Multimodal Models as Visual Foundation Agents

ICLR 2025poster

Large Multimodal Models (LMMs) have ushered in a new era in artificial intelligence, merging capabilities in both language and vision to form highly capable \textbf{Visual Foundation Agents} that are postulated to excel across a myriad of tasks. However, existing benchmarks fail to sufficiently chal…

2024

"Refine, Discriminate and Align: Stealing Encoders via Sample-Wise Prototypes and Multi-Relational Extraction"

ECCV 2024poster

"This paper introduces RDA, a pioneering approach designed to address two primary deficiencies prevalent in previous endeavors aiming at stealing pre-trained encoders: (1) suboptimal performances attributed to biased optimization objectives, and (2) elevated query costs stemming from the end-to-end…

2024

CogAgent: A Visual Language Model for GUI Agents

CVPR 2024highlight

People are spending an enormous amount of time on digital devices through graphical user interfaces (GUIs) e.g. computer or smartphone screens. Large language models (LLMs) such as ChatGPT can assist people in tasks like writing emails but struggle to understand and interact with GUIs thus limiting…

2024

CogVLM: Visual Expert for Pretrained Language Models

NeurIPS 2024poster

We introduce CogVLM, a powerful open-source visual language foundation model. Different from the popular \emph{shallow alignment} method which maps image features into the input space of language model, CogVLM bridges the gap between the frozen pretrained language model and image encoder by a traina…

2024

Inf-DiT: Upsampling any-resolution image with memory-efficient diffusion transformer.

ECCV 2024poster

"Diffusion models have shown remarkable performance in image generation in recent years. However, due to a quadratic increase in memory during generating ultra-high-resolution images (e.g. 4096 × 4096), the resolution of generated images is often limited to 1024×1024. In this work. we propose a unid…

2024

Relay Diffusion: Unifying diffusion process across resolutions for image synthesis

ICLR 2024spotlight

Diffusion models achieved great success in image synthesis, but still face challenges in high-resolution generation. Through the lens of discrete cosine transformation, we find the main reason is that *the same noise level on a higher resolution results in a higher Signal-to-Noise Ratio in the frequ…

2024

When Fairness Meets Privacy: Exploring Privacy Threats in Fair Binary Classifiers via Membership Inference Attacks

IJCAI 2024poster

While in-processing fairness approaches show promise in mitigating bias predictions, their potential impact on privacy leakage remains under-explored. We aim to address this gap by assessing the privacy risks of fairness-enhanced binary classifiers with membership inference attacks (MIAs). Surprisin…

Cited by 5SourcePDFScholar
2023

CogVideo: Large-scale Pretraining for Text-to-Video Generation via Transformers

ICLR 2023poster

In this work, we present CogVideo, a 9B-parameter transformer for text-to-video generation. The CogVideo model has been trained by inheriting a pretrained text-to-image model, CogView2, which significantly reduces the training cost and alleviates the problem of scarcity and weak relevance. We also p…

2023

GLM-130B: An Open Bilingual Pre-trained Model

ICLR 2023poster

We introduce GLM-130B, a bilingual (English and Chinese) pre-trained language model with 130 billion parameters. It is an attempt to open-source a 100B-scale model as good as GPT-3 (davinci) and unveil how models of such a scale can be successfully pre-trained. Over the course of this effort, we fac…

2023

ImageReward: Learning and Evaluating Human Preferences for Text-to-Image Generation

NeurIPS 2023poster

We present a comprehensive solution to learn and improve text-to-image models from human preference feedback. To begin with, we build ImageReward---the first general-purpose text-to-image human preference reward model---to effectively encode human preferences. Its training is based on our systematic…

2022

CogView2: Faster and Better Text-to-Image Generation via Hierarchical Transformers

NeurIPS 2022accept

Development of transformer-based text-to-image models is impeded by its slow generation and complexity, for high-resolution images. In this work, we put forward a solution based on hierarchical transformers and local parallel autoregressive generation. We pretrain a 6B-parameter transformer with a…

2022

FewNLU: Benchmarking State-of-the-Art Methods for Few-Shot Natural Language Understanding

ACL 2022long

The few-shot natural language understanding (NLU) task has attracted much recent attention. However, prior methods have been evaluated under a disparate set of protocols, which hinders fair comparison and measuring the progress of the field. To address this issue, we introduce an evaluation framewor…

2022

GLM: General Language Model Pretraining with Autoregressive Blank Infilling

ACL 2022long

There have been various types of pretraining architectures including autoencoding models (e.g., BERT), autoregressive models (e.g., GPT), and encoder-decoder models (e.g., T5). However, none of the pretraining frameworks performs the best for all tasks of three main categories including natural lang…

2022

Parameter-Efficient Tuning Makes a Good Classification Head

EMNLP 2022main

In recent years, pretrained models revolutionized the paradigm of natural language understanding (NLU), where we append a randomly initialized classification head after the pretrained backbone, e.g. BERT, and finetune the whole model. As the pretrained backbone makes a major contribution to the impr…

2022

Rethinking the Setting of Semi-supervised Learning on Graphs

IJCAI 2022poster

We argue that the present setting of semisupervised learning on graphs may result in unfair comparisons, due to its potential risk of over-tuning hyper-parameters for models. In this paper, we highlight the significant influence of tuning hyper-parameters, which leverages the label information in th…

2021

CogView: Mastering Text-to-Image Generation via Transformers

NeurIPS 2021poster

Text-to-Image generation in the general domain has long been an open problem, which requires both a powerful generative model and cross-modal understanding. We propose CogView, a 4-billion-parameter Transformer with VQ-VAE tokenizer to advance this problem. We also demonstrate the finetuning strateg…

2021

UFC-BERT: Unifying Multi-Modal Controls for Conditional Image Synthesis

NeurIPS 2021poster

Conditional image synthesis aims to create an image according to some multi-modal guidance in the forms of textual descriptions, reference images, and image blocks to preserve, as well as their combinations. In this paper, instead of investigating these control signals separately, we propose a new t…

Cited by 77SourcePDFScholar
2020

Real-Time Task Offloading for Large-Scale Mobile Edge Computing

ICASSP 2020accepted

Mobile-edge computing (MEC) is a promising technology to support computation-intensive and delay-sensitive applications at smart devices by offloading their local tasks to the network edge. In this paper, we propose a novel index based real-time task offloading policy for an asynchronous large-scale…

Cited by 1SourceScholar
2019

A Parallel Gripper with a Universal Fingertip Device Using Optical Sensing and Jamming Transition for Maintaining Stable Grasps

IROS 2019poster

For a robotic gripper to perform as well as the human hand, the performance of the tactile sensing and grasping of the gripper must be improved. In this study, a parallel gripper with a universal fingertip device that combines both object holding using jamming transition and optical sensing is propo…

Cited by 10SourceScholar
2018

A Universal Gripper Using Optical Sensing to Acquire Tactile Information and Membrane Deformation

IROS 2018poster

The universal gripper has attracted attention due to its simple structure and advanced grasping ability for irregularly shaped objects. In this research, we propose a novel design for a granular-jamming-based gripper which uses a transparent filling and a semi-transparent membrane to allow optical s…

Cited by 39SourceScholar