Editing
Embodied Cognition
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Embodied Cognition is the "Study of the Mind in the World"—the investigation of the late-20th-century "Cognitive Revolution" (~1990–Present) that "Argues" the "Mind" is not just in the "Brain," but is "Shaped" by the "Body" and its "Interaction" with the "Environment." While "Traditional AI" (see Article 01) sees the "Mind" as a "Logic Processor," **Embodied Cognition** sees it as a **"System for Action."** From "Affordances" and "Perception-Action Loops" to the "Extended Mind" of **Andy Clark** and **David Chalmers**, this field explores the "Physicality of Thought." It is the science of "Groundedness," explaining why "Walking" "Helps you Think"—and how "Tools" (like 'Smartphones') "Become" "Parts" of our "Cognitive Identity." </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Embodied Cognition''' — The "Hypothesis" that "Mental Processes" are "Deeply Rooted" in the "Body's Interactions" with the world. * '''Affordance''' — (James Gibson). The "Possibilities for Action" that an "Object" "Offers" to an "Animal" (e.g., 'A chair 'affords' sitting,' 'A handle 'affords' grasping'). * '''Perception-Action Loop''' — The "Cycle" where "Movement" "Changes" what you "See," and "What you See" "Directs" your next "Movement." * '''The Extended Mind''' — The "Idea" that "Tools" (Notebooks, Calculators, Smartphones) are **"Literally"** "Parts" of the "Mind" when we use them to "Solve Problems." * '''Proprioception''' — The "Sense" of the "Position" and "Movement" of the "Body" in space (The 'Sixth Sense'). * '''Conceptual Metaphor''' — (Lakoff/Johnson). The "Idea" that "Abstract Concepts" are "Built" from "Physical Experience" (e.g., 'A 'Warm' personality,' 'A 'High' status'). * '''Offloading''' — Using the "World" to "Store" information (e.g., 'Writing a shopping list' so you don't have to 'remember' it). * '''Coupling''' — When the "Brain," "Body," and "Environment" act as a "Single Unified System." * '''Situatedness''' — The "Idea" that "Thinking" always happens "In a Context," and "Context" "Determines" "Meaning." * '''The 'Pencil' Experiment''' — A study where "Holding a Pencil" in your "Mouth" (forcing a 'Smile' or 'Frown') "Changes" how you "Understand" "Happy or Sad" sentences. </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Embodied cognition is understood through '''Action''' and '''Metaphor'''. '''1. The "Mind" as a "Pilot" (Action)''': The brain didn't evolve to "Do Math." * It evolved to **"Move the Body"** to "Find Food" and "Avoid Danger." * Our "Thinking" is "Grounded" in **"Sensorimotor Systems."** * When you "Think" about "Kicking," the **"Motor Cortex"** (see Article 150) "Fires" just like you are "Actually Kicking." * "Understanding" is "Mental Simulation" of "Action." '''2. The "Physical" Foundation (Metaphor)''': "Abstract" is "Physical." * How do we "Understand" **"Time"**? * We use the **"Body Metaphor"** of **"Space."** * The "Past" is **"Behind"** us; the "Future" is **"Ahead."** * If we had "No Body" and "No Movement," we might have "No Concept of Time." * "Thought" is **"Physical Experience"** "Recycled." '''3. The "Leaky" Mind (The Extended Mind)''': Where does "You" end? * If you use a **"Notebook"** to "Store" all your "Memories," and you "Cannot Function" without it, is the notebook **"Part of your Mind"**? * **Andy Clark** says **"Yes."** * The "Mind" is a **"Scavenger"** that "Grabs" "Whatever is in the Environment" to "Increase" its "Power." * We are "Natural-Born Cyborgs" (see Article 555). '''The 'Rubber Hand' Illusion'''': A classic experiment. By "Stroking" a "Rubber Hand" while "Stroking" your "Hidden Real Hand," the "Brain" "Adopts" the "Rubber Hand" as **"Part of the Body."** It proved that our "Sense of Self" is "Plastic" and "Built" from "Real-Time Sensory Correlation." </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Extended Mind' (Calculating 'System' Memory):''' <syntaxhighlight lang="python"> def calculate_total_mind_capacity(biological_memory_mb, device_memory_mb): """ Shows how 'Tools' increase our 'Cognitive Power'. """ # Biological memory is 'Lossy' (Standard 10%) bio_effective = biological_memory_mb * 0.1 # Device memory is 'Perfect' (100%) but has 'Latency' device_effective = device_memory_mb * 0.8 # Assume 20% friction to access total_capacity = bio_effective + device_effective return f"TOTAL MIND CAPACITY: {round(total_capacity, 2)} MB. (90% is 'External')." # Case: A human (10MB bio) with a Smartphone (1000MB) print(calculate_total_mind_capacity(10, 1000)) </syntaxhighlight> ; Embodied Landmarks : '''Lakoff’s 'Metaphors We Live By' (1980)''' → The "Manifesto": proving that "Language" is "Built" on "Physical Analogies." : '''Rodney Brooks’s 'Subsumption Architecture' ''' → A "Revolution" in **Robotics** (see Article 08): building "Robots" that "Don't Have a Central Plan" but "Interact" "Directly" with the "World" (The 'Roomba' model). : '''The 'Action-Specific' Perception''' → The "Discovery" that "Professional Baseball Players" "Literally See" the "Ball" as "Larger" than beginners do. : '''Tactile 'Vision' for the Blind''' → (See Article 551). A "Device" that "Converts" "Camera Images" into "Vibrations" on the "Skin," "Allowing" the "Brain" to "See" through "Touch." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Computational vs. Embodied Mind ! Feature !! Computational (The Brain-in-a-Jar) !! Embodied (The Mind-in-the-World) |- | Analogy || A 'Computer' (Software/Hardware) || A 'Living Organism' |- | Representation || "Abstract Symbols / Logic" || "Sensorimotor Patterns / Actions" |- | Learning || "Inputting Data" || "Acting and Interacting" |- | Limits || "Skull / Neurons" || "Tools / Environment / Body" |- | Goal || "Information Processing" || "Survival / Navigation / Interaction" |} '''The Concept of "Affordances"''': Analyzing "The Interface." When you see a **"Button"**, you "Know" to **"Press"** it because of its "Shape." (See Article 605). A "Great Design" (see Article 587) "Uses" the "Natural Affordances" of the "Body" to "Make" "Thinking" "Unnecessary." "The World" "Tells You" "How to Use It." </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating Embodied Cognition: # '''Subjectivity''': If "Thinking" is "Physical," can a "Pure AI" (without a body) "Ever" "Truly Understand" "Love" or "Heat"? # '''Ethics''': If my "Smartphone" is "Part of my Mind," is "Stealing my Phone" "Assault"? # '''Education''': (See Article 110). Should "Learning" involve "More Movement" (e.g. 'Kinesthetic learning')? # '''Impact''': Why does "Sitting in a Hard Chair" "Make you" a "Tougher Negotiator"? (The 'Physicality of Mood'). </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''The 'Total Body' VR''': A "Haptic Suit" (see Article 604) that "Simulates" "Weight and Resistance," "Allowing" for "Truly Embodied" "Virtual Learning." # '''Neural 'Tool' Integration''': A "Brain Implant" (see Article 01) that "Makes" a "Robot Arm" "Feel" as "Natural" as your "Biological Arm." # '''Embodied 'Language' Apps''': A "Language Learning" tool that "Requires" you to "Perform Actions" (e.g. 'Jump' when you learn the word for 'Jump') to "Anchor" "Meaning." # '''Global 'Extended' Memory''': A "Shared AR Layer" over the world where "Everyone" "Offloads" "Knowledge," "Creating" a "Collective Embodied Mind." [[Category:Arts]] [[Category:Science]] [[Category:Psychology]] [[Category:Neuroscience]] [[Category:Philosophy]] [[Category:Cognitive Science]] [[Category:Robotics]] [[Category:Design]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:BloomIntro
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information