2018-02-05 depth perception - github pages

80
2018-02-05 Depth Perception PSY 525.001 • Vision Science • 2018 Spring Rick Gilmore 2018-02-05 08:53:13 1 / 77

Upload: others

Post on 27-Apr-2022

6 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 2018-02-05 Depth Perception - GitHub Pages

2018-02-05 Depth Perception

PSY 525.001 • Vision Science • 2018 Spring

Rick Gilmore

2018-02-05 08:53:13

1 / 77

Page 2: 2018-02-05 Depth Perception - GitHub Pages

2 / 77

Page 3: 2018-02-05 Depth Perception - GitHub Pages

But what is the Fourier Transform? A visual introduction.

3 / 77

Page 4: 2018-02-05 Depth Perception - GitHub Pages

Today's topics

4 / 77

Page 5: 2018-02-05 Depth Perception - GitHub Pages

Today's topics

Discuss project proposal

4 / 77

Page 6: 2018-02-05 Depth Perception - GitHub Pages

Today's topics

Discuss project proposal

Depth perception

4 / 77

Page 7: 2018-02-05 Depth Perception - GitHub Pages

Today's topics

Discuss project proposal

Depth perception

Discuss Leopold & Logothetis, N. K. (1996).

4 / 77

Page 8: 2018-02-05 Depth Perception - GitHub Pages

Term project

5 / 77

Page 9: 2018-02-05 Depth Perception - GitHub Pages

http://psu-psychology.github.io/psy-525-vision-spring-2018/project-proposal.html

6 / 77

Page 10: 2018-02-05 Depth Perception - GitHub Pages

Perceiving surfaces orientation (spatiallayout)

Slant, tilt, distance

7 / 77

Page 11: 2018-02-05 Depth Perception - GitHub Pages

8 / 77

Page 12: 2018-02-05 Depth Perception - GitHub Pages

Marr's 2.5 D sketch

9 / 77

Page 13: 2018-02-05 Depth Perception - GitHub Pages

10 / 77

Page 14: 2018-02-05 Depth Perception - GitHub Pages

Depth perception

11 / 77

Page 15: 2018-02-05 Depth Perception - GitHub Pages

"For those of a creationist bent, one could note that God must haveloved depth cues, for He made so many of them"

Yonas & Granrud, 1985, p. 45

12 / 77

Page 16: 2018-02-05 Depth Perception - GitHub Pages

Kinetic

Binocular

Static (pictoral)

Sensorimotor

13 / 77

Page 17: 2018-02-05 Depth Perception - GitHub Pages

Monocular (kinetic, static, some sensorimotor) vs.binocular cues

14 / 77

Page 18: 2018-02-05 Depth Perception - GitHub Pages

Kinetic cues to depth

15 / 77

Page 19: 2018-02-05 Depth Perception - GitHub Pages

Kinetic Depth Effect Demo

Kinetic depth e�ect (KDE)

16 / 77

Page 21: 2018-02-05 Depth Perception - GitHub Pages

Kinetic depth e�ect3D structure perceived from temporal sequence of 2D (outline-only) views.

Reported in Wallach, H., & O’Connell, D. N. (1953). The Kinetic Depth Effect.Journal of Experimental Psychology, 45(4), 205.

18 / 77

Page 22: 2018-02-05 Depth Perception - GitHub Pages

Structure from Motion Demo

Structure from motion

19 / 77

Page 23: 2018-02-05 Depth Perception - GitHub Pages

Archival Gibson - 1958 - Motion parallax and perceived depth

Motion parallax

20 / 77

Page 24: 2018-02-05 Depth Perception - GitHub Pages

City motion parallax

21 / 77

Page 25: 2018-02-05 Depth Perception - GitHub Pages

The geometry of motion parallaxWhere is fixation? What is the direction of motion?

22 / 77

Page 26: 2018-02-05 Depth Perception - GitHub Pages

PJ Treffner - Occlusion demos: Accretion and deletion

Texture accretion & deletion

23 / 77

Page 27: 2018-02-05 Depth Perception - GitHub Pages

Second-order motion perception

Texture accretion & deletion

24 / 77

Page 28: 2018-02-05 Depth Perception - GitHub Pages

Task 1: Example of 100% Radial Optic Flow (no random dots) wit…

Optic �ow

25 / 77

Page 29: 2018-02-05 Depth Perception - GitHub Pages

AR.Drone Helicopter Optical Flow Test #1

Optic �ow and autonomous �ight

26 / 77

Page 30: 2018-02-05 Depth Perception - GitHub Pages

Binocular cues to depth

27 / 77

Page 31: 2018-02-05 Depth Perception - GitHub Pages

StereopsisPerception of depth and 3D structure from stimulation of both eyes

28 / 77

Page 32: 2018-02-05 Depth Perception - GitHub Pages

Horoptera line or surface containing all those points in space whose images fall on

corresponding points of the retinas of the two eyes.

29 / 77

Page 33: 2018-02-05 Depth Perception - GitHub Pages

30 / 77

Page 35: 2018-02-05 Depth Perception - GitHub Pages

32 / 77

Page 36: 2018-02-05 Depth Perception - GitHub Pages

library(imager)n_pts <- 100left_img <- array(round(runif(n=n_pts^2),0), dim = c(n_pts, n_pts))plot(as.cimg(left_img), axes=FALSE)

33 / 77

Page 37: 2018-02-05 Depth Perception - GitHub Pages

