← Search

Beichen Li

4 accepted papers

2026

AutoCode: LLMs as Problem Setters for Competitive Programming

ICLR 2026poster

Writing competitive programming problems is exacting. Authors must: set constraints, input distributions, and edge cases that rule out shortcuts; target specific algorithms (e.g., max-flow, dynamic programming, data structures); and calibrate complexity beyond the reach of most competitors. We argue…

Cited by 0SourceScholar
2026

LSP Framework: A Compensatory Model for Defeating Trigger Reverse Engineering via Label Smoothing Poisoning

ICASSP 2026oral

Deep neural networks are vulnerable to backdoor attacks. Among the existing backdoor defense methods, trigger reverse engineering based approaches, which reconstruct the backdoor triggers via optimizations, are the most versatile and effective ones compared to other types of methods. In this paper,…

Cited by 0SourcePDFScholar
2025

VLMaterial: Procedural Material Generation with Large Vision-Language Models

ICLR 2025spotlight

Procedural materials, represented as functional node graphs, are ubiquitous in computer graphics for photorealistic material appearance design. They allow users to perform intuitive and precise editing to achieve desired visual appearances. However, creating a procedural material given an input imag…

Cited by 0SourcePDFScholar
2022

Data-Efficient Graph Grammar Learning for Molecular Generation

ICLR 2022oral

The problem of molecular generation has received significant attention recently. Existing methods are typically based on deep neural networks and require training on large datasets with tens of thousands of samples. In practice, however, the size of class-specific chemical datasets is usually limite…