Browse Source

[DOC] Update RKME Image in spec.rst

tags/v0.3.2
Googol2002 GitHub 2 years ago
parent
commit
ed29a762b5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      docs/components/spec.rst

+ 9
- 1
docs/components/spec.rst View File

@@ -80,9 +80,17 @@ Table Specification
Image Specification
--------------------------

Image data lives in a higher dimensional space than other data types. Unlike lower dimensional spaces, metrics defined based on Euclidean distances (or similar distances) will fail in higher dimensional spaces. This means that measuring the similarity between image samples becomes difficult.

To address these issues, we use the Neural Tangent Kernel (NTK) based on Convolutional Neural Networks (CNN) to measure the similarity of image samples. As we all know, CNN has greatly advanced the field of computer vision and is still a mainstream deep learning technique.

Specifically, in the process of constructing the specification, we approximate the Neural Network Gaussian Process (NNGP) kernel with neural networks of finite width; in the process of calculating the similarity of the specification, we use an approximation algorithm to compute the NNGP kernel directly.

In the calculation of NTK, the NNGP kernel serves as the dominant term and can be used as a good approximation of NTK. The use of NNGP approximation instead of NTK improves the construction and search efficiency of Image Specificatin.

Text Specification
--------------------------


System Specification
======================================
======================================

Loading…
Cancel
Save