RISS 학술연구정보서비스

검색

인기 검색어

    다국어 입력

    http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

    변환된 중국어를 복사하여 사용하시면 됩니다.

    예시)
    • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
    • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
    닫기

    Efficient Deformable Modeling Network for Multi-View 3D Object Detection = 효율적인 변형 모델링을 통한 3차원 객체 탐지 모델

    한글로보기

    https://www.riss.kr/link?id=T16984625

    • 0

      상세조회
    • 0

      다운로드
    서지정보 열기
    • 내보내기
    • 내책장담기
    • 공유하기
    • 오류접수

    부가정보

    다국어 초록 (Multilingual Abstract) kakao i 다국어 번역

    The 3-dimension (3D) object detection is an important task in autonomous driving and robot vision. Recently, multi-view 3D object detection has become crucial for better understanding the surroundings. In multi-view 3D object detection, there are two types of approaches: a Bird's-Eyes-View (BEV)-based and a sparse query-based approaches. The BEV-based method can aggregate spatial information across multiple images. However, the BEV-based method lost the height information since BEV feature is represented in 2-dimension (2D) space. Additionally, this method takes longer training and inference times than the sparse query-based due to the view-transformation between 2D and 3D space.
    For these reasons, the sparse query-based approach has gained much attention for its efficiency. This method has been explored to enhance connectivity between 3D sparse queries and surrounded 2-dimension (2D) images. It is important to detect an object that appears across two or more images.
    In this thesis, a new sparse query-based method is proposed. The method introduces a 4D query designed to clearly define the purpose of an object query to enhance the connectivity between the difference dimensions. The 4D query is defined that includes all target parameters: center, scale, orientation and velocity. However, it may lead unstable training due to its high-dimensional information. To alleviate the complexity of a 4D query, this thesis proposes a training strategy called 4D query denoising. This strategy aims to enhance the training stability and accelerate convergence. Also, the distance-wise feature sampling, a method that considers the relative size of objects based on distance, is introduced. This approach ensures a precise alignment between the position of sparse query and the key from image features. Finally, the proposed network extracts the 2D guidance to generate an initial position of the query by utilizing an auxiliary 2D detector. With promising queries, the query position can be updated easier than existing works.
    The proposed method demonstrates a remarkable performance improvement on the nuScenes dataset. In comparison to the StreamPETR as the latest state-of-the-art (SOTA) approach, we achieve the increase of 0.9% in mean Average Precision (mAP), 0.4% of nuScenes Detection Score (NDS), 0.6% of mean Average Translation Error (mATE), 0.2% of mean Average Scale Error (mASE), and 1.6% of mean Average Attribute Error (mAAE). In addition, we prove the proposed method has a faster convergence at least 2 times than the StreamPETR.
    번역하기

    The 3-dimension (3D) object detection is an important task in autonomous driving and robot vision. Recently, multi-view 3D object detection has become crucial for better understanding the surroundings. In multi-view 3D object detection, there are two ...

    The 3-dimension (3D) object detection is an important task in autonomous driving and robot vision. Recently, multi-view 3D object detection has become crucial for better understanding the surroundings. In multi-view 3D object detection, there are two types of approaches: a Bird's-Eyes-View (BEV)-based and a sparse query-based approaches. The BEV-based method can aggregate spatial information across multiple images. However, the BEV-based method lost the height information since BEV feature is represented in 2-dimension (2D) space. Additionally, this method takes longer training and inference times than the sparse query-based due to the view-transformation between 2D and 3D space.
    For these reasons, the sparse query-based approach has gained much attention for its efficiency. This method has been explored to enhance connectivity between 3D sparse queries and surrounded 2-dimension (2D) images. It is important to detect an object that appears across two or more images.
    In this thesis, a new sparse query-based method is proposed. The method introduces a 4D query designed to clearly define the purpose of an object query to enhance the connectivity between the difference dimensions. The 4D query is defined that includes all target parameters: center, scale, orientation and velocity. However, it may lead unstable training due to its high-dimensional information. To alleviate the complexity of a 4D query, this thesis proposes a training strategy called 4D query denoising. This strategy aims to enhance the training stability and accelerate convergence. Also, the distance-wise feature sampling, a method that considers the relative size of objects based on distance, is introduced. This approach ensures a precise alignment between the position of sparse query and the key from image features. Finally, the proposed network extracts the 2D guidance to generate an initial position of the query by utilizing an auxiliary 2D detector. With promising queries, the query position can be updated easier than existing works.
    The proposed method demonstrates a remarkable performance improvement on the nuScenes dataset. In comparison to the StreamPETR as the latest state-of-the-art (SOTA) approach, we achieve the increase of 0.9% in mean Average Precision (mAP), 0.4% of nuScenes Detection Score (NDS), 0.6% of mean Average Translation Error (mATE), 0.2% of mean Average Scale Error (mASE), and 1.6% of mean Average Attribute Error (mAAE). In addition, we prove the proposed method has a faster convergence at least 2 times than the StreamPETR.

    더보기

    국문 초록 (Abstract) kakao i 다국어 번역

    3차원 객체 탐지는 자율주행이나 로봇 비전에서 중요한 분야이다. 주변환경을 더 잘 이해하기 위해 최근에는 다중 뷰 3차원 객체 탐지의 중요성이 대두되고 있다. 다중 뷰 3D 객체 탐지 모델은 크게 조감도 (BEV) 기반과 희소 쿼리 기반 방식 두 가지로 나눌 수 있다. BEV 기반 방식은 여러 이미지들에 걸친 공간적인 정보를 결합하여 BEV 특징으로 변환한다. 그러나 BEV 특징은 2차원 공간으로 표현되기 때문에, 높이 정보가 소실된다. 또한, 이 방식은 2차원 이미지 특징을 조감도 특징으로 뷰 변환이 이루어져야 하기 때문에 희소 쿼리 기반 방식보다 학습과 추론에 오랜 시간이 걸린다. 한편, 희소 쿼리 방식은 효율성 측면에서 더욱 주목을 받고 있다. 이 방식은 3D 희소 쿼리와 2D 이미지 간의 연결성을 강화하는 방법에 대해 연구되고 있다.
    본 연구에서는 새로운 희소 쿼리 방식을 제안한다. 이 방식에서는 다른 차원 간의 연결성을 강화하기 위해 객체 쿼리의 목적을 명확하게 설계한 4차원 쿼리를 정의한다. 4차원 쿼리 목표 파라미터인 중심점, 크기, 방향과 속도 모두를 포함하여 정의된다. 그러나 고차원의 정보를 사용하기 때문에 불안정한 학습을 야기할 수 있다. 이 문제를 해결하기 위해 본 논문은 4차원 쿼리 잡음 제거라고 하는 학습 방식을 제안한다. 이 방식은 학습을 안정화하고 학습 수렴이 빨라지도록 하는 것이 목표이다. 또한, 거리에 따른 특징 추출 기법을 제안한다. 이는 거리에 따른 객체의 상대적인 크기를 고려한다. 이 기법은 희소 쿼리의 위치와 이미지 특징으로부터 얻어지는 키 간의 정렬이 정확할 수 있도록 한다. 마지막으로 제안된 구조는 2차원 탐지 모델을 추가적으로 활용하여 2차원 객체 탐지 결과를 기반으로 4차원 쿼리의 초기 위치를 생성할 수 있도록 한다. 객체가 있을 확률이 높은 쿼리를 활용함으로써 기존 방식들 보다는 더 빠르게 쿼리가 학습될 수 있다.
    제안한 기법의 효과를 입증하기 위해 nuScenes 데이터에서 성능 평가 실험을 진행하였다. 기존 네트워크인 StreamPETR 과 비교했을 때, 제안된 네트워크는 mAP 에서 0.9%, NDS 에서 0.4%, mATE 에서 0.6%, mASE 에서 0.2%, mAAE 에서 1.6% 향상된다. 또한, 제안된 네트워크가 StreamPETR 보다 2 배 이상 빠른 학습 수렴 속도를 보임을 입증하였다.
    번역하기

    3차원 객체 탐지는 자율주행이나 로봇 비전에서 중요한 분야이다. 주변환경을 더 잘 이해하기 위해 최근에는 다중 뷰 3차원 객체 탐지의 중요성이 대두되고 있다. 다중 뷰 3D 객체 탐지 모델...

    3차원 객체 탐지는 자율주행이나 로봇 비전에서 중요한 분야이다. 주변환경을 더 잘 이해하기 위해 최근에는 다중 뷰 3차원 객체 탐지의 중요성이 대두되고 있다. 다중 뷰 3D 객체 탐지 모델은 크게 조감도 (BEV) 기반과 희소 쿼리 기반 방식 두 가지로 나눌 수 있다. BEV 기반 방식은 여러 이미지들에 걸친 공간적인 정보를 결합하여 BEV 특징으로 변환한다. 그러나 BEV 특징은 2차원 공간으로 표현되기 때문에, 높이 정보가 소실된다. 또한, 이 방식은 2차원 이미지 특징을 조감도 특징으로 뷰 변환이 이루어져야 하기 때문에 희소 쿼리 기반 방식보다 학습과 추론에 오랜 시간이 걸린다. 한편, 희소 쿼리 방식은 효율성 측면에서 더욱 주목을 받고 있다. 이 방식은 3D 희소 쿼리와 2D 이미지 간의 연결성을 강화하는 방법에 대해 연구되고 있다.
    본 연구에서는 새로운 희소 쿼리 방식을 제안한다. 이 방식에서는 다른 차원 간의 연결성을 강화하기 위해 객체 쿼리의 목적을 명확하게 설계한 4차원 쿼리를 정의한다. 4차원 쿼리 목표 파라미터인 중심점, 크기, 방향과 속도 모두를 포함하여 정의된다. 그러나 고차원의 정보를 사용하기 때문에 불안정한 학습을 야기할 수 있다. 이 문제를 해결하기 위해 본 논문은 4차원 쿼리 잡음 제거라고 하는 학습 방식을 제안한다. 이 방식은 학습을 안정화하고 학습 수렴이 빨라지도록 하는 것이 목표이다. 또한, 거리에 따른 특징 추출 기법을 제안한다. 이는 거리에 따른 객체의 상대적인 크기를 고려한다. 이 기법은 희소 쿼리의 위치와 이미지 특징으로부터 얻어지는 키 간의 정렬이 정확할 수 있도록 한다. 마지막으로 제안된 구조는 2차원 탐지 모델을 추가적으로 활용하여 2차원 객체 탐지 결과를 기반으로 4차원 쿼리의 초기 위치를 생성할 수 있도록 한다. 객체가 있을 확률이 높은 쿼리를 활용함으로써 기존 방식들 보다는 더 빠르게 쿼리가 학습될 수 있다.
    제안한 기법의 효과를 입증하기 위해 nuScenes 데이터에서 성능 평가 실험을 진행하였다. 기존 네트워크인 StreamPETR 과 비교했을 때, 제안된 네트워크는 mAP 에서 0.9%, NDS 에서 0.4%, mATE 에서 0.6%, mASE 에서 0.2%, mAAE 에서 1.6% 향상된다. 또한, 제안된 네트워크가 StreamPETR 보다 2 배 이상 빠른 학습 수렴 속도를 보임을 입증하였다.

    더보기

    목차 (Table of Contents)

    • I Introduction = 1
    • 1.1 Motivation = 1
    • 1.2 Background = 8
    • 1.2.1 Transformer architecture in object detection = 8
    • 1.2.2 Camera-based 3D object detection = 11
    • I Introduction = 1
    • 1.1 Motivation = 1
    • 1.2 Background = 8
    • 1.2.1 Transformer architecture in object detection = 8
    • 1.2.2 Camera-based 3D object detection = 11
    • 1.3 Contributions = 13
    • 1.4 Outline = 15
    • II Related Works = 16
    • 2.1 Sparse Query-based Methods in Multi-view 3D Object Detection = 16
    • 2.2 Query Denoising Strategy = 18
    • 2.3 Cross Attention in Object Detection = 21
    • III Proposed Method = 24
    • 3.1 Overall Architecture = 24
    • 3.2 4D Query Denoising = 31
    • 3.3 Distance-wise Feature Sampling = 34
    • 3.4 Query Initialization with 2D Guidance = 37
    • IV Experimental Results = 41
    • 4.1 Dataset and Metrics = 41
    • 4.2 Implementation Details = 43
    • 4.3 Performance Analysis = 44
    • 4.4 Ablation Studies = 47
    • 4.4.1 Ablation study on different denoising strategy = 47
    • 4.4.2 Ablation study on different settings of noise scale = 49
    • 4.4.3 Ablation study on different weight design of feature sampling strategy = 50
    • 4.4.4 Ablation study on the different number of depth points = 51
    • 4.5 Visualization = 53
    • V Conclusion = 57
    • References = 59
    더보기

    분석정보

    View

    상세정보조회

    0

    Usage

    원문다운로드

    0

    대출신청

    0

    복사신청

    0

    EDDS신청

    0

    동일 주제 내 활용도 TOP

    더보기

    주제

    연도별 연구동향

    연도별 활용동향

    연관논문

    연구자 네트워크맵

    공동연구자 (7)

    유사연구자 (20) 활용도상위20명

    이 자료와 함께 이용한 RISS 자료

    나만을 위한 추천자료

    해외이동버튼