← Search

Jianguo Li

34 accepted papers

2026

ACCORD: Alleviating Concept Coupling through Dependence Regularization for Text-to-Image Diffusion Personalization

ICLR 2026poster

Image personalization enables customizing Text-to-Image models with a few reference images but is plagued by "concept coupling"—the model creating spurious associations between a subject and its context. Existing methods tackle this indirectly, forcing a trade-off between personalization fidelity an…

Cited by 0SourcecodeScholar
2026

DND: Boosting Large Language Models with Dynamic Nested Depth

ICLR 2026poster

We introduce Dynamic Nested Depth (DND), a novel method that improves performance for off-the-shelf LLMs by selecting critical tokens to reprocess in a nested depth manner. Specifically, at the end of the given transformer layer, DND identifies more critical tokens with a router and feeds them back…

Cited by 0SourceScholar
2026

LAMDAS: LLM as an Implicit Classifier for Domain-specific Data Selection

AAAI 2026technical

Adapting large language models (LLMs) to specific domains often faces a critical bottleneck: the scarcity of high-quality, human-curated data. While large volumes of unchecked data are readily available, indiscriminately using them for fine-tuning risks introducing noise and degrading performance. S

Cited by 0SourcePDFScholar
2026

MoBE: Mixture-of-Basis-Experts for Compressing MoE-based LLMs

ICLR 2026poster

The Mixture-of-Experts (MoE) architecture has become a predominant paradigm for scaling large language models (LLMs). Despite offering strong performance and computational efficiency, large MoE-based LLMs like DeepSeek-V3-0324 and Kimi-K2-Instruct present serious challenges due to substantial memory…

Cited by 0SourceScholar
2026

TwinFlow: Realizing One-step Generation on Large Models with Self-adversarial Flows

ICLR 2026poster

Recent advances in large multi-modal generative models have demonstrated impressive capabilities in multi-modal generation, including image and video generation. These models are typically built upon multi-step frameworks like diffusion and flow matching, which inherently limits their inference effi…

Cited by 0SourcecodeScholar
2026

Understanding and Improving Length Generalization in Hierarchical Sparse Attention Models

ICLR 2026poster

Effectively processing long contexts is a critical challenge for language models. While standard Transformers are limited by quadratic complexity and poor length extrapolation, alternative architectures like sliding window attention and state space models sacrifice the ability to effectively utilize…

Cited by 0SourcecodeScholar
2025

CAKE: Cascading and Adaptive KV Cache Eviction with Layer Preferences

ICLR 2025poster

Large language models (LLMs) excel at processing long sequences, boosting demand for key-value (KV) caching. While recent efforts to evict KV cache have alleviated the inference burden, they often fail to allocate resources rationally across layers with different attention patterns. In this paper, w…

2025

Code Graph Model (CGM): A Graph-Integrated Large Language Model for Repository-Level Software Engineering Tasks

NeurIPS 2025poster

Recent advances in Large Language Models (LLMs) have shown promise in function-level code generation, yet repository-level software engineering tasks remain challenging. Current solutions predominantly rely on proprietary LLM agents, which introduce unpredictability and limit accessibility, raising…

Cited by 0SourceScholar
2025

E2LLM: Encoder Elongated Large Language Models for Long-Context Understanding and Reasoning

EMNLP 2025

Processing long contexts is increasingly important for Large Language Models (LLMs) in tasks like multi-turn dialogues, code generation, and document summarization. This paper addresses the challenges of achieving high long-context performance, low computational complexity, and compatibility with pr

2025

GALLa: Graph Aligned Large Language Models for Improved Source Code Understanding

ACL 2025long

Programming languages possess rich semantic information - such as data flow - that is represented by graphs and not available from the surface form of source code. Recent code language models have scaled to billions of parameters, but model source code solely as text tokens while ignoring any other…

Cited by 0SourcePDFScholar
2025

Rodimus*: Breaking the Accuracy-Efficiency Trade-Off with Efficient Attentions

ICLR 2025poster

Recent advancements in Transformer-based large language models (LLMs) have set new standards in natural language processing. However, the classical softmax attention incurs significant computational costs, leading to a $O(T)$ complexity for per-token generation, where $T$ represents the context leng…

2024

AmortizedPeriod: Attention-based Amortized Inference for Periodicity Identification

ICLR 2024poster

Periodic patterns are a fundamental characteristic of time series in natural world, with significant implications for a range of disciplines, from economics to cloud systems. However, the current literature on periodicity detection faces two key challenges: limited robustness in real-world scenarios…

Cited by 1SourcePDFScholar
2024

CoBa: Convergence Balancer for Multitask Finetuning of Large Language Models

EMNLP 2024main

Multi-task learning (MTL) benefits the fine-tuning of large language models (LLMs) by providing a single model with improved performance and generalization ability across tasks, presenting a resource-efficient alternative to developing separate models for each task. Yet, existing MTL strategies for…

2024

CoCA: Fusing Position Embedding with Collinear Constrained Attention in Transformers for Long Context Window Extending

ACL 2024long

Self-attention and position embedding are two crucial modules in transformer-based Large Language Models (LLMs). However, the potential relationship between them is far from well studied, especially for long context window extending. In fact, anomalous behaviors that hinder long context extrapolatio…

