Definition ∞ Feature unlearning in machine learning refers to the process of removing the influence of specific input features from a trained model’s decision-making process. This technique aims to make the model forget particular attributes of the data it was trained on. It is useful for mitigating bias or complying with data privacy regulations. The objective is to adjust model behavior without full retraining.
Context ∞ Similar to class unlearning, feature unlearning has implications for privacy and fairness in AI systems that may interact with blockchain data or decentralized applications. News reports might cover its use in anonymizing user data or removing sensitive attributes from predictive models. Challenges include ensuring the completeness and verifiability of the unlearning process, especially in distributed learning environments. Research continues to advance practical and robust methods for feature unlearning.