REVIEW 3 major objections 5 minor 25 references
Sparse-group LASSO beats standard LASSO for mixed-frequency panels
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · glm-5.2
2026-07-08 08:06 UTC pith:BMLOLTT4
load-bearing objection Genuine extension of factor-augmented sg-LASSO to panels with MIDAS; theory is sound but one gap in the factor-projection argument needs attention. the 3 major comments →
Factor-Augmented Machine Learning Panel Regressions
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central result is that combining factor augmentation (to absorb dense cross-sectional dependence via PCA) with sparse-group LASSO regularization (to exploit the mixed-frequency group structure from MIDAS aggregation) yields provably faster convergence rates than standard LASSO for panel regressions. The key mechanism is that the sparse-group penalty replaces the single log(p) factor in the LASSO rate with a sum of two terms — m log(eK/m) and s log(ed(m)/s) — where m is the number of active groups, s is the number of active coordinates, K is the total number of groups, and d(m) is the size of the m largest groups. When the true model is sparse at both the group and coordinate levels, this
What carries the argument
The factor-augmented sparse-group LASSO estimator defined in Equation (5): (δ̂, γ̂) = argmin_{d,c} ||y - Qd - F̂c||²/(NT) + 2λ₁|d|₁ + 2λ₂||d||_{2,1}, where Q contains MIDAS-aggregated covariates with group structure, F̂ are PCA-extracted latent factors, λ₁ and λ₂ are tuning parameters set at oracle rates, and the ℓ₁ and ℓ_{2,1} penalties enforce coordinate-level and group-level sparsity respectively. The proof combines a restricted eigenvalue condition on the factor-projected design matrix (Assumption 2), a covering-number argument for the score process (Lemma A.1), and perturbation bounds for PCA factor estimation (Lemmas A.2–A.4).
Load-bearing premise
The restricted eigenvalue condition (Assumption 2) requires that, after projecting out the estimated factor space, the design matrix still preserves enough information to distinguish sparse signals — specifically that ||M_F̃ Q v||²/(NT) ≥ κ²|v|²/2 for vectors v that are approximately sparse. This is a standard but unverifiable condition in high-dimensional statistics: whether it holds depends on the correlation structure of the covariates after removing the factor component,
What would settle it
If the restricted eigenvalue condition (Assumption 2) fails for a given dataset — meaning the covariates are too collinear even after projecting out factors — the oracle inequality and convergence rates do not hold. Additionally, if the tuning parameters λ₁, λ₂ deviate substantially from the oracle rates specified in Assumption 3 (e.g., cross-validation consistently picks wrong rates), the bounds degrade.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper develops asymptotic theory for a factor-augmented sparse-group LASSO estimator for high-dimensional panel regressions with mixed-frequency data. The model combines MIDAS aggregation of high-frequency covariates with PCA-estimated latent factors to capture cross-sectional dependence, while a sparse-group LASSO penalty handles the approximately sparse component. Under a restricted eigenvalue condition on the factor-projected design and standard factor model assumptions, the authors establish an oracle inequality (Theorem 1) and derive convergence rates (Corollary 2) that improve upon standard LASSO rates by exploiting the sparse-group structure. The proof technique follows established methods: a covering number argument bounds the score (Lemma A.1), and a two-case cone analysis yields the oracle inequality.
Significance. The paper addresses a practically relevant problem at the intersection of mixed-frequency econometrics and high-dimensional statistics. The combination of MIDAS aggregation, factor augmentation, and sparse-group regularization in a panel setting is novel relative to prior work (Babii et al. 2022; Beyhum and Striaukas 2026). The convergence rate in Corollary 2 is a falsifiable theoretical prediction: it is faster than the standard LASSO rate O_P((s∨m)log(p)/(NT)) because it replaces the (s∨m)log(p) numerator with m·log(K/m) + s·log(d(m)/s). The proof structure is clean and self-contained, following standard techniques. The connection to the minimax lower bound in Cai et al. (2022) for the cross-sectional case (Remark 4) is a notable strength, providing optimality context.
major comments (3)
- Assumption 2 imposes the restricted eigenvalue (RE) condition on Q̃ = M_F̂Q, where F̂ is the PCA-estimated factor. The paper bounds ||P_F̂ - P_F||_op = O_P(R/√p_x + 1/√(NT)) in Lemma A.4(i) but never establishes that this perturbation is small enough to transfer the RE property from the population-projected design M_FQ to the estimated-projected design M_F̂Q. Such a transfer would require bounding ||(P_F̂ - P_F)Qv||/||v||₂ uniformly over the restricted set, which depends on ||Q||_op and is not verified. This is a load-bearing gap: Theorem 1 and Corollary 2 both rely on Assumption 2 holding for the estimated design. The paper should either (a) state Assumption 2 directly on M_FQ and prove that it transfers to M_F̂Q under the stated rate conditions, or (b) explicitly acknowledge that Assumption 2 is a high-level condition on the estimated design that does not follow from the factor model (
- Corollary 2 states the rate O_P((m·log(eK/m) + s·log(ed(m)/s))/(NT)) under the condition p_x^{-1} = O(r²_{s,m}), which is essential for the factor estimation error O_P(p_x^{-1}) to be dominated by the oracle rate. This condition requires p_x to grow proportionally to NT (up to log terms). The paper provides no discussion of when this condition holds in practice or what the convergence rate would be if it fails. If p_x grows slower than NT, the factor estimation error dominates and the claimed advantage over the standard LASSO rate may not materialize. This condition and its implications for the rate comparison claim in Remark 3 should be discussed explicitly.
- The condition ||A||_{NT} = O(r_{s,m}) in Corollary 2, where A is the misspecification error from the approximate factor model, is stated without discussion of when it holds. Since r_{s,m} → 0 as NT → ∞, this requires the misspecification error to vanish. The paper should clarify what restrictions this imposes on the factor model in Assumption 4 and whether it is compatible with the approximate sparsity framework described in Section 2.
minor comments (5)
- The paper would benefit from a brief discussion of how the tuning parameters λ₁ and λ₂ are selected in practice. The remark referencing Chetverikov, Liao, and Chernozhukov (2021) on cross-validation is helpful but could be expanded to clarify whether the CV-based results extend to the factor-augmented setting with estimated regressors.
- In Remark 3, the comparison with Babii et al. (2023) states that the rate O_P((s∨m)log(p)/(NT)) is 'slower than the rate in Corollary 2.' This comparison implicitly assumes p_x^{-1} = O(r²_{s,m}) holds. The remark should note this dependency.
- The notation d(m) is defined in the main text but could be confused with the dictionary size L. A brief clarifying remark that d(m) depends on the group structure (not the MIDAS dictionary) would help readers.
- Lemma A.2(ii): the bound E||U||⁴_op uses Assumption 4(vi), but the cross-term O(p_x N²T²) appears to grow faster than the diagonal term O(p²_x NT) when N,T are large. The relative magnitude of these terms and their implications for the final bound should be clarified.
- The paper mentions that the fixed-R assumption 'can be relaxed' with references, but does not discuss how the rates or proofs would change. A brief remark on this would strengthen the paper's generality claim.
Simulated Author's Rebuttal
We thank the referee for a careful and constructive report. The referee raises three major comments, all concerning assumptions underlying Corollary 2: (i) whether the restricted eigenvalue condition on the estimated-projected design M_F̂Q is justified, (ii) the condition p_x^{-1} = O(r²_{s,m}) and its implications for the rate comparison, and (iii) the condition ||A||_{NT} = O(r_{s,m}) on the misspecification error. We address each below and indicate revisions where appropriate.
read point-by-point responses
-
Referee: Assumption 2 imposes the RE condition on Q̃ = M_F̂Q with F̂ the PCA-estimated factor. Lemma A.4(i) bounds ||P_F̂ - P_F||_op but never establishes that this perturbation transfers the RE property from M_FQ to M_F̂Q. This is a load-bearing gap for Theorem 1 and Corollary 2.
Authors: The referee correctly identifies that the manuscript does not explicitly address the transfer of the RE property from the population-projected design M_FQ to the estimated-projected design M_F̂Q. We agree this is an important gap that should be closed. We have two options for revision, and we will pursue both. First, we will add a remark showing that under the factor model Assumption 4, the perturbation ||P_F̂ - P_F||_op = O_P(R/√p_x + 1/√(NT)) from Lemma A.4(i) is o_P(1) whenever p_x → ∞ and NT → ∞. For any v in the restricted set, ||(P_F̂ - P_F)Qv||_{NT} ≤ ||P_F̂ - P_F||_op · ||Qv||_{NT}. If the RE condition holds on M_FQ (i.e., ||M_FQv||_{NT} ≥ κ|v|_2/√2 for v in the restricted set) and ||Qv||_{NT} = O_P(√p · |v|_2) (which holds under bounded covariate moments), then the perturbation term is o_P(1) relative to ||M_FQv||_{NT} provided p_x grows sufficiently fast relative to p. This yields the RE condition on M_F̂Q with a slightly modified constant. Second, we will also add an explicit acknowledgment that Assumption 2 is stated as a high-level condition on the estimated design, which is standard practice in the high-dimensional econometrics literature (e.g., Belloni, Chernozhukov, and Hansen 2014; Babii et al. 2022). We will add a new lemma or remark verifying the transfer under primitive conditions, and also clarify the high-level nature of the assumption. We believe this fully addresses the referee's concern. revision: yes
-
Referee: Corollary 2 requires p_x^{-1} = O(r²_{s,m}), which requires p_x to grow proportionally to NT (up to log terms). No discussion of when this holds or what the rate would be if it fails is provided. If p_x grows slower than NT, the factor estimation error dominates and the advantage over standard LASSO may not materialize.
Authors: The referee is correct that the condition p_x^{-1} = O(r²_{s,m}) is essential for the factor estimation error to be dominated by the oracle rate, and that this condition is not currently discussed in the manuscript. We will add an explicit discussion in a revised remark following Corollary 2. The condition p_x^{-1} = O(r²_{s,m}) is equivalent to requiring p_x ≳ NT/(m log(eK/m) + s log(ed(m)/s)) (up to constants). This is satisfied when the number of high-frequency covariates K_x (and hence p_x = LK_x) grows at least proportionally to NT, which is natural in nowcasting applications where the number of available high-frequency predictors is large. If p_x grows slower than NT, the factor estimation error O_P(p_x^{-1}) dominates and the overall convergence rate becomes O_P(p_x^{-1}), which is slower than the oracle sg-LASSO rate. In this case, the advantage over the standard LASSO rate O_P((s∨m)log(p)/(NT)) may indeed not materialize, as the referee notes. We will state this explicitly and note that the rate comparison in Remark 3 should be understood as holding under the stated condition on p_x. We will also note that if p_x is of smaller order than NT but the factor estimation error is still of smaller order than the standard LASSO rate (s∨m)log(p)/(NT), the sg-LASSO rate advantage is preserved. This is an honest characterization and we will incorporate it. revision: yes
-
Referee: The condition ||A||_{NT} = O(r_{s,m}) in Corollary 2, where A is the misspecification error from the approximate factor model, is stated without discussion of when it holds. Since r_{s,m} → 0, this requires the misspecification error to vanish. The paper should clarify what restrictions this imposes on the factor model in Assumption 4 and whether it is compatible with the approximate sparsity framework.
Authors: The referee raises a valid point. The condition ||A||_{NT} = O(r_{s,m}) requires the misspecification error from the approximate factor model to vanish at the oracle rate. We will add a discussion clarifying the content and plausibility of this condition. The misspecification error a_{i,t} arises from two sources: (i) the approximate sparsity of the factor structure (i.e., the dense component X = FB' + U is only approximately low-rank), and (ii) potential misspecification of the factor model itself. The condition ||A||_{NT} = O(r_{s,m}) is compatible with the approximate sparsity framework of Section 2 provided that the idiosyncratic component U (after projecting out the factors) contributes a misspecification error that is small relative to the oracle rate. This is a stronger requirement than what is needed for consistency of the factor estimates alone (which only requires the factor structure to be sufficiently strong, as in Assumption 4). Specifically, it requires that the part of the dense component not captured by the R factors is small in the sense that its contribution to the regression error vanishes at rate r_{s,m}. This is analogous to conditions imposed in the sparse-plus-dense literature (e.g., Fan, Masini, and Medeiros 2023) where the dense component must be well-approximated by the factors. We will add a remark making these restrictions explicit and noting that the condition is stronger than standard factor model assumptions but is compatible with the approximate sparsity framework when the factor structure captures the bulk of the cross-sectional dependence. We will also note that if the condition fails, Theorem 1 still provides a valid oracle inequality with an additional term involving ||A||_{NT}, so the theory remains informative. revision: yes
Circularity Check
No significant circularity; the oracle inequality and convergence rates follow from stated assumptions via standard high-dimensional statistics proof techniques.
full rationale
The paper's central results (Theorem 1, Corollary 2) follow from the stated assumptions through standard, self-contained proof techniques. The oracle inequality in Theorem 1 is derived using a deterministic inequality (Eq. 6), a covering-number argument for the score (Lemma A.1), and the restricted eigenvalue condition (Assumption 2). The convergence rate in Corollary 2 follows from Theorem 1 combined with PCA factor estimation error bounds (Lemmas A.2-A.4), which are derived from Assumption 4 using standard matrix perturbation arguments (Weyl's inequality, Hanson-Wright inequality). The tuning parameters in Assumption 3 are oracle rates, not fitted values; the paper cites Chetverikov, Liao, and Chernozhukov (2021) to note that cross-validated LASSO achieves similar results, which is external support, not circularity. Self-citations (Babii et al. 2022, 2023; Beyhum and Striaukas 2026) are used for context and comparison of rates, not as load-bearing premises for the derivations. The skeptic's concerns about whether Assumption 2 transfers from population to estimated factors, and whether the condition p_x^{-1} = O(r^2_{s,m}) holds, are correctness/completeness concerns about the assumptions, not circularity in the derivation chain. The proof is self-contained against external benchmarks (comparison with Cai et al. 2022 minimax lower bound).
Axiom & Free-Parameter Ledger
free parameters (4)
- λ₁ (LASSO tuning parameter) =
r_{s,m}/√s (oracle rate)
- λ₂ (group LASSO tuning parameter) =
r_{s,m}/√m (oracle rate)
- R (number of latent factors) =
fixed, not specified numerically
- L (MIDAS dictionary size) =
not specified
axioms (5)
- domain assumption Sub-Gaussian errors conditionally on covariates (Assumption 1)
- domain assumption Restricted eigenvalue condition (Assumption 2)
- domain assumption Factor model assumptions (Assumption 4)
- domain assumption Approximate sparsity of δ
- domain assumption Oracle tuning parameters (Assumption 3)
read the original abstract
This paper develops the asymptotic theory for high-dimensional panel data regressions in settings with cross-sectionally dependent errors driven by common shocks. We consider a factor-augmented sparse-group LASSO estimator that combines MIDAS aggregation with latent factors. The estimator can take advantage of the mixed-frequency group structure in the time-series dimension. Theory shows that it can outperform the standard LASSO estimator both for prediction and estimation while allowing for cross-sectional dependence.
Reference graph
Works this paper leans on
-
[1]
Journal of Econometrics , volume =
Machine learning panel data regressions with heavy-tailed dependent data: Theory and application , author =. Journal of Econometrics , volume =. 2023 , doi =
work page 2023
-
[2]
Journal of Business & Economic Statistics , volume =
Machine learning time series regressions with an application to nowcasting , author =. Journal of Business & Economic Statistics , volume =. 2022 , doi =
work page 2022
-
[3]
Simon, Noah and Friedman, Jerome and Hastie, Trevor and Tibshirani, Robert , journal =. A sparse-group. 2013 , doi =
work page 2013
-
[4]
Journal of Econometrics , volume =
Predicting Volatility: Getting the Most Out of Return Data Sampled at Different Frequencies , author =. Journal of Econometrics , volume =. 2006 , doi =
work page 2006
-
[5]
Ghysels, Eric and Sinko, Arthur and Valkanov, Rossen , journal =. 2007 , doi =
work page 2007
-
[6]
Journal of Econometrics , volume =
Regression Models with Mixed Sampling Frequencies , author =. Journal of Econometrics , volume =. 2010 , doi =
work page 2010
- [7]
-
[8]
Babii, Andrii and Ghysels, Eric and Pan, Junsu , journal =. Tensor. 2025 , doi =
work page 2025
-
[9]
Chetverikov, Denis and Liao, Zhipeng and Chernozhukov, Victor , journal =. On cross-validated. 2021 , doi =
work page 2021
-
[10]
and Ritov, Ya'acov and Tsybakov, Alexandre B
Bickel, Peter J. and Ritov, Ya'acov and Tsybakov, Alexandre B. , journal =. Simultaneous Analysis of. 2009 , doi =
work page 2009
-
[11]
The Review of Economic Studies , volume =
Inference on Treatment Effects after Selection among High-Dimensional Controls , author =. The Review of Economic Studies , volume =. 2014 , doi =
work page 2014
-
[12]
Foundations of Computational Mathematics , volume =
Mean estimation and regression under heavy-tailed distributions: A survey , author =. Foundations of Computational Mathematics , volume =. 2019 , doi =
work page 2019
- [13]
-
[14]
Beyhum, Jad and Striaukas, Jonas , year =. Factor-augmented sparse
- [15]
- [16]
-
[17]
Quantitative Economics , volume =
Estimation and Inference in High-Dimensional Panel Data Models with Interactive Fixed Effects , author =. Quantitative Economics , volume =. 2025 , doi =
work page 2025
-
[18]
The Annals of Statistics , volume =
Bridging Factor and Sparse Models , author =. The Annals of Statistics , volume =. 2023 , doi =
work page 2023
-
[19]
Journal of Business & Economic Statistics , volume =
Factor and factor loading augmented estimators for panel regression with possibly nonstrong factors , author =. Journal of Business & Economic Statistics , volume =. 2023 , doi =
work page 2023
-
[20]
Inferential theory for factor models of large dimensions , author =. Econometrica , volume =. 2003 , doi =
work page 2003
-
[21]
Journal of Econometrics , volume =
Linear panel regressions with two-way unobserved heterogeneity , author =. Journal of Econometrics , volume =. 2023 , doi =
work page 2023
-
[22]
Cai, T Tony and Zhang, Anru R and Zhou, Yuchen , journal =. Sparse group. 2022 , doi =
work page 2022
-
[23]
Bellec, Pierre C and Lecu. Slope meets. The Annals of Statistics , volume =. 2018 , doi =
work page 2018
- [24]
-
[25]
Variable selection in predictive MIDAS models , author=. 2014 , journal=
work page 2014
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.