Papers
Topics
Authors
Recent
Search
2000 character limit reached

Progressive Explicit-to-Latent Curriculum

Updated 5 July 2026
  • The paper introduces a staged progression that shifts from clear, overt cues to internal latent representations, enhancing model robustness across domains.
  • It leverages mechanisms such as controlled occlusion, token replacement, and task reordering to gradually transition supervision from explicit to latent signals.
  • Empirical results across imaging, VQA, and generative tasks confirm that explicit-to-latent curricula improve inference efficiency and reduce reliance on direct cues.

Progressive Explicit-to-Latent Curriculum denotes a class of curriculum-learning strategies in which optimization begins with signals that are direct, overt, or strongly supervised and then shifts toward signals that are hidden, compositional, weakly supervised, or internal to the model. In the medical-imaging formulation, training starts from clear, unobstructed images and progressively increases occlusion so that the model must rely on latent or hidden anatomical structure (Singh et al., 2023). In latent-reasoning work, the transition runs from explicit Chain-of-Thought tokens to continuous latent tokens or latent hidden-state rollouts (Liu et al., 10 Feb 2026, He et al., 2 Apr 2026). In multimodal learning, explicit signals are redundant or modality-unique cues, whereas latent signals are synergistic interactions that become usable only after unimodal representations mature (Singh et al., 15 Jun 2026). Related formulations also appear in robust visual question answering, web navigation, molecular generation, human-object interaction video generation, motion generation, curriculum search, and manifold-structured bandits (Akl et al., 2024, Peng et al., 14 Apr 2026, Li et al., 14 Nov 2025, Liu et al., 28 Dec 2025, Xi et al., 23 Apr 2025, Sarkar et al., 2021, McKenzie et al., 18 Jun 2026).

1. Conceptual definition and scope

The defining feature of this curriculum family is not merely staged training, but a directed progression from directly observable cues to internally inferred structure. In "See Through the Fog," the mapping is literal: early stages exploit explicit features such as clear anatomical boundaries and high-contrast lesions, whereas higher occlusion forces inference from contextual cues, global shape priors, and learned invariances (Singh et al., 2023). In LT-Tuning and PLUME, the mapping is representational: explicit textual reasoning is used as a temporary scaffold and is then rewritten into latent tokens or latent hidden-state computation (Liu et al., 10 Feb 2026, He et al., 2 Apr 2026). In SPICE, explicit signals are redundant/shared cues and unique modality-specific cues, while latent interactions are synergistic components revealed only jointly (Singh et al., 15 Jun 2026). In TPCL, explicit subtasks are question-type partitions, and the latent objective is the full VQA problem over the entire training distribution (Akl et al., 2024).

A concise cross-domain mapping is as follows.

Paper/domain Explicit regime Latent regime
Medical imaging (Singh et al., 2023) Clear, unobstructed images Increasingly occluded images
LT-Tuning (Liu et al., 10 Feb 2026) Explicit CoT tokens Continuous latent tokens
SPICE (Singh et al., 15 Jun 2026) Redundant and unique cues Synergistic interactions
TPCL (Akl et al., 2024) Question-type subtasks Full VQA objective
Web navigation (Peng et al., 14 Apr 2026) Supervised imitation Preference and policy optimization
CoG molecular design (Li et al., 14 Nov 2025) Explicit prompt segments Latent denoising trajectory
PLUME (He et al., 2 Apr 2026) Verbalized CoT scaffold Latent rollout with hidden states
ProMoGen SAP-CL (Xi et al., 23 Apr 2025) Dense anchor supervision Sparse-anchor latent motion prior

This scope indicates that the phrase refers to a design pattern rather than a single algorithm. A plausible implication is that explicit-to-latent curricula are best understood as curriculum policies over what information is exposed, rather than only over how difficult examples are. That interpretation is directly supported by settings in which the curriculum controls occlusion ratio, reasoning-token replacement, anchor density, task composition, or sampling geometry rather than conventional easy-to-hard ranking alone (Singh et al., 2023, Liu et al., 10 Feb 2026, Xi et al., 23 Apr 2025, McKenzie et al., 18 Jun 2026).

