How can we use a weighting map for deep learning pixel classification ?
이전 댓글 표시
I am training a UNet convolutional network in matlab. In the UNet original paper (https://arxiv.org/pdf/1505.04597.pdf), they manage to modify the crossentropy function in order to give to each pixel a certain weight (by introducing the so-called weighting map, bottom of page 4 and page 5 in the paper).
In matlab we have the possibility to weight classes when training a neural network. Once I have defined a certain weighting coefficient for each pixel in a matrix, is it possible to 'input' this matrix in the network architecture to get individual weighted pixels ?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Semantic Segmentation에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!