---
title: 'Single-Source Model: Core Concepts'
url: https://www.emergentmind.com/topics/single-source-model
type: topic
---

# Single-Source Model: Core Concepts

Searching arXiv for recent papers related to “single-source model” across the domains represented in the provided material.
Single-Source Model is a field-dependent term for formulations organized around one privileged source: a source task, one modality, one labeled domain, one source node, one emitter, one astrophysical accelerator, or one initial site. Across recent arXiv literature, the common feature is not a single shared formalism but a single distinguished origin that defines the admissible dependence structure, robustness criterion, or explanatory mechanism [2606.26279] [2206.12714] [2505.12745] [2304.04015] [1510.01878] [1309.3143].

## 1. Semantic scope across research areas

The term is used in several technically distinct ways.

| Domain | Meaning of “source” | Representative papers |
|---|---|---|
| fMRI taskonomy | One source task state reused for one target task | [2606.26279] |
| Multimodal robustness | One corrupted modality while other modalities remain clean | [2206.12714], [1906.04691] |
| Domain generalization | One labeled source domain with no target data during training | [2505.12745], [2403.07514] |
| Audio curation | One salient sound event without other sound-event types | [2605.13931] |
| Graph and network algorithms | One query/source node or one infection source | [2304.04015], [2507.17841], [1410.2995] |
| Physical origin models | One nearby accelerator, one emitter, or one master flavor source | [1510.01878], [1506.00020], [1309.3143] |

In some literatures, the source is a computational primitive. In others, it is a threat model, a data-purity assumption, or a physical hypothesis. The phrase therefore denotes a modeling stance rather than a universal architecture.

## 2. Directed pairwise transfer in cognitive taskonomy

In reconstruction-based fMRI taskonomy, the single-source model is defined explicitly as a directed transfer relation \(s \rightarrow t\): an encoder \(E_s\) learned by masked fMRI reconstruction on source task \(s\) is frozen and reused for low-data reconstruction on target task \(t\), while only a target decoder is retrained on \(1\%\) of target-task training data [2606.26279]. The common self-supervised objective is masked fMRI reconstruction on samples \(x \in \mathbb{R}^{R \times T}\) with \(R=360\) cortical regions and \(T=20\) time frames, evaluated through a normalized transfer distance
\[
d_t(\{s\})=\frac{L_t(\{s\})}{L_t^{\mathrm{gold}}},
\]
and visualized through within-target standardized affinities. Because all source-target relations are scored by the same held-out reconstruction criterion, the resulting taskonomy is a directed graph rather than an undirected similarity matrix.

The experimental setting uses 23 Human Connectome Project task states from 7 paradigms, with train/test splits in a 4:1 ratio and no subject overlap. Exhaustive evaluation of distinct ordered task pairs yields \(23 \times 22 = 506\) single-source transfer models, forming part of a total of 1,127 trained models once gold and multi-source variants are included [2606.26279].

The main single-source findings are that transfer is strongly directional and paradigm structured. The five motor states form a coherent within-category block, with especially strong transfer among homologous left-right effectors, but comparatively weak transfer to many non-motor targets. The paper interprets this as a shared sensorimotor execution system overlaid by effector-specific representations. Working-memory states require a more careful directional reading: as targets, they can receive support from a broader range of non-motor sources, but as sources they are not uniformly dominant, and several transferred less broadly than sources such as math or neutral in the prior single-source analysis [2606.26279].

The paper also states the central limitation of the single-source model. It captures directed pairwise dependencies under a controlled low-data adaptation protocol, but it is inherently pairwise. Many-to-one relations are not fully captured by pairwise taskonomy alone, and budget-constrained supervision allocation can prioritize tasks that are not the strongest average outgoing single sources. This is the paper’s main reason for extending from \(s \rightarrow t\) to source-set-to-target relations \(S \rightarrow t\) [2606.26279].

## 3. Single-source as fault isolation, adversarial regime, and source purity

