F
F
Fyodor Kirillov2017-08-22 11:41:09
Neural networks
Fyodor Kirillov, 2017-08-22 11:41:09

How to organize a neural network to solve the problem of object localization?

Hello, members of the Toster project.
Could you help clarify some details?
The essence of the question/problem is contained in the title.
Whether the correct approach is used:
An image is fed into the convolutional neural network, there are several layers through which the input data passes.
The output is n neurons, each of which is responsible for a certain area of ​​the image.
Thus, I would like to get a mask that contains m of n areas from which the "signal" was the strongest (above the threshold).
Input data: images and masks with which the output of the neural network is compared.
So, as planned, in comparing the mask and the output, we are looking for an error function.
Is the right approach chosen?
If not, then what configuration and approach would you recommend?
Or is it impossible to solve this problem only with the help of CNN?
Ps The decision time is not important.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Arseny Kravchenko, 2017-08-24
@Yallie-xu

I'd rather look at https://pjreddie.com/darknet/yolo/ or https://github.com/yhenon/keras-frcnn

V
Vyacheslav Shindin, 2017-08-23
@pro_co_ru

Google the phrase: u-net neural network
I think this model is just what you need, and it has proven itself in medical image segmentation, and in other machine learning tasks (for example, Kaggle Sea Lion Population: Estimating the Sea Lion Population... )

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question