Computer Vision

Explore Computer Vision through related topics and the articles other pages reference most.

Explore articles

Reset filters
Browse subtopics: Neural Networks

Articles that also belong to these categories. Counts cover all of Computer Vision.

Showing 1-17 of 17 articles

DenseNet

DenseNet (Densely Connected Convolutional Networks) is a convolutional neural network architecture that connects every layer to every other layer in a feed-forward fashion

Deep LearningNeural Networks

EfficientNet

EfficientNet is a family of convolutional neural network architectures and a model-scaling method that uniformly scales network depth, width, and input resolution with a single compound coefficient, developed…

Deep LearningNeural Networks

LeNet

LeNet is the pioneering family of convolutional neural networks developed by Yann LeCun and collaborators at AT&T Bell Labs between roughly 1988 and 1998 to read handwritten characters

Artificial IntelligenceDeep Learning

MobileNet

MobileNet is a family of efficient convolutional neural network (CNN) architectures developed by Google for mobile and edge AI applications.

AI HardwareDeep Learning

NeRF

Neural Radiance Fields (NeRF) is a method for synthesizing photorealistic novel views of a 3D scene by encoding the scene as a continuous 5D function (3D position plus 2D viewing direction) inside a single…

Deep LearningNeural Networks

Pooling

Pooling is a downsampling operation in neural networks that aggregates each local region of a feature map into a single summary value

Neural Networks

ResNet

ResNet, short for residual network, is a family of deep convolutional neural networks introduced by Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun at CVPR 2016.

Deep LearningNeural Networks

Spatial Pooling

Spatial pooling is a downsampling operation in convolutional neural networks (CNNs) that replaces a local region of a feature map with a single summary statistic, such as the maximum or the average of the…

Machine LearningNeural Networks

Swin Transformer

The Swin Transformer (Shifted Window Transformer) is a hierarchical vision transformer architecture that computes self-attention within local, non-overlapping windows and introduces a shifted window…

Deep LearningNeural Networks

VGG

VGG (also called VGGNet) is a deep convolutional neural network architecture, introduced in 2014 by Karen Simonyan and Andrew Zisserman of the Visual Geometry Group at the University of Oxford

Deep LearningNeural Networks

YOLO (object detection)

YOLO (You Only Look Once) is a family of object detection models that treat detection as a single regression problem, predicting bounding boxes and class probabilities directly from full images in one forward…

Deep LearningNeural Networks