Editing
Computer Vision
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Remembering</span> == * '''Pixel''' β The smallest unit of a digital image, containing color information (RGB channels with values 0β255). * '''Image classification''' β Assigning a label to an entire image (e.g., "cat" or "dog"). * '''Object detection''' β Identifying and localizing multiple objects within an image using bounding boxes. * '''Semantic segmentation''' β Classifying every pixel in an image with a class label (e.g., sky, road, person). * '''Instance segmentation''' β Like semantic segmentation but distinguishing individual object instances. * '''Convolution''' β A mathematical operation that slides a small filter (kernel) across an image to produce a feature map highlighting learned patterns. * '''Kernel/Filter''' β A small matrix of learnable weights applied during convolution (e.g., 3Γ3 or 5Γ5). * '''Pooling''' β A downsampling operation that reduces spatial dimensions, retaining important features (max pooling, average pooling). * '''Feature map''' β The output of a convolution layer representing activations at each spatial position. * '''Bounding box''' β A rectangle (x, y, width, height) used to localize an object in an image. * '''IoU (Intersection over Union)''' β A metric measuring overlap between predicted and ground-truth bounding boxes. * '''Anchor boxes''' β Predefined bounding box shapes used in object detection models like YOLO and Faster R-CNN. * '''Data augmentation''' β Artificially increasing training set diversity through transformations: flipping, rotation, cropping, color jitter. * '''Transfer learning''' β Using a model pre-trained on a large dataset (e.g., ImageNet) as a starting point for a new task. * '''ResNet''' β Residual Network; a CNN architecture with skip connections that enabled training of very deep networks. * '''Vision Transformer (ViT)''' β A transformer applied directly to patches of an image rather than using convolutions. </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information