← Search

Hong Wang

41 accepted papers

2026

Accelerating Eigenvalue Dataset Generation via Chebyshev Subspace Filter

ICLR 2026poster

Eigenvalue problems are among the most important topics in many scientific disciplines. With the recent surge and development of machine learning, neural eigenvalue methods have attracted significant attention as a forward pass of inference requires only a tiny fraction of the computation time compa…

Cited by 0SourceScholar
2026

ArborKV: Structure-Aware KV Cache Management for Scaling Tree-based LLM Reasoning

ICML 2026poster

Recent progress in LLM reasoning has increasingly shifted from single-pass generation to explicit search over intermediate reasoning states. Tree-of-Thoughts (ToT) organizes inference to tree-structured search with branching and backtracking, but it substantially amplifies the key--value (KV) cache:…

Cited by 0SourceScholar
2026

DeepSight: Long-Horizon World Modeling via Latent States Prediction for End-to-End Autonomous Driving

ICML 2026poster

End-to-end autonomous driving systems are increasingly integrating Vision-Language Model (VLM) architectures, incorporating text reasoning or visual reasoning to enhance the robustness and accuracy of driving decisions. However, the reasoning mechanisms employed in most methods are direct adaptation…

Cited by 0SourceScholar
2026

Energy-Regularized Sequential Model Editing on Hyperspheres

ICLR 2026poster

Large language models (LLMs) require constant updates to remain aligned with evolving real-world knowledge. Model editing offers a lightweight alternative to retraining, but sequential editing that updates the LLM knowledge through multiple successive edits often destabilizes representations and ind…

Cited by 0SourcecodeScholar
2026

EvoMAS: Heuristics in the Loop—Evolving Smarter Agentic Workflows

ICML 2026poster

The rapid development of Large Language Models has driven Multi-Agent Systems (MAS) growth, but constructing efficient MAS still requires labor-intensive manual design. Current automation methods often generate templated agents, rely on monolithic optimization, and ignore task complexity gradients. …

Cited by 0SourceScholar
2026

HGATSolver: A Heterogeneous Graph Attention Solver for Fluid–Structure Interaction

AAAI 2026technical

Fluid–structure interaction (FSI) systems involve distinct physical domains, fluid and solid, governed by different partial differential equations and coupled at a dynamic interface. While learning-based solvers offer a promising alternative to costly numerical simulations, existing methods struggle

Cited by 0SourcePDFScholar
2026

Learning Neural Operators from Partial Observations via Latent Autoregressive Modeling

AAAI 2026technical

Real-world scientific applications frequently encounter incomplete observational data due to sensor limitations, geographic constraints, or measurement costs. Although neural operators significantly advanced PDE solving in terms of computational efficiency and accuracy, their underlying assumption o

Cited by 0SourcePDFScholar
2026

Learning-Guided Integration Contours Construction for Fast Large-Scale Generalized Eigensolvers

ICML 2026poster

Solving large-scale Generalized Eigenvalue Problems (GEPs) is a fundamental yet computationally prohibitive task in science and engineering. As a promising direction, contour integral (CI) methods offer an efficient and parallelizable framework. However, their performance is critically dependent on …

Cited by 0SourceScholar
2026

Scheduling Your LLM Reinforcement Learning with Reasoning Trees

ICLR 2026poster

Using Reinforcement Learning with Verifiable Rewards (RLVR) to optimize Large Language Models (LLMs) can be conceptualized as progressively editing a query's 'Reasoning Tree'. This process involves exploring nodes (tokens) and dynamically modifying the model's policy at each node. When combined with…

Cited by 0SourcecodeScholar
2026

Semantic-Level Conflict Traffic Scenario Generation Via Spatiotemporal Polygon Anchors

ICRA 2026poster

Autonomous Driving Systems (ADS) require rigorous and complex testing under diverse conditions to fulfill various demands and purposes of testing tasks, such as occlusion-triggered events, necessitating semantic-level control in scenario generation. Existing methods, reliant on low-level state contr…

Cited by 0Scholar
2026

Words & Weights: Streamlining Multi-Turn Interactions via Co-Adaptation

ICML 2026poster

