caffe-model icon indicating copy to clipboard operation
caffe-model copied to clipboard

About the multi-scale traing

Open suzhenghang opened this issue 6 years ago • 5 comments

Hi @soeaver , I try to add the multi-scale traing, but the convergence seems to be difficult; Without multi-scale traing, converge quickly. Do you meet this situation? Thanks in advance

suzhenghang avatar Dec 31 '17 07:12 suzhenghang

During training, some loss will be larger, such as 0.99, 0.73 ..., I try to imshow the preprocessed image and mask, I do not find something wrong

suzhenghang avatar Dec 31 '17 09:12 suzhenghang

Hi, you mean multi-scale training for semantic seg? Usually, ms training will lead to a slightly larger and unstable loss. I think you can look at the final result of the training.

soeaver avatar Dec 31 '17 16:12 soeaver

@soeaver , Thanks, ms training does lead to unstable loss.By the way, does ms training increase the IOU in your experiments?

suzhenghang avatar Jan 02 '18 02:01 suzhenghang

Actually, I didn't do a single-scale training experiment. But as many papers say, ms training and random flipping will improve 1-3% mIoU as PASCAL VOC dataset.

soeaver avatar Jan 02 '18 03:01 soeaver

Hi. @suzhenghang @soeaver . How do you implement multi-scale traing in Caffe?

shiyuangogogo avatar Jan 09 '18 14:01 shiyuangogogo