Joint Parameter Selection (JPS) Overview
- Joint Parameter Selection (JPS) is a methodological paradigm that jointly optimizes multiple interdependent parameter blocks under a shared criterion.
- It is applied across diverse domains—such as integrated sensing/communication, multivariate regression, nonlinear SDEs, and LLM fine-tuning—combining discrete and continuous optimization techniques.
- Key strategies include conditional tractability and one-shot joint scoring, which help mitigate bias and suboptimality inherent in decoupled sequential optimization.
Joint Parameter Selection (JPS) denotes a family of optimization and inference problems in which multiple interdependent parameter blocks are selected or estimated simultaneously under a shared criterion, rather than optimized one at a time. Across the literature considered here, this includes mixed discrete–continuous design in integrated sensing and communication, joint sparsity selection in multivariate regression and precision modeling, coherent estimation and model selection under missing covariates, joint state-path and parameter MAP estimation in stochastic differential equations, sparse fine-tuning in domain generalization, and coordinated parameter–data selection in LLM fine-tuning (Palaiologos et al., 2024, Samanta et al., 2022, Jiang et al., 2018, Dutra et al., 2017, Pan et al., 23 Aug 2025, Chen et al., 7 May 2026). A common premise is that the performance of one parameter class depends on the choice of another, so decoupled optimization induces bias, suboptimality, or unnecessary overhead.
1. Conceptual scope
In the sources surveyed here, JPS is best understood as a methodological pattern rather than a single canonical model. In one explicit formulation for domain generalization, Joint Parameter Selection restricts updates to a small, sparse subset of parameters chosen jointly across source domains so as to preserve the generalization strength of pre-trained models (Pan et al., 23 Aug 2025). In another explicit formulation for LLM fine-tuning, parameter and data selection are cast as two bilevel selection problems under a common validation objective, and parameter importance and data utility emerge as column-wise and row-wise aggregations of a single gradient interaction matrix (Chen et al., 7 May 2026). In ISAC, the transmitter jointly chooses which antennas are active and what transmit covariance matrix to use because both achievable rate and sensing beampattern quality depend on these variables jointly (Palaiologos et al., 2024).
Several related works do not use the term “Joint Parameter Selection” literally, but instantiate the same logic. High-dimensional multivariate regression requires simultaneous sparse inference over a regression coefficient matrix and an error precision matrix , since misspecification of one block can distort inference on the other (Samanta et al., 2022). Logistic regression with missing covariates is treated through joint modeling of , with estimated together and model comparison performed on the observed-data likelihood rather than on completed datasets (Jiang et al., 2018). In nonlinear SDEs, joint optimization over a latent state path and static parameters is necessary because state uncertainty and parameter uncertainty are coupled, and because MAP estimation over paths requires the Onsager–Machlup functional rather than an energy-only surrogate (Dutra et al., 2017).
The term itself is not universal. In collaborative imperfect-information games, JPS denotes “Joint Policy Search,” not Joint Parameter Selection (Tian et al., 2020). In FDD cell-free massive MIMO, JPS denotes “Joint Port Selection,” a combinatorial resource-selection problem over ports, users, and base stations (Zhang et al., 2023). This terminological ambiguity is substantive: some papers use JPS for parameter masks, some for structural subsets such as antennas or ports, and some for policies rather than parameters.
2. Canonical mathematical structures
A useful summary suggested by these works is that JPS problems usually involve two or more coupled variable classes, often with different geometries: binary masks, subset indicators, covariance matrices, latent variables, regression structures, or trajectories. The coupling may enter through a shared objective, a shared likelihood, or a shared validation criterion.
| Setting | Joint objects | Selection/optimization form |
|---|---|---|
| ISAC (Palaiologos et al., 2024) | binary antenna vector , covariance , scaling | mixed-integer scalarized objective |
| Multivariate regression (Samanta et al., 2022) | sparsity in and | generalized posterior 0 |
| Missing-covariate logistic regression (Jiang et al., 2018) | 1 plus regression structure 2 | SAEM estimation and BIC on the observed-data likelihood |
| SDE joint MAP estimation (Dutra et al., 2017) | state path 3, 4, 5 | maximize posterior fictitious density with Onsager–Machlup functional |
| Domain generalization (Pan et al., 23 Aug 2025) | sparse parameter mask 6 | one-shot joint parameter mask from cross-domain gradient importance and variance |
| LLM fine-tuning (Chen et al., 7 May 2026) | parameter mask 7, data mask 8 | two bilevel selection problems under a shared validation objective |
| Discrete Mumford–Shah (Lucas et al., 2021) | hyperparameters 9 | continuous joint optimization of SURE/SUGAR-estimated risk |
| Joint anomaly-feature selection (Taipale, 11 Jun 2026) | sample indicators 0, feature indicators 1 | exact-budget bipartite selection with bilinear coupling 2 |
Representative formulations make the coupling explicit. In ISAC, the core design is
3
subject to
4
The point is not merely that 5 is discrete and 6 is continuous, but that both communication and sensing metrics depend on them jointly (Palaiologos et al., 2024).
In LLM fine-tuning, the parameter-selection and data-selection problems are written as parallel bilevel programs: 7 and
8
with a common outer objective
9
Under first- and second-order local approximations, both axes are scored from the same interaction matrix 0, with parameter scores given by column sums and data scores by row sums (Chen et al., 7 May 2026).
In joint anomaly-feature selection, the exact-budget bipartite objective is
1
subject to
2
Here the bilinear term 3 is the formal reason that sequential feature-first selection can fail: feature utility depends on which samples are selected, and sample utility depends on which features are selected (Taipale, 11 Jun 2026).
3. Methodological patterns
A recurring pattern is conditional tractability. When one parameter block is fixed, another becomes convex, Gaussian, or otherwise manageable. In ISAC, fixing the binary antenna vector 4 makes the problem convex in 5, which is then solved with convex optimization tools, while a DP-style predecessor-recursion heuristic explores the combinatorial antenna-selection structure (Palaiologos et al., 2024). The paper is explicit that the resulting algorithm is sub-optimal because the principle of optimality does not strictly hold.
In missing-covariate logistic regression, the full observed-data likelihood is analytically intractable because
6
has no closed form in general. The proposed solution replaces the EM E-step by stochastic approximation, with missing covariates treated as latent variables and simulated from 7 using an independence Metropolis–Hastings kernel whose acceptance ratio depends only on the logistic likelihood contribution (Jiang et al., 2018). This is a joint-modeling strategy rather than a preprocessing strategy.
In high-dimensional multivariate regression, JRNS uses a generalized bi-convex likelihood together with spike-and-slab priors, and performs Metropolis-within-Gibbs updates over entries of 8, off-diagonal entries of 9, and diagonal entries of 0 (Samanta et al., 2022). The crucial algorithmic move is to remove the 1 term from the exact Gaussian likelihood and replace it with a generalized likelihood that remains bi-convex, enabling entrywise closed-form point-mass-plus-normal updates for large parts of the posterior.
In SDEs, the joint problem is posed as an optimal-control-like nonlinear program over an absolutely continuous state path, initial conditions, and parameters, then transcribed by third-order Legendre–Gauss–Lobatto direct collocation, stated to be equivalent to the Hermite–Simpson method, and solved with IPOPT (Dutra et al., 2017). In the discrete Mumford–Shah problem, the hyperparameters 2 are selected by differentiating through the SL-PAM alternating minimization scheme and optimizing SURE/SUGAR estimates with a low-memory BFGS quasi-Newton method with box constraints (Lucas et al., 2021).
The modern fine-tuning papers add a different pattern: one-shot joint scoring before optimization. In domain generalization, the final mask 3 is generated before training and remains unchanged; it is obtained by intersecting per-domain top-4 gradient supports and then filtering by across-domain gradient variance (Pan et al., 23 Aug 2025). In DualSFT, a warmup checkpoint 5, a shared projection vector 6, and per-sample ghost-dot products are sufficient to co-extract a parameter mask and a data subset from the same gradient statistics (Chen et al., 7 May 2026). This suggests a shift from iterative alternating selection toward shared local-response surrogates.
4. Representative domains and problem classes
Communications and signal processing supply several of the clearest JPS formulations. In ISAC, JPS couples binary antenna activation with covariance design and a beampattern scaling parameter under a scalarized communication–sensing objective (Palaiologos et al., 2024). In wireless federated learning, device participation and uplink power control are optimized jointly, with aggregation weights
7
induced by the same power variables that govern communication quality; selection and power control therefore co-determine the statistical aggregation rule (Guo et al., 2022). In FDD cell-free massive MIMO, joint port selection chooses which ports from which cooperating BSs should be assigned to each user, while an eigenvalue-decomposition-based transformation compresses feedback by exploiting correlation among selected port coefficients (Zhang et al., 2023).
Statistics and biostatistics present JPS as coherent model specification under latent or missing structure. Logistic regression with missing covariates jointly estimates the regression coefficients 8 and the Gaussian covariate parameters 9, then performs model selection through
0
where selection is based on the observed-data likelihood, not on complete cases or singly imputed data (Jiang et al., 2018). A two-stage Bayesian method for multiple longitudinal markers and competing risks first fits one-marker joint models to reduce bias from informative dropout and then performs spike-and-slab variable selection over marker-current-value effects 1 and baseline covariate effects 2 in a cause-specific hazard model (Baghfalaki et al., 2024). By contrast, the latent-class shared-parameter joint model is mainly a structure-selection method for the number of latent classes 3, estimated through an overfitted mixture and non-empty class counting rather than coefficient shrinkage (Andrinopoulou et al., 2018).
Dynamical systems and control use JPS in a state–parameter sense. The joint MAP estimator for nonlinear SDEs maximizes a posterior fictitious density over 4, 5, and 6, with objective
7
The paper’s central point is that omitting the drift-divergence term yields MAP estimation of the noise path rather than the state path, and can bias parameters such as damping (Dutra et al., 2017).
Machine learning contributes two newer interpretations. In domain generalization, JPS is explicitly a sparse fine-tuning rule for pre-trained vision models, based on parameters whose gradients are strong in every source domain and sufficiently consistent across domains (Pan et al., 23 Aug 2025). In LLM fine-tuning, the parameter mask and data subset are selected jointly under matched budgets, with one-shot dual scoring giving a more favorable joint-constrained trade-off than sequential hybrid baselines (Chen et al., 7 May 2026). A related but more combinatorial formulation appears in joint anomaly-feature selection, where exact-cardinality budgets over samples and features define a coupled bipartite selection problem, and the paper argues that feature-first ranking is structurally mismatched when 8 is non-separable (Taipale, 11 Jun 2026).
5. Performance criteria, bounds, and guarantees
The literature does not use a single universal optimality criterion. Instead, JPS inherits whatever performance measure is native to the underlying domain. In ISAC, the criterion is a scalarized trade-off between beampattern MSE and communication rate, with 9 corresponding to sensing-only design, 0 to communication-only design, and intermediate 1 tracing approximate Pareto trade-offs (Palaiologos et al., 2024). The numerical results explicitly show that when 2, achievable rate is reduced by more than 50% relative to 3, while when 4, beampattern MSE is about four times that at 5.
In high-dimensional Bayesian regression, the guarantees are partly asymptotic and partly algorithmic. For the stepwise generalized Bayesian method, the paper proves selection consistency for 6 and 7 under growing 8, and posterior contraction for 9 at Frobenius rate
0
but it is explicit that these guarantees do not yet cover the full JRNS joint sampler (Samanta et al., 2022). In missing-covariate logistic regression, the emphasis is on unbiasedness, coverage, and coherent model comparison. The paper reports that SAEM confidence interval coverage stayed close to nominal 95% in one large-sample setting, whereas multiple imputation by chained equations undercovered for some coefficients, and model selection based on the observed-data likelihood outperformed complete-case BIC in correct-model recovery (Jiang et al., 2018).
Several papers derive bounds whose form directly motivates joint selection. In domain generalization, the target-risk bound contains a stability term improved by sparser updates, together with domain discrepancy terms: 1 This motivates the two operators of JPS: importance across all source domains and variance filtering for cross-domain consistency (Pan et al., 23 Aug 2025). In DualSFT, the shared local-utility approximation yields a row-column correspondence between parameter and data scores, and the appendix states first-order truncation error 2 and second-order truncation error 3 for the local surrogate (Chen et al., 7 May 2026). In joint anomaly-feature selection, the calibration-perturbation theory is especially sharp: if 4, joint recovery loses at most 5 in margin, whereas the analyzed feature-first rule can lose 6, because each column score aggregates perturbations over all 7 samples (Taipale, 11 Jun 2026).
Post-selection estimation theory provides a complementary perspective. Estimation after parameter selection introduces post-selection mean squared error (PSMSE), a corresponding 8-Cramér–Rao-type bound for 9-unbiased estimators, and the post-selection maximum-likelihood (PSML) estimator. The framework is primarily for single-index selection, but the paper also contains an explicit extension to subset selection, making it partially transferable to genuine JPS settings (Routtenberg et al., 2015). This line of work clarifies that even when selection is predetermined by a rule 0, the conditional density
1
changes the estimation problem itself.
6. Terminological ambiguity, limitations, and boundary cases
One persistent misconception is that “joint” automatically implies globally optimal simultaneous optimization. The sources do not support that reading. The ISAC dynamic-programming scheme is explicitly sub-optimal because the antenna-selection problem cannot be split into independent subproblems (Palaiologos et al., 2024). JRNS is a true joint generalized posterior method in practice, but the available high-dimensional consistency theorem applies only to a stepwise approximation, not to the full joint sampler (Samanta et al., 2022). The two-stage joint-model variable-selection method for competing risks is computationally attractive, yet it neglects between-marker correlation in stage 1 and does not fully propagate stage-1 uncertainty into stage 2 (Baghfalaki et al., 2024).
A second misconception is that JPS always means sparse variable selection. Several papers instead treat joint estimation or structure selection. The SDE paper concerns joint MAP estimation of a path and parameters, not discrete selection (Dutra et al., 2017). The latent-class shared-parameter joint model focuses on selecting the number of latent classes rather than selecting coefficients (Andrinopoulou et al., 2018). Conversely, in domain generalization and LLM fine-tuning, JPS is explicitly budgeted sparsification over parameter coordinates, but both methods are static and one-shot: masks are generated before training and then held fixed (Pan et al., 23 Aug 2025, Chen et al., 7 May 2026).
A third misconception is that joint methods necessarily dominate sequential procedures in every regime. The anomaly-feature paper makes the opposite point precise: JPS is most useful when the coupling matrix 2 is non-separable. If 3 with nonnegative factors, optimal selection reduces to independent top-4 and top-5 ranking, so the joint problem collapses (Taipale, 11 Jun 2026). This suggests that the real discriminator is not the word “joint,” but the presence of irreducible cross-block interaction.
Finally, the acronym itself is unstable. In one major paper JPS means Joint Policy Search for collaborative agents in imperfect-information games (Tian et al., 2020). In another it means Joint Port Selection in cell-free massive MIMO (Zhang et al., 2023). Within the broader research landscape assembled here, “Joint Parameter Selection” is therefore best treated as an umbrella description for coupled multi-block selection and estimation problems, not as a uniquely standardized term. The unifying idea is that parameter classes, structural choices, or resource allocations are selected together because their effects are not additively separable. Where that coupling is weak, sequential or decoupled methods may suffice; where it is strong, the literature repeatedly shows that conditional convexity, shared likelihoods, shared validation surrogates, or constraint-preserving combinatorial search become the central design principles.