01
Conceptual map
From pixels to objects, scenes, and actions: the representations and architectures that power visual intelligence. Start by naming the representation, objective, and source of evidence in any system you study. This habit separates a useful model explanation from a list of buzzwords.
02
Technical reasoning
Use the learning outcomes as checks for understanding: Choose between classification, detection, segmentation, and generation; Understand convolutional and patch-based vision models; Design evaluation around geometry, calibration, and shift. For each claim, ask what assumptions make it true, what data it needs, and how it could fail.
03
Equations to implementation
Translate each equation into a small experiment before treating it as memorized knowledge. 2D convolution: A learnable kernel scans local neighborhoods to detect reusable visual patterns.
04
Evidence and research practice
Read primary work with a repeatable lens: problem, method, data, measurement, limits, and what would change your mind. This section starts with “ImageNet Classification with Deep Convolutional Neural Networks”, “U-Net: Convolutional Networks for Biomedical Image Segmentation”, “An Image is Worth 16x16 Words”. Follow citations outward only after you can explain the central claim in your own words.