In multimodal fusion, single-source usually denotes a failure model rather than a transfer primitive. In the single-source adversarial setting, a multimodal model still receives all \(k\) modalities at inference time, but the attacker perturbs only one modality \(x_i\), leaving the remaining \(k-1\) modalities clean [2206.12714]. The 2022 paper shows that standard mid- to late-fusion models are vulnerable in precisely this regime: on EPIC-Kitchens, concatenation and mean fusion reduce top-1 action accuracy to \(0.0\) under visual, motion, and audio perturbations; on KITTI, perturbing one depth modality can collapse AP; and on MOSI, text-only attacks sharply degrade both binary and 7-class sentiment accuracy [2206.12714]. The proposed defense augments the fusion model with an odd-one-out detector and a robust fusion layer containing \(k+1\) experts, one per omitted modality plus one all-modality expert, thereby using cross-modal consistency to suppress the suspect source.

An earlier formulation studies the same general problem under the name single-source robustness and reaches a similar conclusion: robustness is not guaranteed even in a linear fusion model, because shared information may be allocated asymmetrically across sources [1906.04691]. That paper defines a worst-case single-source-noise objective, MaxSSN, and proposes two training procedures, TrainSSN and TrainSSNAlt, together with a latent ensemble layer (LEL). On KITTI 3D detection with RGB and LIDAR, both MaxSSN-style training and LEL improve worst-case single-source robustness while largely preserving clean-data performance [1906.04691].

A distinct use of the term appears in audio curation. In "FSD50K-Solo" [2605.13931], a single-source clip is defined operationally as an audio clip whose labeled event is present in isolation, without other types of sound events. Multi-source clips include strong background noise, overlapping sound events, and clips in which the target event is only sparsely present in time. The paper constructs synthetic supervision from diffusion-generated clean event clips, trains a BEATs-plus-BiLSTM-plus-MLP binary classifier with binary cross-entropy, and filters FSD50K into FSD50K-Solo with 32,880 retained samples. The reported performance is 93.47% accuracy on the generated test set and 95.51% accuracy on an expert-curated Bose Sound Events test set [2605.13931]. Here, single-source is neither a robustness regime nor a transfer relation; it is a property of source purity in the data itself.

## 4. Single-source domain generalization

In single-source domain generalization, the source is a training domain. The defining assumption is that training uses data from only one labeled source domain, while evaluation is on multiple unseen target domains with no target data available during training [2505.12745] [2403.07514]. This is stricter than multi-source DG because domain invariance cannot be inferred directly from multiple environments.

"PEER pressure" [2505.12745] studies augmentation-based single-source DG and argues that target-domain performance universally fluctuates during training because the model cannot accumulate knowledge learned from diverse augmentations. PEER addresses this by separating a frozen task model from a trainable proxy model. The proxy learns on original and augmented source samples, while the task model is updated only through uniform parameter-space averaging over saved proxy snapshots. Representation alignment is imposed through a mutual-information-style regularizer, implemented by default with Barlow Twins. The method is evaluated on PACS, Digits, Office-Home, and VLCS, with \(k=10\), \(w=2\), and \(\lambda=0.005\). The paper reports gains over the same-backbone state of the art of 2.30% on PACS and 0.96% on Digits, and large gains over plain RandAugment on Office-Home and VLCS [2505.12745].

"CUDGNet" [2403.07514] uses a different single-source DG strategy. It assumes one labeled source domain \(S\), generates fictitious domains \(S^+\) through a transformation component, EFDMix style transfer, and Gaussian latent perturbations \(e \sim \mathcal N(\mu,\sigma^2)\), and learns source–generated invariance with InfoNCE. The generator is trained adversarially through
\[
\max_G L(M;S^+) - \beta \|z-z^+\|_2^2,
\]
while the overall task model minimizes a variational objective plus contrastive loss. On CIFAR-10-C, the reported average accuracy is 85.53%, exceeding the prior best 78.45%; on PACS, training on Photo and testing on Art Painting, Cartoon, and Sketch yields 57.32% average accuracy, slightly above the strongest listed baseline at 57.17% [2403.07514]. In this literature, the single-source model is the data regime itself.

