Skip to content

Commit

Permalink
Merge pull request #396 from neuromatch/prepod-day-2
Browse files Browse the repository at this point in the history
explanation t2
  • Loading branch information
SamueleBolotta authored Aug 7, 2024
2 parents 4838b85 + bfa1e48 commit c0136fe
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 24 deletions.
17 changes: 10 additions & 7 deletions tutorials/W1D2_ComparingTasks/W1D2_Tutorial2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1602,13 +1602,16 @@
"source": [
"# to_remove explanation\n",
"\"\"\"\n",
"Konkle and Alvarez (2022) speculate that perceptual judgements of visual similarity might be\n",
"driven by a process of contrastive learning not unlike that in AI. Different views of the same\n",
"scene, like the augmentations used in contrastive learning, can be generated by eye movements,\n",
"body movements and the passage of time. The hippocampus could hold these views in working memory\n",
"to implement a form of contrastive learning in neocortex. These ideas are closely related to\n",
"long-standing ideas about predictive coding in the brain. This remains an active and fascinating\n",
"area of research.\n",
"Our brain's ability to perform contrastive learning is linked to the function of the ventral visual stream.\n",
"This area of the brain processes visual information and has been shown to develop hierarchical features that\n",
"capture the structure of visual input through self-supervised learning mechanisms. Evidence suggests that anterior\n",
"regions of the ventral visual stream, particularly the anterior occipito-temporal cortex (aOTC), encode substantial\n",
"information about object categories without requiring explicit category-level supervision (Konkle and Alvarez, 2022).\n",
"Instead, these representations emerge through domain-general learning from natural image structures, where the brain\n",
"differentiates between individual views and categories based on the inherent statistical properties of visual input\n",
"(Livingstone et al., 2019; Arcaro and Livingstone, 2021). This capability supports the notion that the brain's visual\n",
"system can form complex object representations and categorization using self-supervised learning frameworks similar to\n",
"those in artificial neural networks.\n",
"\"\"\""
]
},
Expand Down
17 changes: 10 additions & 7 deletions tutorials/W1D2_ComparingTasks/instructor/W1D2_Tutorial2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1606,13 +1606,16 @@
"source": [
"# to_remove explanation\n",
"\"\"\"\n",
"Konkle and Alvarez (2022) speculate that perceptual judgements of visual similarity might be\n",
"driven by a process of contrastive learning not unlike that in AI. Different views of the same\n",
"scene, like the augmentations used in contrastive learning, can be generated by eye movements,\n",
"body movements and the passage of time. The hippocampus could hold these views in working memory\n",
"to implement a form of contrastive learning in neocortex. These ideas are closely related to\n",
"long-standing ideas about predictive coding in the brain. This remains an active and fascinating\n",
"area of research.\n",
"Our brain's ability to perform contrastive learning is linked to the function of the ventral visual stream.\n",
"This area of the brain processes visual information and has been shown to develop hierarchical features that\n",
"capture the structure of visual input through self-supervised learning mechanisms. Evidence suggests that anterior\n",
"regions of the ventral visual stream, particularly the anterior occipito-temporal cortex (aOTC), encode substantial\n",
"information about object categories without requiring explicit category-level supervision (Konkle and Alvarez, 2022).\n",
"Instead, these representations emerge through domain-general learning from natural image structures, where the brain\n",
"differentiates between individual views and categories based on the inherent statistical properties of visual input\n",
"(Livingstone et al., 2019; Arcaro and Livingstone, 2021). This capability supports the notion that the brain's visual\n",
"system can form complex object representations and categorization using self-supervised learning frameworks similar to\n",
"those in artificial neural networks.\n",
"\"\"\""
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
"""
Our brain's ability to perform contrastive learning is linked to the function of the ventral visual stream.
This area of the brain processes visual information and has been shown to develop hierarchical features that
capture the structure of visual input through self-supervised learning mechanisms. Evidence suggests that anterior
regions of the ventral visual stream, particularly the anterior occipito-temporal cortex (aOTC), encode substantial
information about object categories without requiring explicit category-level supervision (Konkle and Alvarez, 2022).
Instead, these representations emerge through domain-general learning from natural image structures, where the brain
differentiates between individual views and categories based on the inherent statistical properties of visual input
(Livingstone et al., 2019; Arcaro and Livingstone, 2021). This capability supports the notion that the brain's visual
system can form complex object representations and categorization using self-supervised learning frameworks similar to
those in artificial neural networks.
"""

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tutorials/W1D2_ComparingTasks/student/W1D2_Tutorial2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@
"execution": {}
},
"source": [
"[*Click for solution*](https://github.com/neuromatch/NeuroAI_Course/tree/main/tutorials/W1D2_ComparingTasks/solutions/W1D2_Tutorial2_Solution_81063c05.py)\n",
"[*Click for solution*](https://github.com/neuromatch/NeuroAI_Course/tree/main/tutorials/W1D2_ComparingTasks/solutions/W1D2_Tutorial2_Solution_0cd5a0dc.py)\n",
"\n"
]
},
Expand Down

0 comments on commit c0136fe

Please sign in to comment.