予測モデルを変えずに重要な特徴を選ぶ適応サンプリング
Model-Agnostic Feature Selection via LOCO-Guided Adaptive Minipatch Sampling
この論文をやさしく読む
ひとことで言うと
ある入力項目を外すと予測がどれだけ変わるかを使い、重要そうな項目を重点的に試して、予測に必要な特徴を選ぶ手法です。
何に役立つ?
特徴選択の機能を持たないブラックボックス回帰モデルでも、入力項目の絞り込みに使えます。特徴が互いに相関しているデータでも実験しています。
この研究の面白いところ
重要度を一度計算して終えるのではなく、重要度に応じて次の部分データの選び方を変えます。探索も残しながら、選択確率そのものを判定に使います。
どこまで分かった?
厳密な特徴選択の理論保証には、基礎モデルが平均的に十分学習されているという条件があります。選ぶのは予測に重要な特徴であり、結果だけから原因となる変数を特定したとはいえません。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
ブラックボックスの機械学習モデルは高い予測性能をますます発揮しているが、重要な特徴の集合などの有用な情報をそこから取り出すことは、依然として難しい。既存のモデル非依存手法は主に、特徴を直接選択するのではなく、特徴重要度の推定やそれに関する推論を行う。一方、多くの特徴選択手法はモデルに固有であるか、model-X の仮定に依存する。本研究では、目的変数の予測に重要な特徴を選ぶため、任意のブラックボックス回帰アルゴリズムを基礎学習器として使う、モデルに依存しないアンサンブルの枠組み LOCO-guided Adaptive Minipatch Sampling(LAMPS)を導入する。基礎学習器は予測を出せればよく、それ自体が特徴選択を行う必要はない。 LAMPS は観測と特徴の両方を部分抽出するミニパッチ・アンサンブルの枠組みで動作するため、共変量を一つずつ除く leave-one-covariate-out(LOCO)の特徴重要度を容易に計算できる。探索を維持しながら、LOCO スコアの高い特徴へミニパッチのサンプリングを適応的に集中させる。得られるサンプリング確率は、数回の反復で信号特徴と雑音特徴を急速に分離し、単純なしきい値処理による選択を可能にする。基礎予測モデルが平均的に十分よく学習されていることを条件に、LAMPS が高次元設定で厳密な特徴選択を達成することを示す。合成データと実データを用いた広範な実験では、LAMPS は最先端の特徴選択手法を上回り、とりわけ特徴同士に相関がある場合に強い性能を示す。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-21(UTC)
- 最新改訂
- 2026-09-21 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-21 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
Black-box machine learning models increasingly deliver strong predictions, but extracting useful information from them, such as a set of important features, remains challenging. Existing model-agnostic methods primarily estimate feature importance or conduct inference on it rather than directly selecting features, whereas many feature selection methods are model-specific or rely on the model-X assumption. We introduce LOCO-guided Adaptive Minipatch Sampling (LAMPS), a model-agnostic ensemble framework that uses any black-box regression algorithm as its base learner to select features important for predicting the response. The base learner need only produce predictions and need not perform feature selection itself. LAMPS operates within a minipatch ensemble framework that subsamples both observations and features, allowing leave-one-covariate-out (LOCO) feature importance scores to be easily computed. It adaptively concentrates minipatch sampling on features with high LOCO scores while maintaining exploration. The resulting sampling probabilities rapidly separate signal from noise features after a few iterations, enabling selection through simple thresholding. We establish that LAMPS achieves exact feature selection in high-dimensional settings, provided that the base predictive models are sufficiently well trained on average. Extensive experiments on synthetic and real data show that LAMPS outperforms state-of-the-art feature selection methods, with particularly strong performance in the presence of correlated features.
arXiv ID: 2609.24126 / 要約の誤りについて