TernausNet: U-Net with VGG11 Encoder Pre-Trained on ImageNet for Image Segmentation
AI-generated Key Points
- Reliable image segmentation is crucial in computer vision, especially in medical imaging and self-driving vehicles.
- Automated treatment is necessary for accuracy and efficiency as manual segmentation is time-consuming and prone to errors.
- Fully Convolutional Networks (FCN) are one of the most successful deep learning methods for image segmentation.
- Pixel-wise image segmentation is a demanding task, especially for medical images and satellite images.
- Classical U-Net architectures composed of encoders and decoders are popular for such segmentations.
- Pre-trained neural networks on large datasets like ImageNet show better performance than those trained from scratch on small datasets.
- TernausNet: U-Net with VGG11 Encoder Pre-Trained on ImageNet for Image Segmentation improves the U-Net architecture by using the pre-trained encoder.
- The code and corresponding pre-trained weights are publicly available at https://github.com/ternaus/TernausNet.
- The authors compare three weight initialization schemes: LeCun uniform, the encoder with weights from VGG11, and full network trained on the Carvana dataset.
- This network architecture was part of the winning solution (1st out of 735) in the Kaggle: Carvana Image Masking Challenge.
- Automating image segmentation provides a systematic way of segmenting an image quickly as soon as it is acquired which makes it useful in production environments where speed matters more than accuracy or precision alone.
Authors: Vladimir Iglovikov, Alexey Shvets
Abstract: Pixel-wise image segmentation is demanding task in computer vision. Classical U-Net architectures composed of encoders and decoders are very popular for segmentation of medical images, satellite images etc. Typically, neural network initialized with weights from a network pre-trained on a large data set like ImageNet shows better performance than those trained from scratch on a small dataset. In some practical applications, particularly in medicine and traffic safety, the accuracy of the models is of utmost importance. In this paper, we demonstrate how the U-Net type architecture can be improved by the use of the pre-trained encoder. Our code and corresponding pre-trained weights are publicly available at https://github.com/ternaus/TernausNet. We compare three weight initialization schemes: LeCun uniform, the encoder with weights from VGG11 and full network trained on the Carvana dataset. This network architecture was a part of the winning solution (1st out of 735) in the Kaggle: Carvana Image Masking Challenge.
Ask questions about this paper to our AI assistant
You can also chat with multiple papers at once here.
Assess the quality of the AI-generated content by voting
Score: 0
Why do we need votes?
Votes are used to determine whether we need to re-run our summarizing tools. If the count reaches -10, our tools can be restarted.
The previous summary was created more than a year ago and can be re-run (if necessary) by clicking on the Run button below.
Similar papers summarized with our AI tools
Navigate through even more similar papers through a
tree representationLook for similar papers (in beta version)
By clicking on the button above, our algorithm will scan all papers in our database to find the closest based on the contents of the full papers and not just on metadata. Please note that it only works for papers that we have generated summaries for and you can rerun it from time to time to get a more accurate result while our database grows.
Disclaimer: The AI-based summarization tool and virtual assistant provided on this website may not always provide accurate and complete summaries or responses. We encourage you to carefully review and evaluate the generated content to ensure its quality and relevance to your needs.