MindModeling@Home

Last updated
MindModeling@Home
MindModeling.gif
interactive screensaver
Initial releaseMarch 17, 2007 (2007-03-17)
Development statusInactive
Operating system Cross-platform
Platform BOINC
Average performance1,800 GFLOPS, [1]
Active users1,900
Total users8,600
Active hosts2,800
Total hosts24,500
Website mindmodeling.org

MindModeling@Home [2] is a non-profit, volunteer computing research project for the advancement of cognitive science. MindModeling@Home is hosted by Wright State University and the University of Dayton in Dayton, Ohio.

Contents

In BOINC, it is in the area of Cognitive Science and category called Cognitive science and artificial intelligence. [3] It can only operate on a 64-bit operating system, preferably on a computer with multiple cores, running a Microsoft Windows, Mac OS X, or Linux operating system. This project is not compatible with mobile devices, unlike other projects on BOINC.

Research focus

Problems

Scientific results

  1. Godwin H.J., Walenchok S. et al. Faster than the speed of rejection: Object identification processes during visual search for multiple targets. J Exp Psychol Hum Percept Perform. 41-4, (2016). [11]
  2. Moore L. R., Gunzelmann G. An interpolation approach for fitting computationally intensive models. Cognitive Systems Research 19, (2014). [12]
  3. Moore L.R. Cognitive model exploration and optimization: a new challenge for computational science. Comput Math Organ Theory 17, 296–313. (2011). [13]
  4. Moore L.R., Kopala M., Mielke T. et al. Simultaneous performance exploration and optimized search with volunteer computing. 19th ACM International Symposium on High Performance Distributed Computing, (2010). [14]
  5. Harris J., Gluck K.A., Moore L.R. MindModeling@Home. . . and Anywhere Else You Have Idle Processors. 9th International Conference on Cognitive Modelling, (2009). [15]
  6. Gluck K., Scheutz M. Combinatorics meets processing power: Large-scale computational resources for BRIMS. 16th Conference on Behavior Representation in Modeling and Simulation, BRIMS. 1. 73-83. (2007). [16]

See also

Related Research Articles

Grid computing is the use of widely distributed computer resources to reach a common goal. A computing grid can be thought of as a distributed system with non-interactive workloads that involve many files. Grid computing is distinguished from conventional high-performance computing systems such as cluster computing in that grid computers have each node set to perform a different task/application. Grid computers also tend to be more heterogeneous and geographically dispersed than cluster computers. Although a single grid can be dedicated to a particular application, commonly a grid is used for a variety of purposes. Grids are often constructed with general-purpose grid middleware software libraries. Grid sizes can be quite large.

<span class="mw-page-title-main">SETI@home</span> BOINC based volunteer computing project searching for signs of extraterrestrial intelligence

SETI@home is a project of the Berkeley SETI Research Center to analyze radio signals, searching for signs of extraterrestrial intelligence. Until March 2020, it was run as an Internet-based public volunteer computing project that employed the BOINC software platform. It is hosted by the Space Sciences Laboratory at the University of California, Berkeley, and is one of many activities undertaken as part of the worldwide SETI effort.

<span class="mw-page-title-main">Berkeley Open Infrastructure for Network Computing</span> Open source middleware system for volunteer and grid computing

The Berkeley Open Infrastructure for Network Computing is an open-source middleware system for volunteer computing. Developed originally to support SETI@home, it became the platform for many other applications in areas as diverse as medicine, molecular biology, mathematics, linguistics, climatology, environmental science, and astrophysics, among others. The purpose of BOINC is to enable researchers to utilize processing resources of personal computers and other devices around the world.

Bio-inspired computing, short for biologically inspired computing, is a field of study which seeks to solve computer science problems using models of biology. It relates to connectionism, social behavior, and emergence. Within computer science, bio-inspired computing relates to artificial intelligence and machine learning. Bio-inspired computing is a major subset of natural computation.

<span class="mw-page-title-main">World Community Grid</span> BOINC based volunteer computing project to aid scientific research

World Community Grid (WCG) is an effort to create the world's largest volunteer computing platform to tackle scientific research that benefits humanity. Launched on November 16, 2004, with proprietary Grid MP client from United Devices and adding support for Berkeley Open Infrastructure for Network Computing (BOINC) in 2005, World Community Grid eventually discontinued the Grid MP client and consolidated on the BOINC platform in 2008. In September 2021, it was announced that IBM transferred ownership to the Krembil Research Institute of University Health Network in Toronto, Ontario.

<span class="mw-page-title-main">BOINC Credit System</span> Tracking of CPU time donated to BOINC projects

