Monday, February 27, 2012
Conference paper deadline: FCTA 2012
The deadline for submitting papers to the International Conference on Fuzzy Computation Theory and Applications (FCTA) 2012 is 19 April 2012. This conference will be held in Barcelona, Spain, 5-7 October, 2012.
Labels:
call for papers,
conferences
Friday, February 24, 2012
Reminder: paper submission deadline for UCNC 2012
A reminder that the deadline for submitting papers to the 11th Conference on Unconventional Computation and Natural Computation (UCNC) 2012 is 26 March 2012. This conference will be held in Orleans, France, 3-6 September, 2012.
Labels:
call for papers,
conferences,
reminder
Thursday, February 23, 2012
Reminder: paper submission deadline for CIDM 2012
A reminder that the deadline for submitting papers to the Third International Workshop on Computational Intelligence for Disaster Management (CIDM) 2012 is March 25 2012. This workshop will be held in Bucharest, Romania, 19-21 September 2012.
Labels:
call for papers,
conferences,
reminder
Wednesday, February 22, 2012
Using MLP to model the distribution of bacterial crop diseases
A new paper I co-authored with Sue Worner at Lincoln University is now available and describes how we used MLP to model the global distribution of bacterial crop diseases.
We had data on the presence or absence of certain species of bacterial crop disease (that is, bacteria that infect and cause diseases in plants we use as crops) in 459 geo-political regions throughout the world. We also had data on the climate in these regions and the presence of host plant species. We created MLP that predicted the presence or absence of the bacteria species from climate (abiotic factors). We also created MLP that predicted the presence or absence of the bacteria species from the host plant species assemblages (biotic factors). While both of these approaches worked, we got much better accuracies by combining the outputs into ensembles, and by using a cascaded or tandem ANN approach.
Ensembles are a way of combining the outputs of several ANN. An input vector is propagated through each of the ANN, and the output values combined either statistically (the final output value is the max, mean or median of the uncombined outputs) or algorithmically (output is determined as a majority vote of the uncombined outputs - that is, if the majority of the values is above a threshold, the output of the ensemble is a presence, otherwise, absence). We looked at three different kinds of ensemble: firstly, ensembles of the best ten MLP trained on abiotic inputs; secondly, ensembles of the best ten MLP trained on biotic inputs; and finally, ensembles that combined the best ten MLP trained on abiotic input as well as the best ten MLP trained on biotic inputs. These last ensembles were particularly interesting, as it allowed us to make predictions of species distributions using both biotic and abiotic factors simultaneously. The rationale behind ensembles is that different MLP learn different parts of the problem space: by combining the outputs of several MLP, it is possible to cover a larger part of the problem space, and therefore to boost prediction accuracy. Combining abiotic and biotic factors is the same idea. We know that an organism is affected by both of these factors, so combining both of them allows us to make more accurate predictions.
While the ensemble approach boosted the prediction accuracies, we thought we could do better, so we created MLP that took as inputs the outputs of the very best MLP trained on abiotic and biotic factors. In other words, the outputs of the climate and host networks were used as the input values for a second-level of MLP, which were then trained on the presence and absence of the bacteria species. The idea behind tandem ANN is that, if a first-level network makes a mistake - that is, if a climate or host MLP makes an incorrect prediction - then the tandem network can learn to correct it. Again, we were combining abiotic and biotic factors to make predictions.
The results of all these techniques were that while the single-level MLP were able to predict the distributions of the crop diseases fairly well, combining abiotic and biotic factors gave much better accuracy, whether the combination was achieved by a simple ensemble approach, or by using a tandem MLP approach.
This paper is published in Computational Ecology and Software, an open-access journal. Given my previous posts extolling the virtues of open access journals (see here, here, here and here) I'm putting my academic money where my mouth is, and submitting to open-access journals.
We had data on the presence or absence of certain species of bacterial crop disease (that is, bacteria that infect and cause diseases in plants we use as crops) in 459 geo-political regions throughout the world. We also had data on the climate in these regions and the presence of host plant species. We created MLP that predicted the presence or absence of the bacteria species from climate (abiotic factors). We also created MLP that predicted the presence or absence of the bacteria species from the host plant species assemblages (biotic factors). While both of these approaches worked, we got much better accuracies by combining the outputs into ensembles, and by using a cascaded or tandem ANN approach.
Ensembles are a way of combining the outputs of several ANN. An input vector is propagated through each of the ANN, and the output values combined either statistically (the final output value is the max, mean or median of the uncombined outputs) or algorithmically (output is determined as a majority vote of the uncombined outputs - that is, if the majority of the values is above a threshold, the output of the ensemble is a presence, otherwise, absence). We looked at three different kinds of ensemble: firstly, ensembles of the best ten MLP trained on abiotic inputs; secondly, ensembles of the best ten MLP trained on biotic inputs; and finally, ensembles that combined the best ten MLP trained on abiotic input as well as the best ten MLP trained on biotic inputs. These last ensembles were particularly interesting, as it allowed us to make predictions of species distributions using both biotic and abiotic factors simultaneously. The rationale behind ensembles is that different MLP learn different parts of the problem space: by combining the outputs of several MLP, it is possible to cover a larger part of the problem space, and therefore to boost prediction accuracy. Combining abiotic and biotic factors is the same idea. We know that an organism is affected by both of these factors, so combining both of them allows us to make more accurate predictions.
While the ensemble approach boosted the prediction accuracies, we thought we could do better, so we created MLP that took as inputs the outputs of the very best MLP trained on abiotic and biotic factors. In other words, the outputs of the climate and host networks were used as the input values for a second-level of MLP, which were then trained on the presence and absence of the bacteria species. The idea behind tandem ANN is that, if a first-level network makes a mistake - that is, if a climate or host MLP makes an incorrect prediction - then the tandem network can learn to correct it. Again, we were combining abiotic and biotic factors to make predictions.
The results of all these techniques were that while the single-level MLP were able to predict the distributions of the crop diseases fairly well, combining abiotic and biotic factors gave much better accuracy, whether the combination was achieved by a simple ensemble approach, or by using a tandem MLP approach.
This paper is published in Computational Ecology and Software, an open-access journal. Given my previous posts extolling the virtues of open access journals (see here, here, here and here) I'm putting my academic money where my mouth is, and submitting to open-access journals.
Labels:
applications,
neural networks,
papers
Tuesday, February 21, 2012
Conference paper deadline: NIPS 2012
The deadline for submitting papers to Neural Information Processing Systems (NIPS) 2012 is 2 June 2012. This conference will be held at Lake Tahoe, Nevada, 3-6 December, 2012.
Labels:
call for papers,
conferences
Monday, February 20, 2012
Call for papers: Applications of ECoS
Special issue of Evolving Systems on
Applications of Evolving Connectionist Systems
Guest Editor
Scope
The topic of this special issue is “Applications of Kasabov’s Evolving Connectionist Systems”.
In modern society, the volume and rate of data production are huge and set to increase. To process and utilise this avalanche of data, methods are needed that can rapidly and accurately model it as it becomes available. These models must be able to learn throughout their lifetimes, without forgetting what they have previously learned, and be able to explain themselves.
Kasabov’s Evolving Connectionist Systems (ECoS) are able to fulfil each of these requirements. They are a class of constructive neural networks that learn via structural growth and adaptation. They have a fast, one-pass learning algorithm, where all that can be learnt from the data is learned in the first training pass. Because of their open structure, they exhibit continuous, life-long learning whereby the structure expands as necessary to accommodate new data. Finally, they have a strong resistance to catastrophic forgetting following additional training on new data.
Examples of ECoS networks include the Evolving Fuzzy Neural Network (EFuNN), which was the first ECoS network published and is characterised by embedded fuzzy logic elements. There is also the Simple Evolving Connectionist System (SECoS), which is essentially an EFuNN with the fuzzy elements removed, and the Dynamic Evolving Fuzzy Inference System (DENFIS) for discovering Takagi-Sugeno style fuzzy rules. Many ECoS networks use fuzzy rule extraction algorithms that allow for the explanation of what the networks have learned, in a comprehensible manner.
ECoS networks are well suited to applications that are dealing with new data continuously and that have dynamic, time-critical aspects. Previous applications of ECoS include:
- Stock market prediction and macroeconomic modelling
- Speech recognition, especially multi-speaker speech recognition
- Bioinformatics and medical modelling
- Image and video parsing
- Robot control
- Information system security
The special issue is concerned with all aspects of the application of ECoS networks to real-life problems and data sets. Topics of interest include, but are not limited to:
- Applications of ECoS to real-world problems
- Data mining of complex data sets using ECoS
- Comparisons of ECoS with other algorithms over real-world data sets
- Modifications of ECoS algorithms to fit them to real-world problems
Proposed Schedule
- Submission due date: 16 April, 2012
- Preliminary notification of acceptance: 4 June, 2012
- Revised manuscripts due: 9 July, 2012
- Final acceptance notification: 6 August, 2012
- Final version due: 3 September, 2012
- Intended publication date: January, 2013
Submission
The special issue invites original contributions within the specified scope. Manuscripts must not be under review elsewhere, nor can they have been previously published. Extended conference papers must contain at least 30% new material. Please format all manuscripts according to the Instructions for Authors:
Please submit all papers via the online submission system:
Labels:
call for papers,
journals
Friday, February 17, 2012
Reminder: paper submission deadline for IEEE CISDA 2012
A reminder that the deadline for papers submitted to the IEEE Workshop on Computational Intelligence for Security and Defence Applications (IEEE CISDA) 2012 is 19 March 2012. This workshop will be held in Ottawa, Canada, 11-13 July 2012.
Labels:
call for papers,
conferences,
reminder
Thursday, February 16, 2012
Call for papers: CIDU 2012
The deadline for submitting papers to the 2012 Conference on Intelligent Data Understanding (CIDU) 2012 is 18 May 2012. This conference will be held in Boulder, Colorado, 24-26 October, 2012.
Labels:
call for papers,
conferences
Wednesday, February 15, 2012
Reminder: paper submission deadline ICONIP 2012
A reminder that the paper submission deadline for the International Conference on Neural Information Processing (ICONIP) 2012 is May 15, 2012. This conference will be held in Doha, Qatar, November 26-29, 2012.
Labels:
call for papers,
conferences,
reminder
Tuesday, February 14, 2012
Reminder: paper submission deadline for IEEE CIMSA 2012
A reminder that the deadline for submitting papers to the IEEE International Conference on Computational Intelligence for Measurement Systems and Applications (IEEE CIMSA) 2012 is 15 March 2012. This conference will be held in Tianjin, China, 2-4 July 2012.
Labels:
call for papers,
conferences,
reminder
Monday, February 13, 2012
Reminder: paper submission deadline for PPSN 2012
A reminder that the deadline for submitting papers to the 12th International Conference on Parallel Problem Solving from Nature (PPSN) 2012 is the 12th of March, 2012. This conference will be held in Taormina, Italy, 1-5 September 2012.
Labels:
call for papers,
conferences,
reminder
Friday, February 10, 2012
Paper deadline extension: ICIC 2012
The deadline for papers submitted to the International Conference on Intelligent Computing (ICIC) 2012 has been extended to March 31, 2012. This conference will be held in Huangshan, China, July 25-29, 2012.
Labels:
call for papers,
conferences
Conference paper submission deadline for UKCI 2012
The paper submission deadline for the 12th UK Annual Workshop on Computational Intelligence (UKCI) 2012 is May 1, 2012. This workshop will be held in Edinburgh, Scotland, UK, 5-7 September, 2012.
Labels:
call for papers,
conferences
Thursday, February 9, 2012
New article: IEEE CIS social media
An article I co-wrote with Albert Lam, Dongrui Wu and Pablo Estevez, describing the social media presence of the IEEE Computational Intelligence Society:
Via IEEE Xplore.
Alternative link.
Via IEEE Xplore.
Alternative link.
Labels:
papers,
social networking,
societies
Conference paper deadline: iCAST 2012
The deadline for submitting papers to the 4th International Conference on Awareness Science and Technology (iCAST) 2012 is 15 April 2012. The conference will be held in Seoul, Korea, 21-24 August, 2012.
Labels:
call for papers,
conferences
Wednesday, February 8, 2012
Call for papers: AI'12
The deadline for submitting papers to the 25th Australasian Joint Conference on Artificial Intelligence (AI) 2012 is 29 June, 2012. This conference will be held in Sydney, Australia, 4-7 December, 2012.
Labels:
call for papers,
conferences
Tuesday, February 7, 2012
Reminder: Paper submission deadline for ECAI 2012
A reminder that the deadline for papers submitted to the 20th European Conference on Artificial Intelligence (ECAI) 2012 is 6 March 2012. This conference will be held in Montpellier, France, 27-21 August, 2012.
Labels:
call for papers,
conferences,
reminder
Monday, February 6, 2012
Conference paper deadline: NAFIPS 2012
The paper submission deadline for the 31st annual meeting of the North American Fuzzy Information Processing Society (NAFIPS) 2012 is February 26, 2012. This conference will be held in Berkeley, California, USA,
Labels:
call for papers,
conferences
Friday, February 3, 2012
The problem with academic journals 4
Or, why I'm not boycotting Elsevier.
"You never change something by fighting the existing reality. To change something build a new model that makes the existing model obsolete." - R. Buckminster Fuller
This is the fourth post in a series about the problems with the big academic journal publishers. In summary: the journals get their content for free; get their quality control (peer review / refereeing) for free; and get their editors for free, yet they charge many thousands of dollars for subscriptions. This bad situation has been compounded by publishers like Elsevier basically trying to buy a law that directly attacks open-access journals.
In response to this, and to other bad behaviour, calls for a boycott of Elsevier have culminated in this website being launched, where scientists can pledge to not submit, referee or edit for Elsevier journals. At the time of writing, around 3000 scientists have already done so.
I am not one of them, and I will not be one of them. I have several reasons for taking this position, some of them idealistic, and others pragmatic.
Firstly, I agree with the sentiment from Fuller above: it is better to create something new than to tear down the old. In this case, it means that it is better to support open access journals than to boycott traditional journals. In other words, let the old journals wither away into history because they have been made obsolete, not because one particular publisher has been throttled by a boycott.
Secondly, boycotting one publisher (Elsevier, in this case) won't achieve much. Other publishers, who are guilty of much the same behaviour as Elsevier, will simply pick up the slack, that is, they will see an increase in submissions that would have otherwise have gone to Elsevier journals. The boycott might hurt Elsevier, but it won't fix the problem with academic journals.
Thirdly, there is a lack of alternative venues for some fields. For my ecological research, the most appropriate journals are Ecological Informatics and Ecological Modelling, both of which are published by Elsevier. There is an open-access alternative to them, Computational Ecology and Software, but it is less than a year old and has yet to become anywhere near as established as the incumbents.
Fourthly, students and junior researchers do not have much of a choice where they submit their papers. If your supervisor says to submit your paper to an Elsevier journal, do you really have a choice about it?
Finally, any early-career researcher who signs on to this boycott is setting themselves up for some trouble down the line. As an early-career researcher myself, I ask myself, do I want to mark myself as someone who will not try to publish in the top journals in my field, just because they are published by Elsevier? I need to publish in the most appropriate and highly-ranked journals in my field, and for me, most of those are published by Elsevier. Put another way, I don't have a permanent job yet, so I need to publish in the most appropriate and highly-ranked journals for the sake of my career. I need to develop my career because I have a family to support. If that makes me a coward, at least I'll be a coward who can feed his family.
We will not solve the problems with academic journals by boycotting any one publisher. We will solve the problems with academic journals by supporting open access journals. That means submitting papers to them, refereeing papers for them, and volunteering on their editorial boards. I am supporting CES, by publishing papers with them, and by working on their editorial board. I might even start my own open-access journal one day. But we need more top researchers to get involved with open access journals. We need the big names to support them, so they get the citations they need to increase their impact factors, so the journals become more desirable venues in which to publish.
If there were a site where scientists could pledge to submit, referee and do editorial work for open-access journals, I would sign up there. I might even set it up myself - it's not like I need to sleep, is it?
"You never change something by fighting the existing reality. To change something build a new model that makes the existing model obsolete." - R. Buckminster Fuller
This is the fourth post in a series about the problems with the big academic journal publishers. In summary: the journals get their content for free; get their quality control (peer review / refereeing) for free; and get their editors for free, yet they charge many thousands of dollars for subscriptions. This bad situation has been compounded by publishers like Elsevier basically trying to buy a law that directly attacks open-access journals.
In response to this, and to other bad behaviour, calls for a boycott of Elsevier have culminated in this website being launched, where scientists can pledge to not submit, referee or edit for Elsevier journals. At the time of writing, around 3000 scientists have already done so.
I am not one of them, and I will not be one of them. I have several reasons for taking this position, some of them idealistic, and others pragmatic.
Firstly, I agree with the sentiment from Fuller above: it is better to create something new than to tear down the old. In this case, it means that it is better to support open access journals than to boycott traditional journals. In other words, let the old journals wither away into history because they have been made obsolete, not because one particular publisher has been throttled by a boycott.
Secondly, boycotting one publisher (Elsevier, in this case) won't achieve much. Other publishers, who are guilty of much the same behaviour as Elsevier, will simply pick up the slack, that is, they will see an increase in submissions that would have otherwise have gone to Elsevier journals. The boycott might hurt Elsevier, but it won't fix the problem with academic journals.
Thirdly, there is a lack of alternative venues for some fields. For my ecological research, the most appropriate journals are Ecological Informatics and Ecological Modelling, both of which are published by Elsevier. There is an open-access alternative to them, Computational Ecology and Software, but it is less than a year old and has yet to become anywhere near as established as the incumbents.
Fourthly, students and junior researchers do not have much of a choice where they submit their papers. If your supervisor says to submit your paper to an Elsevier journal, do you really have a choice about it?
Finally, any early-career researcher who signs on to this boycott is setting themselves up for some trouble down the line. As an early-career researcher myself, I ask myself, do I want to mark myself as someone who will not try to publish in the top journals in my field, just because they are published by Elsevier? I need to publish in the most appropriate and highly-ranked journals in my field, and for me, most of those are published by Elsevier. Put another way, I don't have a permanent job yet, so I need to publish in the most appropriate and highly-ranked journals for the sake of my career. I need to develop my career because I have a family to support. If that makes me a coward, at least I'll be a coward who can feed his family.
We will not solve the problems with academic journals by boycotting any one publisher. We will solve the problems with academic journals by supporting open access journals. That means submitting papers to them, refereeing papers for them, and volunteering on their editorial boards. I am supporting CES, by publishing papers with them, and by working on their editorial board. I might even start my own open-access journal one day. But we need more top researchers to get involved with open access journals. We need the big names to support them, so they get the citations they need to increase their impact factors, so the journals become more desirable venues in which to publish.
If there were a site where scientists could pledge to submit, referee and do editorial work for open-access journals, I would sign up there. I might even set it up myself - it's not like I need to sleep, is it?
Labels:
journals,
research craft
Thursday, February 2, 2012
Reminder: paper submission deadline SEAL 2012
A reminder that the deadline for submitting papers to the 9th International Conference on Evolution and Learning (SEAL) 2012 is 1 May 2012. This conference will be held in Hanoi, Vietnam, 16-19 December, 2012.
Labels:
call for papers,
conferences,
reminder
Subscribe to:
Posts (Atom)