← Search

Yujia Zhang

22 accepted papers

2026

Any3D-VLA: Enhancing VLA Robustness via Diverse Point Clouds

ICML 2026poster

Existing Vision-Language-Action (VLA) models typically take 2D images as visual input, which limits their spatial understanding in complex scenes. How can we incorporate 3D information to enhance VLA capabilities? We conduct a pilot study across different observation spaces and visual representation…

Cited by 0SourceScholar
2026

CoIn: Coverage and Informativeness-Guided Token Reduction for Efficient Large Multimodal Models

CVPR 2026

Large Multimodal Models (LMMs) have shown remarkable success in visual understanding tasks. LMMs encode visual and textual inputs into tokens, which are then processed by Large Language Models (LLMs). However, the large number of visual tokens poses a major bottleneck for inference efficiency and me

Cited by 0SourceScholar
2026

Efficient Offline Reinforcement Learning via Peer-Influenced Constraint

ICLR 2026poster

Offline reinforcement learning (RL) seeks to learn an optimal policy from a fixed dataset, but distributional shift between the dataset and the learned policy often leads to suboptimal real-world performance. Existing methods typically use behavior policy regularization to constrain the learned poli…

Cited by 0SourceScholar
2026

LR-SGS: Robust LiDAR-Reflectance-Guided Salient Gaussian Splatting for Self-Driving Scene Reconstruction

ICRA 2026poster

Recent 3D Gaussian Splatting (3DGS) methods have demonstrated the feasibility of self-driving scenes reconstruction and novel view synthesis. However, most existing methods either rely solely on cameras or use LiDAR only for Gaussian initialization or depth supervision, while the rich scene informat…

2026

Micro-Macro Retrieval: Reducing Long-Form Hallucination in Large Language Models

ICLR 2026poster

Large Language Models (LLMs) achieve impressive performance across many tasks but remain prone to hallucination, especially in long-form generation where redundant retrieved contexts and lengthy reasoning chains amplify factual errors. Recent studies highlight a critical phenomenon: the closer key i…

Cited by 0SourceScholar
2026

Transport or Discard: Robust Unbalanced Optimal Transport for Cross-Domain Policy Adaptation

ICML 2026poster

