当前位置:网站首页>Image segmentation - improved network structure
Image segmentation - improved network structure
2022-06-23 08:06:00 【Deer holding grass】
Image segmentation - Improve the network structure
1. How to find questions worth asking ?
- Low model accuracy
- How low is the accuracy of the model
- The accuracy of a certain class of samples is low
Near the edge of the picture mask High deletion rate ; Specific shapes such as rectangles mask Poor shape prediction ; The class with less uneven samples in the training set has low accuracy
- There are structural problems in the forecast :mask Low recall rate ; The segmentation accuracy is improved , The classification accuracy is reduced

Example 1:
- The recall rate of positive samples is very low ( see notebook、model_visulize.ipynb)
- Multi task learning (Muti-Task)
- Modify the code 、 Running experiments

Example 2:
problem : Whether there is a better network structure ?
Way 1: Increase network volume , turn up neuron Number .going deeper
Way 2: Better network architecture :Vanilla Unet, SCSE Unet,Attention Unet
2. Various tasks
- Classification task :encorder+classifier layer(1 layer )
- Split task :encorder+decoder
encoder/backbone:
resnet family :resnet series ,resnext series ,se-resnet series ,se-resnext series
efficientnet family :b0,b1,b2,……,b7
other :inception series ,vgg series ,densenet series 
efficientnet series
- More efficient ( The network size is relatively small )
- Higher accuracy

3. Multi-stage Training program
By freezing - Partial network (freeze), Play a fine adjustment :
- The migration study
- Small amount of business data
- It's noisy
Multiple picture sizes :
- First in 128*128 Training on small pictures
- Finally, by increasing the image size finetuning
Use different loss Conduct finetuning
- First use BCE Training
- Last use lovasz loss/Dice loss, Fine tune a few EPOCH
边栏推荐
- socket编程(多线程)
- 顺序表课设
- Using jetpack datastore for data storage
- openvino系列 18. 通过OpenVINO和OpenCV实现实时的物体识别(RTSP,USB视频读取以及视频文件读取)
- Fillet the tabbar with the flutter
- View the file once a second and send the result of the last line of the file to the syslog server
- 5本财富自由好书的精华
- Huawei ECS EIP cannot be pinged
- C Scrollview scroll up or scroll down
- MySQL系统表介绍
猜你喜欢

记一次高校学生账户的“从无到有”

openni. utils. OpenNIError: (OniStatus.ONI_STATUS_ERROR, b‘DeviceOpen using default: no devices found‘

MIT CMS. 300 session 12 – identity construction Part 2

openni.utils.OpenNIError: (OniStatus.ONI_STATUS_ERROR, b‘DeviceOpen using default: no devices found‘

A record of "from scratch" in college student accounts

transform的结构及用法

1278_ FreeRTOS_ Understand the delayed task with the prvaddcurrenttasktodelayedlist interface

11 字符串函数

PHP 文件包含 -ctf

ArcMap批量删除距离较近的点
随机推荐
MySQL系统表介绍
抓包发现tcp会话中老是出现重复的ack和大量的tcp重传——SACK(Selective Acknowledgment, 选择性确认)技术
What is edge cloud?
Unity audio visualization scheme
GTEST death test
Rotary table visual screening machine and its image recognition system
黄蓉真的存在吗?
MFC radio button grouping
Introduction to Excel VBA and practical examples
Openvino series 19 Openvino and paddleocr for real-time video OCR processing
深度学习------不同方法实现vgg16
生产环境服务器环境搭建+项目发布流程
C# 内存法复制图像bitmap
【Try to Hack】ip地址
Markdown学习
[try to hack] IP address
Take you to tiktok. That's it
socket编程(多进程)
PHP 文件包含 -ctf
imperva-查找正则匹配超时的方法