The document presents an approximation algorithm for weighted graph modification problems where the goal is to find a minimum weight set of vertices to delete such that the resulting graph has a certain property. Specifically, it provides a polylogarithmic approximation algorithm for weighted planar H-minor-free deletion, weighted chordal vertex deletion, and weighted distance hereditary deletion. The algorithm works by finding a well-structured set of vertices whose removal leaves a graph with bounded treewidth, then solving the problem on this subgraph using dynamic programming on a tree decomposition.