← Search

Zijie Huang

14 accepted papers

2025

Accelerating Neural ODEs: A Variational Formulation-based Approach

ICLR 2025poster

Neural Ordinary Differential Equations (Neural ODEs or NODEs) excel at modeling continuous dynamical systems from observational data, especially when the data is irregularly sampled. However, existing training methods predominantly rely on numerical ODE solvers, which are time-consuming and prone to…

2025

Architecture-Aware Learning Curve Extrapolation via Graph Ordinary Differential Equation

AAAI 2025technical

Learning curve extrapolation predicts neural network performance from early training epochs and has been applied to accelerate AutoML, facilitating hyperparameter tuning and neural architecture search. However, existing methods typically model the evolution of learning curves in isolation, neglectin…

2025

Don’t Forget the Enjoin: FocalLoRA for Instruction Hierarchical Alignment in Large Language Models

NeurIPS 2025poster

Recent studies reveal that large language models (LLMs) often struggle to resolve conflicting instructions embedded within hierarchical prompts, resulting in decreased compliance with system-level directives and compromising the reliability of safety-critical applications. While earlier approaches a…

Cited by 0SourceScholar
2025

Flow Field Reconstruction with Sensor Placement Policy Learning

NeurIPS 2025poster

Flow‐field reconstruction from sparse sensor measurements remains a central challenge in modern fluid dynamics, as the need for high‐fidelity data often conflicts with practical limits on sensor deployment. Existing deep learning–based methods have demonstrated promising results, but they typically…

Cited by 0SourceScholar
2025

Inferring from Logits: Exploring Best Practices for Decoding-Free Generative Candidate Selection

ACL 2025long

Generative Language Models rely on autoregressive decoding to produce the output sequence token by token. Many tasks such as preference optimization, require the model to produce task-level output consisting of multiple tokens directly by selecting candidates from a pool as predictions. Determining…

Cited by 0SourcePDFScholar
2025

Rethink GraphODE Generalization within Coupled Dynamical System

ICML 2025spotlight

Coupled dynamical systems govern essential phenomena across physics, biology, and engineering, where components interact through complex dependencies. While Graph Ordinary Differential Equations (GraphODE) offer a powerful framework to model these systems, their **generalization** capabilities degra…

Cited by 0SourcePDFScholar
2024

FUSE: Measure-Theoretic Compact Fuzzy Set Representation for Taxonomy Expansion

ACL 2024findings

Taxonomy Expansion, which relies on modeling concepts and concept relations, can be formulated as a set representation learning task. The generalization of set, fuzzy set, incorporates uncertainty and measures the information within a semantic concept, making it suitable for concept modeling. Existi…

Cited by 4SourcePDFScholar
2024

GraphVis: Boosting LLMs with Visual Knowledge Graph Integration

NeurIPS 2024poster

The rapid evolution of large language models (LLMs) has expanded their capabilities across various data modalities, extending from well-established image data to increasingly popular graph data. Given the limitation of LLMs in hallucinations and inaccuracies in recalling factual knowledge, Knowledge…

Cited by 3SourcePDFScholar
2024

Physics-Informed Regularization for Domain-Agnostic Dynamical System Modeling

NeurIPS 2024poster

Learning complex physical dynamics purely from data is challenging due to the intrinsic properties of systems to be satisfied. Incorporating physics-informed priors, such as in Hamiltonian Neural Networks (HNNs), achieves high-precision modeling for energy-conservative systems. However, real-world s…

2023

CARE: Modeling Interacting Dynamics Under Temporal Environmental Variation

NeurIPS 2023poster

Modeling interacting dynamical systems, such as fluid dynamics and intermolecular interactions, is a fundamental research problem for understanding and simulating complex real-world systems. Many of these systems can be naturally represented by dynamic graphs, and graph neural network-based approach…

Cited by 11SourcePDFScholar
2023

Concept2Box: Joint Geometric Embeddings for Learning Two-View Knowledge Graphs

ACL 2023findings

Knowledge graph embeddings (KGE) have been extensively studied to embed large-scale relational data for many real-world applications. Existing methods have long ignored the fact many KGs contain two fundamentally different views: high-level ontology-view concepts and fine-grained instance-view entit…

Cited by 13SourcePDFScholar
2023

HOPE: High-order Graph ODE For Modeling Interacting Dynamics

ICML 2023poster

Leading graph ordinary differential equation (ODE) models have offered generalized strategies to model interacting multi-agent dynamical systems in a data-driven approach. They typically consist of a temporal graph encoder to get the initial states and a neural ODE-based generative model to model th…

Cited by 44SourcePDFScholar
2022

Multilingual Knowledge Graph Completion with Self-Supervised Adaptive Graph Alignment

ACL 2022long

Predicting missing facts in a knowledge graph (KG) is crucial as modern KGs are far from complete. Due to labor-intensive human labeling, this phenomenon deteriorates when handling knowledge represented in various languages. In this paper, we explore multilingual KG completion, which leverages limit…

2020

Learning Continuous System Dynamics from Irregularly-Sampled Partial Observations

NeurIPS 2020poster

Many real-world systems, such as moving planets, can be considered as multi-agent dynamic systems, where objects interact with each other and co-evolve along with the time. Such dynamics is usually difficult to capture, and understanding and predicting the dynamics based on observed trajectories of…