← Search

Tong Ye

9 accepted papers

2026

A Problem-Oriented Perspective and Anchor Verification for Code Optimization

ICLR 2026poster

Large Language Models (LLMs) have shown remarkable capabilities in solving various programming tasks, such as code generation. However, their potential for code optimization, particularly in performance enhancement, remains largely unexplored. This paper investigates the capabilities of LLMs in opti…

Cited by 0SourceScholar
2026

PHYSICS-AWARE NOVEL-VIEW ACOUSTIC SYNTHESIS WITH VISION-LANGUAGE PRIORS AND 3D ACOUSTIC ENVIRONMENT MODELING

ICASSP 2026poster

Spatial audio is essential for immersive experiences, yet novel-view acoustic synthesis (NVAS) remains challenging due to complex physical phenomena such as reflection, diffraction, and material absorption. Existing methods based on single-view or panoramic inputs improve spatial fidelity but fail t…

Cited by 0SourcePDFScholar
2025

Align Your Rhythm: Generating Highly Aligned Dance Poses with Gating-Enhanced Rhythm-Aware Feature Representation

ICCV 2025poster

Automatically generating natural, diverse and rhythmic human dance movements driven by music is vital for virtual reality and film industries. However, generating dance that naturally follows music remains a challenge, as existing methods lack proper beat alignment and exhibit unnatural motion dynam…

Cited by 0SourcePDFScholar
2025

Uncovering LLM-Generated Code: A Zero-Shot Synthetic Code Detector via Code Rewriting

AAAI 2025technical

Large Language Models (LLMs) have demonstrated remarkable proficiency in generating code. However, the misuse of LLM-generated (synthetic) code has raised concerns in both educational and industrial contexts, underscoring the urgent need for synthetic code detectors. Existing methods for detecting s…

Cited by 4SourcePDFScholar
2024

Tram: A Token-level Retrieval-augmented Mechanism for Source Code Summarization

NAACL 2024findings

Automatically generating human-readable text describing the functionality of a program is the intent of source code summarization. Although neural language models achieve significant performance in this field, they are limited by their inability to access external knowledge. To address this limitati…

2023

CP-BCS: Binary Code Summarization Guided by Control Flow Graph and Pseudo Code

EMNLP 2023long main

Automatically generating function summaries for binaries is an extremely valuable but challenging task, since it involves translating the execution behavior and semantics of the low-level language (assembly code) into human-readable natural language. However, most current works on understanding asse…

Cited by 0SourcecodeScholar
2023

Efficient Uncertainty Estimation with Gaussian Process for Reliable Dialog Response Retrieval

ICASSP 2023accepted

Deep neural networks have achieved remarkable performance in retrieval-based dialogue systems, but they are shown to be ill calibrated. Though basic calibration methods like Monte Carlo Dropout and Ensemble can calibrate well, these methods are time-consuming in the training or inference stages. To…

Cited by 0SourceScholar
2023

On the Calibration and Uncertainty with Pólya-Gamma Augmentation for Dialog Retrieval Models

AAAI 2023technical

Deep neural retrieval models have amply demonstrated their power but estimating the reliability of their predictions remains challenging. Most dialog response retrieval models output a single score for a response on how relevant it is to a given question. However, the bad calibration of deep neural…