Within the BOINC platform for volunteer computing, the BOINC Credit System helps volunteers keep track of how much CPU time they have donated to various projects. This ensures users are returning accurate results for both scientific and statistical reasons.

<span class="mw-page-title-main">Rosetta@home</span> BOINC based volunteer computing project researching protein folding

Rosetta@home is a volunteer computing project researching protein structure prediction on the Berkeley Open Infrastructure for Network Computing (BOINC) platform, run by the Baker laboratory at the University of Washington. Rosetta@home aims to predict protein–protein docking and design new proteins with the help of about fifty-five thousand active volunteered computers processing at over 487,946 GigaFLOPS on average as of September 19, 2020. Foldit, a Rosetta@home videogame, aims to reach these goals with a crowdsourcing approach. Though much of the project is oriented toward basic research to improve the accuracy and robustness of proteomics methods, Rosetta@home also does applied research on malaria, Alzheimer's disease, and other pathologies.

Similarity Matrix of Proteins (SIMAP) is a database of protein similarities created using volunteer computing. It is freely accessible for scientific purposes. SIMAP uses the FASTA algorithm to precalculate protein similarity, while another application uses hidden Markov models to search for protein domains. SIMAP is a joint project of the Technical University of Munich, the Helmholtz Zentrum München, and the University of Vienna.

<span class="mw-page-title-main">Evolution@Home</span> 2001 volunteer computing project

evolution@home was a volunteer computing project for evolutionary biology, launched in 2001. The aim of Evolution@Home is to improve understanding of evolutionary processes. This is achieved by simulating individual-based models. The Simulator005 module of evolution@home was designed to better predict the behaviour of Muller's ratchet.

<span class="mw-page-title-main">Volunteer computing</span> System where users donate computer resources to contribute to research

Volunteer computing is a type of distributed computing in which people donate their computers' unused resources to a research-oriented project, and sometimes in exchange for credit points. The fundamental idea behind it is that a modern desktop computer is sufficiently powerful to perform billions of operations a second, but for most users only between 10-15% of its capacity is used. Typical uses like basic word processing or web browsing leave the computer mostly idle.

proteins@home BOINC based volunteer computing project

proteins@home was a volunteer computing project that used the BOINC architecture. The project was run by the Department of Biology at École Polytechnique. The project began on December 28, 2006 and ended in June 2008.

<span class="mw-page-title-main">Iterative Stencil Loops</span>

Iterative Stencil Loops (ISLs) are a class of numerical data processing solution which update array elements according to some fixed pattern, called a stencil. They are most commonly found in computer simulations, e.g. for computational fluid dynamics in the context of scientific and engineering applications. Other notable examples include solving partial differential equations, the Jacobi kernel, the Gauss–Seidel method, image processing and cellular automata. The regular structure of the arrays sets stencil techniques apart from other modeling methods such as the Finite element method. Most finite difference codes which operate on regular grids can be formulated as ISLs.

<span class="mw-page-title-main">MilkyWay@home</span> BOINC based volunteer computing project researching astronomy

MilkyWay@home is a volunteer computing project in the astrophysics category, running on the Berkeley Open Infrastructure for Network Computing (BOINC) platform. Using spare computing power from over 38,000 computers run by over 27,000 active volunteers as of November 2011, the MilkyWay@home project aims to generate accurate three-dimensional dynamic models of stellar streams in the immediate vicinity of the Milky Way. With SETI@home and Einstein@home, it is the third computing project of this type that has the investigation of phenomena in interstellar space as its primary purpose. Its secondary objective is to develop and optimize algorithms for volunteer computing.

<span class="mw-page-title-main">AQUA@home</span> BOINC based volunteer computing project researching quantum computing

AQUA@home was a volunteer computing project operated by D-Wave Systems that ran on the Berkeley Open Infrastructure for Network Computing (BOINC) software platform. It ceased functioning in August 2011. Its goal was to predict the performance of superconducting adiabatic quantum computers on a variety of problems arising in fields ranging from materials science to machine learning. It designed and analyzed quantum computing algorithms, using Quantum Monte Carlo techniques.

<span class="mw-page-title-main">Docking@Home</span> BOINC based volunteer computing project researching protein structure

Docking@Home was a volunteer computing project hosted by the University of Delaware and running on the Berkeley Open Infrastructure for Network Computing (BOINC) software platform. It models protein-ligand docking using the CHARMM program. Volunteer computing allows an extensive search of protein-ligand docking conformations and selection of near-native ligand conformations are achieved by using ligand based hierarchical clustering. The ultimate aim was the development of new pharmaceutical drugs.