Test-time policy adaptation for multi-turn interactions (T$^2$PAM) is essential for aligning Large Language Models (LLMs) with dynamic user needs during inference time. However, existing paradigms commonly treat test-time adaptation as a single-axis problem, either purely refining instructions (Prom…

Cited by 0SourceScholar
2025

Mixture-of-Experts Operator Transformer for Large-Scale PDE Pre-Training

NeurIPS 2025poster

Pre-training has proven effective in addressing data scarcity and performance limitations in solving PDE problems with neural operators. However, challenges remain due to the heterogeneity of PDE datasets in equation types, which leads to high errors in mixed training. Additionally, dense pre-train…

Cited by 0SourceScholar
2025

Perturbation-Restrained Sequential Model Editing

ICLR 2025poster

Model editing is an emerging field that focuses on updating the knowledge embedded within large language models (LLMs) without extensive retraining. However, current model editing methods significantly compromise the general abilities of LLMs as the number of edits increases, and this trade-off pose…

2025

STNet: Spectral Transformation Network for Solving Operator Eigenvalue Problem

NeurIPS 2025poster

Operator eigenvalue problems play a critical role in various scientific fields and engineering applications, yet numerical methods are hindered by the curse of dimensionality. Recent deep learning methods provide an efficient approach to address this challenge by iteratively updating neural networks…

Cited by 0SourceScholar
2025

SymMaP: Improving Computational Efficiency in Linear Solvers through Symbolic Preconditioning

NeurIPS 2025poster

Matrix preconditioning is a critical technique to accelerate the solution of linear systems, where performance heavily depends on the selection of preconditioning parameters. Traditional parameter selection approaches often define fixed constants for specific scenarios. However, they rely on domain…

Cited by 0SourceScholar
2024

Accelerating Data Generation for Neural Operators via Krylov Subspace Recycling

ICLR 2024spotlight

Learning neural operators for solving partial differential equations (PDEs) has attracted great attention due to its high inference efficiency. However, training such operators requires generating a substantial amount of labeled data, i.e., PDE problems together with their solutions. The data genera…

2024

Accelerating PDE Data Generation via Differential Operator Action in Solution Space

ICML 2024poster

Recent advancements in data-driven approaches, such as Neural Operator (NO), have demonstrated their effectiveness in reducing the solving time of Partial Differential Equations (PDEs). However, one major challenge faced by these approaches is the requirement for a large amount of high-precision tra…

Cited by 2SourcePDFScholar
2024

Advancing DRL Agents in Commercial Fighting Games: Training, Integration, and Agent-Human Alignment

ICML 2024poster

Deep Reinforcement Learning (DRL) agents have demonstrated impressive success in a wide range of game genres. However, existing research primarily focuses on optimizing DRL competence rather than addressing the challenge of prolonged player interaction. In this paper, we propose a practical DRL agen…

Cited by 3SourcePDFScholar
2024

Mitigating Catastrophic Forgetting in Online Continual Learning by Modeling Previous Task Interrelations via Pareto Optimization

ICML 2024poster

Catastrophic forgetting remains a core challenge in continual learning (CL), where the models struggle to retain previous knowledge when learning new tasks. While existing replay-based CL methods have been proposed to tackle this challenge by utilizing a memory buffer to store data from previous tas…

Cited by 8SourcePDFScholar
2024

Neural Krylov Iteration for Accelerating Linear System Solving

NeurIPS 2024spotlight

Solving large-scale sparse linear systems is essential in fields like mathematics, science, and engineering. Traditional numerical solvers, mainly based on the Krylov subspace iteration algorithm, suffer from the low-efficiency problem, which primarily arises from the less-than-ideal iteration. To t…

Cited by 3SourcePDFScholar
2023

ClassFormer: Exploring Class-Aware Dependency with Transformer for Medical Image Segmentation

AAAI 2023technical

Vision Transformers have recently shown impressive performances on medical image segmentation. Despite their strong capability of modeling long-range dependencies, the current methods still give rise to two main concerns in a class-level perspective: (1) intra-class problem: the existing methods lac…

Cited by 6SourcePDFScholar
2023

Failure Detection for Motion Prediction of Autonomous Driving: An Uncertainty Perspective

ICRA 2023poster

Motion prediction is essential for safe and efficient autonomous driving. However, the inexplicability and uncertainty of complex artificial intelligence models may lead to unpredictable failures of the motion prediction module, which may mislead the system to make unsafe decisions. Therefore, it is…

Cited by 19SourceScholar
2023

Interactive Segmentation As Gaussion Process Classification

CVPR 2023highlight

Click-based interactive segmentation (IS) aims to extract the target objects under user interaction. For this task, most of the current deep learning (DL)-based methods mainly follow the general pipelines of semantic segmentation. Albeit achieving promising performance, they do not fully and explici…

2023

Limitations of Language Models in Arithmetic and Symbolic Induction

ACL 2023long

Recent work has shown that large pretrained Language Models (LMs) can not only perform remarkably well on a range of Natural Language Processing (NLP) tasks but also start improving on reasoning tasks such as arithmetic induction, symbolic manipulation, and commonsense reasoning with increasing size…

Cited by 72SourcePDFScholar
2023

SemiCVT: Semi-Supervised Convolutional Vision Transformer for Semantic Segmentation

CVPR 2023poster

Semi-supervised learning improves data efficiency of deep models by leveraging unlabeled samples to alleviate the reliance on a large set of labeled samples. These successes concentrate on the pixel-wise consistency by using convolutional neural networks (CNNs) but fail to address both global learni…

Cited by 25SourcePDFScholar
2022

Adaptive Convolutional Dictionary Network for CT Metal Artifact Reduction

IJCAI 2022poster

Inspired by the great success of deep neural networks, learning-based methods have gained promising performances for metal artifact reduction (MAR) in computed tomography (CT) images. However, most of the existing approaches put less emphasis on modelling and embedding the intrinsic prior knowledge…

2022

Context-Consistent Semantic Image Editing with Style-Preserved Modulation

ECCV 2022poster

"Semantic image editing utilizes local semantic label maps to generate the desired content in the edited region. A recent work borrows SPADE block to achieve semantic image editing. However, it cannot produce pleasing results due to style discrepancy between the edited region and surrounding pixels.…

2022

Controllable Dialogue Simulation with In-context Learning

EMNLP 2022finding

Building dialogue systems requires a large corpus of annotated dialogues. Such datasets are usually created via crowdsourcing, which is expensive and time-consuming. In this paper, we propose Dialogic, a novel dialogue simulation method based on large language model in-context learning to automate d…

2022

KXNet: A Model-Driven Deep Neural Network for Blind Super-Resolution

ECCV 2022poster

"Although current deep learning-based methods have gained promising performance in the blind single image super-resolution (SISR) task, most of them mainly focus on heuristically constructing diverse network architectures and put less emphasis on the explicit embedding of the physical generation mec…

2022

Towards Theoretically Inspired Neural Initialization Optimization

NeurIPS 2022accept

Automated machine learning has been widely explored to reduce human efforts in designing neural architectures and looking for proper hyperparameters. In the domain of neural initialization, however, similar automated techniques have rarely been studied. Most existing initialization methods are handc…

2021

AGKD-BML: Defense Against Adversarial Attack by Attention Guided Knowledge Distillation and Bi-Directional Metric Learning

ICCV 2021poster

While deep neural networks have shown impressive performance in many tasks, they are fragile to carefully designed adversarial attacks. We propose a novel adversarial training-based model by Attention Guided Knowledge Distillation and Bi-directional Metric Learning (AGKD-BML). The attention knowledg…

Cited by 22PDFcodeScholar
2021

Hybrid Graph Convolutional Networks for Skeleton-Based and EEG-Based Jumping Action Recognition

IROS 2021poster

Kinematic information obtained directly from the skeletal model has been useful for jumping action recognition. Current research focuses on dynamic analysis based on the video stream. Although skeletal data can accurately capture the high-level information of human action, it ignores the brain’s pre…

Cited by 4SourceScholar
2020

Blind Hyperspectral Unmixing using Dual Branch Deep Autoencoder with Orthogonal Sparse Prior

ICASSP 2020accepted

Blind hyperspectral unmixing has become an important task for hyperspectral applications. In this paper, we propose a dual branch autoencoder with a novel sparse prior to simultaneously extract endmembers and abundances from the raw HSI. The dual branch structure extends the linear mixing model by o…

Cited by 0SourceScholar
2020

TabFact: A Large-scale Dataset for Table-based Fact Verification

ICLR 2020poster

The problem of verifying whether a textual hypothesis holds based on the given evidence, also known as fact verification, plays an important role in the study of natural language understanding and semantic representation. However, existing studies are mainly restricted to dealing with unstructured e…

Cited by 517SourcecodeScholar
2019

Optimal Analysis of Subset-Selection Based L_p Low-Rank Approximation

NeurIPS 2019poster

We show that for the problem of $\ell_p$ rank-$k$ approximation of any given matrix over $R^{n\times m}$ and $C^{n\times m}$, the algorithm of column subset selection enjoys approximation ratio $(k+1)^{1/p}$ for $1\le p\le 2$ and $(k+1)^{1-1/p}$ for $p\ge 2$. This improves upon the previous $O(k+1)$…

Cited by 21SourcePDFScholar