Live data from Hacker News

YOLOv7: Trainable Bag-of-Freebies

arxiv.org

31–32 of 32 posts

Re: YOLOv7: Trainable Bag-of-Freebies

#31

Probably the most interesting trick from the paper is using the head as a soft supervisor for earlier layers of the network, with the intuition being that if the earlier layers learn to imitate the higher capacity later layers, it frees up the capacity of the later layers to better learn the residual and provides more dense supervisory signal.

Yes, but to my surprise the "compound scaling" provides 3x more improvement in their ablation study. Also, I don't understand Table 8 in their ablation study for aux heads, specifically: why does it have different base benchmark values from Tables 6 and 7?

Re: YOLOv7: Trainable Bag-of-Freebies

#32
post #20

A rather tangential comment - this paper is an example of how NOT to write an abstract. An abstract is expected to tell me what new piece of knowledge I can learn by reading more. The content of this abstract is only 20% of what a real abstract should be .. the first half of the first sentence is almost all that's needed (could include which archa it beats). The rest of the abstract needs to cover this (perhaps one s…

We summarized the high level improvements here: https://blog.roboflow.com/yolov7-breakdown/
Post reply on HN