← Search

Bin CUI

53 accepted papers

2026

DARTS: Distribution-Aware Active Rollout Trajectory Shaping for Accelerating LLM Reinforcement Learning

ICML 2026poster

Reinforcement Learning (RL) has become pivotal for improving model capabilities yet suffers from rollout efficiency bottlenecks due to the long-tail response length distribution. While existing works mitigate the impact of long tails via prompt-level tail scheduling, we focus on the root source of i…

Cited by 0SourceScholar
2026

EchoAttention: Exploiting Token-Pair Redundancy and Frame-Block Similarity for Efficient Long Video Generation

ICML 2026poster

Diffusion Transformers (DiTs) are increasingly adopted for long-video generation, yet inference is dominated by the quadratic cost of 3D full attention. Sparse attention mitigates this bottleneck by exploiting *token-pair redundancy* and pruning query-key interactions. Nevertheless, its effectivenes…

Cited by 0SourceScholar
2026

Efficient Multi-round LLM Inference over Disaggregated Serving

ICML 2026poster

With the rapid evolution of Large Language Models (LLMs), multi-round workflows, such as autonomous agents and iterative retrieval, have become increasingly prevalent. However, this raises hurdles for serving LLMs under prefill-decode (PD) disaggregation, a widely adopted paradigm that separates the…

Cited by 0SourceScholar
2026

FLARE: Fully Integration of Vision-Language Representations for Deep Cross-Modal Understanding

ICLR 2026poster

We introduce FLARE, a family of vision language models (VLMs) with a fully vision-language alignment and integration paradigm. Unlike existing approaches that rely on single MLP projectors for modality alignment and defer cross-modal interaction to LLM decoding, FLARE achieves deep, dynamic integrat…

Cited by 0SourcecodeScholar
2026

Learning What Reinforcement Learning Can't: Interleaved Online Fine-Tuning for Hardest Questions

ICLR 2026poster

Recent advances in large language model (LLM) reasoning have shown that reasoning ability can emerge through reinforcement learning (RL). However, despite these successes, RL in its current form remains insufficient to induce capabilities that exceed the limitations of the base model, as it is prima…

Cited by 0SourcecodeScholar
2026

PSEO: Optimizing Post-hoc Stacking Ensemble Through Hyperparameter Tuning

AAAI 2026technical

The Combined Algorithm Selection and Hyperparameter Optimization (CASH) problem is fundamental in Automated Machine Learning (AutoML). Inspired by the success of ensemble learning, recent AutoML systems construct post-hoc ensembles for final predictions rather than relying on the best single model.

Cited by 0SourcePDFScholar
2026

SALE : Low-bit Estimation for Efficient Sparse Attention in Long-context LLM Prefilling

ICML 2026poster

Many advanced Large Language Model (LLM) applications require long-context processing, but the self-attention module becomes a bottleneck during the prefilling stage of inference due to its quadratic time complexity with respect to sequence length. Existing sparse attention methods accelerate attent…

Cited by 0SourcecodeScholar
2025

BRACE: A Benchmark for Robust Audio Caption Quality Evaluation

NeurIPS 2025poster

Automatic audio captioning is essential for audio understanding, enabling applications such as accessibility and content indexing. However, evaluating the quality of audio captions remains a major challenge, especially in reference-free settings where high-quality ground-truth captions are unavailab…

Cited by 0SourcecodeScholar
2025

CFBench: A Comprehensive Constraints-Following Benchmark for LLMs

ACL 2025long

The adeptness of Large Language Models (LLMs) in comprehending and following natural language instructions is critical for their deployment in sophisticated real-world applications. Existing evaluations mainly focus on fragmented constraints or narrow scenarios, but they overlook the comprehensivene…

2025

Demystifying Cost-Efficiency in LLM Serving over Heterogeneous GPUs

ICML 2025poster

