This document proposes using a deep belief network (DBN) to learn depth perception from optical flow information. It describes:
1) Using motion parallax and optical flow cues to perceive depth in humans and insects.
2) Generating labeled training data from 3D graphics scenes to teach the DBN the mapping from motion to depth.
3) The DBN architecture, which takes motion energy maps as input and uses multiple hidden layers and backpropagation to predict depth maps.
4) Test results showing the DBN achieves a higher R^2 score for depth prediction than other models like linear regression.