Exam questions SS21 Flashcards
Describe the Chinese room argument
The CRA is a thought experiment which states that a computer cannot think even if it passes the Turing Test / a system that behaves like cognitive systems does not necessarily act with the same principles as a cognitive system.
In the Chinese Room there is someone who translates Chinese symbols to the english language based on rules. To a person outside of the room it appears that the person in the room actually understands the Chinese language although the person does not but only uses rules.
- Explain the purpose of the Chinese room argument
The Chinese Room is a thought experiment which states that the Turing test does not necessarily imply that a machine can have cognition. In the Chinese Room, there is someone who translates Chinese symbols to the english language based on rules. To a person outside of the room it appears that the person in the room actually understands the Chinese language although the person does not but only uses rules. This could be the same case for the machine that passes the Turing Test.
- Describe the Turing test
The Turing Test is a test of a machine’s ability to exhibit intelligent behaviour equivalent to, or indistinguishable from, that of a human.
A human evaluator would judge natural language conversations between a human and a machine designed to generate human-like responses (text only). If the evaluator could not reliably tell the machine from the human, the machine would be said to have passed the test.
- Explain what the robotics paradox is.
The robotics paradox concerns the fact that machines are good (outperform humans) at well-defined, repeatable tasks but can’t outperform humans at supposedly simple tasks. No robot can operate in dynamic real-world environments and carry out everyday tasks. The reason is that simple tasks like shopping are slightly different every time and it is not possible to account for every circumstance when writing a deterministic program. Slight changes create misalignment between worldview and reality. Priory knowledge is required for real-life conditions.
- Explain the difference between cognitivist cognitive systems and emergent cognitive systems
Cognitivist cognitive systems are based on the hypothesis that cognition is a form of computation. Cognitive functions are modelled as working computer programs.
In emergent cognitive models, cognition is a continuous self-organisation process that is driven by the interaction between the agent and its environment.
- Name seven cognitive capabilities that a system must possess in order to be self-reliant and adaptive, and interact with its environment
Self-reliant
- goal-directed
- autonomous
- interact with other agents
Perception & Action
- interpretation
- sensing
- anticipation
- adaption
Adaption
- reaction
- learning
- anomaly detection
- Name the four different lobes in the cerebrum and explain what their main cognitive functions are.
Frontal lobe: short-term memory, action planning, movement control
Parietal lobe: somatic sensation, body image
Temporal lobe: hearing, learning, memory, emotions
Occipital lobe: vision
- Assume that you have a doll company. Your new series features dolls that are more realistic than any toy produced until now. However, the doll is highly unsuccessful and testers describe it as creepy. Name and explain the phenomenon that is taking place
Uncanny valley phenomenon states that a steady increase in human-likeness does not yield a steady increase in the familiarity to humans.
- A company claims that it can make you smarter by unlocking the 90% unused capacity of your brain. Explain whether this is possible or not
This is not possible because if we would use all of our brain at the same time the result would be epilepsy. Humans use their entire brain but just not at once.
- Define what a cognitive system is.
A cognitive system is an autonomous system that can perceive its environment, learn from experience, anticipate the outcome of events, has goal-oriented behaviour and can adapt to changing circumstances.
- Define cognition
Cognition is the process of knowing and includes perception and judgement. It includes all processes of consciousness by which knowledge is accumulated like perceiving, recognizing. It is the experience of knowing and different from feeling or willing. It refers to the mind and the brain.
- Name the components of a cognitive system
Environment (situatedness)
Body (embodiment)
Brain (constraints)
Other Agents (interaction)
- Name two applications that require cognition
Human-machine interaction
Natural Language processing
- Draw the cycle of cognitive processing
perception -> cognition (anticipation, assimilation, adaption) -> action
- Name the two schools of thought which deal with the mind-body problem. For each of them, describe their approach to the problem
Mind-body problem: How is the mental world related to the physical world?
Monism: There is only one mind and body. Mental states are physical states. If two people have the same mental property they share the corresponding physical property.
Substance Dualism: Mind and body are two separate entities. Their separation makes the soul immortal and enables free will.
- Explain What kinds of tasks robots/computers perform better than humans, and which ones they perform worse. Give an example for each of them.
Robots are good at performing well-defined, repeatable tasks in controlled environments like a factory conducting a welding task. Humans are good at performing simple tasks like grocery shopping. These simple tasks are not deterministic and might change.
- Explain why birds sing using an ultimate explanation and using a proximate explanation
Proximate explanation of why birds sing is because certain hormones in their brain trigger the vocal cords to produce songs.
The ultimate explanation is that they do so because they want to mate and reproduce.
- Name four advantages of executing experiments with virtual robots instead of physical ones.
save costs because no physical form is required
save time as you can run virtual experiments quicker and in parallel
less robots breaking down because you can just restart the experiment virtually. Less damage
no sensor imperfections
reset experiment automatically
- Explain what the neurorobotics platform is and explain the advantages of its usage
The neurorobotics platform is a multidisciplinary approach and tries to unify neuroscience, robotics, and AI. You have simulated robots in a virtual environment controlled by NN. The advantage is that you don’t have to have a physical robot and you can thus save time and money.
- Name two software tools that are integrated in the neurorobotics platform
Gazebo: body simulation for robots in virtual environments
OpenSim: modelling and simulation of movement
- Explain the function of buffers in ACT-R
Information about the current state of the module is exposed through named buffers. Every buffer stores one chunk and is assigned to exactly one module. Buffers serve as interfaces between modules. Buffers directly process queries about their contents.
- Explain a module in ACT-R. Name two features of modules in ACT-R.
Modules represent independent parallel processing units that encapsulate specific functions: every module corresponds to a cognitive function in the brain information processing is independent from other modules
- Explain what production is in ACT-R
Production is a statement of a particular contingency that control behavior
- Explain whether the following statement is true or false: “Only 10% of the human brain is used”
It is not true. We use our entire brain, just not all of it at the same time.
- Explain what the main purpose of the white matter in the cerebrum is.
White matter essentially functions in affecting learning and brain functions, modulating the distribution of action potential, and coordinating communication between the different brain regions.
Name and describe the anatomy of the surface of the cerebral cortex.
Gyri = crests formed by the convoluted surface of the cerebral cortex Sulci = fissures between two neighbouring gyri lobes = on each hemisphere there are two major sulci which divide the cerebral surface into the frontal, parietal, temporal and occipital lobe.
- Name two distinctive features of human brain that makes it stand out among other species
neuron morphology: the pyramidal neurons in the human cortex have the most elaborate and spine-rich dendritic trees
Electrical properties of neurons: pyramidal neurons have a low membrane capacity, which enhances signal transmission
- Explain what the Blue Brain Project
Whole brain model that developed a data-driven reconstruction process for cortical microcircuits.
The digital reconstruction is based on experimental data and predictions and aims at reproducing data observed in experiments.