2. Core mechanisms of progression

A recurring mechanism is stage-wise control over observable information. In the medical-imaging formulation, occlusion is applied as x=xmx' = x \odot m with occlusion ratio α=1m/(hw)\alpha = 1 - |m|/(h \cdot w), and the ordered curriculum is implemented by sorting samples by increasing occlusion and defining St={xiint}S_t = \{x'_i \mid i \le n_t\} with nt=tn/Tn_t = \lceil t \cdot n/T \rceil (Singh et al., 2023). The same paper adds three regulators for stable progression: Wasserstein Curriculum Learning, which minimizes W1(Pt,Pt+1)W_1(P_t, P_{t+1}) between stagewise occlusion histograms; Information Adaptive Learning, which maintains I(Y;Y^)I(Y;\hat{Y}) as occlusion rises; and Geodesic Curriculum Learning, which regularizes the parameter trajectory by a geodesic-length term (Singh et al., 2023).

A second mechanism is progressive replacement of explicit tokens by latent computation. LT-Tuning uses a three-stage pipeline: Stage 1 trains explicit CoT with standard supervised fine-tuning; Stage 2 inserts <thinking> tokens at low-confidence positions using gt=1[pθ(yty<t)<τ]g_t = \mathbb{1}[p_\theta(y_t \mid y_{<t}) < \tau]; Stage 3 replaces raw hidden-state latent embeddings with Context-Prediction-Fusion, zt=αht1,I+(1α)epredz_t = \alpha \cdot h_{t-1,I} + (1-\alpha)\cdot e_{pred}, where eprede_{pred} is an expected embedding under a Top-p filtered predictive distribution (Liu et al., 10 Feb 2026). PLUME uses a different but related rewrite strategy: teacher rationales are split into sentence-level segments, the leftmost contiguous prefix is progressively replaced by a latent block <slt>, <ct>^K, <elt>, and the explicit suffix remains teacher-forced until the final fully latent stage (He et al., 2 Apr 2026).

A third mechanism is online re-estimation of what counts as explicit versus latent complexity. SPICE computes per-sample surrogate PID scores for redundancy RiR_i, uniqueness α=1m/(hw)\alpha = 1 - |m|/(h \cdot w)0, and synergy α=1m/(hw)\alpha = 1 - |m|/(h \cdot w)1, refreshes them every α=1m/(hw)\alpha = 1 - |m|/(h \cdot w)2 epochs, and progresses from redundancy-focused sampling to unique-pattern exposure and then to synergy-focused training (Singh et al., 15 Jun 2026). TPCL computes per-task loss histograms and ranks tasks by the Wasserstein Optimal Transport distance between consecutive histogram states, then expands the curriculum set according to an incremental pacing function while preserving a hard-to-easy ordering (Akl et al., 2024). BMC similarly begins with prompt-level reward-variance signals α=1m/(hw)\alpha = 1 - |m|/(h \cdot w)3 and then organizes prompts into a Latent Task Tree, enabling top-down hierarchical Thompson sampling over latent regions rather than independent arms (McKenzie et al., 18 Jun 2026).

These mechanisms show that explicit-to-latent progression is frequently stabilized by continuity constraints. The continuity may be distributional, as in α=1m/(hw)\alpha = 1 - |m|/(h \cdot w)4 (Singh et al., 2023); historical, as in TPCL’s consolidated OT difficulty over α=1m/(hw)\alpha = 1 - |m|/(h \cdot w)5 cycles with α=1m/(hw)\alpha = 1 - |m|/(h \cdot w)6 (Akl et al., 2024); geometric, as in geodesic regularization (Singh et al., 2023); or structural, as in PLUME’s stagewise rewrite and BMC’s tree-based belief propagation (He et al., 2 Apr 2026, McKenzie et al., 18 Jun 2026).

