Jia Li – Researcher in Fei-Fei-Li with Machine Vision and Machine Learning
– Computer Vision and Machine Learning expert
Interview with Lee Redden and Jorge Heraund at Coupa Cafe
Jia agree’s that this is a very hard problem but was optimistic in that it will take about a month for a really good researcher to solve the hard parts.
She needed more images to look at but for classification if there were distinct parts of the plants that could be identified by an expert then they “should” also be identifiable by the computer.
Her algorithms in no particular order would be
- Naive bayes
- SVM
- Multiple Guesses
- Logistic regression
- Or to use a mixture of them using naïve bayes
The need for a powerful classifier in computer vision is really important.
Mike Sokolsky – Researcher with Junior
– Computer Vision and Machine Learning and Lidar expert
Interview with Lee Redden at COHO
Mike doesn’t think there is much of a business here because the labor we are replacing is pretty inexpensive and pretty good.
He had many suggestions on how the technology could look. On the algorithm side using a support vector machine algorithm as the top choice. When doing computer vision one should use a sliding window detector with plants but this algorithm might be a little slow. Another option would be to use some of the more advanced OpenCV functions such as
CascadeClassifier
Viola's Cascade of Boosted classi_ers us-
ing Haar or LBP features. Suits for de-
tecting faces, facial features and some
other objects without diverse textures.
See facedetect.cpp
His main suggestion was to drop the vision or augment the vision with a lidar system. Lidar is
- Not affected by different lighting conditions, especially the sick laser
- Creates a smaller more definiable feature set which reduces computation time. They run Junior at 10Hz. Some of the Slaughter machines run at 3Hz. And that is fast for them.
- You would not need the shroud with a LIDAR system so it is less convoluted.
- Dust on the lenses still is a problem but not as much as with a camera system.
Hokuyo makes a laser for around $1-2K that would be more prone to light irritation that the SICK but for a much lower cost.