← Search

Jiachuan Wang

5 accepted papers

2026

Beyond Model Base Retrieval: Weaving Knowledge to Master Fine-grained Neural Network Design

ICML 2026poster

Designing high-performance neural networks for new tasks requires balancing optimization quality with search efficiency. Current methods fail to achieve this balance: neural architectural search is computationally expensive, while model retrieval often yields suboptimal static checkpoints. To resolv…

Cited by 0SourceScholar
2026

Context-Driven Incremental Compression for Multi-Turn Dialogue Generation

ICML 2026poster

Modern conversational agents condition on an ever-growing dialogue history at each turn, incurring redundant attention and encoding costs that grow with conversation length. Naive truncation or summarization degrades fidelity, while existing context compressors lack cross-turn memory sharing or revi…

Cited by 0SourceScholar
2026

VoG: Enhancing LLM Reasoning through Stepwise Verification on Knowledge Graphs

ICLR 2026poster

Large Language Models (LLMs) excel at various reasoning tasks but still encounter challenges such as hallucination and factual inconsistency in knowledge-intensive tasks, primarily due to a lack of external knowledge and factual verification. These challenges could be mitigated by leveraging knowled…

Cited by 0SourceScholar
2025

Structuring Benchmark into Knowledge Graphs to Assist Large Language Models in Retrieving and Designing Models

ICLR 2025poster

In recent years, the design and transfer of neural network models have been widely studied due to their exceptional performance and capabilities. However, the complex nature of datasets and the vast architecture space pose significant challenges for both manual and automated algorithms in creating h…

Cited by 0SourcePDFScholar
2023

Noise2Info: Noisy Image to Information of Noise for Self-Supervised Image Denoising

ICCV 2023accepted

Unsupervised image denoising has been proposed to alleviate the widespread noise problem without requiring clean images. Existing works mainly follow the self-supervised way, which tries to reconstruct each pixel x of noisy images without the knowledge of x. More recently, some pioneer works further…