Recent advancements in Large Language Models (LLMs) have led to increasingly diverse requests, accompanied with varying resource (compute and memory) demands to serve them. However, this in turn degrades the cost-efficiency of LLM serving as common practices primarily rely on homogeneous GPU resourc…

Cited by 4SourcePDFScholar
2025

Enhancing Unsupervised Sentence Embeddings via Knowledge-Driven Data Augmentation and Gaussian-Decayed Contrastive Learning

ACL 2025long

Recently, using large language models (LLMs) for data augmentation has led to considerable improvements in unsupervised sentence embedding models. However, existing methods encounter two primary challenges: limited data diversity and high data noise. Current approaches often neglect fine-grained kno…

2025

FB-Bench: A Fine-Grained Multi-Task Benchmark for Evaluating LLMs’ Responsiveness to Human Feedback

EMNLP 2025

Human feedback is crucial in the interactions between humans and Large Language Models (LLMs). However, existing research primarily focuses on benchmarking LLMs in single-turn dialogues. Even in benchmarks designed for multi-turn dialogues, the user utterances are often independent, neglecting the n

2025

Facilitating Multi-turn Function Calling for LLMs via Compositional Instruction Tuning

ICLR 2025poster

Large Language Models (LLMs) have exhibited significant potential in performing diverse tasks, including the ability to call functions or use external tools to enhance their performance. While current research on function calling by LLMs primarily focuses on single-turn interactions, this paper addr…

2025

HermesFlow: Seamlessly Closing the Gap in Multimodal Understanding and Generation

NeurIPS 2025poster

The remarkable success of the autoregressive paradigm has made significant advancement in Multimodal Large Language Models (MLLMs), with powerful models like Show-o, Transfusion and Emu3 made notable strides in unified image understanding and generation. For the first time, we uncover a common pheno…

Cited by 0SourcecodeScholar
2025

Improving Low-Resource Sequence Labeling with Knowledge Fusion and Contextual Label Explanations

EMNLP 2025

Sequence labeling remains a significant challenge in low-resource, domain-specific scenarios, particularly for character-dense languages. Existing methods primarily focus on enhancing model comprehension and improving data diversity to boost performance. However, these approaches still struggle with

2025

IterComp: Iterative Composition-Aware Feedback Learning from Model Gallery for Text-to-Image Generation

ICLR 2025poster

Advanced diffusion models like Stable Diffusion 3, Omost, and FLUX have made notable strides in compositional text-to-image generation. However, these methods typically exhibit distinct strengths for compositional generation, with some excelling in handling attribute binding and others in spatial re…

2025

Modeling All-Atom Glycan Structures via Hierarchical Message Passing and Multi-Scale Pre-training

ICML 2025poster

Understanding the various properties of glycans with machine learning has shown some preliminary promise. However, previous methods mainly focused on modeling the backbone structure of glycans as graphs of monosaccharides (i.e., sugar units), while they neglected the atomic structures underlying eac…

2025

NetMoE: Accelerating MoE Training through Dynamic Sample Placement

ICLR 2025spotlight

Mixture of Experts (MoE) is a widely used technique to expand model sizes for better model quality while maintaining the computation cost constant. In a nutshell, an MoE model consists of multiple experts in each model layer and routes the training tokens to only a fixed number of experts rather tha…

Cited by 1SourcePDFScholar
2025

SqueezeAttention: 2D Management of KV-Cache in LLM Inference via Layer-wise Optimal Budget

ICLR 2025poster

Optimizing the Key-Value (KV) cache of the Large Language Model (LLM) has been considered critical to saving the cost of inference. Most of the existing KV-cache compression algorithms attempted to sparsify the sequence of tokens by taking advantage of the different importance of tokens. However, mo…

2025

SuperCorrect: Advancing Small LLM Reasoning with Thought Template Distillation and Self-Correction

ICLR 2025poster

Large language models (LLMs) like GPT-4, DeepSeek-R1, and ReasonFlux have shown significant improvements in various reasoning tasks. However, smaller LLMs still struggle with complex mathematical reasoning because they fail to effectively identify and correct reasoning errors. Recent reflection-base…

