Papers › Population-Robust Feature Selection via Generalized Welfare Optimization

Population-Robust Feature Selection via Generalized Welfare Optimization

3 Aug 2026arXiv:2608.02887added by Syntology

Ruiqi Lyu, Alistair Turcan, Bryan Wilder

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Choosing which features to collect is a deployment decision: the same limited questionnaire, test panel, or sensor set may need to serve several heterogeneous populations. Standard feature-selection methods typically optimize for one large population, while existing robust approaches tend to learn one shared model for every population. We introduce PopFS, a method for learning one shared, deployable feature set that is robust to population differences while letting each pop- ulation train its own model. PopFS uses a tunable welfare objective that lets practitioners balance overall predictive ben- efit against stronger protection of the populations that benefit least. To make this objective practical at scale, PopFS first uses multitask sparse learning to reduce the candidate pool, then searches directly over hard feature sets by ranking promising additions and swaps and fully refitting only a shortlist. Across eight population splits from six prediction tasks drawn from five tabular and public-health datasets, PopFS consistently achieves strong average and worst-population performance while scaling to thousands of candidate features. A 43-state COVID-19 nowcasting study further shows that changing the welfare objective can improve the least-served states with lit- tle change in average performance and yields an interpretable change in the selected symptom signals. Our code is available at https://github.com/Rachel-Lyu/PopFS.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.02887")

Code

Syntology Ran 11 of 29 code samples harvested from 1 repository linked to this paper; 18 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · violated contract; 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: found in paper text by Syntology: 29 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Rachel-Lyu/PopFS found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

29 samples harvested; 11 ran; 2 honoured the contract we drafted; 18 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
2ran · violated contract
3ran · our draft was wrong
1ran · fixture could not drive it
3ran
18unverified

Licence: 0 of the 29 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Rachel-Lyu/PopFS. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

GreedyConfig Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · ac1f2bbf4fe34ac4 · report
Population Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 933721c69ef9966e · report
SelectionResult Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 391bf1fd57013a21 · report
_binary_loss Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · ae51f15b822ed8a8 · report
_clip_prob Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 02e54bfab8f3fffc · report
_make_teacher Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 7259d770d1e14d98 · report
_predict_teacher Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 36edf682d3cf61a5 · report
_target_values Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 1a99c3b90020fca2 · report
fit_predict_student Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 76382b4baf48a544 · report
sis_scores Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 6ebad87de4e3ffb1 · report
topk_indices Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 98135aedc59c6e26 · report
PopFS Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology unverified MIT (permissive) · 1eb4552886226991 · report
_make_student Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology unverified MIT (permissive) · 1b1da90e1a0a28d1 · report
clear_loss_cache Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology unverified MIT (permissive) · bae1fdbee07af21e · report
combined_gn_gains_for_candidate Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology unverified MIT (permissive) · 4fa2bdc3686fba34 · report
combined_utility_profile Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology unverified MIT (permissive) · 337eb8c7f09f094b · report
compute_reference_denominator Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology unverified MIT (permissive) · 2a22f8f2325c51fa · report
fit_population_teachers Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology unverified MIT (permissive) · 6574efc4f371ee9a · report
gn_gain_for_pop_target Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology unverified MIT (permissive) · 29ef24df07521448 · report
greedy_from_start Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology unverified MIT (permissive) · 47162a6c27c87797 · report
loss_for_subset Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology unverified MIT (permissive) · aaef6f7ca54fcc6b · report
multitask_group_lasso_screen Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology unverified MIT (permissive) · 1ce44484dadd1f05 · report
power_welfare Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology unverified MIT (permissive) · 59c5e329c2c9f618 · report
power_welfare_gain Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology unverified MIT (permissive) · 1c6dfecc2283d01c · report
run_ours_full_gn Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology unverified MIT (permissive) · 93bf8834abfc1835 · report
run_sis_multitask_lasso Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology unverified MIT (permissive) · 375229caff71a82a · report
swap_refine Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology unverified MIT (permissive) · f0c8d219f6ea64b6 · report
utility_profile_target Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology unverified MIT (permissive) · c2552ed4e03a6347 · report
validation_welfare Rachel-Lyu/PopFS/popfs/methods/popfs.py found in paper text by Syntology unverified MIT (permissive) · 69ce415830ef5196 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.02887, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections