paper-with-me

홈 › Papers

SRDAN: Scale-Aware and Range-Aware Domain Adaptation Network for Cross-Dataset 3D Object Detection

2021-06-19 · CVPR 2021 1 · Weichen Zhang, Wen Li, Dong Xu

Geometric characteristic plays an important role in the representation of an object in 3D point clouds. For example, large objects often contain more points, while small ones contain fewer points. The point clouds of objects near the capture device are denser, while those of distant objects are sparser. These issues bring new challenges to 3D object detection, especially under the domain adaptation scenarios. In this work, we propose a new cross-dataset 3D object detection method named Scale-aware and Range-aware Domain Adaptation Network (SRDAN). We take advantage of the geometric characteristics of 3D data (i.e., size and distance), and propose the scale-aware domain alignment and the range-aware domain alignment strategies to guide the distribution alignment between two domains. For scale-aware domain alignment, we design a 3D voxel-based feature pyramid network to extract multi-scale semantic voxel features, and align the features and instances with similar scales between two domains. For range-aware domain alignment, we introduce a range-guided domain alignment module to align the features of objects according to their distance to the capture device. Extensive experiments under three different scenarios demonstrate the effectiveness of our SRDAN approach, and comprehensive ablation study also validates the importance of geometric characteristics for cross-dataset 3D object detection.

📄 PDF Abstract BibTeX

Code (1)

zhangweichen2006/SRDAN_Open 공식 구현 pytorch

Tasks

3D Object DetectionDomain AdaptationObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

SFN-YOLO: Towards Free-Range Poultry Detection via Scale-aware Fusion Networks

2025-09-21 · Jie Chen, Yuhong Feng, Tao Dai, Hao Wang 외 arxiv

Detecting and localizing poultry is essential for advancing smart poultry farming. Despite the progress of detection-centric methods, challenges persist in free-range settings due to multiscale targets, obstructions, and…

RASR: Range-Aware Scale Recovery for Metric UAV Navigation

2026-07-10 · Hongtao Liang, Xinyu Shao, Chenxu Wang, Yiyao Wan 외 arxiv

A central challenge in image-goal UAV navigation under Global Navigation Satellite System (GNSS) denial is estimating metric distance and heading between current and goal views. Dense pairwise geometry models capture rel…

3D Reconstruction

Human-Aware Motion Deblurring

2020-01-19 · ICCV 2019 10 · Ziyi Shen, Wenguan Wang, Xiankai Lu, Jianbing Shen 외

This paper proposes a human-aware deblurring model that disentangles the motion blur between foreground (FG) humans and background (BG). The proposed model is based on a triple-branch encoder-decoder architecture. The fi…

DeblurringDecoderImage Deblurring

Lifelong-MonoDepth: Lifelong Learning for Multi-Domain Monocular Metric Depth Estimation

2023-03-09 · Junjie Hu, Chenyou Fan, Liguang Zhou, Qing Gao 외

With the rapid advancements in autonomous driving and robot navigation, there is a growing demand for lifelong learning models capable of estimating metric (absolute) depth. Lifelong learning approaches potentially offer…

Autonomous DrivingDepth EstimationDepth PredictionLifelong learning+2

DATA: Domain-Aware and Task-Aware Self-supervised Learning

2022-03-17 · CVPR 2022 1 · Qing Chang, Junran Peng, Lingxie Xie, Jiajun Sun 외

The paradigm of training models on massive data without label through self-supervised learning (SSL) and finetuning on many downstream tasks has become a trend recently. However, due to the high training costs and the un…

image-classificationImage ClassificationModel SelectionNeural Architecture Search+4