2025

SysBench: Can LLMs Follow System Message?

ICLR 2025poster

Large Language Models (LLMs) have become instrumental across various applications, with the customization of these models to specific scenarios becoming increasingly critical. System message, a fundamental component of LLMs, is consist of carefully crafted instructions that guide the behavior of mod…

Cited by 0SourcePDFScholar
2025

Towards Scalable and Deep Graph Neural Networks via Noise Masking

AAAI 2025technical

In recent years, Graph Neural Networks (GNNs) have achieved remarkable success in many graph mining tasks. However, scaling them to large graphs is challenging due to the high computational and storage costs of repeated feature propagation and non-linear transformation during training. One commonly…

2025

Training-free and Adaptive Sparse Attention for Efficient Long Video Generation

ICCV 2025poster

Generating high-quality long videos with Diffusion Transformers (DiTs) faces significant latency due to computationally intensive attention mechanisms. For instance, generating an 8s 720p video (110K tokens) with HunyuanVideo requires around 600 PFLOPs, with attention computations consuming about 50…

Cited by 0SourcePDFScholar
2025

VersaTune: An Efficient Data Composition Framework for Training Multi-Capability LLMs

EMNLP 2025

As demonstrated by the proprietary Large Language Models (LLMs) such as GPT and Claude series, LLMs have the potential to achieve remarkable proficiency across a wide range of domains, including law, medicine, finance, science, code, etc., all within a single model. These capabilities are further au

2024

Accelerating Text-to-Image Editing via Cache-Enabled Sparse Diffusion Inference

AAAI 2024technical

Due to the recent success of diffusion models, text-to-image generation is becoming increasingly popular and achieves a wide range of applications. Among them, text-to-image editing, or continuous text-to-image generation, attracts lots of attention and can potentially improve the quality of generat…

2024

Buffer of Thoughts: Thought-Augmented Reasoning with Large Language Models

NeurIPS 2024spotlight

We introduce Buffer of Thoughts (BoT), a novel and versatile thought-augmented reasoning approach for enhancing accuracy, efficiency and robustness of large language models (LLMs). Specifically, we propose meta-buffer to store a series of informative high-level thoughts, namely thought-template, dis…

2024

Cross-Modal Contextualized Diffusion Models for Text-Guided Visual Generation and Editing

ICLR 2024poster

Conditional diffusion models have exhibited superior performance in high-fidelity text-guided visual generation and editing. Nevertheless, prevailing text-guided visual diffusion models primarily focus on incorporating text-visual relationships exclusively into the reverse process, often disregardin…

2024

Efficient Multi-task LLM Quantization and Serving for Multiple LoRA Adapters

NeurIPS 2024poster

With the remarkable achievements of large language models (LLMs), the demand for fine-tuning and deploying LLMs in various downstream tasks has garnered widespread interest. Parameter-efficient fine-tuning techniques represented by LoRA and model quantization techniques represented by GPTQ and AWQ a…

Cited by 3SourcePDFScholar
2024

LSH-MoE: Communication-efficient MoE Training via Locality-Sensitive Hashing

NeurIPS 2024poster

Larger transformer models perform better on various downstream tasks but require more cost to scale up the model size. To efficiently enlarge models, the Mixture-of-Expert (MoE) architecture is widely adopted, which consists of a gate network and a series of experts and keep the training cost consta…

Cited by 0SourcePDFScholar
2024

Mastering Text-to-Image Diffusion: Recaptioning, Planning, and Generating with Multimodal LLMs

ICML 2024poster

Diffusion models have exhibit exceptional performance in text-to-image generation and editing. However, existing methods often face challenges when handling complex text prompts that involve multiple objects with multiple attributes and relationships. In this paper, we propose a brand new training-f…

2024

Protein-Ligand Interaction Prior for Binding-aware 3D Molecule Diffusion Models

ICLR 2024poster

