paper-with-me

Papers

Data Augmentation for Object Detection via Progressive and Selective Instance-Switching

2019-06-02 · Hao Wang, Qilong Wang, Fan Yang, Weiqi Zhang, WangMeng Zuo

Collection of massive well-annotated samples is effective in improving object detection performance but is extremely laborious and costly. Instead of data collection and annotation, the recently proposed Cut-Paste methods [12, 15] show the potential to augment training dataset by cutting foreground objects and pasting them on proper new backgrounds. However, existing Cut-Paste methods cannot guarantee synthetic images always precisely model visual context, and all of them require external datasets. To handle above issues, this paper proposes a simple yet effective instance-switching (IS) strategy, which generates new training data by switching instances of same class from different images. Our IS naturally preserves contextual coherence in the original images while requiring no external dataset. For guiding our IS to obtain better object performance, we explore issues of instance imbalance and class importance in datasets, which frequently occur and bring adverse effect on detection performance. To this end, we propose a novel Progressive and Selective Instance-Switching (PSIS) method to augment training data for object detection. The proposed PSIS enhances instance balance by combining selective re-sampling with a class-balanced loss, and considers class importance by progressively augmenting training dataset guided by detection performance. The experiments are conducted on the challenging MS COCO benchmark, and results demonstrate our PSIS brings clear improvement over various state-of-the-art detectors (e.g., Faster R-CNN, FPN, Mask R-CNN and SNIPER), showing the superiority and generality of our PSIS. Code and models are available at: https://github.com/Hwang64/PSIS.

📄 PDF Abstract BibTeX arXiv:1906.00358

Code (1)

Hwang64/PSIS 공식 구현

Tasks

Data AugmentationInstance Segmentationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
RoIPool 설명 없음
FPN 설명 없음
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…

Similar Papers 제목 키워드 기반

Improving 3D Object Detection through Progressive Population Based Augmentation

2020-04-02 · ECCV 2020 8 · Shuyang Cheng, Zhaoqi Leng, Ekin Dogus Cubuk, Barret Zoph 외

Data augmentation has been widely adopted for object detection in 3D point clouds. However, all previous related efforts have focused on manually designing specific data augmentation methods for individual architectures.…

3D Object DetectionData AugmentationObjectobject-detection+1

Curricular Object Manipulation in LiDAR-based Object Detection

2023-04-09 · CVPR 2023 1 · Ziyue Zhu, Qiang Meng, Xiao Wang, Ke Wang 외

This paper explores the potential of curriculum learning in LiDAR-based 3D object detection by proposing a curricular object manipulation (COM) framework. The framework embeds the curricular training strategy into both t…

3D Object DetectionObjectobject-detectionObject Detection

Selectively Dilated Convolution for Accuracy-Preserving Sparse Pillar-based Embedded 3D Object Detection

2024-08-25 · Seongmin Park, Minjae Lee, Junwon Choi, Jungwook Choi

Pillar-based 3D object detection has gained traction in self-driving technology due to its speed and accuracy facilitated by the artificial densification of pillars for GPU-friendly processing. However, dense pillar proc…

3D Object DetectionGPUobject-detectionObject Detection

Progressive Attention Guided Recurrent Network for Salient Object Detection

2018-06-01 · CVPR 2018 6 · Xiaoning Zhang, Tiantian Wang, Jinqing Qi, Huchuan Lu 외

Effective convolutional features play an important role in saliency estimation but how to learn powerful features for saliency is still a challenging task. FCN-based methods directly apply multi-level convolutional featu…

Objectobject-detectionObject DetectionRGB Salient Object Detection+2

MAPS: A Noise-Robust Progressive Learning Approach for Source-Free Domain Adaptive Keypoint Detection

2023-02-09 · Yuhe Ding, Jian Liang, Bo Jiang, Aihua Zheng 외

Existing cross-domain keypoint detection methods always require accessing the source data during adaptation, which may violate the data privacy law and pose serious security concerns. Instead, this paper considers a real…

Data AugmentationKeypoint Detection