← Search

Haolin Pan

5 accepted papers

2026

Behavioral Embeddings of Programs: A Quasi-Dynamic Approach for Optimization Prediction

ICLR 2026poster

Learning effective numerical representations, or embeddings, of programs is a fundamental prerequisite for applying machine learning to automate and enhance compiler optimization. Prevailing paradigms, however, present a dilemma. Static representations, derived from source code or intermediate repre…

Cited by 0SourcecodeScholar
2026

ECCO: Evidence-Driven Causal Reasoning for Compiler Optimization

ICML 2026poster

Compiler auto-tuning faces a dichotomy between traditional black-box search methods, which lack semantic guidance, and recent Large Language Model (LLM) approaches, which often suffer from superficial pattern matching and causal opacity. In this paper, we introduce ECCO, a framework that bridges int…

Cited by 0SourceScholar
2025

Compiler-R1: Towards Agentic Compiler Auto-tuning with Reinforcement Learning

NeurIPS 2025poster

Compiler auto-tuning optimizes pass sequences to improve performance metrics such as Intermediate Representation (IR) instruction count. Although recent advances leveraging Large Language Models (LLMs) have shown promise in automating compiler tuning, two significant challenges still remain: the abs…

Cited by 0SourcecodeScholar
2025

Gap Preserving Distillation by Building Bidirectional Mappings with A Dynamic Teacher

ICLR 2025poster

Knowledge distillation aims to transfer knowledge from a large teacher model to a compact student counterpart, often coming with a significant performance gap between them. Interestingly, we find that a too-large performance gap can hamper the training process. To alleviate this, we propose a **Gap…

Cited by 0SourcePDFScholar
2025

Restabilizing Diffusion Models with Predictive Noise Fusion Strategy for Image Super-Resolution

AAAI 2025technical

Diffusion models are prominent in image generation for producing detailed and realistic images from Gaussian noises. However, they often encounter instability issues in image restoration tasks, e.g., super-resolution. Existing methods typically rely on multiple runs to find an initial noise that pro…