Papers › GEMSS: A Variational Method for Discovering Multiple Sparse Solutions in...

GEMSS: A Variational Method for Discovering Multiple Sparse Solutions in Classification and Regression Problems

9 Feb 2026arXiv:2602.08913added by Syntology

Kateřina Henclová, Václav Šmídl

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

In underdetermined regression and classification problems, multiple feature subsets often yield equivalent predictive performance. In applied settings, especially with n ≪p, high dimension or collinearities, it is valuable to provide a domain expert with a menu of statistically plausible explanations, rather than one arbitrary solution. This creates the need for appropriate methods. We present Gaussian Ensemble for Multiple Sparse Solutions (GEMSS), a method that uses a single variational mixture to approximate the corresponding multimodal posterior. Its evidence lower bound contains a built-in repulsion between the mixture's components, enabling the model to simultaneously produce several distinct sparse solutions. We evaluate GEMSS on a novel, reusable benchmark. The ground-truth solution set and its structure are known by construction and set-level recovery metrics are evaluated. GEMSS consistently outperforms dedicated multiplicity methods (Enumeration LASSO, ALFESE), two strong sampling baselines that approximate the same posterior (Randomized-LASSO ensemble, BB-SSL), and naive iterative masking. As solutions' overlap increases, the gap widens and additional ensemble restarts cannot close it. Only ALFESE proves competitive. Further, GEMSS is validated on real-world datasets, producing multiple distinct and highly predictive solutions: the practical goal that existing methods struggle to meet. The open-source Python package 'gemss' is available (github.com/kat-er-ina/gemss) and democratized through a free online application at huggingface.co/spaces/kat-er-ina/gemss.

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="2602.08913")

Code

Syntology Ran 0 of 21 code samples harvested from 2 repositories linked to this paper; 21 have no recorded run.

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

kat-er-ina/gemss found in paper text by Syntology report
kat-er-ina/gemss_testing 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

21 samples harvested; 0 ran; 0 honoured the contract we drafted; 21 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.

21unverified

Licence: 13 of the 21 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

calculate_metrics kat-er-ina/gemss_testing/algorithm_comparison/src/evaluation.py found in paper text by Syntology unverified no licence file found · pointer only · 5e372b1774b9c227 · report
calculate_structural_metrics kat-er-ina/gemss_testing/algorithm_comparison/src/evaluation.py found in paper text by Syntology unverified no licence file found · pointer only · b7ba0e35ec109577 · report
case2set kat-er-ina/gemss/gemss/experiment_assessment/case_analysis.py found in paper text by Syntology unverified MIT (permissive) · e3acd7ac32186cfe · report
cluster_supports kat-er-ina/gemss_testing/algorithm_comparison/diagnostics/ensemble_parity.py found in paper text by Syntology unverified no licence file found · pointer only · 611a7bb17d4ce09a · report
cluster_to_m kat-er-ina/gemss_testing/algorithm_comparison/diagnostics/bb_ssl_probe.py found in paper text by Syntology unverified no licence file found · pointer only · d81f7dd887ede59c · report
concatenate_cases kat-er-ina/gemss/gemss/experiment_assessment/case_analysis.py found in paper text by Syntology unverified MIT (permissive) · d4ad6f14626c11d6 · report
fnum kat-er-ina/gemss_testing/algorithm_comparison/diagnostics/stats_agg.py found in paper text by Syntology unverified no licence file found · pointer only · 374885459d29217c · report
generate_multi_solution_data kat-er-ina/gemss/gemss/data_handling/generate_artificial_dataset.py found in paper text by Syntology unverified MIT (permissive) · 54f97ea347da57c8 · report
generate_overlapping_dataset kat-er-ina/gemss_testing/algorithm_comparison/src/hard_data_factory.py found in paper text by Syntology unverified no licence file found · pointer only · e1b61e8d1483509f · report
get_current_config kat-er-ina/gemss/gemss/config/config.py found in paper text by Syntology unverified MIT (permissive) · f431064ae42a70ec · report
get_df_cases kat-er-ina/gemss/gemss/experiment_assessment/case_analysis.py found in paper text by Syntology unverified MIT (permissive) · 19a01f4f22f9d6f9 · report
get_feature_name_mapping kat-er-ina/gemss/gemss/data_handling/data_processing.py found in paper text by Syntology unverified MIT (permissive) · eab9128873931edc · report
get_params_by_category kat-er-ina/gemss/gemss/config/config.py found in paper text by Syntology unverified MIT (permissive) · d74e72b488187ee7 · report
get_recommendation_message kat-er-ina/gemss/gemss/diagnostics/recommendation_messages.py found in paper text by Syntology unverified MIT (permissive) · e66085c8d8e9ee07 · report
grid kat-er-ina/gemss_testing/algorithm_comparison/diagnostics/tuned_compare.py found in paper text by Syntology unverified no licence file found · pointer only · 717e32343d81591f · report
load kat-er-ina/gemss_testing/algorithm_comparison/diagnostics/stats_agg.py found in paper text by Syntology unverified no licence file found · pointer only · 0b1bf82b4f68387b · report
per_seed_at_best kat-er-ina/gemss_testing/algorithm_comparison/diagnostics/stats_agg.py found in paper text by Syntology unverified no licence file found · pointer only · 51ef4e782dbd034a · report
perplexity kat-er-ina/gemss_testing/algorithm_comparison/diagnostics/rq5_count.py found in paper text by Syntology unverified no licence file found · pointer only · d0aac9ca6073644b · report
predictive_quality kat-er-ina/gemss_testing/algorithm_comparison/src/evaluation.py found in paper text by Syntology unverified no licence file found · pointer only · 27e46af6b8cf6e9c · report
run_bbssl kat-er-ina/gemss_testing/algorithm_comparison/diagnostics/bb_ssl_probe.py found in paper text by Syntology unverified no licence file found · pointer only · 4452d07a638099f3 · report
support_recovery_check kat-er-ina/gemss_testing/algorithm_comparison/src/hard_data_factory.py found in paper text by Syntology unverified no licence file found · pointer only · 6987276b3c379eef · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.08913, was issued in February 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