paper-with-me

Papers

Object-Aware Cropping for Self-Supervised Learning

2021-12-01 · Shlok Mishra, Anshul Shah, Ankan Bansal, Abhyuday Jagannatha, Janit Anjaria, Abhishek Sharma, David Jacobs, Dilip Krishnan

A core component of the recent success of self-supervised learning is cropping data augmentation, which selects sub-regions of an image to be used as positive views in the self-supervised loss. The underlying assumption is that randomly cropped and resized regions of a given image share information about the objects of interest, which the learned representation will capture. This assumption is mostly satisfied in datasets such as ImageNet where there is a large, centered object, which is highly likely to be present in random crops of the full image. However, in other datasets such as OpenImages or COCO, which are more representative of real world uncurated data, there are typically multiple small objects in an image. In this work, we show that self-supervised learning based on the usual random cropping performs poorly on such datasets. We propose replacing one or both of the random crops with crops obtained from an object proposal algorithm. This encourages the model to learn both object and scene level semantic representations. Using this approach, which we call object-aware cropping, results in significant improvements over scene cropping on classification and object detection benchmarks. For example, on OpenImages, our approach achieves an improvement of 8.8% mAP over random scene-level cropping using MoCo-v2 based pre-training. We also show significant improvements on COCO and PASCAL-VOC object detection and segmentation tasks over the state-of-the-art self-supervised learning approaches. Our approach is efficient, simple and general, and can be used in most existing contrastive and non-contrastive self-supervised learning frameworks.

📄 PDF Abstract BibTeX arXiv:2112.00319

Code (1)

shlokk/object-cropping-ssl 공식 구현 pytorch

Tasks

Data AugmentationObjectobject-detectionObject DetectionSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Improving Transferability of Representations via Augmentation-Aware Self-Supervision

2021-11-18 · NeurIPS 2021 12 · Hankook Lee, Kibok Lee, Kimin Lee, Honglak Lee 외

Recent unsupervised representation learning methods have shown to be effective in a range of vision tasks by learning representations invariant to data augmentations such as random cropping and color jittering. However, …

Representation LearningTransfer Learning

Coarse Is Better? A New Pipeline Towards Self-Supervised Learning with Uncurated Images

2023-06-07 · Ke Zhu, Yin-Yin He, Jianxin Wu

Most self-supervised learning (SSL) methods often work on curated datasets where the object-centric assumption holds. This assumption breaks down in uncurated images. Existing scene image SSL methods try to find the two …

ObjectObject DiscoverySelf-Supervised Learning

A2-RL: Aesthetics Aware Reinforcement Learning for Image Cropping

2017-09-14 · CVPR 2018 6 · Debang Li, Huikai Wu, Junge Zhang, Kaiqi Huang

Image cropping aims at improving the aesthetic quality of images by adjusting their composition. Most weakly supervised cropping methods (without bounding box supervision) rely on the sliding window mechanism. The slidin…

Decision MakingImage Croppingreinforcement-learningReinforcement Learning+2

Learning Subject-Aware Cropping by Outpainting Professional Photos

2023-12-19 · James Hong, Lu Yuan, Michaël Gharbi, Matthew Fisher 외

How to frame (or crop) a photo often depends on the image subject and its context; e.g., a human portrait. Recent works have defined the subject-aware image cropping task as a nuanced and practical version of image cropp…

Image Cropping

Deep Active Learning Using Barlow Twins

2022-12-30 · Jaya Krishna Mandivarapu, Blake Camp, Rolando Estrada

The generalisation performance of a convolutional neural networks (CNN) is majorly predisposed by the quantity, quality, and diversity of the training images. All the training data needs to be annotated in-hand before, i…

Active LearningSelf-Supervised Learning