Cross-domain offline reinforcement learning leverages a source dataset to improve policy learning in a data-scarce target domain, but dynamics mismatch makes many source transitions kinematically infeasible and can cause negative transfer. Recent non-parametric geometric methods (e.g., standard opti…

Cited by 0SourceScholar
2026

Utonia: Toward One Encoder for All Point Clouds

ICML 2026poster

We dream of a future where point clouds from all domains can come together to shape a single model that benefits them all. Toward this goal, we present Utonia, a first step toward training a single self-supervised point transformer encoder across heterogeneous domains, spanning remote sensing, outdo…

Cited by 0SourceScholar
2025

AIMMerging: Adaptive Iterative Model Merging Using Training Trajectories for Language Model Continual Learning

EMNLP 2025

Continual learning (CL) is essential for deploying large language models (LLMs) in dynamic real-world environments without the need for costly retraining. Recent model merging-based methods have attracted significant attention, but they still struggle to effectively manage the trade-off between lear

2025

Ambiguity Awareness Optimization: Towards Semantic Disambiguation for Direct Preference Optimization

EMNLP 2025

Direct Preference Optimization (DPO) is a widely used reinforcement learning from human feedback (RLHF) method across various domains. The study of token importance has attracted widespread attention in DPO. Researchers have found that token importance is crucial for improving the effectiveness of D

2025

Concerto: Joint 2D-3D Self-Supervised Learning Emerges Spatial Representations

NeurIPS 2025poster

Humans learn abstract concepts through multisensory synergy, and once formed, such representations can often be recalled from a single modality. Inspired by this principle, we introduce Concerto, a minimalist simulation of human concept learning for spatial cognition, combining 3D intra-modal self-d…

Cited by 0SourceScholar
2025

DriveGPT4-V2: Harnessing Large Language Model Capabilities for Enhanced Closed-Loop Autonomous Driving

CVPR 2025highlight

Multimodal large language models (MLLMs) possess the ability to comprehend visual images or videos, and show impressive reasoning ability thanks to the vast amounts of pretrained knowledge, making them highly suitable for autonomous driving applications. Unlike the previous work, DriveGPT4-V1, which…

Cited by 0SourcePDFScholar
2025

Dynamic Uncertainty Estimation for Offline Reinforcement Learning

AAAI 2025technical

Offline reinforcement learning confronts the distributional shift challenge, a consequence of learning policy from static datasets. Current methods primarily handle this issue by aligning the learned policy with the behavior policy or conservatively estimating Q-values for out-of-distribution (OOD)…

Cited by 0SourcePDFScholar
2025

FAWL: Weakly-Supervised Video Corpus Moment Retrieval with Frame-Wise Auxiliary Alignment and Weighted Contrastive Learning

ICASSP 2025accepted

Video Corpus Moment Retrieval (VCMR) is a challenging task that aims to localize query-specified moments from a collection of untrimmed videos. The recent state-of-the-art method, JSG, tries to tackle this task using only video-level annotations in a weakly-supervised setting. However, the late fusi…

Cited by 0SourceScholar
2025

ProPy: Building Interactive Prompt Pyramids upon CLIP for Partially Relevant Video Retrieval

EMNLP 2025

Partially Relevant Video Retrieval (PRVR) is a practical yet challenging task that involves retrieving videos based on queries relevant to only specific segments. While existing works follow the paradigm of developing models to process unimodal features, powerful pretrained vision-language models li

2025

Public Opinion Field Effect and Hawkes Process Join Hands for Information Popularity Prediction

AAAI 2025technical

Information popularity prediction, aiming to predict the growth of user participation in a trending topic diffusion, is a fundamental task in social networks. Existing methods often treat information diffusion as a single independent process, ignoring the ``public opinion field effect'' where multip…

2025

RefCap: Zero-shot Video Corpus Moment Retrieval Based on Refined Dense Video Captioning

ICASSP 2025accepted

Video corpus moment retrieval (VCMR) is a challenging task aimed at localizing specific segments from untrimmed videos within a vast video collection. It has long been addressed using end-to-end supervised or weakly-supervised methods, which often lack explainability and rely on laborious annotation…

Cited by 0SourceScholar
2024

DriveGPT4: Interpretable End-to-End Autonomous Driving Via Large Language Model

RA-L 2024

Multimodallarge language models (MLLMs) have emerged as a prominent area of interest within the research community, given their proficiency in handling and reasoning with non-textual data, including images and videos. This study seeks to extend the application of MLLMs to the realm of autonomous dri

Cited by 603SourceScholar
2024

Self-supervised Preference Optimization: Enhance Your Language Model with Preference Degree Awareness

EMNLP 2024finding

Recently, there has been significant interest in replacing the reward model in Reinforcement Learning with Human Feedback (RLHF) methods for Large Language Models (LLMs), such as Direct Preference Optimization (DPO) and its variants. These approaches commonly use a binary cross-entropy mechanism on…

2022

Contrastive Spatio-Temporal Pretext Learning for Self-Supervised Video Representation

AAAI 2022technical

Spatio-temporal representation learning is critical for video self-supervised representation. Recent approaches mainly use contrastive learning and pretext tasks. However, these approaches learn representation by discriminating sampled instances via feature similarity in the latent space while ignor…

2022

Controlling Underestimation Bias in Reinforcement Learning via Quasi-median Operation

AAAI 2022technical

How to get a good value estimation is one of the key problems in reinforcement learning (RL). Current off-policy methods, such as Maxmin Q-learning, TD3 and TADD, suffer from the underestimation problem when solving the overestimation problem. In this paper, we propose the Quasi-Median Operation, a…

Cited by 16SourcePDFScholar
2022

RepBin: Constraint-Based Graph Representation Learning for Metagenomic Binning

AAAI 2022technical

Mixed communities of organisms are found in many environments -- from the human gut to marine ecosystems -- and can have profound impact on human health and the environment. Metagenomics studies the genomic material of such communities through high-throughput sequencing that yields DNA subsequences…

2019

Rethinking Knowledge Graph Propagation for Zero-Shot Learning

CVPR 2019poster

Graph convolutional neural networks have recently shown great potential for the task of zero-shot learning. These models are highly sample efficient as related concepts in the graph structure share statistical strength allowing generalization to new classes when faced with a lack of data. However, m…

Cited by 399PDFcodeScholar