Objective function for multi-label classification The 2019 Stack Overflow Developer Survey Results Are InHow to use binary relevance for multi-label text classification?Question Regarding Multi-label probability predictionsSingle vs Multiple deep learning networks for multi-label classification?Multi Label Classification on Data Columns in TablesClass weight degrades Multi Label Classification PerformanceConnection between cross entropy and likelihood for multi-class soft label classificationLarge Numpy.Array for Multi-label Image Classification (CelebA Dataset)Multi-label classification model in python?Cross Entropy vs Entropy (Decision Tree)
Do these rules for Critical Successes and Critical Failures seem fair?
Lightning Grid - Columns and Rows?
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
Aging parents with no investments
Can a flute soloist sit?
Return to UK after being refused entry years previously
Have you ever entered Singapore using a different passport or name?
Is three citations per paragraph excessive for undergraduate research paper?
What do hard-Brexiteers want with respect to the Irish border?
Feature engineering suggestion required
Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?
What is the closest word meaning "respect for time / mindful"
Falsification in Math vs Science
Reference request: Oldest number theory books with (unsolved) exercises?
Output the Arecibo Message
If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?
Is this app Icon Browser Safe/Legit?
Why isn't airport relocation done gradually?
Why was M87 targetted for the Event Horizon Telescope instead of Sagittarius A*?
When should I buy a clipper card after flying to OAK?
How to answer pointed "are you quitting" questioning when I don't want them to suspect
Can someone be penalized for an "unlawful" act if no penalty is specified?
Identify boardgame from Big movie
FPGA - DIY Programming
Objective function for multi-label classification
The 2019 Stack Overflow Developer Survey Results Are InHow to use binary relevance for multi-label text classification?Question Regarding Multi-label probability predictionsSingle vs Multiple deep learning networks for multi-label classification?Multi Label Classification on Data Columns in TablesClass weight degrades Multi Label Classification PerformanceConnection between cross entropy and likelihood for multi-class soft label classificationLarge Numpy.Array for Multi-label Image Classification (CelebA Dataset)Multi-label classification model in python?Cross Entropy vs Entropy (Decision Tree)
$begingroup$
The customary objective function for multi-label (e.g. M labels) classification is binary cross-entropy. The problem is, if we use binary cross-entropy, we are assuming that the output labels are independent of each other, turning the problem to M independent binary classification problems. Is there any suitable objective function that makes the output labels to be dependent on each other?
machine-learning
$endgroup$
bumped to the homepage by Community♦ 4 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
$begingroup$
The customary objective function for multi-label (e.g. M labels) classification is binary cross-entropy. The problem is, if we use binary cross-entropy, we are assuming that the output labels are independent of each other, turning the problem to M independent binary classification problems. Is there any suitable objective function that makes the output labels to be dependent on each other?
machine-learning
$endgroup$
bumped to the homepage by Community♦ 4 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
$begingroup$
I guess the main idea about the whole concept is that the random process arei.i.d
.
$endgroup$
– Vaalizaadeh
May 30 '18 at 20:03
1
$begingroup$
That objective would be an interesting objective to try, I am not aware of any! At the same time, how would you think one can take advantage of? What is your domain (target) that you are sure these labels are dependent? Take CelebA multilabel dataset (mmlab.ie.cuhk.edu.hk/projects/CelebA.html), some labels could be considered dependent Female/Lipstick/etc., but there are others are not, in which one could benefit from being them to be independent.
$endgroup$
– Majid Mortazavi
Aug 12 '18 at 18:31
1
$begingroup$
@MajidMortazavi Thanks for time and consideration. The application is medical coding. The advantage is that different diseases have something in common. Thanks for introducing a new dataset to me.
$endgroup$
– pythinker
Aug 12 '18 at 18:45
$begingroup$
If it is a neural network then all the classification is done together till the last layer where they are separated by using binary cross entropy. My understanding is that in neural networks like for image recognition the recognition is connected on all previous layers except the last one. So for neural networks it is not a big deal that the last layer predicts separately every category.
$endgroup$
– keiv.fly
Oct 13 '18 at 22:41
add a comment |
$begingroup$
The customary objective function for multi-label (e.g. M labels) classification is binary cross-entropy. The problem is, if we use binary cross-entropy, we are assuming that the output labels are independent of each other, turning the problem to M independent binary classification problems. Is there any suitable objective function that makes the output labels to be dependent on each other?
machine-learning
$endgroup$
The customary objective function for multi-label (e.g. M labels) classification is binary cross-entropy. The problem is, if we use binary cross-entropy, we are assuming that the output labels are independent of each other, turning the problem to M independent binary classification problems. Is there any suitable objective function that makes the output labels to be dependent on each other?
machine-learning
machine-learning
asked May 30 '18 at 18:16
pythinkerpythinker
6431211
6431211
bumped to the homepage by Community♦ 4 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 4 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
$begingroup$
I guess the main idea about the whole concept is that the random process arei.i.d
.
$endgroup$
– Vaalizaadeh
May 30 '18 at 20:03
1
$begingroup$
That objective would be an interesting objective to try, I am not aware of any! At the same time, how would you think one can take advantage of? What is your domain (target) that you are sure these labels are dependent? Take CelebA multilabel dataset (mmlab.ie.cuhk.edu.hk/projects/CelebA.html), some labels could be considered dependent Female/Lipstick/etc., but there are others are not, in which one could benefit from being them to be independent.
$endgroup$
– Majid Mortazavi
Aug 12 '18 at 18:31
1
$begingroup$
@MajidMortazavi Thanks for time and consideration. The application is medical coding. The advantage is that different diseases have something in common. Thanks for introducing a new dataset to me.
$endgroup$
– pythinker
Aug 12 '18 at 18:45
$begingroup$
If it is a neural network then all the classification is done together till the last layer where they are separated by using binary cross entropy. My understanding is that in neural networks like for image recognition the recognition is connected on all previous layers except the last one. So for neural networks it is not a big deal that the last layer predicts separately every category.
$endgroup$
– keiv.fly
Oct 13 '18 at 22:41
add a comment |
$begingroup$
I guess the main idea about the whole concept is that the random process arei.i.d
.
$endgroup$
– Vaalizaadeh
May 30 '18 at 20:03
1
$begingroup$
That objective would be an interesting objective to try, I am not aware of any! At the same time, how would you think one can take advantage of? What is your domain (target) that you are sure these labels are dependent? Take CelebA multilabel dataset (mmlab.ie.cuhk.edu.hk/projects/CelebA.html), some labels could be considered dependent Female/Lipstick/etc., but there are others are not, in which one could benefit from being them to be independent.
$endgroup$
– Majid Mortazavi
Aug 12 '18 at 18:31
1
$begingroup$
@MajidMortazavi Thanks for time and consideration. The application is medical coding. The advantage is that different diseases have something in common. Thanks for introducing a new dataset to me.
$endgroup$
– pythinker
Aug 12 '18 at 18:45
$begingroup$
If it is a neural network then all the classification is done together till the last layer where they are separated by using binary cross entropy. My understanding is that in neural networks like for image recognition the recognition is connected on all previous layers except the last one. So for neural networks it is not a big deal that the last layer predicts separately every category.
$endgroup$
– keiv.fly
Oct 13 '18 at 22:41
$begingroup$
I guess the main idea about the whole concept is that the random process are
i.i.d
.$endgroup$
– Vaalizaadeh
May 30 '18 at 20:03
$begingroup$
I guess the main idea about the whole concept is that the random process are
i.i.d
.$endgroup$
– Vaalizaadeh
May 30 '18 at 20:03
1
1
$begingroup$
That objective would be an interesting objective to try, I am not aware of any! At the same time, how would you think one can take advantage of? What is your domain (target) that you are sure these labels are dependent? Take CelebA multilabel dataset (mmlab.ie.cuhk.edu.hk/projects/CelebA.html), some labels could be considered dependent Female/Lipstick/etc., but there are others are not, in which one could benefit from being them to be independent.
$endgroup$
– Majid Mortazavi
Aug 12 '18 at 18:31
$begingroup$
That objective would be an interesting objective to try, I am not aware of any! At the same time, how would you think one can take advantage of? What is your domain (target) that you are sure these labels are dependent? Take CelebA multilabel dataset (mmlab.ie.cuhk.edu.hk/projects/CelebA.html), some labels could be considered dependent Female/Lipstick/etc., but there are others are not, in which one could benefit from being them to be independent.
$endgroup$
– Majid Mortazavi
Aug 12 '18 at 18:31
1
1
$begingroup$
@MajidMortazavi Thanks for time and consideration. The application is medical coding. The advantage is that different diseases have something in common. Thanks for introducing a new dataset to me.
$endgroup$
– pythinker
Aug 12 '18 at 18:45
$begingroup$
@MajidMortazavi Thanks for time and consideration. The application is medical coding. The advantage is that different diseases have something in common. Thanks for introducing a new dataset to me.
$endgroup$
– pythinker
Aug 12 '18 at 18:45
$begingroup$
If it is a neural network then all the classification is done together till the last layer where they are separated by using binary cross entropy. My understanding is that in neural networks like for image recognition the recognition is connected on all previous layers except the last one. So for neural networks it is not a big deal that the last layer predicts separately every category.
$endgroup$
– keiv.fly
Oct 13 '18 at 22:41
$begingroup$
If it is a neural network then all the classification is done together till the last layer where they are separated by using binary cross entropy. My understanding is that in neural networks like for image recognition the recognition is connected on all previous layers except the last one. So for neural networks it is not a big deal that the last layer predicts separately every category.
$endgroup$
– keiv.fly
Oct 13 '18 at 22:41
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
What you're looking for is called "cost-sensitive classification". Most methods however don't work with label similarities, but rather with relative penalties for different types of misclassifications.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "557"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f32413%2fobjective-function-for-multi-label-classification%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
What you're looking for is called "cost-sensitive classification". Most methods however don't work with label similarities, but rather with relative penalties for different types of misclassifications.
$endgroup$
add a comment |
$begingroup$
What you're looking for is called "cost-sensitive classification". Most methods however don't work with label similarities, but rather with relative penalties for different types of misclassifications.
$endgroup$
add a comment |
$begingroup$
What you're looking for is called "cost-sensitive classification". Most methods however don't work with label similarities, but rather with relative penalties for different types of misclassifications.
$endgroup$
What you're looking for is called "cost-sensitive classification". Most methods however don't work with label similarities, but rather with relative penalties for different types of misclassifications.
answered Nov 10 '18 at 16:40
anymous.askeranymous.asker
60618
60618
add a comment |
add a comment |
Thanks for contributing an answer to Data Science Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f32413%2fobjective-function-for-multi-label-classification%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
I guess the main idea about the whole concept is that the random process are
i.i.d
.$endgroup$
– Vaalizaadeh
May 30 '18 at 20:03
1
$begingroup$
That objective would be an interesting objective to try, I am not aware of any! At the same time, how would you think one can take advantage of? What is your domain (target) that you are sure these labels are dependent? Take CelebA multilabel dataset (mmlab.ie.cuhk.edu.hk/projects/CelebA.html), some labels could be considered dependent Female/Lipstick/etc., but there are others are not, in which one could benefit from being them to be independent.
$endgroup$
– Majid Mortazavi
Aug 12 '18 at 18:31
1
$begingroup$
@MajidMortazavi Thanks for time and consideration. The application is medical coding. The advantage is that different diseases have something in common. Thanks for introducing a new dataset to me.
$endgroup$
– pythinker
Aug 12 '18 at 18:45
$begingroup$
If it is a neural network then all the classification is done together till the last layer where they are separated by using binary cross entropy. My understanding is that in neural networks like for image recognition the recognition is connected on all previous layers except the last one. So for neural networks it is not a big deal that the last layer predicts separately every category.
$endgroup$
– keiv.fly
Oct 13 '18 at 22:41