← Search

Haoyi Zhou

26 accepted papers

2026

CodeDance: A Dynamic Tool-integrated MLLM for Executable Visual Reasoning

CVPR 2026

Recent releases such as o3 highlight human-like "thinking with images" reasoning that combines tool use with stepwise verification, yet most open-source approaches still rely on text-only chains, rigid visual schemas, or single-step pipelines, limiting flexibility, interpretability, and transferabil

Cited by 0SourcecodeScholar
2026

FRoD: Full-Rank Efficient Fine-Tuning with Rotational Degrees for Fast Convergence

AAAI 2026technical

Parameter-efficient fine-tuning (PEFT) methods have emerged as a practical solution for adapting large foundation models to downstream tasks, reducing computational and memory costs by updating only a small subset of parameters. Among them, approaches like LoRA aim to strike a balance between effici

Cited by 0SourcePDFScholar
2026

Fine-Tuned LLMs Know They Don’t Know: A Parameter-Efficient Approach to Recovering Honesty

AAAI 2026technical

The honesty of Large Language Models (LLMs) is increasingly important for safe deployment in high-stakes domains. However, this crucial trait is severely undermined by supervised fine-tuning (SFT), a common technique for model specialization. Existing recovery methods rely on data-intensive global p

Cited by 0SourcePDFScholar
2026

NEST: Tackling Dataset-Level Distribution Shifts via Regime-Oriented Mixture-of-Experts

IJCAI 2026

Accurate long-term forecasting in complex systems is frequently compromised by dataset-level distribution shifts, where diverse underlying behavioral modes and evolving system states drive the dynamic multivariate time-series. While existing methods predominantly focus on local temporal shifts, they

Cited by 0Scholar
2026

Progressive Subexpression Reuse in Symbolic Regression: Insights from RL-based Search and a Genetic Programming Realization

IJCAI 2026

Symbolic regression (SR) aims to recover compact and interpretable mathematical expressions from data. Genetic programming (GP) directly searches over symbolic structures, but its population dynamics can make it difficult to reliably preserve and accumulate useful subexpressions. In contrast, reinfo

Cited by 0Scholar
2026

Towards Long-window Anchoring in Vision-Language Model Distillation

AAAI 2026technical

While large vision-language models (VLMs) demonstrate impressive long-context understanding, their prevalent small branches fails on linguistics-photography alignment for limited window size. We discover that knowledge distillation improve students capability as compelementary to Rotary Position Emb

Cited by 0SourcePDFScholar
2026

Winformer: Transcending Pairwise Similarity for Time-series Generation

ICML 2026poster

The periodicity misalignment remains a challenge problem in generating time-series data across multiple domains. Existing methods model time-series interactions either at the granularity of individual points or fragmented segments. This limits their ability to capture and adapt to complex periodic p…

Cited by 0SourceScholar
2025

FLUE: Streamlined Uncertainty Estimation for Large Language Models

AAAI 2025technical

Uncertainty estimation is essential for practical applications such as decision-making, risk assessment, and human-AI collaboration. However, Uncertainty estimation in open-ended question-answering (QA) tasks presents unique challenges. The output space for open-ended QA is vast and discrete, and th…

Cited by 0SourcePDFScholar
2025

FreqMoE: Dynamic Frequency Enhancement for Neural PDE Solvers

IJCAI 2025

Fourier Neural Operators (FNO) have emerged as promising solutions for efficiently solving partial differential equations (PDEs) by learning infinite-dimensional function mappings through frequency domain transformations. However, the sparsity of high-frequency signals limits computational efficienc

Cited by 0SourcePDFScholar
2025

Galaxy Walker: Geometry-aware VLMs For Galaxy-scale Understanding

CVPR 2025highlight

Modern vision-language models (VLMs) develop patch embedding and convolution backbone within vector space, especially Euclidean ones, at the very founding. When expanding VLMs to a galaxy-scale for understanding astronomical phenomena, the integration of spherical space for planetary orbits and hype…

Cited by 0SourcePDFScholar
2025

MalDetectFormer: Leveraging Sparse SpatioTemporal Information for Effective Malicious Traffic Detection

AAAI 2025technical

Malicious traffic detection is one of the main challenges in the field of cybersecurity. Although modern deep learning methods have made progress in identifying malicious traffic, they often overlook the persistent nature of attack behaviors, making it difficult to distinguish between malicious and…

2025

OmniArch: Building Foundation Model for Scientific Computing

ICML 2025poster

Foundation models have revolutionized language modeling, while whether this success is replicated in scientific computing remains unexplored. We present OmniArch, the first prototype aiming at solving multi-scale and multi-physics scientific computing problems with physical alignment. We addressed a…

Cited by 0SourcePDFScholar
2025

PINNsAgent: Automated PDE Surrogation with Large Language Models

ICML 2025poster

