Tagged articles
9 articles
Page 1 of 1
AI Algorithm Path
AI Algorithm Path
Nov 1, 2025 · Artificial Intelligence

Deep Dive into Vision Transformer Patch Embedding Mechanisms

This article explains how Vision Transformers convert images into patch embeddings, compares flattening versus convolutional approaches, discusses position and CLS tokens, analyzes the effect of patch size, explores pixel‑level tokens, and contrasts ViT’s inductive bias with CNNs.

Computer VisionConvolutionInductive Bias
0 likes · 10 min read
Deep Dive into Vision Transformer Patch Embedding Mechanisms
Model Perspective
Model Perspective
Nov 23, 2024 · Artificial Intelligence

How Do Image Filters Work? From Linear Color Adjustments to AI-Powered Repainting

This article examines the mathematical foundations of digital image filters, covering single‑pixel color transformations, multi‑pixel convolution operations, and fully‑repainted filters based on deep‑learning techniques, providing formulas, modeling processes, and illustrative examples to reveal how simple linear adjustments evolve into sophisticated AI‑driven stylizations.

ConvolutionFiltersImage Processing
0 likes · 7 min read
How Do Image Filters Work? From Linear Color Adjustments to AI-Powered Repainting
Model Perspective
Model Perspective
Oct 18, 2023 · Fundamentals

Unlock the Power of Convolution: From Signal Smoothing to Deep Learning

This article explains the mathematical definition of convolution, walks through discrete and continuous examples, demonstrates its use in signal smoothing with moving averages, and surveys its wide-ranging applications in signal processing, communications, computer vision, seismology, medical imaging, and statistics.

ConvolutionDeep LearningImage Processing
0 likes · 7 min read
Unlock the Power of Convolution: From Signal Smoothing to Deep Learning
360 Smart Cloud
360 Smart Cloud
Aug 31, 2021 · Artificial Intelligence

Understanding Convolution, Convolutional Neural Networks, and Their Implementation in Image Processing

This article explains the mathematical concept of 2‑D convolution, demonstrates its use for image filtering with examples such as blurring and Sobel edge detection, introduces artificial neural networks and back‑propagation, and details the design, training, and performance of convolutional neural networks for tasks like Sobel filter learning and MNIST digit recognition, including full Python code examples.

CNNConvolutionDeep Learning
0 likes · 25 min read
Understanding Convolution, Convolutional Neural Networks, and Their Implementation in Image Processing
21CTO
21CTO
Nov 3, 2020 · Artificial Intelligence

How Does Image Recognition Work? A Simple Guide to Core Principles

This article explains the fundamental principles of image recognition, covering how images are converted to numeric arrays, processed by scanning matrix blocks, and matched against patterns to identify objects such as text, faces, cats, dogs, or mice.

AI basicsComputer VisionConvolution
0 likes · 4 min read
How Does Image Recognition Work? A Simple Guide to Core Principles
WecTeam
WecTeam
Jan 16, 2020 · Frontend Development

Create Stunning Image Filters with Canvas: From Basics to Convolution

This tutorial explains how to implement common image filters such as red, grayscale, and inverse effects using the Canvas API, then introduces convolution fundamentals to achieve advanced effects like edge detection and sharpening, complete with code samples and visual results.

ConvolutionImage FilteringJavaScript
0 likes · 14 min read
Create Stunning Image Filters with Canvas: From Basics to Convolution
Tencent TDS Service
Tencent TDS Service
Jun 7, 2018 · Artificial Intelligence

Upgrading HED Edge Detection to TensorFlow 1.7: Refactored Code and New Layer Techniques

This tutorial walks through rewriting the HED edge‑detection network for TensorFlow 1.7, covering deprecated API fixes, migration from TF‑Slim to tf.layers, matrix initialization, batch normalization nuances, and a comprehensive review of convolution variants such as 1×1, depthwise, separable, and dilated convolutions, plus guidance on transposed convolutions and modern architectures like ResNet and Inception.

Batch NormalizationCNNConvolution
0 likes · 24 min read
Upgrading HED Edge Detection to TensorFlow 1.7: Refactored Code and New Layer Techniques