← Search

Ziqi Gao

17 accepted papers

2026

Generate Any Scene: Scene Graph Driven Data Synthesis for Visual Generation Training

ICLR 2026poster

Recent advances in text-to-vision generation excel in visual fidelity but struggle with compositional generalization and semantic alignment. Existing datasets are noisy and weakly compositional, limiting models' understanding of complex scenes, while scalable solutions for dense, high-quality annota…

Cited by 0SourcecodeScholar
2026

Learning the Interaction Prior for Protein-Protein Interaction Prediction: A Model-Agnostic Approach

ICML 2026poster

Protein-protein interactions (PPIs) are fundamental to cellular function, disease mechanisms, and drug discovery. Current learning-based PPI predictors focus on learning powerful protein representations but neglect designing specialized classification heads. They mainly rely on generic aggregating m…

Cited by 0SourceScholar
2026

Molmo2: Open Weights and Data for Vision-Language Models with Video Understanding and Grounding

CVPR 2026

Today's strongest video-language models (VLMs) remain proprietary, and the strongest open-weight models often rely on synthetic data from proprietary VLMs and do not disclose their training data or recipe. As a result, the open-source community lacks the foundations needed to improve on the state-of

Cited by 0SourcecodeScholar
2026

Synthetic Object Compositions for Scalable and Accurate Learning in Detection, Segmentation, and Grounding

CVPR 2026

Visual grouping--operationalized through tasks such as instance segmentation, visual grounding, and object detection--enables applications ranging from robotic perception to photo editing. These fundamental problems in computer vision are powered by large-scale, painstakingly annotated datasets. Des

Cited by 0SourceScholar
2025

DAP-MAE: Domain-Adaptive Point Cloud Masked Autoencoder for Effective Cross-Domain Learning

ICCV 2025poster

Compared to 2D data, the scale of point cloud data in different domains available for training, is quite limited. Researchers have been trying to combine these data of different domains for masked autoencoder (MAE) pre-training to leverage such a data scarcity issue. However, the prior knowledge lea…

2025

InversionGNN: A Dual Path Network for Multi-Property Molecular Optimization

ICLR 2025poster

Exploring chemical space to find novel molecules that simultaneously satisfy multiple properties is crucial in drug discovery. However, existing methods often struggle with trading off multiple properties due to the conflicting or correlated nature of chemical properties. To tackle this issue, we i…

2025

One Trajectory, One Token: Grounded Video Tokenization via Panoptic Sub-object Trajectory

ICCV 2025poster

Effective video tokenization is critical for scaling transformer models for long videos. Current approaches tokenize videos using space-time patches, leading to excessive tokens and computational inefficiencies. The best token reduction strategies degrade performance and barely reduce the number of…

Cited by 0SourcePDFScholar
2025

Parameter-Efficient Fine-Tuning via Circular Convolution

ACL 2025finding

Low-Rank Adaptation (LoRA) has gained popularity for fine-tuning large foundation models, leveraging low-rank matrices \mathbf A and \mathbf B to represent weight changes (i.e., 𝛥 \mathbf W = \mathbf B \mathbf A). This method reduces trainable parameters and mitigates heavy memory consumption associ…

Cited by 0SourcePDFScholar
2025

Revisiting LoRA through the Lens of Parameter Redundancy: Spectral Encoding Helps

ACL 2025finding

Low-Rank Adaptation (LoRA) has emerged as a prominent technique for fine-tuning large foundation models. Despite its successes, the substantial parameter redundancy, which limits the capacity and efficiency of LoRA, has been recognized as a bottleneck. In this work, we systematically investigate the…

Cited by 0SourcePDFScholar
2024

Deep Reinforcement Learning for Modelling Protein Complexes

ICLR 2024poster

Structure prediction of large protein complexes (a.k.a., protein multimer mod- elling, PMM) can be achieved through the one-by-one assembly using provided dimer structures and predicted docking paths. However, existing PMM methods struggle with vast search spaces and generalization challenges: (1) T…

Cited by 1SourcePDFScholar
2024

Parameter-Efficient Fine-Tuning with Discrete Fourier Transform

ICML 2024poster

Low-rank adaptation (LoRA) has recently gained much interest in fine-tuning foundation models. It effectively reduces the number of trainable parameters by incorporating low-rank matrices $A$ and $B$ to represent the weight change, i.e., $\Delta W=BA$. Despite LoRA's progress, it faces storage chall…

2024

Protein Multimer Structure Prediction via Prompt Learning

ICLR 2024poster

Understanding the 3D structures of protein multimers is crucial, as they play a vital role in regulating various cellular processes. It has been empirically confirmed that the multimer structure prediction (MSP) can be well handled in a step-wise assembly fashion using provided dimer structures and…

2023

Handling Missing Data via Max-Entropy Regularized Graph Autoencoder

AAAI 2023technical

Graph neural networks (GNNs) are popular weapons for modeling relational data. Existing GNNs are not specified for attribute-incomplete graphs, making missing attribute imputation a burning issue. Until recently, many works notice that GNNs are coupled with spectral concentration, which means the sp…

Cited by 17SourcePDFScholar
2023

ImGCL: Revisiting Graph Contrastive Learning on Imbalanced Node Classification

AAAI 2023technical

Graph contrastive learning (GCL) has attracted a surge of attention due to its superior performance for learning node/graph representations without labels. However, in practice, the underlying class distribution of unlabeled nodes for the given graph is usually imbalanced. This highly imbalanced cla…

Cited by 28SourcePDFScholar