← Search

Jianlin Su

7 accepted papers

2025

DCTdiff: Intriguing Properties of Image Generative Modeling in the DCT Space

ICML 2025poster

This paper explores image modeling from the frequency space and introduces DCTdiff, an end-to-end diffusion generative paradigm that efficiently models images in the discrete cosine transform (DCT) space. We investigate the design space of DCTdiff and reveal the key design factors. Experiments on di…

2025

MoBA: Mixture of Block Attention for Long-Context LLMs

NeurIPS 2025spotlight

Scaling the effective context length is essential for advancing large language models (LLMs) toward artificial general intelligence (AGI). However, the quadratic increase in computational complexity inherent in traditional attention mechanisms presents a prohibitive overhead. Existing approaches eit…

Cited by 0SourcecodeScholar
2024

Elucidating the Exposure Bias in Diffusion Models

ICLR 2024poster

Diffusion models have demonstrated impressive generative capabilities, but their exposure bias problem, described as the input mismatch between training and sampling, lacks in-depth exploration. In this paper, we investigate the exposure bias problem in diffusion models by first analytically modelli…

2024

Naive Bayes-based Context Extension for Large Language Models

NAACL 2024long

Large Language Models (LLMs) have shown promising in-context learning abilities. However, conventional In-Context Learning (ICL) approaches are often impeded by length limitations of transformer architecture, which pose challenges when attempting to effectively integrate supervision from a substanti…

2024

VisionLLaMA: A Unified LLaMA Backbone for Vision Tasks

ECCV 2024poster

"We all know that large language models are built on top of a transformer-based architecture to process textual inputs. For example, the LLaMA family of models stands out among many open-source implementations. Can the same transformer be used to process 2D images? In this paper, we answer this ques…

2022

Dual-discriminative Graph Neural Network for Imbalanced Graph-level Anomaly Detection

NeurIPS 2022accept

Graph-level anomaly detection aims to distinguish anomalous graphs in a graph dataset from normal graphs. Anomalous graphs represent a very few but essential patterns in the real world. The anomalous property of a graph may be referable to its anomalous attributes of particular nodes and anomalous s…

Cited by 44SourcePDFScholar
2022

ZARTS: On Zero-order Optimization for Neural Architecture Search

NeurIPS 2022accept

Differentiable architecture search (DARTS) has been a popular one-shot paradigm for NAS due to its high efficiency. It introduces trainable architecture parameters to represent the importance of candidate operations and proposes first/second-order approximation to estimate their gradients, making it…