datacite.yml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. # Metadata for DOI registration according to DataCite Metadata Schema 4.1.
  2. # For detailed schema description see https://doi.org/10.5438/0014
  3. ## Required fields
  4. # The main researchers involved. Include digital identifier (e.g., ORCID)
  5. # if possible, including the prefix to indicate its type.
  6. authors:
  7. -
  8. firstname: "Paul"
  9. lastname: "Fahey"
  10. affiliation: "Department of Neuroscience, Baylor College of Medicine, Houston, TX, USA"
  11. id: "ORCID:0000-0001-6844-3551"
  12. -
  13. firstname: "Polina"
  14. lastname: "Turishcheva"
  15. affiliation: "Institute of Computer Science and Campus Institute Data Science, University of Göttingen, Germany"
  16. -
  17. firstname: "Laura"
  18. lastname: "Hansel"
  19. affiliation: "Institute of Computer Science and Campus Institute Data Science, University of Göttingen, Germany"
  20. -
  21. firstname: "Rachel"
  22. lastname: "Froebe"
  23. affiliation: "Department of Neuroscience, Baylor College of Medicine, Houston, TX, USA"
  24. -
  25. firstname: "Kayla"
  26. lastname: "Ponder"
  27. affiliation: "Department of Neuroscience, Baylor College of Medicine, Houston, TX, USA"
  28. -
  29. firstname: "Michaela"
  30. lastname: "Vystrcilová"
  31. affiliation: "Institute of Computer Science and Campus Institute Data Science, University of Göttingen, Germany"
  32. -
  33. firstname: "Yongrong"
  34. lastname: "Qiu"
  35. affiliation: "International Max Planck Research School for Intelligent Systems, University of Tübingen, Germany"
  36. -
  37. firstname: "Konstantin"
  38. lastname: "Willeke"
  39. affiliation: "International Max Planck Research School for Intelligent Systems, University of Tübingen, Germany"
  40. -
  41. firstname: "Mohammad"
  42. lastname: "Bashiri"
  43. affiliation: "International Max Planck Research School for Intelligent Systems, University of Tübingen, Germany"
  44. -
  45. firstname: "Andreas"
  46. lastname: "Tolias"
  47. affiliation: "Department of Neuroscience, Baylor College of Medicine, Houston, TX, USA"
  48. -
  49. firstname: "Fabian"
  50. lastname: "Sinz"
  51. affiliation: "Institute of Computer Science and Campus Institute Data Science, University of Göttingen, Germany"
  52. -
  53. firstname: "Alexander"
  54. lastname: "Ecker"
  55. affiliation: "Institute of Computer Science and Campus Institute Data Science, University of Göttingen, Germany"
  56. # A title to describe the published resource.
  57. title: "The Dynamic Sensorium competition for predicting large-scale mouse visual cortex activity from videos - Dataset"
  58. # Additional information about the resource, e.g., a brief abstract.
  59. description: |
  60. Understanding how biological visual systems process information is challenging due to the complex nonlinear relationship between neuronal responses and high-dimensional visual input. Artificial neural networks have already improved our understanding of this system by allowing computational neuroscientists to create predictive models and bridge biological and machine vision. During the Sensorium 2022 competition, we introduced benchmarks for vision models with static input. However, animals operate and excel in dynamic environments, making it crucial to study and understand how the brain functions under these conditions. Moreover, many biological theories, such as predictive coding, suggest that previous input is crucial for current input processing. Currently, there is no standardized benchmark to identify state-of-the-art dynamic models of the mouse visual system. To address this gap, we propose the Sensorium 2023 Competition with dynamic input. This includes the collection of a new large-scale dataset from the primary visual cortex of five mice, containing responses from over 38,000 neurons to over 2 hours of dynamic stimuli per neuron. Participants in the main benchmark track will compete to identify the best predictive models of neuronal responses for dynamic input. We will also host a bonus track in which submission performance will be evaluated on out-of-domain input, using withheld neuronal responses to dynamic input stimuli whose statistics differ from the training set. Both tracks will offer behavioral data along with video stimuli. As before, we will provide code, tutorials, and strong pre-trained baseline models to encourage participation. We hope this competition will continue to strengthen the accompanying Sensorium benchmarks collection as a standard tool to measure progress in large-scale neural system identification models of the entire mouse visual hierarchy and beyond.
  61. # Lit of keywords the resource should be associated with.
  62. # Give as many keywords as possible, to make the resource findable.
  63. keywords:
  64. - Neuroscience
  65. - Predictive models
  66. - Mouse visual cortex
  67. - System identification
  68. # License information for this resource. Please provide the license name and/or a link to the license.
  69. # Please add also a corresponding LICENSE file to the repository.
  70. license:
  71. name: "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License."
  72. url: "https://creativecommons.org/licenses/by-nc-nd/4.0/"
  73. ## Optional Fields
  74. # Funding information for this resource.
  75. # Separate funder name and grant number by comma.
  76. funding:
  77. - "EXC 2064/1"
  78. - "SFB 1233"
  79. - "SFB 1528"
  80. - "NSF 1707400"
  81. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  82. # Please provide digital identifier (e.g., DOI) if possible.
  83. # Add a prefix to the ID, separated by a colon, to indicate the source.
  84. # Supported sources are: DOI, arXiv, PMID
  85. # In the citation field, please provide the full reference, including title, authors, journal etc.
  86. references:
  87. -
  88. id: "doi:10.48550"
  89. reftype: "IsDescribedBy"
  90. # citation: "Citation1"
  91. # -
  92. # id: "arxiv:mmmm.nnnn"
  93. # reftype: "IsSupplementTo"
  94. # citation: "Citation2"
  95. # -
  96. # id: "pmid:nnnnnnnn"
  97. # reftype: "IsReferencedBy"
  98. # citation: "Citation3"
  99. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  100. resourcetype: Dataset
  101. # Do not edit or remove the following line
  102. templateversion: 1.2