← Search

Boyu Diao

13 accepted papers

2026

EfficientVPR: Toward Efficient Visual Place Recognition via Scene-Aware Prompt Tuning and Adaptive Feature Enhancement

CVPR 2026

Visual place recognition (VPR) faces critical challenges in handling extreme environmental variations while meeting the computational constraints of practical applications. Current methods predominantly address these challenges by either scaling up model capacity or employing computationally intensi

Cited by 0SourcecodeScholar
2026

Parameterized Prompt for Incremental Object Detection

CVPR 2026

Recent studies have demonstrated that incorporating trainable prompts into pretrained models enables effective incremental learning. However, the application of prompts in incremental object detection (IOD) remains underexplored. Our study reveals that existing prompts-pool-based approaches assume d

Cited by 0SourcecodeScholar
2026

Representation-Steered Incremental Adapter-Tuning for Class-Incremental Learning with Pre-Trained Models

CVPR 2026

Class-Incremental Learning (CIL) aims to develop models to continuously learn new classes without forgetting learned old ones. Recent advances combine pre-trained models with parameter-efficient fine-tuning, achieving promising results. However, these approaches typically allocate new trainable para

Cited by 0SourcecodeScholar
2025

Geometric Feature Embedding for Effective 3D Few-Shot Class Incremental Learning

ICML 2025poster

3D few-shot class incremental learning (FSCIL) aims to learn new point cloud categories from limited samples while preventing the forgetting of previously learned categories. This research area significantly enhances the capabilities of self-driving vehicles and computer vision systems. Existing 3D…

2025

IOR: Inversed Objects Replay for Incremental Object Detection

ICASSP 2025accepted

Existing Incremental Object Detection (IOD) methods partially alleviate catastrophic forgetting when incrementally detecting new objects in real-world scenarios. However, many of these methods rely on the assumption that unlabeled old-class objects may co-occur with labeled new-class objects in the…

Cited by 0SourceScholar
2025

MPQ-DM: Mixed Precision Quantization for Extremely Low Bit Diffusion Models

AAAI 2025technical

Diffusion models have received wide attention in generation tasks. However, the expensive computation cost prevents the application of diffusion models in resource-constrained scenarios. Quantization emerges as a practical solution that significantly saves storage and computation by reducing the bit…

2025

On the Integration of Spatial-Temporal Knowledge: A Lightweight Approach to Atmospheric Time Series Forecasting

NeurIPS 2025poster

Transformers have gained attention in atmospheric time series forecasting (ATSF) for their ability to capture global spatial-temporal correlations. However, their complex architectures lead to excessive parameter counts and extended training times, limiting their scalability to large-scale forecasti…

Cited by 0SourceScholar
2025

Q-VDiT: Towards Accurate Quantization and Distillation of Video-Generation Diffusion Transformers

ICML 2025poster

Diffusion transformers (DiT) have demonstrated exceptional performance in video generation. However, their large number of parameters and high computational complexity limit their deployment on edge devices. Quantization can reduce storage requirements and accelerate inference by lowering the bit-wi…

Cited by 0SourcePDFScholar
2024

CLIP-KD: An Empirical Study of CLIP Model Distillation

CVPR 2024poster

Contrastive Language-Image Pre-training (CLIP) has become a promising language-supervised visual pre-training framework. This paper aims to distill small CLIP models supervised by a large teacher CLIP model. We propose several distillation strategies including relation feature gradient and contrasti…

2024

Continual Learning in the Frequency Domain

NeurIPS 2024poster

Continual learning (CL) is designed to learn new tasks while preserving existing knowledge. Replaying samples from earlier tasks has proven to be an effective method to mitigate the forgetting of previously acquired knowledge. However, the current research on the training efficiency of rehearsal-bas…

2024

eTag: Class-Incremental Learning via Embedding Distillation and Task-Oriented Generation

AAAI 2024technical

Class incremental learning (CIL) aims to solve the notorious forgetting problem, which refers to the fact that once the network is updated on a new task, its performance on previously-learned tasks degenerates catastrophically. Most successful CIL methods store exemplars (samples of learned tasks) t…

2023

Towards Understanding the Generalization of Deepfake Detectors from a Game-Theoretical View

ICCV 2023poster

This paper aims to explain the generalization of deepfake detectors from the novel perspective of multi-order interactions among visual concepts. Specifically, we propose three hypotheses: 1. Deepfake detectors encode multi-order interactions among visual concepts, in which the low-order interacti…

Cited by 17PDFScholar
2022

Interpretable Generative Adversarial Networks

AAAI 2022technical

Learning a disentangled representation is still a challenge in the field of the interpretability of generative adversarial networks (GANs). This paper proposes a generic method to modify a traditional GAN into an interpretable GAN, which ensures that filters in an intermediate layer of the generator…