← Search

Binhui Xie

11 accepted papers

2026

SPSC: Sparse and Scalable Multi-Modal 3D Occupancy Prediction for Autonomous Driving

AAAI 2026technical

3D semantic occupancy prediction offers a nuanced representation of the surrounding environment, which is crucial for ensuring the safety of autonomous driving. However, fine-grained scene representations inevitably result in cubic growth in data scale, which imposes substantial demands on model arc

Cited by 0SourcePDFScholar
2025

From Local Details to Global Context: Advancing Vision-Language Models with Attention-Based Selection

ICML 2025poster

Pretrained vision-language models (VLMs), e.g., CLIP, demonstrate impressive zero-shot capabilities on downstream tasks. Prior research highlights the crucial role of visual augmentation techniques, like random cropping, in alignment with fine-grained class descriptions generated by large language m…

2024

Enhancing Cross-Modal Fine-Tuning with Gradually Intermediate Modality Generation

ICML 2024poster

Large-scale pretrained models have proven immensely valuable in handling data-intensive modalities like text and image. However, fine-tuning these models for certain specialized modalities, such as protein sequence and cosmic ray, poses challenges due to the significant modality discrepancy and scar…

Cited by 4SourcePDFScholar
2024

Weight Diffusion for Future: Learn to Generalize in Non-Stationary Environments

NeurIPS 2024poster

Enabling deep models to generalize in non-stationary environments is vital for real-world machine learning, as data distributions are often found to continually change. Recently, evolving domain generalization (EDG) has emerged to tackle the domain generalization in a time-varying system, where the…

Cited by 0SourcePDFScholar
2023

Annotator: A Generic Active Learning Baseline for LiDAR Semantic Segmentation

NeurIPS 2023poster

Active learning, a label-efficient paradigm, empowers models to interactively query an oracle for labeling new data. In the realm of LiDAR semantic segmentation, the challenges stem from the sheer volume of point clouds, rendering annotation labor-intensive and cost-prohibitive. This paper presents…

Cited by 12SourcePDFScholar
2023

EVA: Exploring the Limits of Masked Visual Representation Learning at Scale

CVPR 2023highlight

We launch EVA, a vision-centric foundation model to explore the limits of visual representation at scale using only publicly accessible data. EVA is a vanilla ViT pre-trained to reconstruct the masked out image-text aligned vision features conditioned on visible image patches. Via this pretext task,…

2023

VBLC: Visibility Boosting and Logit-Constraint Learning for Domain Adaptive Semantic Segmentation under Adverse Conditions

AAAI 2023technical

Generalizing models trained on normal visual conditions to target domains under adverse conditions is demanding in the practical systems. One prevalent solution is to bridge the domain gap between clear- and adverse-condition images to make satisfactory prediction on the target. However, previous me…

2022

Active Learning for Domain Adaptation: An Energy-Based Approach

AAAI 2022technical

Unsupervised domain adaptation has recently emerged as an effective paradigm for generalizing deep neural networks to new target domains. However, there is still enormous potential to be tapped to reach the fully supervised performance. In this paper, we present a novel active learning strategy to a…

2022

Towards Fewer Annotations: Active Learning via Region Impurity and Prediction Uncertainty for Domain Adaptive Semantic Segmentation

CVPR 2022oral

Self-training has greatly facilitated domain adaptive semantic segmentation, which iteratively generates pseudo labels on unlabeled target data and retrains the network. However, realistic segmentation datasets are highly imbalanced, pseudo labels are typically biased to the majority classes and bas…

Cited by 111PDFcodeScholar
2021

Bi-Classifier Determinacy Maximization for Unsupervised Domain Adaptation

AAAI 2021technical

Unsupervised domain adaptation challenges the problem of transferring knowledge from a well-labelled source domain to an unlabelled target domain. Recently, adversarial learning with bi-classifier has been proven effective in pushing cross-domain distributions close. Prior approaches typically lever…