Where Does Visual Representation End and “Understanding” Begin in Computer Vision ??? #208821
Replies: 1 comment
|
The tricky part is that correct predictions don’t necessarily mean the model understands the image. A model might rely on statistical shortcuts rather than the visual concept we think it learned. A few experiments can help separate the two:
So I’d separate “the model predicts correctly” from “the model has learned a meaningful representation.” The interesting question is:
That seems like a much more useful experimental definition of meaningful visual understanding. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Other
Body
I’m trying to understand Computer Vision beyond the usual “CNNs learn features” explanation, and I’ve been thinking about a deeper question:
If a CNN or Vision Transformer (viTs) learns increasingly complex visual representations, from edges and textures to shapes and semantic features, what does it actually mean for the model to “understand” an image ???
More specifically:
I’m especially interested in the experimental side of this question, not just how we define “understanding,” but how we could actually test whether a vision model has learned something meaningful about the underlying visual structure.
Would really realy love to hear how people working deeply in Computer Vision think about this...
All reactions