@nrailgun
2016-05-14T15:07:32.000000Z
字数 2854
阅读 1781
论文笔记
Identifying the same individual across different scenes is an important yet difficult task. The main difficult lies in preserving similarity against variation while discriminating different individuals. We present a scalable distance driven feature learning framework.
2 contributions to literature:
Our objective is to use a deep convolutional network to learn effective feature representation that can satisfy the relative distance relationship under the
The desired feature should satisfy the following condition under the
Maximizing the distance between matched and mismatched pairs, where
Constant
Check the paper for details.
In the triplet-based gradient descent algorithm, the number of network propagations depends on the number of training triplets in each iteration, with each triplet involving three rounds of forward and backward propagation. If the same image occurs in different triplets, the forward and backward propagation of that image can be reused.
Let
The objective function can also be seen as follows:
where
It easy to get the derivative with respect to the output of each image: