🤖 AI Summary
Traditional causal inference struggles with unstructured treatments—such as text, images, or clinical decision sequences—due to their lack of well-defined values, rendering average treatment effects non-identifiable and limiting practical applicability. This work proposes a novel causal query termed the "Most Influential Feature" (MIF), which for the first time defines an identifiable and actionable causal effect target for unstructured treatments: optimizing the treatment distribution by identifying the binary feature exerting the strongest influence on the outcome and intervening on it. We establish identification conditions and develop an estimation algorithm for MIF, integrating causal inference, feature scoring, distribution shift modeling, and an MIF-based nudging strategy, all compatible with multimodal data. Experiments across diverse settings successfully identify pivotal features and generate treatment variants that improve outcomes, demonstrating the method’s effectiveness and generality.
📝 Abstract
Causal inference usually concerns a scalar treatment, yet in many problems the treatment is unstructured: a text, an image, or a sequence of clinical decisions. Consider an instructor writing a course description to attract more students: the treatment is the course description, and the outcome is enrollment. The standard target, the average treatment effect of fixing the treatment to one exact value versus another, runs into two problems. It cannot be estimated, because almost no exact description recurs across courses, leaving no comparable group from which to measure its effect; and it would be of little use even if it could, since no one wants every course to carry the same description. What the instructor actually wants to know is which features of a description raise enrollment, and which of those features can be acted on across many courses. To this end, we propose a causal query for unstructured treatments: the maximally influential feature (MIF), the feature of the treatment that most strongly influences the outcome. We formalize the MIF as a binary feature of the treatment, defined by a feature-scoring function, constrained so that both of its values stay well populated, and chosen to maximize the causal effect it induces. Turning the feature on shifts the distribution of treatments toward those that display it, turning it off shifts away, and the MIF effect contrasts the two average potential outcomes. We study identification conditions for the MIF, develop algorithms to estimate it, and make it actionable through a nudging algorithm that revises a treatment along the MIF into an outcome-improving version. We illustrate the MIF algorithm across applications in text, image, and dynamic treatment sequences.