Informatics is the study of computational systems, especially those for data storage and retrieval. According to the ACM Europe Council and Informatics Europe, informatics is synonymous with computer science and computing as a profession, in which the central notion is transformation of information. In other countries, the term "informatics" is used with a different meaning in the context of library science.

<span class="mw-page-title-main">SLinCA@Home</span> BOINC based volunteer computing project researching LHC development

SLinCA@Home was a research project that uses Internet-connected computers to do research in fields such as physics and materials science.

Massively parallel is the term for using a large number of computer processors to simultaneously perform a set of coordinated computations in parallel. GPUs are massively parallel architecture with tens of thousands of threads.

<span class="mw-page-title-main">Hanna Wallach</span> Computational social scientist

Hanna Wallach is a computational social scientist and partner research manager at Microsoft Research. Her work makes use of machine learning models to study the dynamics of social processes. Her current research focuses on issues of fairness, accountability, transparency, and ethics as they relate to AI and machine learning.

References

  1. de Zutter W. "MindModeling@Home: Credit overview". boincstats.com. Archived from the original on 2014-01-22. Retrieved 2014-01-21.
  2. Moore, L. Richard; Kopala, Matthew; Mielke, Thomas; Krusmark, Michael; Gluck, Kevin A. (2010-06-21). "Simultaneous performance exploration and optimized search with volunteer computing". Proceedings of the 19th ACM International Symposium on High Performance Distributed Computing. HPDC '10. New York, NY, USA: Association for Computing Machinery: 312–315. doi:10.1145/1851476.1851518. ISBN   978-1-60558-942-8. S2CID   18679055. Archived from the original on 2022-09-05. Retrieved 2022-08-14.
  3. "Choosing BOINC projects". boinc.berkeley.edu. Archived from the original on 2018-01-03. Retrieved 2019-07-13.
  4. "Projects Overview". mindmodeling.org. Archived from the original on 2019-07-12. Retrieved 2019-07-13.
  5. "MindModeling@Home - BOINC". boinc.berkeley.edu. Archived from the original on 2019-03-06. Retrieved 2019-07-13.
  6. "Hails and Farewells". mindmodeling.org. Archived from the original on 2018-08-17. Retrieved 2019-07-13.
  7. "Project status". mindmodeling.org. Archived from the original on 2019-07-13. Retrieved 2019-07-13.
  8. "Read our rules and policies". mindmodeling.org. Archived from the original on 2019-07-13. Retrieved 2019-07-13.
  9. "MindModeling@Home (Beta)". mindmodeling.org. Archived from the original on 2019-07-13. Retrieved 2019-07-13.
  10. "When will mindmodeling@home be out of beta". mindmodeling.org. Archived from the original on 2018-08-27. Retrieved 2019-07-13.
  11. Godwin, Hayward J.; Walenchok, Stephen C.; Houpt, Joseph W.; Hout, Michael C.; Goldinger, Stephen D. (August 2015). "Faster than the speed of rejection: Object identification processes during visual search for multiple targets". Journal of Experimental Psychology: Human Perception and Performance. 41 (4): 1007–1020. doi:10.1037/xhp0000036. ISSN   1939-1277. PMC   4516661 . PMID   25938253.
  12. Richard Moore, L.; Gunzelmann, Glenn (2014-09-01). "An interpolation approach for fitting computationally intensive models". Cognitive Systems Research. 29–30: 53–65. doi:10.1016/j.cogsys.2013.09.001. ISSN   1389-0417. S2CID   26656979.
  13. Moore, L. Richard (2011-09-01). "Cognitive model exploration and optimization: a new challenge for computational science". Computational and Mathematical Organization Theory. 17 (3): 296–313. doi:10.1007/s10588-011-9092-8. ISSN   1572-9346. S2CID   7767242.
  14. Moore, L. Richard; Kopala, Matthew; Mielke, Thomas; Krusmark, Michael; Gluck, Kevin A. (2010-06-21). "Simultaneous performance exploration and optimized search with volunteer computing". Proceedings of the 19th ACM International Symposium on High Performance Distributed Computing. HPDC '10. New York, NY, USA: Association for Computing Machinery: 312–315. doi:10.1145/1851476.1851518. ISBN   978-1-60558-942-8. S2CID   18679055.
  15. "Mindmodeling@Home. . . and Anywhere Else You Have Idle Processors".{{cite journal}}: Cite journal requires |journal= (help)
  16. "ACT-R » Publications » Combinatorics meets processing power: larger-scale computational resources for BRIMS" . Retrieved 2022-10-09.