## 5. Source-rooted algorithmic and network formulations

Several algorithmic papers use single-source in the literal graph-theoretic sense of a distinguished query or origin node. In single-source SimRank, the task is to compute or approximate \(\{s(s,u):u\in V\}\) for one fixed source node \(s\). The MPC algorithm in [2304.04015] is the first with provable additive error \(\epsilon > 3/n\) that achieves \(O(\log^2 \log n)\) communication rounds while using strongly sublinear memory per machine \(S=n^\alpha\), overcoming the apparent \(\Theta(\log n)\) round barrier.

The same source-rooted pattern governs semi-streaming shortest paths. In [2507.17841], the source is a designated root \(s\), and the output is a \((1+\epsilon)\)-approximate shortest path tree. The paper gives a randomized algorithm using
\[
O\!\left(\frac{1}{\epsilon} \cdot n \log^3 n \right)\ \text{space}
\quad\text{and}\quad
O\!\left(\frac{1}{\epsilon} \cdot \left(\frac{\log n}{\log\log n} \right)^2\right)\ \text{passes},
\]
and proves that any semi-streaming algorithm achieving even a constant-factor approximation requires \(\Omega(\log n/\log\log n)\) passes [2507.17841].

In single-source unsplittable flow, the source is a common origin \(s\) from which all terminal demands are routed. The planar acyclic result in [2308.02651] shows that a fractional single-source flow can be rounded to an unsplittable one with
\[
x(a)-d_{\max}\le \mathrm{flow}_{\mathcal P}(a)\le x(a)+d_{\max}
\]
for all arcs without costs, and with exact cost preservation at the price of a \(2d_{\max}\) additive deviation in the costed setting. The proof uses a noncrossing path decomposition and a structured discrepancy problem on a non-interleaving partition [2308.02651].

Two further papers place single-source at the hypothesis level. In single-snapshot source localization, a single source is exactly the sparsity-order-one case, \(\|\beta\|_0=1\), in a complex underdetermined regression model. The c-LARS-GIC procedure computes the exact knot sequence of the complex Lasso path, evaluates generalized information criteria at those knots, and selects \(\hat k^*=1\) when the data support a single-source explanation [1806.07320]. In epidemic inference under the SIRI model, the single-source assumption is encoded by binary initial conditions \(P_k^I(0)\in\{0,1\}\) with exactly one active source over the candidate set. The HISS estimator then performs approximate MAP inference over source node and unknown elapsed time using state propagation with infection, recovery, and reinfection parameters [1410.2995].

## 6. Physical, astrophysical, and high-energy uses

In astrophysics, the Single Source model denotes a source-plus-background hypothesis. The local cosmic-ray flux is modeled as the sum of a smooth Galactic background and one nearby, relatively recent source, typically a supernova remnant [1510.01878] [1605.01318]. In the antiproton paper, the motivating datum is the approximately constant AMS-02 \(\bar p/p\) ratio from about \(20\) to \(450\;\mathrm{GeV}\), which the authors regard as difficult to explain by standard secondary production alone. They compute a secondary background from proton and helium interactions, subtract it from the measured ratio, and interpret the residual as a Single Source antiproton component. Among Vela, Monogem, and Geminga, Monogem is described as the closest match in the sub-TeV regime, though the conclusion is framed as compatibility rather than proof [1510.01878]. In the secondary-nuclei paper, the same framework is extended to boron and lithium, with a background escape grammage
\[
\lambda_{esc}(R)=126\left(\frac{R}{2\,\mathrm{GV}}\right)^{-0.70}\ \mathrm{g\,cm^{-2}},
\]
and enhancement factors at \(200\;\mathrm{GV}\) of \(2.7\) for \(B/C\), \(2.6\) for \(\bar p/p\), and \(1.3\) or \(2.7\) for Li depending on the background construction [1605.01318].

