中文
相关论文

相关论文: Simple Copy-Paste is a Strong Data Augmentation Me…

200 篇论文

Copy-Paste is a simple and effective data augmentation strategy for instance segmentation. By randomly pasting object instances onto new background images, it creates new training data for free and significantly boosts the segmentation…

计算机视觉与模式识别 · 计算机科学 2023-06-01 Hanqing Zhao , Dianmo Sheng , Jianmin Bao , Dongdong Chen , Dong Chen , Fang Wen , Lu Yuan , Ce Liu , Wenbo Zhou , Qi Chu , Weiming Zhang , Nenghai Yu

Copy-Paste has proven to be a very effective data augmentation for instance segmentation which can improve the generalization of the model. We used a task-specific Copy-Paste data augmentation method to achieve good performance on the…

计算机视觉与模式识别 · 计算机科学 2021-10-04 Jahongir Yunusov , Shohruh Rakhmatov , Abdulaziz Namozov , Abdulaziz Gaybulayev , Tae-Hyong Kim

Performing data augmentation for learning deep neural networks is known to be important for training visual recognition systems. By artificially increasing the number of training examples, it helps reducing overfitting and improves…

计算机视觉与模式识别 · 计算机科学 2019-09-23 Nikita Dvornik , Julien Mairal , Cordelia Schmid

Data augmentation methods such as Copy-Paste have been studied as effective ways to expand training datasets while incurring minimal costs. While such methods have been extensively implemented for image level tasks, we found no scalable…

计算机视觉与模式识别 · 计算机科学 2024-10-18 Sahir Shrestha , Weihao Li , Gao Zhu , Nick Barnes

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…

计算机视觉与模式识别 · 计算机科学 2019-07-12 Hao Wang , Qilong Wang , Fan Yang , Weiqi Zhang , Wangmeng Zuo

Instance segmentation requires a large number of training samples to achieve satisfactory performance and benefits from proper data augmentation. To enlarge the training set and increase the diversity, previous methods have investigated…

计算机视觉与模式识别 · 计算机科学 2019-08-22 Hao-Shu Fang , Jianhua Sun , Runzhong Wang , Minghao Gou , Yong-Lu Li , Cewu Lu

In the last decade, Convolutional Neural Network (CNN) and transformer based object detectors have achieved high performance on a large variety of datasets. Though the majority of detection literature has developed this capability on…

计算机视觉与模式识别 · 计算机科学 2023-05-24 Cuong Ly , Grayson Jorgenson , Dan Rosa de Jesus , Henry Kvinge , Adam Attarian , Yijing Watkins

Data augmentation remains a widely utilized technique in deep learning, particularly in tasks such as image classification, semantic segmentation, and object detection. Among them, Copy-Paste is a simple yet effective method and gain great…

计算机视觉与模式识别 · 计算机科学 2025-05-22 Qiushi Guo

This paper presents a weakly-supervised approach to object instance segmentation. Starting with known or predicted object bounding boxes, we learn object masks by playing a game of cut-and-paste in an adversarial learning setup. A mask…

计算机视觉与模式识别 · 计算机科学 2018-03-20 Tal Remez , Jonathan Huang , Matthew Brown

We propose EM-PASTE: an Expectation Maximization(EM) guided Cut-Paste compositional dataset augmentation approach for weakly-supervised instance segmentation using only image-level supervision. The proposed method consists of three main…

计算机视觉与模式识别 · 计算机科学 2022-12-16 Yunhao Ge , Jiashu Xu , Brian Nlong Zhao , Laurent Itti , Vibhav Vineet

Developing data-efficient instance detection models that can handle rare object categories remains a key challenge in computer vision. However, existing research often overlooks data collection strategies and evaluation metrics tailored to…

计算机视觉与模式识别 · 计算机科学 2025-04-15 Boyang Deng , Meiyan Lin , Shoulun Long

Modern object detection and instance segmentation networks stumble when picking out humans in crowded or highly occluded scenes. Yet, these are often scenarios where we require our detectors to work well. Many works have approached this…

计算机视觉与模式识别 · 计算机科学 2022-10-10 Evan Ling , Dezhao Huang , Minhoe Hur

Instance segmentation is a fundamental skill for many robotic applications. We propose a self-supervised method that uses grasp interactions to collect segmentation supervision for an instance segmentation model. When a robot grasps an…

计算机视觉与模式识别 · 计算机科学 2023-05-11 YuXuan Liu , Xi Chen , Pieter Abbeel

Common object counting in a natural scene is a challenging problem in computer vision with numerous real-world applications. Existing image-level supervised common object counting approaches only predict the global object count and rely on…

计算机视觉与模式识别 · 计算机科学 2019-05-14 Hisham Cholakkal , Guolei Sun , Fahad Shahbaz Khan , Ling Shao

Instance segmentation is a fundamental task in computer vision with broad applications across various industries. In recent years, with the proliferation of deep learning and artificial intelligence applications, how to train effective…

计算机视觉与模式识别 · 计算机科学 2024-03-19 Chih-Chung Hsu , Chia-Ming Lee , Ming-Shyen Wu

In recent years, object detection has experienced impressive progress. Despite these improvements, there is still a significant gap in the performance between the detection of small and large objects. We analyze the current state-of-the-art…

计算机视觉与模式识别 · 计算机科学 2019-02-21 Mate Kisantal , Zbigniew Wojna , Jakub Murawski , Jacek Naruniec , Kyunghyun Cho

Prevalent state-of-the-art instance segmentation methods fall into a query-based scheme, in which instance masks are derived by querying the image feature using a set of instance-aware embeddings. In this work, we devise a new training…

计算机视觉与模式识别 · 计算机科学 2022-12-20 Wenguan Wang , James Liang , Dongfang Liu

Recent object detection and instance segmentation tasks mainly focus on datasets with a relatively small set of categories, e.g. Pascal VOC with 20 classes and COCO with 80 classes. The new large vocabulary dataset LVIS brings new…

计算机视觉与模式识别 · 计算机科学 2019-11-13 Jingru Tan , Changbao Wang , Quanquan Li , Junjie Yan

Detection of rare objects (e.g., traffic cones, traffic barrels and traffic warning triangles) is an important perception task to improve the safety of autonomous driving. Training of such models typically requires a large number of…

计算机视觉与模式识别 · 计算机科学 2022-07-05 Naifan Li , Fan Song , Ying Zhang , Pengpeng Liang , Erkang Cheng

A major impediment in rapidly deploying object detection models for instance detection is the lack of large annotated datasets. For example, finding a large labeled dataset containing instances in a particular kitchen is unlikely. Each new…

计算机视觉与模式识别 · 计算机科学 2017-08-08 Debidatta Dwibedi , Ishan Misra , Martial Hebert
‹ 上一页 1 2 3 10 下一页 ›