Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about the paper : can YOLOV take advantage of other class features ? #128

Open
dmenig opened this issue Feb 24, 2025 · 0 comments

Comments

@dmenig
Copy link

dmenig commented Feb 24, 2025

I wanna train YOLOV on my dataset but one of the classes (which is in fact the most important to me) is very hard to detect in any frame. But I suspect that it might be detected from context clues, which are more detectable, e.g. the positions of the humans, the other objects they are carrying...

As an extreme example, you could potentially guess where a transparent fishing thread is in a video showing a human fishing, if you have a detector that can clearly see the human, the lake, the splash where the bait is sitting in the water, the rod etc... Another more temporal example : you could potentially detect that a fork has some food in it, even if you can't see the food very well, if you can clearly detect the fork and the human taking it from their plate to their mouth then chewing.

I have those classes annotated and I've trained an image detector on all my classes but it performs poorly for the most important class I'm talking about. From what I understand, the paper's training is not end to end. But it does use all classes' instances features during aggregation.

Does that mean that it could theoretically, through attention, be more able to "guess" the presence of an object somewhere, not necessarily based on the presence of the same object in surrounding frames, but instead based on the presence of other objects in surrounding frames ? Or instead does the aggregation only include the instances of a given class during the refinement of its prediction ?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant