Intrinsic Metrics and Mutual Information
This outline connects two useful questions in machine learning: what distance means inside the data, and what information one representation preserves about another.
Intrinsic metrics come from the structure of the space being modeled. They ask for distances and relationships that fit the object itself, not only the coordinates used to observe it.
Mutual information asks how much knowing one variable reduces uncertainty about another. In feature selection, clustering, representation learning, and nonlinear systems, that can expose relationships that ordinary linear measurements miss.
The proposed path is:
- define intrinsic metrics and why coordinate choice matters;
- connect those metrics to differential geometry and nonlinear feature spaces;
- use mutual information to measure dependency and retained structure;
- relate kernel methods and nonlinear tensor operations to practical machine-learning tasks;
- test the approach on examples where distance, order, comparison, or clustering must emerge from measurements.
The useful outcome would be a measurement framework that keeps geometry and information together instead of treating distance and dependency as unrelated tools.