← Search

Tian Jin

10 accepted papers

2026

Planned Diffusion

ICLR 2026poster

A central challenge in large language model inference is the trade-off between generation speed and output quality. Autoregressive models produce high-quality text but generate tokens sequentially. Diffusion models can generate tokens in parallel but often need many iterations to match the same qual…

Cited by 0SourcecodeScholar
2025

EDENet: Echo Direction Encoding Network for Place Recognition Based on Ground Penetrating Radar

AAAI 2025technical

Ground penetrating radar (GPR) based localization has gained significant recognition in robotics due to its ability to detect stable subsurface features, offering advantages in environments where traditional sensors like cameras and LiDAR may struggle. However, existing methods are primarily focused…

2025

GraphMaster: Automated Graph Synthesis via LLM Agents in Data-Limited Environments

NeurIPS 2025spotlight

The era of foundation models has revolutionized AI research, yet Graph Foundation Models (GFMs) remain constrained by the scarcity of large-scale graph corpora. Traditional graph data synthesis techniques primarily focus on simplistic structural operations, lacking the capacity to generate semantica…

Cited by 0SourceScholar
2025

Learning to Keep a Promise: Scaling Language Model Decoding Parallelism with Learned Asynchronous Decoding

ICML 2025poster

Decoding with autoregressive language models traditionally occurs sequentially, generating one token after another. Recent attempts to introduce parallelism require a pre-determined structure in the generated content to implement parallel generation, such as by pattern-matching on bullet points. In…

Cited by 0SourcePDFScholar
2025

Synthesizing Post-Training Data for LLMs through Multi-Agent Simulation

ACL 2025long

Post-training is essential for enabling large language models (LLMs) to follow human instructions. However, its effectiveness depends on high-quality instruction data, which is challenging to obtain in the real world due to privacy concerns, data scarcity, and high annotation costs. To fill this gap…

2025

The Journey Matters: Average Parameter Count over Pre-training Unifies Sparse and Dense Scaling Laws

ICLR 2025poster

Pruning eliminates unnecessary parameters in neural networks; it offers a promising solution to the growing computational demands of large language models (LLMs). While many focus on post-training pruning, sparse pre-training--which combines pruning and pre-training into a single phase--provides a…

Cited by 0SourcePDFScholar
2024

The Cost of Scaling Down Large Language Models: Reducing Model Size Affects Memory before In-context Learning

ICLR 2024poster

We study how down-scaling large language model (LLM) size impacts LLM capabilities. We begin by measuring the effects of weight pruning – a popular technique for reducing model size – on the two abilities of LLMs: (a) recalling facts presented during pre-training and (b) processing information prese…

Cited by 0SourcePDFScholar
2023

Long-Short Attention Network For The Spectral Super-Resolution Of Multispectral Images

ICASSP 2023accepted

Owing to the efficiency in terms of the modeling of long-range dependencies, transformer-based spectral reconstruction methods have produced satisfactory hyperspectral (HS) images from multispectral (MS) images. Some transformer-based methods applied self-attention to all bands in the HS image to mo…

Cited by 3SourceScholar
2022

Pruning’s Effect on Generalization Through the Lens of Training and Regularization

NeurIPS 2022accept

Practitioners frequently observe that pruning improves model generalization. A long-standing hypothesis based on bias-variance trade-off attributes this generalization improvement to model size reduction. However, recent studies on over-parameterization characterize a new model size regime, in which…

Cited by 35SourcePDFScholar