Generating 3D ligand molecules that bind to specific protein targets via diffusion models has shown great promise for structure-based drug design. The key idea is to disrupt molecules into noise through a fixed forward process and learn its reverse process to generate molecules from noise in a denoi…

2024

RealCompo: Balancing Realism and Compositionality Improves Text-to-Image Diffusion Models

NeurIPS 2024poster

Diffusion models have achieved remarkable advancements in text-to-image generation. However, existing models still have many difficulties when faced with multiple-object compositional generation. In this paper, we propose ***RealCompo***, a new *training-free* and *transferred-friendly* text-to-imag…

2024

Structure-Guided Adversarial Training of Diffusion Models

CVPR 2024poster

Diffusion models have demonstrated exceptional efficacy in various generative applications. While existing models focus on minimizing a weighted sum of denoising score matching losses for data distribution modeling their training primarily emphasizes instance-level optimization overlooking valuable…

Cited by 14SourcePDFScholar
2024

Surge Phenomenon in Optimal Learning Rate and Batch Size Scaling

NeurIPS 2024poster

In current deep learning tasks, Adam-style optimizers—such as Adam, Adagrad, RMSprop, Adafactor, and Lion—have been widely used as alternatives to SGD-style optimizers. These optimizers typically update model parameters using the sign of gradients, resulting in more stable convergence curves. The l…

Cited by 6SourcePDFScholar
2024

VQGraph: Rethinking Graph Representation Space for Bridging GNNs and MLPs

ICLR 2024poster

GNN-to-MLP distillation aims to utilize knowledge distillation (KD) to learn computationally-efficient multi-layer perceptron (student MLP) on graph data by mimicking the output representations of teacher GNN. Existing methods mainly make the MLP to mimic the GNN predictions over a few class labels.…

2024

VideoTetris: Towards Compositional Text-to-Video Generation

NeurIPS 2024poster

Diffusion models have demonstrated great success in text-to-video (T2V) generation. However, existing methods may face challenges when handling complex (long) video generation scenarios that involve multiple objects or dynamic changes in object numbers. To address these limitations, we propose Video…

2024

X-former Elucidator: Reviving Efficient Attention for Long Context Language Modeling

IJCAI 2024poster

Transformer-based LLMs are becoming increasingly important in various AI applications. However, apart from the success of LLMs, the explosive demand of long context handling capabilities is a key and in-time problem for both academia and industry. Due to the limitations from the quadratic complexit…

Cited by 7SourcePDFScholar
2023

CALIP: Zero-Shot Enhancement of CLIP with Parameter-Free Attention

AAAI 2023technical

Contrastive Language-Image Pre-training (CLIP) has been shown to learn visual representations with promising zero-shot performance. To further improve its downstream accuracy, existing works propose additional learnable modules upon CLIP and fine-tune them by few-shot training sets. However, the res…

2023

Improving Diffusion-Based Image Synthesis with Context Prediction

NeurIPS 2023poster

Diffusion models are a new class of generative models, and have dramatically promoted image generation with unprecedented quality and diversity. Existing diffusion models mainly try to reconstruct input image from a corrupted one with a pixel-wise or feature-wise constraint along spatial axes. Howev…

Cited by 40SourcePDFScholar
2023

Model-enhanced Vector Index

NeurIPS 2023poster

Embedding-based retrieval methods construct vector indices to search for document representations that are most similar to the query representations. They are widely used in document retrieval due to low latency and decent recall performance. Recent research indicates that deep retrieval solutions o…

2023

OSDP: Optimal Sharded Data Parallel for Distributed Deep Learning

IJCAI 2023poster

Large-scale deep learning models contribute to significant performance improvements on varieties of downstream tasks. Current data and model parallelism approaches utilize model replication and partition techniques to support the distributed training of ultra-large models. However, directly deployin…

2023

ProxyBO: Accelerating Neural Architecture Search via Bayesian Optimization with Zero-Cost Proxies

AAAI 2023technical

Designing neural architectures requires immense manual efforts. This has promoted the development of neural architecture search (NAS) to automate the design. While previous NAS methods achieve promising results but run slowly, zero-cost proxies run extremely fast but are less promising. Therefore, i…

Cited by 43SourcePDFScholar
2022

Deep and Flexible Graph Neural Architecture Search

ICML 2022spotlight

Graph neural networks (GNNs) have been intensively applied to various graph-based applications. Despite their success, designing good GNN architectures is non-trivial, which heavily relies on lots of human efforts and domain knowledge. Although several attempts have been made in graph neural archite…

2022

DivBO: Diversity-aware CASH for Ensemble Learning

NeurIPS 2022accept

The Combined Algorithm Selection and Hyperparameters optimization (CASH) problem is one of the fundamental problems in Automated Machine Learning (AutoML). Motivated by the success of ensemble learning, recent AutoML systems build post-hoc ensembles to output the final predictions instead of using t…

Cited by 6SourcePDFScholar
2022

Information Gain Propagation: a New Way to Graph Active Learning with Soft Labels

ICLR 2022poster

Graph Neural Networks (GNNs) have achieved great success in various tasks, but their performance highly relies on a large number of labeled nodes, which typically requires considerable human effort. GNN-based Active Learning (AL) methods are proposed to improve the labeling efficiency by selecting t…

2022

NAFS: A Simple yet Tough-to-beat Baseline for Graph Representation Learning

ICML 2022spotlight

Recently, graph neural networks (GNNs) have shown prominent performance in graph representation learning by leveraging knowledge from both graph structure and node features. However, most of them have two major limitations. First, GNNs can learn higher-order structural information by stacking more l…

Cited by 32SourcePDFScholar
2022

PointCLIP: Point Cloud Understanding by CLIP

CVPR 2022poster

Recently, zero-shot and few-shot learning via Contrastive Vision-Language Pre-training (CLIP) have shown inspirational performance on 2D visual recognition, which learns to match images with their corresponding texts in open-vocabulary settings. However, it remains under explored that whether CLIP,…

Cited by 524PDFcodeScholar
2021

MFES-HB: Efficient Hyperband with Multi-Fidelity Quality Measurements

AAAI 2021technical

Hyperparameter optimization (HPO) is a fundamental problem in automatic machine learning (AutoML). However, due to the expensive evaluation cost of models (e.g., training deep learning models or training models on large datasets), vanilla Bayesian optimization (BO) is typically computationally infea…

Cited by 32SourcePDFScholar
2021

Node Dependent Local Smoothing for Scalable Graph Learning

NeurIPS 2021spotlight

Recent works reveal that feature or label smoothing lies at the core of Graph Neural Networks (GNNs). Concretely, they show feature smoothing combined with simple linear regression achieves comparable performance with the carefully designed GNNs, and a simple MLP model with label smoothing of its pr…

2021

RIM: Reliable Influence-based Active Learning on Graphs

NeurIPS 2021spotlight

Message passing is the core of most graph models such as Graph Convolutional Network (GCN) and Label Propagation (LP), which usually require a large number of clean labeled data to smooth out the neighborhood over the graph. However, the labeling process can be tedious, costly, and error-prone in pr…

2020

Don’t Waste Your Bits! Squeeze Activations and Gradients for Deep Neural Networks via TinyScript

ICML 2020poster

Recent years have witnessed intensive research interests on training deep neural networks (DNNs) more efficiently by quantization-based compression methods, which facilitate DNNs training in two ways: (1) activations are quantized to shrink the memory consumption, and (2) gradients are quantized to…

Cited by 72SourcePDFScholar
2020

Preference-Aware Mask for Session-Based Recommendation with Bidirectional Transformer

ICASSP 2020accepted

User profiles are not always visible in E-commerce scenarios, in which case the recommender systems can only summarize users' preferences through sessions of historical records. However, the items in a session might be irrelevant to users' preferences or become the disturbances for modelling the use…

Cited by 0SourceScholar