Neural occupancy field

A neural occupancy field is a representation used in computer vision and graphics to encode 3D shapes or scenes by learning a continuous function that predicts the occupancy status of any point in space. This technique leverages neural networks to model detailed geometric information efficiently.

Read More →

VGGNet

VGGNet is a convolutional neural network architecture known for its simplicity and depth, developed by the Visual Geometry Group at the University of Oxford. It gained prominence for its performance in image recognition tasks, especially in the ImageNet Large Scale Visual Recognition Challenge (ILSVRC) 2014.

Read More →