3. Task- and sample-level curricula

In perception and supervised multimodal learning, explicit-to-latent curricula often operate by reordering samples or task partitions rather than by modifying model architecture. The medical-imaging curriculum is the clearest sample-level instance: the model is trained first on low-occlusion images and later on higher-occlusion variants generated by PROS or PBOS, with WCL, IAL, and GCL available as integrated strategies for smoother distributional shifts and information adequacy (Singh et al., 2023). On Br35H, the reported binary results are Baseline Accuracy 99.50, ROC-AUC 99.67, F1 99.50; PROS Accuracy 99.83, ROC-AUC 100, F1 99.83; PBOS Accuracy 99.33, ROC-AUC 99.67, F1 99.33. On Brain Multi-Class, the reported values are Baseline Accuracy 96.11, ROC-AUC 96.88, F1 96.03; PROS Accuracy 97.41, ROC-AUC 98.19, F1 97.37; PBOS Accuracy 98.02, ROC-AUC 98.64, F1 97.96 (Singh et al., 2023).

SPICE instantiates a multimodal version of the same principle. The curriculum begins with high-redundancy samples, adds high-unique samples, and finally emphasizes high-synergy samples, with two realizations: SPICE-S via stage-wise binning and SPICE-E via entire-dataset ordering (Singh et al., 15 Jun 2026). The training schedule is a 30-epoch warm-up followed by 3 stages of 50 epochs each, with PID scores recomputed every α=1m/(hw)\alpha = 1 - |m|/(h \cdot w)7 epochs (Singh et al., 15 Jun 2026). On CREMA-D, SPICE-E reaches 83.06% ACC and 89.07% mAP; on Kinetics-Sounds, 73.99% ACC and 79.48% mAP; on NVGesture, 87.14% ACC and 87.36% F1; on VGGSound, 54.98% ACC and 56.63% mAP (Singh et al., 15 Jun 2026). The paper explicitly states that redundant and unique components correspond to explicit signals, whereas synergy corresponds to latent interactions (Singh et al., 15 Jun 2026).

TPCL operationalizes explicit-to-latent at the task level. The dataset is partitioned into α=1m/(hw)\alpha = 1 - |m|/(h \cdot w)8 question types, task difficulty is measured by OT between consecutive loss histograms, and the curriculum progressively enlarges the active task set under α=1m/(hw)\alpha = 1 - |m|/(h \cdot w)9 with St={xiint}S_t = \{x'_i \mid i \le n_t\}0 and St={xiint}S_t = \{x'_i \mid i \le n_t\}1 (Akl et al., 2024). The dynamic LXMERT results are 77.23 on VQA-CP v2, 76.15 on VQA-CP v1, and 78.03 on VQA v2; the fixed variant reaches 78.42 on VQA v2 (Akl et al., 2024). A common misconception is that curriculum learning here is easy-to-hard; TPCL explicitly reports that the progression is hard-to-easy while gradually increasing the set size, and that the “backward” hard-to-easy ordering generally gives better OOD generalization in low-data regimes (Akl et al., 2024).

