computer vision
Last modified on September 11, 2021
Links to "computer vision"
compositionality
You have a set of reusable pieces that can be combined to form different, interesting things.
Related: [1]
Decomposition of programs into modular, reusable unit is one example of this.
Some methodical activities, such as making breakfast, decompose well into modular activities as well:
A machine learning example of compositionaity is that a computer vision model's early layers will implement an edge detector, curve detector, etc., which are modular pieces that are then combined in various ways by higher-level layers to form dog detectors, car detectors, etc.
One step towards compositionality is the idea of neuro-symbolic models. Combining logic-based systems with connectionist methods.