-
![Mining Gadget Negative Energy](https://github.com/user-attachments/assets/b700da6e-9799-4ee0-8903-56f4443fcb46)
Was just mining in mining dimension and encountered negative energy after I run out. …
-
In FlagEmbedding, hard negative mining is extracted based on ranking. (FlagEmbedding/baai_general_embedding/finetune/hn_mine.py) Is there a code that does hard negative mining based on similarity scor…
-
您好,关于负采样,想问一下 有详细的说明文档或者示例吗 我在examples中没有找到负采样的示例...
-
I had an excellent meeting with Joe Redmon yesterday, and we discussed several possible improvements to the system. This is one.
Hard negative mining capitalizes upon the idea that the most useful …
-
-
Hello,
When selecting the negative triplet, right now, you are picking the sample furthest away from the anchor.
for i in range(self.triplet):
negative_feature = bottom[0].data[i…
-
Hi @weiliu89
Following the paper and this [issue](https://github.com/weiliu89/caffe/issues/327) comment on hard negative mining (based on confidence loss instead of background class score)
## Q…
-
First of all, I would like to express my respect and gratitude to you for accomplishing such an inspiring work. In the paper, you used a basic triplet loss in the design of the loss function, but used…
-
Hello and thank you for your work.
I would like to ask, in the work of mining difficult negative examples, have you considered the vector representation performance of the model itself for mining dif…
-
Has anyone tried doing hard negative mining when generating the sentence pairs as opposed to random sampling? @tomaarsen - is random sampling the default?