2024

D2LLM: Decomposed and Distilled Large Language Models for Semantic Search

ACL 2024long

The key challenge in semantic search is to create models that are both accurate and efficient in pinpointing relevant sentences for queries. While BERT-style bi-encoders excel in efficiency with pre-computed embeddings, they often miss subtle nuances in search tasks. Conversely, GPT-style LLMs with…

2024

DeepITE: Designing Variational Graph Autoencoders for Intervention Target Estimation

NeurIPS 2024poster

Intervention Target Estimation (ITE) is vital for both understanding and decision-making in complex systems, yet it remains underexplored. Current ITE methods are hampered by their inability to learn from distinct intervention instances collaboratively and to incorporate rich insights from labeled d…

2024

Finite-State Autoregressive Entropy Coding for Efficient Learned Lossless Compression

ICLR 2024spotlight

Learned lossless data compression has garnered significant attention recently due to its superior compression ratios compared to traditional compressors. However, the computational efficiency of these models jeopardizes their practicality. This paper proposes a novel system for improving the compres…

2024

MAGR: Manifold-Aligned Graph Regularization for Continual Action Quality Assessment

ECCV 2024oral

"Action Quality Assessment (AQA) evaluates diverse skills but models struggle with non-stationary data. We propose Continual AQA (CAQA) to refine models using sparse new data. Feature replay preserves memory without storing raw inputs. However, the misalignment between static old features and the dy…

2023

BasisFormer: Attention-based Time Series Forecasting with Learnable and Interpretable Basis

NeurIPS 2023poster

Bases have become an integral part of modern deep learning-based models for time series forecasting due to their ability to act as feature extractors or future references. To be effective, a basis must be tailored to the specific set of time series data and exhibit distinct correlation with each tim…

2023

ZeroAE: Pre-trained Language Model based Autoencoder for Transductive Zero-shot Text Classification

ACL 2023findings

Many text classification tasks require handling unseen domains with plenty of unlabeled data, thus giving rise to the self-adaption or the so-called transductive zero-shot learning (TZSL) problem. However, current methods based solely on encoders or decoders overlook the possibility that these two m…

2022

Pyraformer: Low-Complexity Pyramidal Attention for Long-Range Time Series Modeling and Forecasting

ICLR 2022oral

Accurate prediction of the future given the past based on time series data is of paramount importance, since it opens the door for decision making and risk management ahead of time. In practice, the challenge is to build a flexible but parsimonious model that can capture a wide range of temporal dep…

2022

Regularized Graph Structure Learning with Semantic Knowledge for Multi-variates Time-Series Forecasting

IJCAI 2022poster

Multivariate time-series forecasting is a critical task for many applications, and graph time-series network is widely studied due to its capability to capture the spatial-temporal correlation simultaneously. However, most existing works focus more on learning with the explicit prior graph structure…

2019

Towards Accurate One-Stage Object Detection With AP-Loss

CVPR 2019poster

One-stage object detectors are trained by optimizing classification-loss and localization-loss simultaneously, with the former suffering much from extreme foreground-background class imbalance issue due to the large number of anchors. This paper alleviates this issue by proposing a novel framework t…

Cited by 173PDFcodeScholar
2018

Boosting Adversarial Attacks With Momentum

CVPR 2018poster

Deep neural networks are vulnerable to adversarial examples, which poses security concerns on these algorithms due to the potentially severe consequences. Adversarial attacks serve as an important surrogate to evaluate the robustness of deep learning models before they are deployed. However, most of…

Cited by 3515SourcePDFScholar
2018

Learning Visual Knowledge Memory Networks for Visual Question Answering

CVPR 2018poster

Visual question answering (VQA) requires joint comprehension of images and natural language questions, where many questions can't be directly or clearly answered from visual content but require reasoning from structured human knowledge with confirmation from visual content. This paper proposes visua…

Cited by 88SourcePDFScholar
2017

BodyFusion: Real-Time Capture of Human Motion and Surface Geometry Using a Single Depth Camera

ICCV 2017poster

We propose BodyFusion, a novel real-time geometry fusion method that can track and reconstruct non-rigid surface motion of a human performance using a single consumer-grade depth camera. To reduce the ambiguities of the non-rigid deformation parameterization on the surface graph nodes, we take advan…

Cited by 200PDFScholar
2017

DSOD: Learning Deeply Supervised Object Detectors From Scratch

ICCV 2017poster

We present Deeply Supervised Object Detector (DSOD), a framework that can learn object detectors from scratch. State-of-the-art object objectors rely heavily on the off-the-shelf networks pre-trained on large-scale classification datasets like ImageNet, which incurs learning bias due to the differen…

Cited by 820PDFcodeScholar
2017

Learning Efficient Convolutional Networks Through Network Slimming

ICCV 2017poster

The deployment of deep convolutional neural networks (CNNs) in many real world applications is largely hindered by their high computational cost. In this paper, we propose a novel learning scheme for CNNs to simultaneously 1) reduce the model size; 2) decrease the run-time memory footprint; and 3) l…

Cited by 3354PDFcodeScholar