← Search

Ziyang Huang

7 accepted papers

2026

Opt3DGS: Optimizing 3D Gaussian Splatting with Adaptive Exploration and Curvature-Aware Exploitation

AAAI 2026technical

3D Gaussian Splatting (3DGS) has emerged as a leading framework for novel view synthesis, yet its core optimization challenges remain underexplored. We identify two key issues in 3DGS optimization: entrapment in suboptimal local optima and insufficient convergence quality. To address these, we propo

Cited by 0SourcePDFScholar
2026

TestExplora: Benchmarking LLMs for Proactive Bug Discovery via Repository-Level Test Generation

ICML 2026poster

Given that Large Language Models (LLMs) are increasingly applied to automate software development, comprehensive software assurance spans three distinct goals: regression prevention, reactive reproduction, and proactive discovery. Current evaluations systematically overlook the third goal. Specifica…

Cited by 0SourceScholar
2025

Exploiting Contextual Knowledge in LLMs through 𝒱-usable Information based Layer Enhancement

ACL 2025long

Large Language Models (LLMs) have demonstrated remarkable capabilities in various tasks, yet they often struggle with context-faithfulness generations that properly reflect contextual knowledge. While existing approaches focus on enhancing the decoding strategies, they ignore the fundamental mechani…

Cited by 0SourcePDFScholar
2025

Improve Rule Retrieval and Reasoning with Self-Induction and Relevance ReEstimate

ACL 2025finding

This paper systematically addresses the challenge of rule retrieval, a crucial yet underexplored area. Vanilla retrieval methods using sparse or dense retrievers to directly search for relevant rules to support downstream reasoning, often suffer from low accuracy. This is primarily due to a signific…

Cited by 0SourcePDFScholar
2024

Source Code Foundation Models are Transferable Binary Analysis Knowledge Bases

NeurIPS 2024poster

Human-Oriented Binary Reverse Engineering (HOBRE) lies at the intersection of binary and source code, aiming to lift binary code to human-readable content relevant to source code, thereby bridging the binary-source semantic gap. Recent advancements in uni-modal code model pre-training, particularly…