paper-with-me

Papers

Rethinking ImageNet Pre-training

2018-11-21 · ICCV 2019 10 · Kaiming He, Ross Girshick, Piotr Dollár

We report competitive results on object detection and instance segmentation on the COCO dataset using standard models trained from random initialization. The results are no worse than their ImageNet pre-training counterparts even when using the hyper-parameters of the baseline system (Mask R-CNN) that were optimized for fine-tuning pre-trained models, with the sole exception of increasing the number of training iterations so the randomly initialized models may converge. Training from random initialization is surprisingly robust; our results hold even when: (i) using only 10% of the training data, (ii) for deeper and wider models, and (iii) for multiple tasks and metrics. Experiments show that ImageNet pre-training speeds up convergence early in training, but does not necessarily provide regularization or improve final target task accuracy. To push the envelope we demonstrate 50.9 AP on COCO object detection without using any external data---a result on par with the top COCO 2017 competition results that used ImageNet pre-training. These observations challenge the conventional wisdom of ImageNet pre-training for dependent tasks and we expect these discoveries will encourage people to rethink the current de facto paradigm of `pre-training and fine-tuning' in computer vision.

📄 PDF Abstract BibTeX arXiv:1811.08883

Code (1)

tensorpack/tensorpack/tree/master/examples/FasterRCNN tf

Tasks

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
ResNeXt Block A ResNeXt Block is a type of residual block used as part of the ResNeXt CNN…
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Residual Connection 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Rethinking Person Re-Identification via Semantic-Based Pretraining

2021-10-11 · Suncheng Xiang, Jingsheng Gao, Zirui Zhang, Mengyuan Guan 외

Pretraining is a dominant paradigm in computer vision. Generally, supervised ImageNet pretraining is commonly used to initialize the backbones of person re-identification (Re-ID) models. However, recent works show a surp…

Person Re-Identification

Latent Weights Do Not Exist: Rethinking Binarized Neural Network Optimization

2019-06-05 · NeurIPS 2019 12 · Koen Helwegen, James Widdicombe, Lukas Geiger, Zechun Liu 외

Optimization of Binarized Neural Networks (BNNs) currently relies on real-valued latent weights to accumulate small update steps. In this paper, we argue that these latent weights cannot be treated analogously to weights…

Rethinking Image Super-Resolution from Training Data Perspectives

2024-09-01 · Go Ohtani, Ryu Tadokoro, Ryosuke Yamada, Yuki M. Asano 외

In this work, we investigate the understudied effect of the training data used for image super-resolution (SR). Most commonly, novel SR methods are developed and benchmarked on common training datasets such as DIV2K and …

DiversityImage Super-ResolutionSuper-Resolution

Rethinking Pre-training and Self-training

2020-06-11 · NeurIPS 2020 12 · Barret Zoph, Golnaz Ghiasi, Tsung-Yi Lin, Yin Cui 외

Pre-training is a dominant paradigm in computer vision. For example, supervised ImageNet pre-training is commonly used to initialize the backbones of object detection and segmentation models. He et al., however, show a s…

Data AugmentationObjectobject-detectionObject Detection+2

Rethinking Transfer Learning for Industrial Inspection: DINOv3 vs. ImageNet Pretraining Across RGB and X-ray Tasks

2026-05-22 · Mehdi Gharbage, Céline Teulière, Pierre Bouges, Thierry Chateau arxiv

Vision foundation models pretrained on web-scale data have recently shown strong transfer capabilities on many downstream tasks, but their effectiveness for industrial visual inspection remains unclear. Industrial data d…

Semantic SegmentationInstance SegmentationTransfer LearningObject Detection