In flavor theory, "single source" means a unique origin of flavor violation. The SU(5)-based model in [1506.00020] assumes that all observable flavor violation comes from mixing between the three ordinary chiral families and extra vectorlike \(\mathbf{5}+\overline{\mathbf{5}}\) fermions. After integrating out the heavy states, all low-energy flavor-changing effects are governed by one master matrix
\[
A=\left[I+T^\dagger T\right]^{-1/2}, \qquad T=M^{-1}\Delta,
\]
which enters \(M_d=m_dA\), \(M_\ell=A^Tm_\ell\), and \(M_\nu=A^Tm_\nu A\) [1506.00020]. The same matrix also controls scalar-mediated flavor-changing processes.

In charged-particle source physics, the phrase refers to an actual single emitter. The isolated single-atom electron source model in [1309.3143] treats one photoelectron emitted from one atom and then propagated classically in a Coulomb-plus-uniform-field potential,
\[
U_{\mathrm{CS}}=-\frac{1}{R}+Fz.
\]
From closed expressions for asymptotic transverse velocities and trajectories, the paper derives effective source temperature and effective source size as functions of acceleration field and ionization laser energy, and shows that the hydrogenic model also describes near-threshold photoionization of rubidium with good accuracy [1309.3143].

A different physical use appears in the single-source stochastic sandpile model. There, the source is the origin of the initial mass: \(N\) grains are placed at \((0,0)\) on \(\mathbb{Z}^2\), a site topples when it has at least \(4M\) grains, and each toppling sends a random \(k\in\{1,\dots,M\}\) drawn from \(\gamma\) to each of its four neighbors [2208.10202]. The paper studies the radius
\[
R(\gamma;N,M)
\]
and avalanche number
\[
Av(\gamma;N,M)=\sum_{v\in \mathbb{Z}^2} N(v),
\]
and reports the asymptotic forms
\[
R(\gamma;N,M)\sim c_R(\gamma)\sqrt{\frac{N}{M}},
\qquad
Av(\gamma;N,M)\sim c_{Av}(\gamma)\frac{N^2}{M\,\mathbb E(\gamma)},
\]
together with a phase transition in the conditioned-binomial case at the scale \(1-p\sim 1/N\) [2208.10202].

## 7. Recurrent distinctions and conceptual limits

Several distinctions recur across these literatures. First, single-source does not usually mean single-explanation sufficiency. In fMRI transfer, the pairwise model \(s\rightarrow t\) is informative but insufficient for many-to-one relations and budget-constrained allocation [2606.26279]. In multimodal learning, redundant inputs do not automatically yield robustness to one corrupted source; ordinary fusion can still collapse under single-source perturbation [2206.12714] [1906.04691]. In single-source DG, one labeled domain does not solve model selection: target-domain performance can fluctuate during training, which is precisely the phenomenon PEER was designed to address [2505.12745].

Second, the source is not always an information source in the same sense. It may be a task representation, a modality under attack, a training environment, a graph root, a candidate infection origin, a cosmic-ray accelerator, a master flavor structure, or an isolated emitter. This suggests that the term is best interpreted as a family resemblance concept: a single privileged origin constrains the model, but the privileged object and the operative mathematics change with the field.

Third, single-source formulations often expose asymmetry more clearly than multi-source or averaged models. The fMRI taskonomy paper stresses that \(s\rightarrow t\) and \(t\rightarrow s\) are different experiments [2606.26279]. The multimodal-robustness papers distinguish robustness to corruption of source \(i\) from robustness to corruption of source \(j\) [2206.12714] [1906.04691]. The algorithmic papers distinguish single-source problems from all-pairs variants not just by size but by structure: the fixed root \(s\) changes both the computational objective and the proof strategy [2304.04015] [2507.17841].

A plausible implication is that single-source models are most valuable when one needs to isolate directed dependence, one-source failure modes, or one-origin explanatory hypotheses. They are less reliable when the real phenomenon is intrinsically many-to-one, jointly multimodal, or globally allocative.

Source: https://www.emergentmind.com/topics/single-source-model