📖 Overview
The Psychology of Computer Vision presents foundational concepts in artificial intelligence and machine vision from a cognitive science perspective. Published in 1975, this work draws connections between human visual perception and computational approaches to visual processing.
Winston details key technical problems in computer vision including pattern recognition, scene analysis, and three-dimensional interpretation. The text examines specific visual processing tasks like edge detection, object recognition, and motion tracking while explaining both implementation methods and theoretical frameworks.
The book explores broader questions about knowledge representation, learning, and the relationship between biological and artificial vision systems. Through examples and case studies, it demonstrates how insights from psychology can inform the development of machine vision algorithms.
This influential work helped establish computer vision as its own field while highlighting the value of interdisciplinary approaches. The core thesis - that understanding human perception can guide artificial vision system design - continues to influence modern AI research and development.
👀 Reviews
Limited reader reviews exist online for this technical book from 1975. Engineering and computer science students report using it as a reference text for early computer vision concepts.
Readers appreciated:
- Clear explanations of foundational computer vision algorithms
- Inclusion of actual code examples and implementations
- Historical significance in documenting early AI vision research
Common criticisms:
- Very dated content from early days of computer vision
- Dense academic writing style
- Limited coverage of modern techniques
Available Ratings:
Goodreads: 3.5/5 (4 ratings, 0 written reviews)
Amazon: No ratings or reviews available
WorldCat: No user reviews
Most discussion appears in academic papers citing the work rather than consumer reviews. Several computer vision researchers mention referencing this book during their early studies in the 1970s-80s, but few detailed reader opinions exist online.
📚 Similar books
Vision: A Computational Investigation into the Human Representation and Processing of Visual Information by David Marr
A fundamental text on computational theories of human vision and visual information processing that builds upon Winston's early work.
Intelligence: From Principles to Practice by Rolf Pfeifer and Christian Scheier Presents cognitive science and artificial intelligence through the lens of embodied systems that interact with their environment.
Computer Vision: Models, Learning, and Inference by Simon J.D. Prince Connects machine learning principles with computer vision applications using probabilistic models and inference techniques.
Mind Design II: Philosophy, Psychology, Artificial Intelligence by John Haugeland Explores the intersection of cognitive science, artificial intelligence, and philosophy through seminal papers that examine representation and computation.
Artificial Intelligence: A Modern Approach by Stuart J. Russell Provides comprehensive coverage of computer vision within the broader context of artificial intelligence and machine perception.
Intelligence: From Principles to Practice by Rolf Pfeifer and Christian Scheier Presents cognitive science and artificial intelligence through the lens of embodied systems that interact with their environment.
Computer Vision: Models, Learning, and Inference by Simon J.D. Prince Connects machine learning principles with computer vision applications using probabilistic models and inference techniques.
Mind Design II: Philosophy, Psychology, Artificial Intelligence by John Haugeland Explores the intersection of cognitive science, artificial intelligence, and philosophy through seminal papers that examine representation and computation.
Artificial Intelligence: A Modern Approach by Stuart J. Russell Provides comprehensive coverage of computer vision within the broader context of artificial intelligence and machine perception.
🤔 Interesting facts
🔷 Published in 1975, this was one of the first comprehensive books to explore how computers might be programmed to interpret visual information, laying groundwork for modern computer vision and AI.
🔷 Author Patrick Henry Winston served as director of MIT's Artificial Intelligence Laboratory from 1972 to 1997, mentoring generations of AI researchers during a crucial period in the field's development.
🔷 The book introduced the concept of "frames" in artificial intelligence—a way of representing knowledge that influenced modern object recognition systems and machine learning architectures.
🔷 Many principles discussed in the book were implemented using the LISP programming language, which became the dominant language for AI research throughout the 1970s and 1980s.
🔷 Winston's work helped establish the "blocks world" as a fundamental testing ground for computer vision algorithms—a simplified environment where programs could learn to recognize basic shapes and spatial relationships.