paper-with-me

Papers

A Dual-Stream Neural Network Explains the Functional Segregation of Dorsal and Ventral Visual Pathways in Human Brains

2023-09-21 · NeurIPS 2023 11

The human visual system uses two parallel pathways for spatial processing and object recognition. In contrast, computer vision systems tend to use a single feedforward pathway, rendering them less robust, adaptive, or efficient than human vision. To bridge this gap, we developed a dual-stream vision model inspired by the human eyes and brain. At the input level, the model samples two complementary visual patterns to mimic how the human eyes use magnocellular and parvocellular retinal ganglion cells to separate retinal inputs to the brain. At the backend, the model processes the separate input patterns through two branches of convolutional neural networks (CNN) to mimic how the human brain uses the dorsal and ventral cortical pathways for parallel visual processing. The first branch (WhereCNN) samples a global view to learn spatial attention and control eye movements. The second branch (WhatCNN) samples a local view to represent the object around the fixation. Over time, the two branches interact recurrently to build a scene representation from moving fixations. We compared this model with the human brains processing the same movie and evaluated their functional alignment by linear transformation. The WhereCNN and WhatCNN branches were found to differentially match the dorsal and ventral pathways of the visual cortex, respectively, primarily due to their different learning objectives, rather than their distinctions in retinal sampling or sensitivity to attention-driven eye movements. These model-based results lead us to speculate that the distinct responses and representations of the ventral and dorsal streams are more influenced by their distinct goals in visual attention and object recognition than by their specific bias or selectivity in retinal inputs. This dual-stream model takes a further step in brain-inspired computer vision, enabling parallel neural networks to actively explore and understand the visual surroundings.

📄 PDF Abstract BibTeX

Code (1)

minkyu-choi04/dualstreambrains 공식 구현 pytorch

Similar Papers 제목 키워드 기반

A Tale of Two Lexica Testing Computational Hypotheses with Deep Convolutional Neural Networks

2021-04-13 · Enes Avcu, Olivia Newman, David Gow

Gow's (2012) dual lexicon model suggests that the primary purpose of words is to mediate the mappings between acoustic-phonetic input and other forms of linguistic representation. Motivated by evidence from functional im…

3D View Prediction Models of the Dorsal Visual Stream

2023-09-04 · Gabriel Sarch, Hsiao-Yu Fish Tung, Aria Wang, Jacob Prince 외

Deep neural network representations align well with brain activity in the ventral visual stream. However, the primate visual system has a distinct dorsal processing stream with different functional properties. To test if…

Towards Two-Stream Foveation-based Active Vision Learning

2024-03-24 · Timur Ibrayev, Amitangshu Mukherjee, Sai Aparna Aketi, Kaushik Roy

Deep neural network (DNN) based machine perception frameworks process the entire input in a one-shot manner to provide answers to both "what object is being observed" and "where it is located". In contrast, the "two-stre…

FoveationObjectObject LocalizationWeakly-Supervised Object Localization

Ventral-Dorsal Neural Networks: Object Detection via Selective Attention

2020-05-15 · Mohammad K. Ebrahimpour, Jiayun Li, Yen-Yun Yu, Jackson L. Reese 외

Deep Convolutional Neural Networks (CNNs) have been repeatedly proven to perform well on image classification tasks. Object detection methods, however, are still in need of significant improvements. In this paper, we pro…

image-classificationImage ClassificationObjectobject-detection+2

Sparse components distinguish visual pathways & their alignment to neural networks

2025-10-09 · Ammar I Marvi, Nancy G Kanwisher, Meenakshi Khosla arxiv

The ventral, dorsal, and lateral streams in high-level human visual cortex are implicated in distinct functional processes. Yet, deep neural networks (DNNs) trained on a single task model the entire visual system surpris…