right_img <- left_imgsquare_pix <- 20center_square <- right_img[floor(n_pts/2-square_pix/2):floor(n_pts/2+plot(as.cimg(center_square), axes=FALSE)

34 / 77

Page 38: 2018-02-05 Depth Perception - GitHub Pages

Auto-stereogramCan't really fuse these from projected image. Why?

35 / 77

Page 39: 2018-02-05 Depth Perception - GitHub Pages

The "correspondence" problemHow do retinal image points/edges correspond to object points/edges?

Why can it take time to "fuse" stereograms?

36 / 77

Page 40: 2018-02-05 Depth Perception - GitHub Pages

37 / 77

Page 41: 2018-02-05 Depth Perception - GitHub Pages

Marr-Poggio algorithm for solvingUse: surface opacity & surface continuity heuristics

Iterate until a best-fitting solution is found

38 / 77

Page 42: 2018-02-05 Depth Perception - GitHub Pages

Da Vinci stereopsisDifferent eyes see different portions of surfaces

39 / 77

Page 43: 2018-02-05 Depth Perception - GitHub Pages

Geometry of self-motion, object-motion, and disparity40 / 77

Page 44: 2018-02-05 Depth Perception - GitHub Pages

Static (pictoral) cues to depth

41 / 77

Page 45: 2018-02-05 Depth Perception - GitHub Pages

Linear Perspective

42 / 77

Page 46: 2018-02-05 Depth Perception - GitHub Pages

43 / 77

Page 47: 2018-02-05 Depth Perception - GitHub Pages

44 / 77

Page 49: 2018-02-05 Depth Perception - GitHub Pages

Relative size

46 / 77

Page 50: 2018-02-05 Depth Perception - GitHub Pages

47 / 77

Page 51: 2018-02-05 Depth Perception - GitHub Pages

48 / 77

Page 53: 2018-02-05 Depth Perception - GitHub Pages

Actual position ofPerson A

Apparent positionof person A

Apparentshape of room Viewing

peephole

Actual andapparent positionof person B

https://en.wikipedia.org/wiki/Ames_room

50 / 77

Page 54: 2018-02-05 Depth Perception - GitHub Pages

Aerial perspective

Defocus blur

51 / 77

Page 56: 2018-02-05 Depth Perception - GitHub Pages

Interposition, occultation53 / 77

Page 57: 2018-02-05 Depth Perception - GitHub Pages

Texture gradients

54 / 77

Page 59: 2018-02-05 Depth Perception - GitHub Pages

56 / 77

Page 60: 2018-02-05 Depth Perception - GitHub Pages

http://psychsciencenotes.blogspot.com/2011/08/mirrors-are-literally-windows-to.html

57 / 77

Page 61: 2018-02-05 Depth Perception - GitHub Pages

Lighting, shading, & shadow cues

58 / 77

Page 62: 2018-02-05 Depth Perception - GitHub Pages

59 / 77

Page 63: 2018-02-05 Depth Perception - GitHub Pages

60 / 77

Page 64: 2018-02-05 Depth Perception - GitHub Pages

61 / 77

Page 65: 2018-02-05 Depth Perception - GitHub Pages

Sensorimotor cues to depth

Palmer's "ocular" cues

62 / 77

Page 66: 2018-02-05 Depth Perception - GitHub Pages

VergenceEyes (typically) converge on a 3D point. Angle of vergence related to 3D

geometry.

63 / 77

Page 67: 2018-02-05 Depth Perception - GitHub Pages

Lens Accommodation

Accommodation

64 / 77

Page 68: 2018-02-05 Depth Perception - GitHub Pages

<

The accommodation re�ex

Vergence, pupil diameter change, + accommodation

65 / 77

Page 69: 2018-02-05 Depth Perception - GitHub Pages

2-Minute Neuroscience: Vestibular System

Vestibular system detects head rotation, translation

66 / 77

Page 70: 2018-02-05 Depth Perception - GitHub Pages

Vestibular signals speed, direction of rotation,translation

More motion parallax with head translation thanrotation

67 / 77

Page 71: 2018-02-05 Depth Perception - GitHub Pages

Comparing the cues

68 / 77

Page 72: 2018-02-05 Depth Perception - GitHub Pages

The human brain in depth: how we see in 3D

Integrating the cuesWelchman, A. E. (2016). The human brain in depth: how we see in 3D. Annual

Review of Vision Science. annualreviews.org. Retrieved fromhttp://www.annualreviews.org/doi/abs/10.1146/annurev-vision-111815-114605

69 / 77

Page 73: 2018-02-05 Depth Perception - GitHub Pages

Heuristics

About world, illumination conditions

70 / 77

Page 74: 2018-02-05 Depth Perception - GitHub Pages

Alternative view:These aren't cues; they are information. Animals don't "reconstruct" 3D space;

they perceive it directly.

71 / 77

Page 75: 2018-02-05 Depth Perception - GitHub Pages

Amazing T-Rex Illusion!

72 / 77

Page 76: 2018-02-05 Depth Perception - GitHub Pages

Break time

73 / 77

Page 77: 2018-02-05 Depth Perception - GitHub Pages

Leopold & Logothetis, N. K. (1996)

74 / 77

Page 78: 2018-02-05 Depth Perception - GitHub Pages

Core phenomenaBinocular rivalryNeural basis of binocular rivalryNeural basis of "conscious" visual experience

75 / 77

Page 79: 2018-02-05 Depth Perception - GitHub Pages

Next time...

Perceptual organization

Size, shape, orientation, & position

76 / 77

Page 80: 2018-02-05 Depth Perception - GitHub Pages

Slides created via the R package xaringan. Rendered HTML and supportingfiles are pushed to GitHub where GitHub's 'pages' feature is used to host and

serve the course website.

77 / 77