← Search

Jiaqi Zhu

13 accepted papers

2026

DIYHealth Suite: Dataset, Model, and Benchmark for Health Management at Home

ICML 2026poster

Generative AI is reshaping healthcare, yet most existing advances rely on hospital-grade devices, which limits their accessibility and potential for health management outside clinical settings. With the proliferation of portable devices and telemedicine, healthcare is shifting toward home-based Diag…

Cited by 1SourceScholar
2026

pTNAS: Progressive Neural Architecture Search for Tabular Data

ICML 2026poster

Recent advances have shifted the paradigm of tabular learning toward tabular foundation models, yet their accuracy relies on a heavy inference cost that scales poorly with context size. Deep neural networks remain a highly competitive and more efficient modeling paradigm when equipped with well-desi…

Cited by 0SourceScholar
2025

Differentially Private Federated Low Rank Adaptation Beyond Fixed-Matrix

NeurIPS 2025poster

Large language models (LLMs) typically require fine-tuning for domain-specific tasks, and LoRA offers a computationally efficient approach by training low-rank adaptors. LoRA is also communication-efficient for federated LLMs when multiple users collaboratively fine-tune a global LLM model without s…

Cited by 0SourcecodeScholar
2025

GaRe: Relightable 3D Gaussian Splatting for Outdoor Scenes from Unconstrained Photo Collections

ICCV 2025poster

We propose a 3D Gaussian splatting-based framework for outdoor relighting that leverages intrinsic image decomposition to precisely integrate sunlight, sky radiance, and indirect lighting from unconstrained photo collections. Unlike prior methods that compress the per-image global illumination into…

Cited by 0SourcePDFScholar
2025

HMoE: Heterogeneous Mixture of Experts for Language Modeling

EMNLP 2025

Mixture of Experts (MoE) offers remarkable performance and computational efficiency by selectively activating subsets of model parameters. Traditionally, MoE models use homogeneous experts, each with identical capacity. However, varying complexity in input data necessitates experts with diverse capa

2025

In-Context Adaptation to Concept Drift for Learned Database Operations

ICML 2025poster

Machine learning has demonstrated transformative potential for database operations, such as query optimization and in-database data analytics. However, dynamic database environments, characterized by frequent updates and evolving data distributions, introduce concept drift, which leads to performanc…

Cited by 0SourcePDFScholar
2025

Representation Learning with Mutual Influence of Modalities for Node Classification in Multi-Modal Heterogeneous Networks

IJCAI 2025

Nowadays, numerous online platforms can be described as multi-modal heterogeneous networks (MMHNs), such as Douban's movie networks and Amazon's product review networks. Accurately categorizing nodes within these networks is crucial for analyzing the corresponding entities, which requires effective

2025

SLiNT: Structure-aware Language Model with Injection and Contrastive Training for Knowledge Graph Completion

EMNLP 2025

Link prediction in knowledge graphs (KGs) requires integrating structural information and semantic context to infer missing entities. While large language models (LLMs) offer strong generative reasoning capabilities, their limited exploitation of structural signals often results in *structural spars

Cited by 0SourcePDFScholar
2024

A Magnetic Continuum Robot with In-situ Magnetic Reprogramming Capability

ICRA 2024poster

Magnetic continuum robots (MCR) have shown great potential in minimally invasive interventions because they can be actively and remotely navigated through complex in vivo environments. However, the deformation capability of current MCRs is limited by fixed magnetization congurations, preventing them…

Cited by 2SourceScholar
2024

LiDAR-Net: A Real-scanned 3D Point Cloud Dataset for Indoor Scenes

CVPR 2024poster

In this paper we present LiDAR-Net a new real-scanned indoor point cloud dataset containing nearly 3.6 billion precisely point-level annotated points covering an expansive area of 30000m^2. It encompasses three prevalent daily environments including learning scenes working scenes and living scenes.…

Cited by 8SourcePDFScholar
2023

When Do Graph Neural Networks Help with Node Classification? Investigating the Homophily Principle on Node Distinguishability

NeurIPS 2023poster

Homophily principle, i.e., nodes with the same labels are more likely to be connected, has been believed to be the main reason for the performance superiority of Graph Neural Networks (GNNs) over Neural Networks on node classification tasks. Recent research suggests that, even in the absence of homo…

Cited by 88SourcePDFScholar
2022

Revisiting Heterophily For Graph Neural Networks

NeurIPS 2022accept

Graph Neural Networks (GNNs) extend basic Neural Networks (NNs) by using graph structures based on the relational inductive bias (homophily assumption). While GNNs have been commonly believed to outperform NNs in real-world tasks, recent work has identified a non-trivial set of datasets where their…

2020

Dataless Short Text Classification Based on Biterm Topic Model and Word Embeddings

IJCAI 2020poster

Dataless text classification has attracted increasing attentions recently. It only needs very few seed words of each category to classify documents, which is much cheaper than supervised text classification that requires massive labeling efforts. However, most of existing models pay attention to lon…