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 →

Deepfool

Deepfool is an adversarial attack algorithm designed to find minimal perturbations that cause misclassification in machine learning models, particularly deep neural networks. It iteratively approximates the decision boundary to generate small, often imperceptible, modifications to input data. Deepfool highlights vulnerabilities in AI systems by demonstrating how easily they can be deceived.

Read More →