Solving partial differential equations (PDEs) using neural methods has been a long-standing scientific and engineering research pursuit. Physics-Informed Neural Networks (PINNs) have emerged as a promising alternative to traditional numerical methods for solving PDEs. However, the gap between domain…

Cited by 0SourcePDFScholar
2025

Towards Objective Fine-tuning: How LLMs’ Prior Knowledge Causes Potential Poor Calibration?

ACL 2025long

Fine-tuned Large Language Models (LLMs) often demonstrate poor calibration, with their confidence scores misaligned with actual performance. While calibration has been extensively studied in models trained from scratch, the impact of LLMs’ prior knowledge on calibration during fine-tuning remains un…

Cited by 0SourcePDFScholar
2024

Decoding Global Preferences: Temporal and Cooperative Dependency Modeling in Multi-Agent Preference-Based Reinforcement Learning

AAAI 2024technical

Designing accurate reward functions for reinforcement learning (RL) has long been challenging. Preference-based RL (PbRL) offers a promising approach by using human preferences to train agents, eliminating the need for manual reward design. While successful in single-agent tasks, extending PbRL to c…

2024

From Text to Trajectory: Exploring Complex Constraint Representation and Decomposition in Safe Reinforcement Learning

NeurIPS 2024poster

Safe reinforcement learning (RL) requires the agent to finish a given task while obeying specific constraints. Giving constraints in natural language form has great potential for practical scenarios due to its flexible transfer capability and accessibility. Previous safe RL methods with natural lang…

Cited by 0SourcePDFScholar
2024

QUEST: Quadruple Multimodal Contrastive Learning with Constraints and Self-Penalization

NeurIPS 2024poster

Multimodal contrastive learning (MCL) has recently demonstrated significant success across various tasks. However, the existing MCL treats all negative samples equally and ignores the potential semantic association with positive samples, which limits the model's ability to achieve fine-grained align…

Cited by 0SourcePDFScholar
2024

Self-Paced Unified Representation Learning for Hierarchical Multi-Label Classification

AAAI 2024technical

Hierarchical Multi-Label Classification (HMLC) is a well-established problem that aims at assigning data instances to multiple classes stored in a hierarchical structure. Despite its importance, existing approaches often face two key limitations: (i) They employ dense networks to solely explore the…

2023

BadRes: Reveal the Backdoors Through Residual Connection

ICASSP 2023accepted

Generally, residual connections are indispensable network components in building Convolutional Neural Networks(CNNs) and Transformers for various downstream tasks in Computer Vision(CV), which encourages skip/short cuts between network blocks. However, the layer-by-layer loopback residual connection…

Cited by 0SourceScholar
2023

Towards Long-delayed Sparsity: Learning a Better Transformer through Reward Redistribution

IJCAI 2023poster

Recently, Decision Transformer (DT) pioneered the offline RL into a contextual conditional sequence modeling paradigm, which leverages self-attended autoregression to learn from global target rewards, states, and actions. However, many applications have a severe delay of the above signals, such as t…

2022

AutoST: Towards the Universal Modeling of Spatio-temporal Sequences

NeurIPS 2022accept

The analysis of spatio-temporal sequences plays an important role in many real-world applications, demanding a high model capacity to capture the interdependence among spatial and temporal dimensions. Previous studies provided separated network design in three categories: spatial first, temporal fir…

Cited by 10SourcePDFScholar
2022

Jump Self-attention: Capturing High-order Statistics in Transformers

NeurIPS 2022accept

The recent success of Transformer has benefited many real-world applications, with its capability of building long dependency through pairwise dot-products. However, the strong assumption that elements are directly attentive to each other limits the performance of tasks with high-order dependencies…

Cited by 3SourcePDFScholar
2022

Learning Music Sequence Representation From Text Supervision

ICASSP 2022accepted

Music representation learning is notoriously difficult for its complex human-related concepts contained in the sequence of numerical signals. To excavate better MUsic SEquence Representation from labeled audio, we propose a novel text-supervision pre-training method, namely MUSER. MUSER adopts an au…

Cited by 0SourceScholar
2022

MTTrans: Cross-Domain Object Detection with Mean Teacher Transformer

ECCV 2022poster

"Recently, DEtection TRansformer (DETR), an end-to-end object detection pipeline, has achieved promising performance. However, it requires large-scale labeled data and suffers from domain shift, especially when no labeled data is available in the target domain. To solve this problem, we propose an e…

2022

THE-X: Privacy-Preserving Transformer Inference with Homomorphic Encryption

ACL 2022findings

As more and more pre-trained language models adopt on-cloud deployment, the privacy issues grow quickly, mainly for the exposure of plain-text user data (e.g., search history, medical record, bank account). Privacy-preserving inference of transformer models is on the demand of cloud service users. T…

2021

Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting

AAAI 2021technical

Many real-world applications require the prediction of long sequence time-series, such as electricity consumption planning. Long sequence time-series forecasting (LSTF) demands a high prediction capacity of the model, which is the ability to capture precise long-range dependency coupling between out…