TSO and BMC extend the same family into curriculum discovery and online RL sampling. TSO begins with explicit permutations of training batches, embeds them with an encoder-decoder-predictor assembly, and then performs gradient ascent in the latent representation St={xiint}S_t = \{x'_i \mid i \le n_t\}2 before decoding back to explicit curricula (Sarkar et al., 2021). Reported gains include 47.92 to 48.97 on Sampled-CIFAR-100 with N4 and 50.39 to 51.93 with N5, alongside the summary claim of an empirical gain of 2AP over random strategies (Sarkar et al., 2021). BMC begins with explicit reward-variance modeling and then transitions to latent-geometry-aware sampling via a Latent Task Tree; curriculum-based strategies are reported to achieve roughly 40% effective-ratio improvement over uniform sampling (McKenzie et al., 18 Jun 2026).

4. Explicit-to-latent reasoning and representation transfer

The most literal use of the term in contemporary language-model work concerns the migration from explicit reasoning tokens to latent hidden-state computation. LT-Tuning begins with explicit CoT grounding, then inserts latent <thinking> tokens at uncertain positions, and finally constructs those latent tokens with Context-Prediction-Fusion to mitigate feature collapse, distribution mismatch, and alignment issues (Liu et al., 10 Feb 2026). The core claim is that latent tokens should not be raw recycled hidden states alone; they should fuse contextual history with predictive semantic guidance from the model’s own vocabulary distribution (Liu et al., 10 Feb 2026). Reported average accuracies are 36.4% for 1B, 52.4% for 3B, and 68.8% for 8B, compared with best baselines of 33.2%, 50.5%, and 66.0%; with adapter, the 8B model reaches 70.3%, including a gain on MultiArith from 92.8% to 96.1% (Liu et al., 10 Feb 2026). The ablations identify the curriculum as structurally important: w/o Stage 2 is −3.9% for 3B and −6.7% for 8B, and w/o Stage 3 is −8.0% for 3B and −23.5% for 8B (Liu et al., 10 Feb 2026).

PLUME applies the same transfer principle to universal multimodal embedding. Its training schedule is Stage 0 fully explicit CoT for 3 epochs, Stages 1–3 progressive partial latentization for 1 epoch total, and Stage 4 fully latent for 1 epoch, with St={xiint}S_t = \{x'_i \mid i \le n_t\}3 latent steps throughout (He et al., 2 Apr 2026). The latent rollout is guided by a semantic-anchor-conditioned routed adapter, with one shared expert, St={xiint}S_t = \{x'_i \mid i \le n_t\}4 specialized experts, Top-St={xiint}S_t = \{x'_i \mid i \le n_t\}5 routing, and an auxiliary balance loss St={xiint}S_t = \{x'_i \mid i \le n_t\}6 (He et al., 2 Apr 2026). On the 78-task MMEB-v2 benchmark, PLUME reports All 61.6, Image 66.3, Video 44.1, and VisDoc 67.5, compared with UME-R1 at All 60.1, Image 66.6, Video 42.2, and VisDoc 63.9 (He et al., 2 Apr 2026). The efficiency comparison is central to the explicit-to-latent claim: PLUME uses 8 latent steps versus 403 reasoning tokens for UME-R1, with latency 298±12 ms/sample versus 9023±187 ms/sample, yielding a 30.3× speedup (He et al., 2 Apr 2026). The curriculum ablation is decisive: w/o Curriculum drops All from 61.6 to 54.8 (He et al., 2 Apr 2026).

A notable shared property of LT-Tuning and PLUME is that neither paper introduces an explicit distillation loss from explicit CoT into latent states. LT-Tuning states that no additional KL, contrastive, or reconstruction losses are introduced beyond standard supervised fine-tuning losses on CoT traces and answers (Liu et al., 10 Feb 2026). PLUME likewise states that it does not introduce an explicit KL or hidden-state consistency loss and instead effects transfer through the curriculum design itself (He et al., 2 Apr 2026). This suggests that explicit-to-latent transfer can be realized by structural supervision and staged rewriting alone when the latent interface is sufficiently well aligned.

5. Generative, control, and decision-making instantiations

In generative modeling, explicit-to-latent curricula frequently operate by decomposing conditioning signals and then progressively shifting generation burden onto latent priors. CoG for text-guided molecular design decomposes a prompt into explicit semantic segments, orders them coarse-to-fine, and then performs multi-stage latent diffusion with cumulative sub-prompts St={xiint}S_t = \{x'_i \mid i \le n_t\}7 and partial denoising starting at approximately St={xiint}S_t = \{x'_i \mid i \le n_t\}8 of the schedule (Li et al., 14 Nov 2025). The first stage fixes the scaffold, and later stages add functional groups and modifiers while preserving prior structure through cumulative conditioning and partial denoising (Li et al., 14 Nov 2025). On ChEBI-20, GraphLDM + CoG reports BQI 60.47, Q-Cov 45.58, Q-Nov 11.10, Validity 100, compared with GraphLDM at BQI 59.54 and Q-Cov 43.19; on PubChem, GraphLDM + CoG reports BQI 58.07 and Q-Cov 43.13 (Li et al., 14 Nov 2025). The anti-curriculum result is much worse, with GPT-4o, One-shotSt={xiint}S_t = \{x'_i \mid i \le n_t\}9 + CoGnt=tn/Tn_t = \lceil t \cdot n/T \rceil0 + CoGnt=tn/Tn_t = \lceil t \cdot n/T \rceil1 at BQI 38.18 and Q-Cov 10.77 (Li et al., 14 Nov 2025).

In embodied and structured-control settings, the transition commonly reduces explicit control density over time. ProMoGen’s SAP-CL starts with dense anchor supervision and then progressively reduces the number of anchors by setting nt=tn/Tn_t = \lceil t \cdot n/T \rceil2 and nt=tn/Tn_t = \lceil t \cdot n/T \rceil3 across nt=tn/Tn_t = \lceil t \cdot n/T \rceil4 epochs and nt=tn/Tn_t = \lceil t \cdot n/T \rceil5 stages, while keeping nt=tn/Tn_t = \lceil t \cdot n/T \rceil6 (Xi et al., 23 Apr 2025). This turns sparse anchor motion generation into a progressive explicit-to-latent curriculum: early dense anchors provide precise explicit guidance, and late sparse anchors require the model to rely increasingly on the latent motion prior (Xi et al., 23 Apr 2025). The curriculum-versus-regular comparison reports, for 9 anchors, MPJPE 3.101 to 2.130 and FID 0.319 to 0.124; for 1 anchor, MPJPE 6.119 to 5.929 and FID 1.127 to 1.014 (Xi et al., 23 Apr 2025).

ByteLoom uses a related staged progression for human-object interaction video generation, but the explicit-to-latent transition is formulated as a reduction in reliance on fine-grained hand annotations and an increase in reliance on learned HOI priors. Curriculum I trains on human pose conditioning without objects; Curriculum II trains on hand-object interaction with textured object meshes, estimated 6-DoF object poses, per-frame RCM, and RCM-cache; Curriculum III fine-tunes on full HOI data (Liu et al., 28 Dec 2025). The reported full model, I+II+III, achieves Obj-IoU 0.8288, Obj-CLIP 0.9100, Face-Cos 0.8891, LMD 0.1427, and T-SSIM 0.5682 on Mani4D-Test (Liu et al., 28 Dec 2025). The ablations show that adding the hand-object datasets of Curriculum II is key: I+III gives Obj-IoU 0.7627 and T-SSIM 0.4812, whereas I+II+III gives Obj-IoU 0.8288 and T-SSIM 0.5682 (Liu et al., 28 Dec 2025).

Robust web navigation provides a decision-making instance of the same pattern. Triton first trains Triton-SFT-32B on explicit imitation, then Triton-ORPO-32B on pairwise preference signals via Odds Ratio Preference Optimization, and finally Triton-GRPO-32B on long-horizon policy optimization via Group Relative Policy Optimization (Peng et al., 14 Apr 2026). The paper explicitly defines Stage I as explicit and Stages II–III as latent, because preference and policy objectives shape discrimination and consistency without directly imitating labels (Peng et al., 14 Apr 2026). On Mind2Web, Step Success Rate rises from 47.6% for Triton-SFT-32B to 53.2% for Triton-ORPO-32B and 58.7% for Triton-GRPO-32B (Peng et al., 14 Apr 2026).

6. Empirical patterns, limitations, and open directions

Across these papers, the principal empirical pattern is that explicit-to-latent curricula improve robustness when direct cues become unreliable or insufficient. In medical imaging, progressively occluded training improves performance on occluded brain-tumor classification (Singh et al., 2023). In VQA, hard-to-easy task growth reduces shortcut learning and improves OOD robustness, with LXMERT rising from 48.66 to 77.23 on VQA-CP v2 under TPCL_Dyn↑ (Akl et al., 2024). In latent reasoning and multimodal retrieval, staged transfer from explicit CoT to latent computation improves both accuracy and efficiency (Liu et al., 10 Feb 2026, He et al., 2 Apr 2026). In web navigation, the progression from imitation to discrimination to policy optimization yields additive gains in Step Success Rate (Peng et al., 14 Apr 2026). In HOI video generation and motion generation, staged conditioning improves geometric consistency, anchor adherence, and realism under sparse or incomplete controls (Liu et al., 28 Dec 2025, Xi et al., 23 Apr 2025).

Several misconceptions are directly contradicted by the record. First, explicit-to-latent does not mean the late stages are less supervised in every respect: TPCL enlarges the active task set while remaining fully supervised (Akl et al., 2024), and SPICE never adds an explicit PID regularizer, using only data ordering under the loss nt=tn/Tn_t = \lceil t \cdot n/T \rceil7 (Singh et al., 15 Jun 2026). Second, explicit-to-latent does not require token reasoning: medical imaging, multimodal interaction learning, HOI video generation, and motion generation implement it through occlusion, PID-based sample reordering, RCM-conditioned staged training, or sparse-anchor schedules (Singh et al., 2023, Singh et al., 15 Jun 2026, Liu et al., 28 Dec 2025, Xi et al., 23 Apr 2025). Third, it is not synonymous with easy-to-hard: TPCL explicitly reports hard-to-easy progression, and BMC shows that productivity, diversity, and utility need not be aligned under a single difficulty axis (Akl et al., 2024, McKenzie et al., 18 Jun 2026).

The main limitations are also consistent across domains. Smooth progression is often expensive or estimator-dependent. Medical imaging adds OT overhead and relies on accurate mutual-information estimation and suitable metric tensors for geodesic regularization (Singh et al., 2023). SPICE uses surrogate PID scores derived from model predictions rather than exact PID measures and is sensitive to probability calibration and weak-synergy regimes (Singh et al., 15 Jun 2026). LT-Tuning is sensitive to distribution mismatch in large untied models, with a −23.5% ablation when Stage 3 fusion is removed at 8B scale (Liu et al., 10 Feb 2026). PLUME is sensitive to the curriculum itself, with a −6.8 overall drop when Stages 1–3 are skipped (He et al., 2 Apr 2026). ByteLoom reports that object-only NVS gives only marginal benefit and may introduce distribution mismatch (Liu et al., 28 Dec 2025). CoG depends on segmentation quality and can struggle with conflicting or noisy textual constraints (Li et al., 14 Nov 2025). BMC assumes that latent embeddings reflect behaviorally meaningful structure and notes that tree reconstruction may be needed if drift is suspected (McKenzie et al., 18 Jun 2026).

The future directions named in these papers are largely extensions of the same design principle. Medical imaging proposes adaptive schedules, semi-supervised learning, generative occluders, and latent-space curricula (Singh et al., 2023). SPICE suggests that the curriculum can be layered on top of balancing or robustness methods and generalized to more than two modalities (Singh et al., 15 Jun 2026). PLUME points toward structured latent computation as a practical replacement for explicit rationale generation in retrieval (He et al., 2 Apr 2026). BMC adds the utility-aware BMC-T variant, in which latent geometry is combined with target-aware bonuses when productivity and evaluation relevance diverge (McKenzie et al., 18 Jun 2026). Taken together, these directions indicate that Progressive Explicit-to-Latent Curriculum has become a unifying strategy for transferring learning from overt supervision or evidence into internalized inference, structured priors, and latent computation.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Progressive Explicit-to-Latent Curriculum.