Convolution vs Cross Correlation

Поділитися
Вставка
  • Опубліковано 25 гру 2024

КОМЕНТАРІ • 18

  • @LiliumAtratum
    @LiliumAtratum 6 років тому +47

    You explained the most direct difference between those two. The more interesting observation is that convolution is associative, while cross-correlation is not. That's why, for example in image processing, convolution is more commonly used.

  • @travel6142
    @travel6142 3 роки тому +19

    This is not very useful. I watched to understand the intuition behind using these two. But, unfortunately, you only give the information about how to apply the formula on an example. You need to give the intuition behind using these methods (particularly in computer vision) to better understand their differences.

  • @immortalpuffin6643
    @immortalpuffin6643 Рік тому

    I think I get it now, so i and j are indices in our kernel, and when we do a summation over the expression using cross correlation / adding the summation counters elements are placed one to one with the original kernel, whereas when you introduce the subtraction of the summation using convolution, the elements are placed in reverse order going from left to right and up to down. Is that right, at least for this example?

  • @igorcherepanov4765
    @igorcherepanov4765 7 років тому +7

    what is the cause for this so-called "flipping"?

  • @akshatsharma6080
    @akshatsharma6080 7 років тому +2

    I'm bit confused about the Symbols used in this video, Please Help!!!

    • @sabarimanoharpalaniappan2442
      @sabarimanoharpalaniappan2442 6 років тому

      I have added a simple correlation filter matlab function. Hope it helps..!
      gist.github.com/0fb47ed53d4806f417b5f0e1f9922ca0.git

  • @OttoFazzl
    @OttoFazzl 8 років тому +2

    I am taking a deep learning course and this was very useful.

  • @tymothylim6550
    @tymothylim6550 3 роки тому

    Thank you for this video!

  • @横川俊介-x4f
    @横川俊介-x4f 4 роки тому +3

    Correlation is Similarity / Convolution is filter
    this is my understanding

    • @横川俊介-x4f
      @横川俊介-x4f 4 роки тому +2

      found nice article
      towardsdatascience.com/a-comprehensive-introduction-to-different-types-of-convolutions-in-deep-learning-669281e58215

    • @roughr4044
      @roughr4044 3 роки тому

      @@横川俊介-x4f thank you for sharing 👍

  • @lingfeizhang9411
    @lingfeizhang9411 Рік тому +2

    This is one of the worse explanations ive heard in my life

  • @jameshopkins3541
    @jameshopkins3541 10 місяців тому +1

    Are you crazy or what?.Explain something please

  • @HKNAGPAL7
    @HKNAGPAL7 4 роки тому

    thanks saved my ass