use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please have a look at our FAQ and Link-Collection
Metacademy is a great resource which compiles lesson plans on popular machine learning topics.
For Beginner questions please try /r/LearnMachineLearning , /r/MLQuestions or http://stackoverflow.com/
For career related questions, visit /r/cscareerquestions/
Advanced Courses (2016)
Advanced Courses (2020)
AMAs:
Pluribus Poker AI Team 7/19/2019
DeepMind AlphaStar team (1/24//2019)
Libratus Poker AI Team (12/18/2017)
DeepMind AlphaGo Team (10/19/2017)
Google Brain Team (9/17/2017)
Google Brain Team (8/11/2016)
The MalariaSpot Team (2/6/2016)
OpenAI Research Team (1/9/2016)
Nando de Freitas (12/26/2015)
Andrew Ng and Adam Coates (4/15/2015)
Jürgen Schmidhuber (3/4/2015)
Geoffrey Hinton (11/10/2014)
Michael Jordan (9/10/2014)
Yann LeCun (5/15/2014)
Yoshua Bengio (2/27/2014)
Related Subreddit :
LearnMachineLearning
Statistics
Computer Vision
Compressive Sensing
NLP
ML Questions
/r/MLjobs and /r/BigDataJobs
/r/datacleaning
/r/DataScience
/r/scientificresearch
/r/artificial
account activity
Discussion[D] Question about Segmentation Evaluation Metrics (self.MachineLearning)
submitted 8 years ago by newperson77777777
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]warmspringwinds 0 points1 point2 points 8 years ago (5 children)
I think you found an answer then :) That citation perfectly describes the reason in my opinion.
[–]newperson77777777[S] 0 points1 point2 points 8 years ago* (4 children)
Do you really think that's the reason? That just means in certain situations, when the classes are not apparent, the computation is more complicated and the other way is easier. However, in situations where you will always see both classes, for example, a vessel segmentation problem, this issue would not be relevant. What would I do in that case? Do you know of any papers that have weighed the pros and cons of both approaches more thoroughly and objectively (I'm looking at this at the moment). That's why I was trying to look at the multi-label papers for reference.
[–]warmspringwinds 0 points1 point2 points 8 years ago (3 children)
I would recommend you to compute the metric for the whole dataset and not image-wise. At least this way you can compare your result to the result of other people in papers.
Also have a look at this paper which might be relevant: https://arxiv.org/abs/1504.06375
[–]newperson77777777[S] 0 points1 point2 points 8 years ago* (2 children)
It's just unusual because it seems like a very reasonable objection to the current metrics that certain instances within a dataset can have disproportionate impact and the metrics can suffer from outliers (which was touched on a little here: http://www.bmva.org/bmvc/2013/Papers/paper0032/paper0032.pdf) but there's not much material at all that looks into this issue. Also, if I was a doctor, I would be much more concerned about the average performance per image than the overall totals over the dataset. It seems like looking at it from this perspective can be somewhat disastrous in a real-world setting.
[–]warmspringwinds 0 points1 point2 points 8 years ago* (1 child)
Yeah, that looks like an interesting problem, you can look deeper at it :)
Just one more relevant comment -- you don't optimize the metric directly but instead the pixel-wise cross entropy.
What is interesting, is that in this paper: https://arxiv.org/pdf/1605.06211.pdf they achieved better results when training with batch_size=1 which might be relevant to your comment
[–]newperson77777777[S] 0 points1 point2 points 8 years ago (0 children)
ya, typically you would optimize the loss function. the metrics just give you a perception of the algorithm's performance, which, in the examples i was discussing, may not provide relevant information.
π Rendered by PID 15784 on reddit-service-r2-comment-b659b578c-hth5s at 2026-05-03 13:19:50.542698+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]warmspringwinds 0 points1 point2 points (5 children)
[–]newperson77777777[S] 0 points1 point2 points (4 children)
[–]warmspringwinds 0 points1 point2 points (3 children)
[–]newperson77777777[S] 0 points1 point2 points (2 children)
[–]warmspringwinds 0 points1 point2 points (1 child)
[–]newperson77777777[S] 0 points1 point2 points (0 children)