DualAnchor: Preserving Language Priors and Improving Lexical Fidelity in Gloss-Free Sign Language Translation
Summary
DualAnchor is a training framework for gloss-free sign language translation that uses token-level prior anchoring to preserve LLM language priors and optimal transport alignment to improve lexical fidelity, achieving strong results on PHOENIX-2014T and CSL-Daily.
View Cached Full Text
Cached at: 07/31/26, 10:01 AM
# DualAnchor: Preserving Language Priors and Improving Lexical Fidelity in Gloss-Free Sign Language Translation
Source: [https://arxiv.org/html/2607.27614](https://arxiv.org/html/2607.27614)
Hongbin Zhang1,2\\equalcontrib, Junhao Liu1\\equalcontrib, Xuefeng Bai1, Youcheng Pan2, Yang Xiang2, Kehai Chen1,2
###### Abstract
Recent advances in large language models \(LLMs\) have led sign language translation \(SLT\)—the task of converting sign\-language videos into spoken\-language text—to increasingly adopt LLMs as textual backbones\. However, despite LLMs’ strong language modeling capabilities, existing LLM\-based SLT methods often undermine rather than exploit this language prior, producing disfluent translations—a failure we term*language\-prior degradation*\. Meanwhile, existing methods typically align videos and text at the sentence level; such alignment does not ensure accurate lexical details, creating a*lexical fidelity gap*\. To address both issues, we proposeDualAnchor, a gloss\-free LLM\-based SLT training framework that couples two complementary anchors for linguistically fluent and visually faithful generation: \(i\)Token\-level Prior Anchoring \(TPA\)preserves the LLM’s language prior by regularizing the multimodal decoder, at each decoding step, toward the next\-token distribution of a frozen LLM conditioned on the same autoregressive prefix\. \(ii\)Optimal Transport Alignment \(OTA\)improves lexical fidelity by formulating visual–textual matching as entropy\-regularized partial optimal transport, with Sinkhorn optimization inducing a soft alignment between visual tokens and textual content tokens under a cosine cost\. DualAnchor achieves strong overall performance on both PHOENIX\-2014T and CSL\-Daily\. Targeted analyses link the gains to TPA’s fluency improvement and OTA’s reduction of fine\-grained lexical errors\.
## Introduction
Sign Language Translation \(SLT\) translates sign\-language videos into spoken\-language text by recovering linguistic content from continuous visual signals and expressing it in target\-language grammar\(Camgozet al\.[2018](https://arxiv.org/html/2607.27614#bib.bib1); Camgözet al\.[2020](https://arxiv.org/html/2607.27614#bib.bib26); Yin and Read[2020](https://arxiv.org/html/2607.27614#bib.bib27)\)\. Recent advances in LLMs have led gloss\-free SLT methods to adopt a generation framework in which the model encodes the sign video, maps the resulting visual representation into the LLM’s language space, and uses the pretrained LLM as the textual backbone for translation\(Wonget al\.[2024](https://arxiv.org/html/2607.27614#bib.bib5); Gonget al\.[2024](https://arxiv.org/html/2607.27614#bib.bib6); Chenet al\.[2024](https://arxiv.org/html/2607.27614#bib.bib7); Hwanget al\.[2025](https://arxiv.org/html/2607.27614#bib.bib8)\)\. Within this framework, cross\-modal alignment is usually learned at the sentence level through contrastive objectives over paired video and text representations or transferred semantic similarity\(Zhouet al\.[2023](https://arxiv.org/html/2607.27614#bib.bib3); Yinet al\.[2023](https://arxiv.org/html/2607.27614#bib.bib9); Jianget al\.[2024](https://arxiv.org/html/2607.27614#bib.bib29)\)\.


Figure 1:Motivating examples of the two issues in LLM\-based SLT\. Top:*language\-prior degradation*produces disfluent text despite an LLM decoder\. Bottom: strong global alignment can still coexist with weak lexical grounding, illustrating the*lexical fidelity gap*\.However, this paradigm leaves two complementary issues unresolved\. Despite the strong language modeling capabilities of their LLM backbones, existing methods often undermine rather than exploit the pretrained language prior during visual adaptation\. Multimodal adaptation can shift the decoder’s next\-token distribution away from the linguistic structure acquired during text pretraining and reduce output fluency; we term this issue*language\-prior degradation*\. Sentence\-level objectives align an entire sign video with its paired sentence, but they do not directly tie individual content words to local sign evidence\. A model can therefore achieve strong global video–text alignment while mistranslating actions, entities, or attributes; we call this discrepancy the*lexical fidelity gap*\. The two issues affect complementary dimensions of translation quality: language\-prior degradation weakens linguistic form, while the lexical fidelity gap compromises fine\-grained content accuracy\. Figure[1](https://arxiv.org/html/2607.27614#Sx1.F1)provides an intuitive illustration\. The upper output is ungrammatical despite its LLM decoder\. The lower example shows strong global semantic alignment, yet replaces*refrigerator*and*apple*with visually unsupported*cabinet*and*orange*\.
To address these issues, we proposeDualAnchor, a gloss\-free LLM\-based SLT framework with two anchors: token\-level prior anchoring and optimal transport alignment\.Token\-level Prior Anchoring \(TPA\)works in distribution space\. Under the same autoregressive prefix, it regularizes the multimodal next\-token distribution toward a frozen LLM prior and scales the constraint with the prior’s confidence\. This design preserves pretrained decoding behavior while still letting visual evidence influence uncertain positions\.Optimal Transport Alignment \(OTA\)works in representation space\. Entropy\-regularized partial transport matches visual tokens to content tokens, while an unmatched sink absorbs unreliable correspondences\. The partial formulation handles visual–lexical granularity mismatch without forcing every token to align\. TPA preserves linguistic form, while OTA grounds lexical choice in fine\-grained visual evidence\.
We evaluateDualAnchoron PHOENIX\-2014T\(Camgozet al\.[2018](https://arxiv.org/html/2607.27614#bib.bib1)\)and CSL\-Daily\(Zhouet al\.[2021](https://arxiv.org/html/2607.27614#bib.bib2)\)\. Across the two benchmarks,DualAnchorattains the best BLEU\-4 among the compared gloss\-free methods and the highest arithmetic mean across the ten reported metrics\. Targeted analyses associate the gains with more fluent generation and fewer fine\-grained lexical errors, supporting the intended roles of TPA and OTA over generic model capacity\.
Our contributions are threefold:
- •We identify two complementary LLM\-based SLT issues:*language\-prior degradation*, which hurts fluency during multimodal adaptation, and the*lexical fidelity gap*, where sentence\-level alignment still leaves content\-word errors\.
- •We introduceDualAnchor, coupling confidence\-aware token\-level prior anchoring with entropy\-regularized partial transport to preserve the pretrained language prior and ground lexical choices in visual evidence\.
- •On PHOENIX\-2014T and CSL\-Daily,DualAnchorachieves the best BLEU\-4 among the compared gloss\-free methods, and targeted analyses show better fluency and fewer fine\-grained lexical errors\.

\(a\)CSL\-Daily: fluency gap

\(b\)CSL\-Daily: prior divergence

\(c\)PHOENIX\-2014T: global alignment vs\. lexical fidelity
Figure 2:Preliminary diagnostics of prior drift and lexical fidelity\. \(a\) On CSL\-Daily,81\.9%81\.9\\%of the adapted baseline’s hypotheses have higher frozen\-LM PPL than their paired references\. \(b\) The student\-to\-prior KL divergence increases during multimodal adaptation and remains above its initial level\. \(c\) On PHOENIX\-2014T,31\.7%31\.7\\%of baseline hypotheses in the highest video–reference alignment quartile have IDF\-weighted content\-word F1 below50%50\\%, showing that high global compatibility can coexist with lexical translation errors\.
## Preliminary Analysis
To characterize the two issues that motivate our method, we conduct two preliminary diagnostics\. We first examine whether multimodal adaptation is accompanied by an output\-level fluency gap and increased divergence from the pretrained language prior\. We next ask whether high global video–reference compatibility can coexist with lexical errors\.
Diagnostic I: Does multimodal adaptation coincide with an output\-level fluency gap and greater prior divergence?Given a sign\-language videoVi=\{vi,t\}t=1TiV\_\{i\}=\\\{v\_\{i,t\}\\\}\_\{t=1\}^\{T\_\{i\}\}and its spoken\-language referenceYi=\{yi,n\}n=1NiY\_\{i\}=\\\{y\_\{i,n\}\\\}\_\{n=1\}^\{N\_\{i\}\}, the controlled baseline generatesY^i∼pθ\(Y∣Vi\)\\widehat\{Y\}\_\{i\}\\sim p\_\{\\theta\}\(Y\\mid V\_\{i\}\)autoregressively\. We evaluate its hypotheses on the held\-out sets of CSL\-Daily \(Chinese\)\(Zhouet al\.[2021](https://arxiv.org/html/2607.27614#bib.bib2)\)and PHOENIX\-2014T \(German\)\(Camgozet al\.[2018](https://arxiv.org/html/2607.27614#bib.bib1)\)\. We measure fluency with a frozen external language modelqϕq\_\{\\phi\}, using Baichuan2\-7B\(Yanget al\.[2023](https://arxiv.org/html/2607.27614#bib.bib20)\)for Chinese and Qwen2\.5\-7B\(Yanget al\.[2024](https://arxiv.org/html/2607.27614#bib.bib21)\)for German\. For a tokenized sentenceS=\{sn\}n=1\|S\|S=\\\{s\_\{n\}\\\}\_\{n=1\}^\{\|S\|\}, we compute its perplexity and paired log\-space fluency gap as
PPLϕ\(S\)\\displaystyle\\operatorname\{PPL\}\_\{\\phi\}\(S\)=exp\(−1\|S\|∑n=1\|S\|logqϕ\(sn∣s<n\)\),\\displaystyle=\\exp\\\!\\left\(\-\\frac\{1\}\{\|S\|\}\\sum\_\{n=1\}^\{\|S\|\}\\log q\_\{\\phi\}\(s\_\{n\}\\mid s\_\{<n\}\)\\right\),\(1\)Δiflu\\displaystyle\\Delta\_\{i\}^\{\\mathrm\{flu\}\}=logPPLϕ\(Y^i\)−logPPLϕ\(Yi\)\.\\displaystyle=\\log\\operatorname\{PPL\}\_\{\\phi\}\(\\widehat\{Y\}\_\{i\}\)\-\\log\\operatorname\{PPL\}\_\{\\phi\}\(Y\_\{i\}\)\.\(2\)Lower PPL indicates higher target\-language likelihood, whileΔiflu\>0\\Delta\_\{i\}^\{\\mathrm\{flu\}\}\>0means that the hypothesis is less probable than its paired reference under the same evaluator\.
Figure[2](https://arxiv.org/html/2607.27614#Sx1.F2)\(a\) reveals a pronounced output\-level fluency gap on CSL\-Daily:81\.9%81\.9\\%of the adapted baseline’s hypotheses have higher PPL than their paired references, and the mean PPL differs by3\.4×3\.4\\times\(335\.8335\.8versus98\.398\.3\)\.
We next examine whether this output\-level fluency gap co\-occurs with increased divergence from the pretrained language prior by tracing the student\-to\-prior KL divergence throughout multimodal training\. At epochee, letpe,i,nsp^\{s\}\_\{e,i,n\}denote the baseline’s next\-token distribution andpi,npp^\{p\}\_\{i,n\}the frozen prior distribution under the same gold autoregressive prefix\. We average reverse KL over all valid target positionsΩ\\Omega:
Deprior=1\|Ω\|∑\(i,n\)∈ΩDKL\(pe,i,ns∥pi,np\)\.D\_\{e\}^\{\\mathrm\{prior\}\}=\\frac\{1\}\{\|\\Omega\|\}\\sum\_\{\(i,n\)\\in\\Omega\}D\_\{\\mathrm\{KL\}\}\\\!\\left\(p^\{s\}\_\{e,i,n\}\\,\\\|\\,p^\{p\}\_\{i,n\}\\right\)\.\(3\)Larger values indicate greater deviation from the frozen language prior under synchronized decoding contexts\.
Figure[2](https://arxiv.org/html/2607.27614#Sx1.F2)\(b\) shows that the KL divergence increases from2\.502\.50to a peak of2\.772\.77near epoch 65 and stabilizes around2\.632\.63after epoch 220, remaining above its initial level\.
Finding I\.Multimodal adaptation is associated with an output\-level fluency gap and increased prior divergence: the adapted baseline’s hypotheses receive substantially higher external\-LM PPL than their paired references, while student\-to\-prior KL increases during training and remains above its initial level\. This coupled pattern motivates preserving the pretrained language prior during visual adaptation\.
Diagnostic II: Can high global video–reference compatibility coexist with lexical translation errors?Using the same baseline outputs and held\-out samples as in Diagnostic I, we examine whether gold video–reference pairs that are well matched at the sentence level can still have corresponding hypotheses with weak content\-word fidelity\. Letgvg\_\{v\}andgtg\_\{t\}denote the video and text encoders used by the sentence\-level retrieval diagnostic\. For each gold video–reference pair, we measure global compatibility assisent=sim\(gv\(Vi\),gt\(Yi\)\)s\_\{i\}^\{\\mathrm\{sent\}\}=\\operatorname\{sim\}\\\!\\left\(g\_\{v\}\(V\_\{i\}\),g\_\{t\}\(Y\_\{i\}\)\\right\), where larger values indicate stronger sentence\-level compatibility between the video and its reference translation in the diagnostic representation space\. To measure fine\-grained lexical fidelity, letKih=K\(Y^i\)K\_\{i\}^\{h\}=K\(\\widehat\{Y\}\_\{i\}\)andKir=K\(Yi\)K\_\{i\}^\{r\}=K\(Y\_\{i\}\)denote the normalized content\-word sets of the hypothesis and reference, respectively, and defineW\(A\)=∑w∈Aidf\(w\)W\(A\)=\\sum\_\{w\\in A\}\\operatorname\{idf\}\(w\)\. The IDF\-weighted content\-word F1 is
F1,iidf=2W\(Kih∩Kir\)W\(Kih\)\+W\(Kir\)\.F\_\{1,i\}^\{\\mathrm\{idf\}\}=\\frac\{2W\(K\_\{i\}^\{h\}\\cap K\_\{i\}^\{r\}\)\}\{W\(K\_\{i\}^\{h\}\)\+W\(K\_\{i\}^\{r\}\)\}\.\(4\)The resulting score measures content\-word agreement between the baseline hypothesis and its reference\. IDF assigns greater weight to rare and informative words, while F1 captures both missing reference content and unmatched content introduced by the hypothesis\. Content\-word\-aware translation likewise treats lexical units as unequally important to sentence meaning\(Chenet al\.[2020a](https://arxiv.org/html/2607.27614#bib.bib30)\)\.
Figure[2](https://arxiv.org/html/2607.27614#Sx1.F2)\(c\) shows that lexical errors remain common even among globally well\-matched gold video–reference pairs: within the highest alignment quartile,31\.7%31\.7\\%of baseline hypotheses have IDF\-weighted content\-word F1 below50%50\\%\. Thus, fine\-grained lexical errors can persist despite high global video–reference compatibility\.
Finding II\.High global video–reference compatibility can coexist with substantial lexical translation errors: even within the highest alignment quartile,31\.7%31\.7\\%of baseline hypotheses have IDF\-weighted content\-word F1 below50%50\\%\. This coexistence motivates visual–textual alignment at a finer lexical granularity than sentence\-level matching\.
## Methodology
### Problem Formulation
Given a sign videoV=\{vℓ\}ℓ=1TV=\\\{v\_\{\\ell\}\\\}\_\{\\ell=1\}^\{T\}and its spoken\-language translationY=\{yt\}t=1NY=\\\{y\_\{t\}\\\}\_\{t=1\}^\{N\}, an LLM\-based SLT model mapsVVto decoder\-compatible visual tokens,
𝐙v=Fψ\(V\)=\{𝐳iv\}i=1n,𝐳iv∈ℝd,\\mathbf\{Z\}^\{v\}=F\_\{\\psi\}\(V\)=\\\{\\mathbf\{z\}^\{v\}\_\{i\}\\\}\_\{i=1\}^\{n\},\\qquad\\mathbf\{z\}^\{v\}\_\{i\}\\in\\mathbb\{R\}^\{d\},\(5\)whereFψF\_\{\\psi\}comprises the backbone’s visual encoder and modality projection\. The multimodal student factorizes the translation probability autoregressively as
pθs\(Y∣V\)=∏t=1Npθs\(yt∣𝐙v,y<t\),p\_\{\\theta\_\{s\}\}\(Y\\mid V\)=\\prod\_\{t=1\}^\{N\}p\_\{\\theta\_\{s\}\}\\\!\\left\(y\_\{t\}\\mid\\mathbf\{Z\}^\{v\},y\_\{<t\}\\right\),\(6\)and learns from the teacher\-forced translation loss
ℒCE=−1\|Ω\|∑\(b,t\)∈Ωlogpθs\(yb,t∣𝐙bv,yb,<t\),\\mathcal\{L\}\_\{\\mathrm\{CE\}\}=\-\\frac\{1\}\{\|\\Omega\|\}\\sum\_\{\(b,t\)\\in\\Omega\}\\log p\_\{\\theta\_\{s\}\}\\\!\\left\(y\_\{b,t\}\\mid\\mathbf\{Z\}^\{v\}\_\{b\},y\_\{b,<t\}\\right\),\(7\)whereΩ\\Omegacontains the non\-padding target positions in a minibatch\. Cross\-entropy supervises the observed target but does not explicitly preserve the pretrained trajectory of next\-token distributions or impose local geometry between visual evidence and lexical units\.DualAnchortherefore adds two complementary training constraints \(Figure[3](https://arxiv.org/html/2607.27614#Sx3.F3)\): TPA anchors linguistic form in distribution space, and OTA anchors lexical content in representation space\. Together, TPA and OTA target a translation’s linguistic form and visual content\.
Figure 3:Overview ofDualAnchor\. TPA anchors the student next\-token distribution to a frozen language prior under the same autoregressive prefix, while OTA learns partial correspondences between visual tokens and textual content tokens\. Both modules operate only during training\.
### Token\-Level Prior Anchoring
Knowledge distillation transfers teacher behavior to sequence models and multilingual translation systems\(Kim and Rush[2016](https://arxiv.org/html/2607.27614#bib.bib32); Sunet al\.[2020](https://arxiv.org/html/2607.27614#bib.bib31)\)\. TPA adapts this principle to token\-level preservation during multimodal training\.
Prefix\-synchronized language prior\.TPA retains a frozen copy of the language model,pθpp\_\{\\theta\_\{p\}\}, to preserve the generative structure acquired during pretraining\. Letsbs\_\{b\}be a context prompt andπb,t=\[sb;yb,<t\]\\pi\_\{b,t\}=\[s\_\{b\};y\_\{b,<t\}\]the context\-augmented gold autoregressive prefix\. The student and prior shareπb,t\\pi\_\{b,t\}and the vocabulary; only the student observes the sign video:
pb,ts\(k\)\\displaystyle p^\{s\}\_\{b,t\}\(k\)=pθs\(yt=k∣𝐙bv,πb,t\),\\displaystyle=p\_\{\\theta\_\{s\}\}\\\!\\left\(y\_\{t\}=k\\mid\\mathbf\{Z\}^\{v\}\_\{b\},\\pi\_\{b,t\}\\right\),\(8\)pb,tp\(k\)\\displaystyle p^\{p\}\_\{b,t\}\(k\)=pθp\(yt=k∣πb,t\)\.\\displaystyle=p\_\{\\theta\_\{p\}\}\\\!\\left\(y\_\{t\}=k\\mid\\pi\_\{b,t\}\\right\)\.\(9\)*English Context*prepends an English task instruction;*Target Context*, used by default, prepends its target\-language rendering\. In both settings,sbs\_\{b\}is fixed before decoding and the target\-dependent part ofπb,t\\pi\_\{b,t\}is exactlyyb,<ty\_\{b,<t\}; the prefix\-only variant setssb=∅s\_\{b\}=\\varnothing\. We freezeθp\\theta\_\{p\}and detach its probabilities from gradient computation\. The synchronized prefix isolates multimodal adaptation’s effect at each next\-token position\.
Confidence\-adaptive distribution anchoring\.The frozen prior is not equally reliable at every position: strict imitation at uncertain positions can suppress useful visual evidence, whereas a sharp prior provides a stronger linguistic constraint\. TPA measures this reliability with token entropy
Hb,t\\displaystyle H\_\{b,t\}=−∑k∈𝒱pb,tp\(k\)logpb,tp\(k\),\\displaystyle=\-\\sum\_\{k\\in\\mathcal\{V\}\}p^\{p\}\_\{b,t\}\(k\)\\log p^\{p\}\_\{b,t\}\(k\),\(10\)H¯\\displaystyle\\bar\{H\}=1\|Ω\|∑\(b,t\)∈ΩHb,t,\\displaystyle=\\frac\{1\}\{\|\\Omega\|\}\\sum\_\{\(b,t\)\\in\\Omega\}H\_\{b,t\},where𝒱\\mathcal\{V\}is the target vocabulary\. TPA then applies the confidence gateωb,t=λ0σ\(γ\(H¯−Hb,t\)\)\\omega\_\{b,t\}=\\lambda\_\{0\}\\sigma\\\!\\left\(\\gamma\(\\bar\{H\}\-H\_\{b,t\}\)\\right\), whereλ0\\lambda\_\{0\}sets the maximum anchoring scale,γ\\gammacontrols gate sharpness, andσ\(⋅\)\\sigma\(\\cdot\)is the sigmoid function\. Low\-entropy positions receive stronger prior guidance; high\-entropy positions leave the student more freedom to follow the video\.
TPA averages reverse KL over valid target positions:
ℒTPA=1\|Ω\|∑\(b,t\)∈Ωωb,tDKL\(pb,ts∥pb,tp\)\.\\mathcal\{L\}\_\{\\mathrm\{TPA\}\}=\\frac\{1\}\{\|\\Omega\|\}\\sum\_\{\(b,t\)\\in\\Omega\}\\omega\_\{b,t\}D\_\{\\mathrm\{KL\}\}\\\!\\left\(p^\{s\}\_\{b,t\}\\,\\\|\\,p^\{p\}\_\{b,t\}\\right\)\.\(11\)This direction penalizes probability mass that the adapted student assigns to tokens unsupported by the frozen prior\. TPA regularizes the predictive distribution rather than prescribing a decoded sentence, preserving linguistic structure while retaining visual conditioning\.
### Optimal Transport Alignment
Content\-focused cross\-modal geometry\.Sentence\-level alignment captures global video\-text correspondence but leaves individual actions, entities, attributes, and temporal expressions ungrounded\. OTA addresses this gap by aligning the visual tokens in Equation \([5](https://arxiv.org/html/2607.27614#Sx3.E5)\) with content\-token representations𝐙c=\{𝐳jc\}j=1m\\mathbf\{Z\}^\{c\}=\\\{\\mathbf\{z\}^\{c\}\_\{j\}\\\}\_\{j=1\}^\{m\}, where𝐳jc∈ℝd\\mathbf\{z\}^\{c\}\_\{j\}\\in\\mathbb\{R\}^\{d\}\. The content selector excludes padding, special symbols, punctuation, and weakly semantic function tokens so that non\-lexical units do not dominate the alignment\. Afterℓ2\\ell\_\{2\}normalization, the pairwise cosine cost is
Dij=1−\(𝐳iv\)⊤𝐳jc‖𝐳iv‖2‖𝐳jc‖2,𝐃∈ℝn×m\.D\_\{ij\}=1\-\\frac\{\(\\mathbf\{z\}^\{v\}\_\{i\}\)^\{\\top\}\\mathbf\{z\}^\{c\}\_\{j\}\}\{\\\|\\mathbf\{z\}^\{v\}\_\{i\}\\\|\_\{2\}\\,\\\|\\mathbf\{z\}^\{c\}\_\{j\}\\\|\_\{2\}\},\\qquad\\mathbf\{D\}\\in\\mathbb\{R\}^\{n\\times m\}\.\(12\)The soft cost retains plausible correspondences because sign duration and text tokenization differ in granularity\.
Entropy\-regularized partial transport\.Entropy regularization makes optimal transport differentiable and efficiently solvable by Sinkhorn scaling\(Cuturi[2013](https://arxiv.org/html/2607.27614#bib.bib25)\), while partial transport permits unmatched mass when the two supports contain unreliable correspondences\(Chapelet al\.[2020](https://arxiv.org/html/2607.27614#bib.bib33)\)\. Let𝐚=1n𝟏n\\mathbf\{a\}=\\frac\{1\}\{n\}\\mathbf\{1\}\_\{n\}and𝐛=1m𝟏m\\mathbf\{b\}=\\frac\{1\}\{m\}\\mathbf\{1\}\_\{m\}denote uniform visual and textual masses, and letρ∈\(0,1\]\\rho\\in\(0,1\]be the mass reserved for genuine cross\-modal matching\. We define the partial transport polytope
Πρ\(𝐚,𝐛\)=\{𝐏∈ℝ\+n×m:\\displaystyle\\Pi\_\{\\rho\}\(\\mathbf\{a\},\\mathbf\{b\}\)=\\big\\\{\\mathbf\{P\}\\in\\mathbb\{R\}\_\{\+\}^\{n\\times m\}:𝐏𝟏m≤𝐚,𝐏⊤𝟏n≤𝐛,\\displaystyle\\mathbf\{P\}\\mathbf\{1\}\_\{m\}\\leq\\mathbf\{a\},~\\mathbf\{P\}^\{\\top\}\\mathbf\{1\}\_\{n\}\\leq\\mathbf\{b\},\(13\)𝟏n⊤𝐏𝟏m=ρ\}\.\\displaystyle\\mathbf\{1\}\_\{n\}^\{\\top\}\\mathbf\{P\}\\mathbf\{1\}\_\{m\}=\\rho\\big\\\}\.Introduce slack masses𝐬v=𝐚−𝐏𝟏m\\mathbf\{s\}^\{v\}=\\mathbf\{a\}\-\\mathbf\{P\}\\mathbf\{1\}\_\{m\}and𝐬c=𝐛−𝐏⊤𝟏n\\mathbf\{s\}^\{c\}=\\mathbf\{b\}\-\\mathbf\{P\}^\{\\top\}\\mathbf\{1\}\_\{n\}, and set𝐏¯=\[𝐏𝐬v\(𝐬c\)⊤0\]\\bar\{\\mathbf\{P\}\}=\\bigl\[\\begin\{smallmatrix\}\\mathbf\{P\}&\\mathbf\{s\}^\{v\}\\\\ \(\\mathbf\{s\}^\{c\}\)^\{\\top\}&0\\end\{smallmatrix\}\\bigr\],𝐚¯=\[𝐚;1−ρ\]\\bar\{\\mathbf\{a\}\}=\[\\mathbf\{a\};1\-\\rho\], and𝐛¯=\[𝐛;1−ρ\]\\bar\{\\mathbf\{b\}\}=\[\\mathbf\{b\};1\-\\rho\]\. LetΠ¯ρ\(𝐚¯,𝐛¯\)\\bar\{\\Pi\}\_\{\\rho\}\(\\bar\{\\mathbf\{a\}\},\\bar\{\\mathbf\{b\}\}\)contain balanced couplings with these marginals andP¯n\+1,m\+1=0\\bar\{P\}\_\{n\+1,m\+1\}=0\. With𝐃¯\\bar\{\\mathbf\{D\}\}equal to𝐃\\mathbf\{D\}on the real block and constant on dustbin edges, we solve
𝐏¯⋆=argmin𝐏¯∈Π¯ρ\(𝐚¯,𝐛¯\)⟨𝐏¯,𝐃¯⟩−τℋ\(𝐏¯\),\\bar\{\\mathbf\{P\}\}^\{\\star\}=\\arg\\min\_\{\\bar\{\\mathbf\{P\}\}\\in\\bar\{\\Pi\}\_\{\\rho\}\(\\bar\{\\mathbf\{a\}\},\\bar\{\\mathbf\{b\}\}\)\}\\langle\\bar\{\\mathbf\{P\}\},\\bar\{\\mathbf\{D\}\}\\rangle\-\\tau\\,\\mathcal\{H\}\(\\bar\{\\mathbf\{P\}\}\),\(14\)whereτ\>0\\tau\>0controls transport smoothness andℋ\(𝐏¯\)=−∑i,jP¯ij\(logP¯ij−1\)\\mathcal\{H\}\(\\bar\{\\mathbf\{P\}\}\)=\-\\sum\_\{i,j\}\\bar\{P\}\_\{ij\}\(\\log\\bar\{P\}\_\{ij\}\-1\), with0log0=00\\log 0=0\. Thusℋ\(𝐏¯\)=ℋ\(𝐏\)\+ℋ\(𝐬v\)\+ℋ\(𝐬c\)\\mathcal\{H\}\(\\bar\{\\mathbf\{P\}\}\)=\\mathcal\{H\}\(\\mathbf\{P\}\)\+\\mathcal\{H\}\(\\mathbf\{s\}^\{v\}\)\+\\mathcal\{H\}\(\\mathbf\{s\}^\{c\}\), explicitly regularizing unmatched capacity, while the real block transports exactlyρ\\rhomass\. Let𝐌\\mathbf\{M\}be one except forMn\+1,m\+1=0M\_\{n\+1,m\+1\}=0; masked Sinkhorn scaling gives
𝐊=𝐌⊙exp\(−𝐃¯/τ\),𝐏¯⋆=diag\(𝐮\)𝐊diag\(𝐫\),\\mathbf\{K\}=\\mathbf\{M\}\\odot\\exp\(\-\\bar\{\\mathbf\{D\}\}/\\tau\),\\qquad\\bar\{\\mathbf\{P\}\}^\{\\star\}=\\operatorname\{diag\}\(\\mathbf\{u\}\)\\,\\mathbf\{K\}\\,\\operatorname\{diag\}\(\\mathbf\{r\}\),\(15\)where Sinkhorn iterations alternately rescale𝐮\\mathbf\{u\}and𝐫\\mathbf\{r\}to match𝐚¯\\bar\{\\mathbf\{a\}\}and𝐛¯\\bar\{\\mathbf\{b\}\}\. The real block of𝐏¯⋆\\bar\{\\mathbf\{P\}\}^\{\\star\}gives𝐏⋆\\mathbf\{P\}^\{\\star\}, while the dustbins absorb the remaining1−ρ1\-\\rhomass\. OTA then minimizes the average cost carried by genuine matches:
ℒOTA=⟨𝐏⋆,𝐃⟩∑i=1n∑j=1mPij⋆\.\\mathcal\{L\}\_\{\\mathrm\{OTA\}\}=\\frac\{\\langle\\mathbf\{P\}^\{\\star\},\\mathbf\{D\}\\rangle\}\{\\sum\_\{i=1\}^\{n\}\\sum\_\{j=1\}^\{m\}P^\{\\star\}\_\{ij\}\}\.\(16\)The transport plan supplies token\-level structure, while the dustbin prevents ambiguous or semantically empty units from creating spurious supervision\.
### Joint Optimization and Inference
The two anchors regularize complementary model objects and are combined with translation supervision as
ℒ=ℒCE\+αTPAℒTPA\+αOTAℒOTA,\\mathcal\{L\}=\\mathcal\{L\}\_\{\\mathrm\{CE\}\}\+\\alpha\_\{\\mathrm\{TPA\}\}\\mathcal\{L\}\_\{\\mathrm\{TPA\}\}\+\\alpha\_\{\\mathrm\{OTA\}\}\\mathcal\{L\}\_\{\\mathrm\{OTA\}\},\(17\)whereαTPA\\alpha\_\{\\mathrm\{TPA\}\}andαOTA\\alpha\_\{\\mathrm\{OTA\}\}balance linguistic stability and visual grounding\. At inference, the frozen prior, content selector, and Sinkhorn solver are removed, and the student follows the original autoregressive decoding path\.DualAnchortherefore changes training supervision without adding test\-time teacher access or optimal\-transport computation\.
## Experiments
PHOENIX\-2014T
CSL\-Daily
Table 1:Gloss\-free SLT results on the official test sets\. Bnnand R\-L denote BLEU\-nnand ROUGE\-L;boldandunderliningmark the best and second\-best scores\.Datasets and metrics\.We evaluate on PHOENIX\-2014T and CSL\-Daily\. PHOENIX\-2014T contains 8,257 German Sign Language weather videos with German translations and uses the standard 7,096/519/642 train/development/test split\(Camgozet al\.[2018](https://arxiv.org/html/2607.27614#bib.bib1)\); CSL\-Daily contains 20,654 Chinese Sign Language videos on daily\-life topics with Chinese translations and uses the standard 18,401/1,077/1,176 split\(Zhouet al\.[2021](https://arxiv.org/html/2607.27614#bib.bib2)\)\. We report BLEU\-1–BLEU\-4\(Papineniet al\.[2002](https://arxiv.org/html/2607.27614#bib.bib22)\)and ROUGE\-L\(Lin[2004](https://arxiv.org/html/2607.27614#bib.bib23)\)\.
Baselines\.We compare eight published gloss\-free systems spanning visual\-language pretraining \(GFSLT\-VLP\(Zhouet al\.[2023](https://arxiv.org/html/2607.27614#bib.bib3)\)\), LLM adaptation \(FLa\-LLM\(Chenet al\.[2024](https://arxiv.org/html/2607.27614#bib.bib7)\), Sign2GPT\(Wonget al\.[2024](https://arxiv.org/html/2607.27614#bib.bib5)\), SignLLM\(Gonget al\.[2024](https://arxiv.org/html/2607.27614#bib.bib6)\), and SpaMo\(Hwanget al\.[2025](https://arxiv.org/html/2607.27614#bib.bib8)\)\), enriched visual or MLLM supervision \(BeyondGloss\(Asasiet al\.[2025](https://arxiv.org/html/2607.27614#bib.bib4)\)and MMSLT\(Kimet al\.[2025](https://arxiv.org/html/2607.27614#bib.bib11)\)\), and contrastive alignment \(SCL\-SLT\(Laiet al\.[2026](https://arxiv.org/html/2607.27614#bib.bib19)\)\)\.
Implementation details\.We fine\-tune the language backbone with LoRA\(Huet al\.[2022](https://arxiv.org/html/2607.27614#bib.bib35)\)using AdamW\(Loshchilov and Hutter[2019](https://arxiv.org/html/2607.27614#bib.bib36)\)\. Unless otherwise specified, experiments use 4 GPUs, at most 500 epochs, and an early\-stopping patience of 50 validation rounds\. We use a learning rate of3×10−43\\times 10^\{\-4\}with cosine decay, select checkpoints by the best validation BLEU\-4, and decode with beam size 6 and length penalty 1\.0; the auxiliary objectives are training\-only\.
Main Results\.DualAnchoroutperforms SpaMo on all ten metrics and gives the strongest higher\-order BLEU results on both datasets \(Table[1](https://arxiv.org/html/2607.27614#Sx4.T1)\)\. BLEU\-4 rises from 24\.32 to 27\.60 on PHOENIX\-2014T and from 20\.55 to 24\.21 on CSL\-Daily, while the remaining BLEU and ROUGE\-L scores improve consistently\. Across all compared methods,DualAnchorachieves the highest arithmetic mean over the ten reported metrics\. Gains span sign languages and domains and are strongest in multi\-token correspondence\.
Table 2:CSL\-Daily cross\-backbone results\.Boldmarks the best completed score for each backbone\. Rows share cached visual features, decoding settings, and the evaluation script\.Cross\-backbone generalization\.Table[2](https://arxiv.org/html/2607.27614#Sx4.T2)evaluates TPA and OTA with NLLB\(NLLB Team[2024](https://arxiv.org/html/2607.27614#bib.bib37)\), mBART\(Liuet al\.[2020](https://arxiv.org/html/2607.27614#bib.bib38)\), and mT0\(Muennighoffet al\.[2023](https://arxiv.org/html/2607.27614#bib.bib39)\)under the same protocol\. Across completed runs,DualAnchorleads BLEU\-4 on all three backbones and improves both metrics over SpaMo in every matched comparison\. The gains are largest with NLLB and remain positive on the other two backbones\. On mBART, MMSLT leads ROUGE\-L butDualAnchorleads BLEU\-4, making the ranking metric\-dependent\.
## Analysis
This section asks four questions: \(i\)RQ1:How does TPA affect fluency and linguistic structure, and do these effects align with prior preservation? \(ii\)RQ2:Does OTA improve fine\-grained lexical grounding and use local visual evidence as intended? \(iii\)RQ3:How sensitive are TPA and OTA to their loss weights? \(iv\)RQ4:Which TPA and OTA design choices govern translation quality and module behavior?
RQ1: How does TPA affect fluency and linguistic structure, and do these effects align with prior preservation?Using SpaMo on CSL\-Daily, we compare otherwise identical models with and without TPA to test how prior preservation relates to fluency and linguistic form\.
PPL and KL dynamics\.At matched checkpoints, lower frozen\-Baichuan2\-7B corpus PPL indicates better external fluency, while lower mean student–prior KL under shared gold prefixes indicates less drift from the frozen prior\.
\(a\)External PPL
\(b\)Student–prior KL
Figure 4:CSL\-Daily TPA diagnostics: \(a\) frozen\-Baichuan2\-7B PPL; \(b\) mean student–prior KL\.Across training, lower PPL accompanies lower student–prior KL with TPA \(Figure[4](https://arxiv.org/html/2607.27614#Sx5.F4)\)\. Their agreement links the external fluency gain to reduced prior drift\.
Syntactic and grammatical analysis\.Table[3](https://arxiv.org/html/2607.27614#Sx5.T3)tests whether the pattern extends to linguistic structure\. Stanza parses omit punctuation and therootrelation\. Dependency JSD compares hypothesis and reference relation histograms; its0\.30\.3/0\.50\.5/0\.70\.7exceedance rates capture mismatch severity, while normalized dependency edit divides relation\-sequence Levenshtein distance by the longer sequence\. Grammar metrics cover function\-marker omissions per 100 sentences, question\-particle precision, and structural\-particle recall\.
Syntactic metrics \(baseline vs\. TPA\)MetricBaseTPAΔ\\DeltaMean dependency JSD↓\\downarrow0\.43370\.3955↓\\downarrow8\.81%JSD\>0\.3\>0\.3↓\\downarrow73\.89%66\.07%↓\\downarrow7\.82 ppJSD\>0\.5\>0\.5↓\\downarrow35\.12%28\.66%↓\\downarrow6\.46 ppJSD\>0\.7\>0\.7↓\\downarrow11\.48%7\.14%↓\\downarrow4\.34 ppDependency edit↓\\downarrow0\.65510\.6139↓\\downarrow6\.29%Grammatical metrics \(baseline vs\. TPA\)MetricBaseTPAΔ\\DeltaFunction\-marker omissions↓\\downarrow62\.156\.9↓\\downarrow8\.37%Question\-particle precision↑\\uparrow39\.6%46\.8%↑\\uparrow7\.2 ppStructural\-particle recall↑\\uparrow50\.9%53\.7%↑\\uparrow2\.8 ppTable 3:CSL\-Daily TPA linguistic diagnostics \(epoch 200; omissions per 100 sentences; pp: percentage points\)\.The distributional, sequence, and marker\-level diagnostics in Table[3](https://arxiv.org/html/2607.27614#Sx5.T3)agree: TPA reduces dependency mismatch and improves particle use\. Together with Figure[4](https://arxiv.org/html/2607.27614#Sx5.F4), they answer RQ1: prior preservation coincides with better\-formed output in the matched comparison\.
RQ2: Does OTA improve grounding and evidence use?With SpaMo on CSL\-Daily, Figures[5](https://arxiv.org/html/2607.27614#Sx5.F5)and[6](https://arxiv.org/html/2607.27614#Sx5.F6)compare matched OTA/no\-OTA models on lexical discrimination, retrieval strata, and category/error behavior\. Figure[7](https://arxiv.org/html/2607.27614#Sx5.F7)evaluates the baseline and fullDualAnchorwith matched occlusion\.
Hard\-negative separation and retrieval\-quality analysis\.Figure[5\(a\)](https://arxiv.org/html/2607.27614#Sx5.F5.sf1)compares sample\-level lexical margins against semantically similar hard negatives that differ in action, object, attribute, time, or quantity\. For each of 348 eligible examples,Mi=Slex\(Y^i,Di\+\)−Slex\(Y^i,Di−\)M\_\{i\}=S\_\{\\mathrm\{lex\}\}\(\\widehat\{Y\}\_\{i\},D\_\{i\}^\{\+\}\)\-S\_\{\\mathrm\{lex\}\}\(\\widehat\{Y\}\_\{i\},D\_\{i\}^\{\-\}\), whereSlexS\_\{\\mathrm\{lex\}\}is content\-token overlap andDi\+D\_\{i\}^\{\+\}andDi−D\_\{i\}^\{\-\}are the visually sensitive token sets of the correct and negative references\. Positive margins favor the video\-specific reference\. Figure[5\(b\)](https://arxiv.org/html/2607.27614#Sx5.F5.sf2)partitions the 1,176 test examples into quartiles of sentence\-level video–reference cosine similarity \(Q1 lowest; Q4 highest\) and reports the share with IDF\-weighted content\-token recall below50%50\\%\. Recall is the recovered share of reference content\-token IDF mass; lower low\-recall rates are better\.
\(a\)Hard\-negative margins
\(b\)Low\-recall rate by quartile
Figure 5:OTA grounding diagnostics on CSL\-Daily: \(a\) lexical margins against semantically similar hard negatives; \(b\) low\-recall rates across video–text similarity quartiles\.The two panels separate local grounding from coarse retrieval quality\. OTA better distinguishes the correct content from matched confounders, and its low\-recall advantage persists within every sentence\-level similarity quartile\. This advantage spans the observed similarity range\.
Token\-level lexical analysis\.At the analyzed checkpoint, Figure[6\(a\)](https://arxiv.org/html/2607.27614#Sx5.F6.sf1)groups reference content tokens into actions, objects, times/numbers, places, and attributes and reports IDF\-weighted recall; annotations give absolute OTA–baseline differences in percentage points\. Across all 1,176 test examples, Figure[6\(b\)](https://arxiv.org/html/2607.27614#Sx5.F6.sf2)reports the percentage exhibiting omission, substitution, over\-generalization, or time/number errors; annotations give relative changes from the baseline\. Higher recall and lower error rates are better\.
\(a\)Category\-wise IDF recall
\(b\)Sample\-level error rates
Figure 6:CSL\-Daily OTA diagnostics: \(a\) category\-wise IDF\-weighted recall; \(b\) sample\-level lexical\-error rates\.The category and error views agree: the recall advantage spans distinct content types and coincides with fewer examples exhibiting each measured lexical error\. Together, the two views support broad lexical recovery\.
OTA visual occlusion analysis\.Figure[7](https://arxiv.org/html/2607.27614#Sx5.F7)tests whether OTA transport mass identifies visual evidence used during generation\. With decoding fixed, the baseline and OTA are evaluated on the original video and with equal\-length masks over random or highest\-mass spans\. We report absolute IDF\-weighted recall and BLEU\-4, not precomputed drops; larger changes indicate greater masking sensitivity\.
Figure 7:Absolute CSL\-Daily IDF\-weighted recall \(left\) and BLEU\-4 \(right\) under original, random\-mask, and Top\-OTA\-mask conditions for the baseline and OTA\.Equal\-length high\-transport masks disrupt content recovery and sentence\-level quality more than random masks for both models\. The analyses show that OTA improves fine\-grained grounding and locates generation\-sensitive visual evidence via transport mass\.
RQ3: How sensitive are TPA and OTA to their respective loss weights?We vary one auxiliary\-loss coefficient while fixing all other training and decoding settings\. Figure[8](https://arxiv.org/html/2607.27614#Sx5.F8)reports each run’s maximum corpus BLEU\-4 over saved checkpoints; zero denotes the corresponding no\-loss baseline\.
\(a\)TPA strength
\(b\)OTA strength
Figure 8:CSL\-Daily best\-checkpoint BLEU\-4 versus \(a\)αTPA\\alpha\_\{\\mathrm\{TPA\}\}and \(b\)αOTA\\alpha\_\{\\mathrm\{OTA\}\}; zero denotes no auxiliary loss\.The sweeps distinguish robustness from insensitivity: each objective remains effective across adjacent weights, but translation quality weakens when either term grows too dominant, especially OTA\. Thus, the objectives tolerate moderate retuning but should remain auxiliary to translation loss\.
RQ4: How do core TPA and OTA design choices affect translation quality and module behavior?Table[4](https://arxiv.org/html/2607.27614#Sx5.T4)\(a\) compares TPA KL directions and distillation prefixes against no TPA, pairing BLEU\-4 with frozen\-model PPL\. Panel \(b\) compares sentence\-level, attention\-based, hard, and OTA alignment plus two OTA subsettings, pairing BLEU\-4 with IDF\-weighted recall\. TPA remains advantageous across the tested directions and prefixes despite a BLEU\-4–PPL trade\-off\. Full OTA provides the strongest joint translation and recall result; removing the dustbin or transporting all tokens weakens this balance\. Thus, TPA is robust across the tested implementations, whereas OTA benefits from selective partial matching that avoids unreliable correspondences\.
\(a\) TPA Design
\(b\) OTA Design
Table 4:TPA and OTA design ablations on CSL\-Daily: \(a\) KL direction and context prefix, with Target Context as the default; \(b\) alignment design, dustbin use, and token scope\.
## Related Work
Gloss\-Free and LLM\-Based Sign Language Translation\.Gloss\-based, unified, and iterative\-prototype systems bridge video and text via intermediate recognition or shared representations\(Camgözet al\.[2020](https://arxiv.org/html/2607.27614#bib.bib26); Yin and Read[2020](https://arxiv.org/html/2607.27614#bib.bib27); Zhanget al\.[2023](https://arxiv.org/html/2607.27614#bib.bib40); Yaoet al\.[2023](https://arxiv.org/html/2607.27614#bib.bib41)\)\. Gloss\-free models use visual\-language pretraining, boundary\-aware features, concept queries, or contrastive sign–text learning\(Zhouet al\.[2023](https://arxiv.org/html/2607.27614#bib.bib3); Yinet al\.[2023](https://arxiv.org/html/2607.27614#bib.bib9); Linet al\.[2023](https://arxiv.org/html/2607.27614#bib.bib28); Jianget al\.[2024](https://arxiv.org/html/2607.27614#bib.bib29)\); unsupervised and multilingual models expand supervision\(Guoet al\.[2024](https://arxiv.org/html/2607.27614#bib.bib24); Tanet al\.[2025](https://arxiv.org/html/2607.27614#bib.bib42)\)\. LLM systems condition pretrained decoders via adapters, discrete sign tokens, factorized adaptation, motion prompts, generated descriptions, or latent plans\(Wonget al\.[2024](https://arxiv.org/html/2607.27614#bib.bib5); Gonget al\.[2024](https://arxiv.org/html/2607.27614#bib.bib6); Chenet al\.[2024](https://arxiv.org/html/2607.27614#bib.bib7); Hwanget al\.[2025](https://arxiv.org/html/2607.27614#bib.bib8); Kimet al\.[2025](https://arxiv.org/html/2607.27614#bib.bib11); Jianget al\.[2026](https://arxiv.org/html/2607.27614#bib.bib12)\)\.
Preserving Language Priors\.Knowledge distillation transfers sequence behavior across models and multilingual translation tasks\(Kim and Rush[2016](https://arxiv.org/html/2607.27614#bib.bib32); Sunet al\.[2020](https://arxiv.org/html/2607.27614#bib.bib31)\), while InstructGPT constrains policy updates through per\-token KL and pretraining gradients\(Ouyanget al\.[2022](https://arxiv.org/html/2607.27614#bib.bib13)\)\. Multimodal models preserve language competence via visual experts, replay, or selective cross\-modal distillation\(Wanget al\.[2024](https://arxiv.org/html/2607.27614#bib.bib14); Linet al\.[2024](https://arxiv.org/html/2607.27614#bib.bib15); Irawanet al\.[2026](https://arxiv.org/html/2607.27614#bib.bib16)\)\. TPA uses a shared gold prefix and confidence\-weighted token\-level KL to regularize conditional translation without an inference\-time prior\.
Fine\-Grained Sign\-Text Alignment\.Content words carry disproportionate semantic weight in translation\(Chenet al\.[2020a](https://arxiv.org/html/2607.27614#bib.bib30)\), motivating lexical\-unit alignment rather than a single sentence target\. Prior work spans global video–text objectives\(Zhouet al\.[2023](https://arxiv.org/html/2607.27614#bib.bib3); Yinet al\.[2023](https://arxiv.org/html/2607.27614#bib.bib9); Jianget al\.[2024](https://arxiv.org/html/2607.27614#bib.bib29)\), sign–word retrieval, dense contrastive separation, segment supervision, selective negatives\(Chenget al\.[2023](https://arxiv.org/html/2607.27614#bib.bib17); Yeet al\.[2024](https://arxiv.org/html/2607.27614#bib.bib10); Lowet al\.[2025](https://arxiv.org/html/2607.27614#bib.bib18); Laiet al\.[2026](https://arxiv.org/html/2607.27614#bib.bib19)\), and optimal\-transport sign codebooks\(Gonget al\.[2024](https://arxiv.org/html/2607.27614#bib.bib6)\)\. Entropy\-regularized partial transport is differentiable and robust to unmatched units, including in cross\-domain alignment\(Cuturi[2013](https://arxiv.org/html/2607.27614#bib.bib25); Chapelet al\.[2020](https://arxiv.org/html/2607.27614#bib.bib33); Chenet al\.[2020b](https://arxiv.org/html/2607.27614#bib.bib34)\)\. OTA directly learns soft many\-to\-many grounding between continuous visual and content\-token representations without an inference\-time alignment module\.
## Conclusion
LLM\-based gloss\-free SLT must preserve fluent generation and ground lexical choices in visual evidence\.DualAnchormeets both requirements through complementary training\-only objectives: TPA anchors next\-token predictions to a frozen language prior, while OTA uses partial optimal transport to align visual and content tokens without forcing unreliable matches\. On PHOENIX\-2014T and CSL\-Daily,DualAnchorachieves the best BLEU\-4 among the compared gloss\-free methods and remains effective across three language backbones\. Analyses associate TPA with lower prior drift, stronger fluency, and better grammar; OTA recovers more content tokens, reduces lexical errors, and identifies generation\-sensitive visual evidence\. Thus, preserving linguistic form and fine\-grained grounding jointly enable more faithful sign language translation\.
## References
- Beyond gloss: a hand\-centric framework for gloss\-free sign language translation\.In36th British Machine Vision Conference 2025, BMVC 2025, Sheffield, UK, November 24\-27, 2025,External Links:[Link](https://bmva-archive.org.uk/bmvc/2025/assets/papers/Paper_626/paper.pdf)Cited by:[Experiments](https://arxiv.org/html/2607.27614#Sx4.p2.1)\.
- N\. C\. Camgoz, S\. Hadfield, O\. Koller, H\. Ney, and R\. Bowden \(2018\)Neural sign language translation\.InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition \(CVPR\),pp\. 7784–7793\.Cited by:[Introduction](https://arxiv.org/html/2607.27614#Sx1.p1.1),[Introduction](https://arxiv.org/html/2607.27614#Sx1.p4.1),[Preliminary Analysis](https://arxiv.org/html/2607.27614#Sx2.p2.5),[Experiments](https://arxiv.org/html/2607.27614#Sx4.p1.1)\.
- N\. C\. Camgöz, O\. Koller, S\. Hadfield, and R\. Bowden \(2020\)Sign language transformers: joint end\-to\-end sign language recognition and translation\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition,pp\. 10020–10030\.External Links:[Document](https://dx.doi.org/10.1109/CVPR42600.2020.01004),[Link](https://openaccess.thecvf.com/content_CVPR_2020/html/Camgoz_Sign_Language_Transformers_Joint_End-to-End_Sign_Language_Recognition_and_Translation_CVPR_2020_paper.html)Cited by:[Introduction](https://arxiv.org/html/2607.27614#Sx1.p1.1),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p1.1)\.
- L\. Chapel, M\. Z\. Alaya, and G\. Gasso \(2020\)Partial optimal transport with applications on positive\-unlabeled learning\.InAdvances in Neural Information Processing Systems,Vol\.33\.External Links:[Link](https://proceedings.neurips.cc/paper/2020/hash/1e6e25d952a0d639b676ee20d0519ee2-Abstract.html)Cited by:[Optimal Transport Alignment](https://arxiv.org/html/2607.27614#Sx3.SSx3.p2.3),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p3.1)\.
- K\. Chen, R\. Wang, M\. Utiyama, and E\. Sumita \(2020a\)Content word aware neural machine translation\.InProceedings of the 58th Annual Meeting of the Association for Computational Linguistics,pp\. 358–364\.External Links:[Document](https://dx.doi.org/10.18653/v1/2020.acl-main.34),[Link](https://aclanthology.org/2020.acl-main.34/)Cited by:[Preliminary Analysis](https://arxiv.org/html/2607.27614#Sx2.p7.7),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p3.1)\.
- L\. Chen, Z\. Gan, Y\. Cheng, L\. Li, L\. Carin, and J\. Liu \(2020b\)Graph optimal transport for cross\-domain alignment\.InProceedings of the 37th International Conference on Machine Learning,Proceedings of Machine Learning Research, Vol\.119,pp\. 1542–1553\.External Links:[Link](https://proceedings.mlr.press/v119/chen20e.html)Cited by:[Related Work](https://arxiv.org/html/2607.27614#Sx6.p3.1)\.
- Z\. Chen, B\. Zhou, J\. Li, J\. Wan, Z\. Lei, N\. Jiang, Q\. Lu, and G\. Zhao \(2024\)Factorized learning assisted with large language model for gloss\-free sign language translation\.InProceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation \(LREC\-COLING 2024\),Torino, Italia,pp\. 7071–7081\.External Links:[Link](https://aclanthology.org/2024.lrec-main.620/)Cited by:[Introduction](https://arxiv.org/html/2607.27614#Sx1.p1.1),[Experiments](https://arxiv.org/html/2607.27614#Sx4.p2.1),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p1.1)\.
- Y\. Cheng, F\. Wei, J\. Bao, D\. Chen, and W\. Zhang \(2023\)CiCo: domain\-aware sign language retrieval via cross\-lingual contrastive learning\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition \(CVPR\),pp\. 19016–19026\.Cited by:[Related Work](https://arxiv.org/html/2607.27614#Sx6.p3.1)\.
- M\. Cuturi \(2013\)Sinkhorn distances: lightspeed computation of optimal transport\.InAdvances in Neural Information Processing Systems,C\.J\. Burges, L\. Bottou, M\. Welling, Z\. Ghahramani, and K\. Weinberger \(Eds\.\),Vol\.26,pp\. 2292–2300\.External Links:[Link](https://proceedings.neurips.cc/paper_files/paper/2013/file/af21d0c97db2e27e13572cbf59eb343d-Paper.pdf)Cited by:[Optimal Transport Alignment](https://arxiv.org/html/2607.27614#Sx3.SSx3.p2.3),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p3.1)\.
- J\. Gong, L\. G\. Foo, Y\. He, H\. Rahmani, and J\. Liu \(2024\)LLMs are good sign language translators\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition \(CVPR\),pp\. 18362–18372\.Cited by:[Introduction](https://arxiv.org/html/2607.27614#Sx1.p1.1),[Experiments](https://arxiv.org/html/2607.27614#Sx4.p2.1),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p1.1),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p3.1)\.
- Z\. Guo, Z\. He, W\. Jiao, X\. Wang, R\. Wang, K\. Chen, Z\. Tu, Y\. Xu, and M\. Zhang \(2024\)Unsupervised sign language translation and generation\.InFindings of the Association for Computational Linguistics: ACL 2024,L\. Ku, A\. Martins, and V\. Srikumar \(Eds\.\),Bangkok, Thailand,pp\. 14041–14055\.External Links:[Link](https://aclanthology.org/2024.findings-acl.835/),[Document](https://dx.doi.org/10.18653/v1/2024.findings-acl.835)Cited by:[Related Work](https://arxiv.org/html/2607.27614#Sx6.p1.1)\.
- E\. J\. Hu, Y\. Shen, P\. Wallis, Z\. Allen\-Zhu, Y\. Li, S\. Wang, L\. Wang, and W\. Chen \(2022\)LoRA: low\-rank adaptation of large language models\.InInternational Conference on Learning Representations,External Links:[Link](https://openreview.net/forum?id=nZeVKeeFYf9)Cited by:[Experiments](https://arxiv.org/html/2607.27614#Sx4.p3.1)\.
- E\. J\. Hwang, S\. Cho, J\. Lee, and J\. C\. Park \(2025\)An efficient gloss\-free sign language translation using spatial configurations and motion dynamics with LLMs\.InProceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies \(Volume 1: Long Papers\),Albuquerque, New Mexico,pp\. 3901–3920\.External Links:[Document](https://dx.doi.org/10.18653/v1/2025.naacl-long.197),[Link](https://aclanthology.org/2025.naacl-long.197/)Cited by:[Introduction](https://arxiv.org/html/2607.27614#Sx1.p1.1),[Experiments](https://arxiv.org/html/2607.27614#Sx4.p2.1),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p1.1)\.
- P\. A\. Irawan, E\. H\. Fuadi, S\. Kumar, A\. F\. Aji, and Y\. Kementchedjhieva \(2026\)LinguDistill: recovering linguistic ability in vision\-language models via selective cross\-modal distillation\.External Links:2604\.00829,[Document](https://dx.doi.org/10.48550/ARXIV.2604.00829),[Link](https://arxiv.org/abs/2604.00829)Cited by:[Related Work](https://arxiv.org/html/2607.27614#Sx6.p2.1)\.
- Y\. Jiang, L\. Zhang, X\. Wei, and L\. Qing \(2026\)Think in latent thoughts: a new paradigm for gloss\-free sign language translation\.InProceedings of the 64th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),San Diego, California, United States,pp\. 9993–10012\.External Links:[Document](https://dx.doi.org/10.18653/v1/2026.acl-long.454),[Link](https://aclanthology.org/2026.acl-long.454/)Cited by:[Related Work](https://arxiv.org/html/2607.27614#Sx6.p1.1)\.
- Z\. Jiang, G\. Sant, A\. Moryossef, M\. Müller, R\. Sennrich, and S\. Ebling \(2024\)SignCLIP: connecting text and sign language by contrastive learning\.InProceedings of the 2024 Conference on Empirical Methods in Natural Language Processing,pp\. 9171–9193\.External Links:[Document](https://dx.doi.org/10.18653/v1/2024.emnlp-main.518),[Link](https://aclanthology.org/2024.emnlp-main.518/)Cited by:[Introduction](https://arxiv.org/html/2607.27614#Sx1.p1.1),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p1.1),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p3.1)\.
- J\. Kim, H\. Jeon, J\. Bae, and H\. Y\. Kim \(2025\)Leveraging the power of MLLMs for gloss\-free sign language translation\.InProceedings of the IEEE/CVF International Conference on Computer Vision \(ICCV\),pp\. 21048–21058\.Cited by:[Experiments](https://arxiv.org/html/2607.27614#Sx4.p2.1),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p1.1)\.
- Y\. Kim and A\. M\. Rush \(2016\)Sequence\-level knowledge distillation\.InProceedings of the 2016 Conference on Empirical Methods in Natural Language Processing,pp\. 1317–1327\.External Links:[Document](https://dx.doi.org/10.18653/v1/D16-1139),[Link](https://aclanthology.org/D16-1139/)Cited by:[Token\-Level Prior Anchoring](https://arxiv.org/html/2607.27614#Sx3.SSx2.p1.1),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p2.1)\.
- C\. H\. Lai, R\. Zhao, X\. Zhong, J\. Su, and Y\. Chen \(2026\)Selective contrastive learning for gloss free sign language translation\.InProceedings of the 64th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),M\. Liakata, V\. P\. Moreira, J\. Zhang, and D\. Jurgens \(Eds\.\),San Diego, California, United States,pp\. 45648–45660\.External Links:[Document](https://dx.doi.org/10.18653/v1/2026.acl-long.2116),[Link](https://aclanthology.org/2026.acl-long.2116/),ISBN 979\-8\-89176\-390\-6Cited by:[Experiments](https://arxiv.org/html/2607.27614#Sx4.p2.1),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p3.1)\.
- C\. Lin \(2004\)ROUGE: a package for automatic evaluation of summaries\.InText Summarization Branches Out,Barcelona, Spain,pp\. 74–81\.External Links:[Link](https://aclanthology.org/W04-1013/)Cited by:[Experiments](https://arxiv.org/html/2607.27614#Sx4.p1.1)\.
- J\. Lin, H\. Yin, W\. Ping, P\. Molchanov, M\. Shoeybi, and S\. Han \(2024\)VILA: on pre\-training for visual language models\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition \(CVPR\),pp\. 26689–26699\.Cited by:[Related Work](https://arxiv.org/html/2607.27614#Sx6.p2.1)\.
- K\. Lin, X\. Wang, L\. Zhu, K\. Sun, B\. Zhang, and Y\. Yang \(2023\)Gloss\-free end\-to\-end sign language translation\.InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 12904–12916\.External Links:[Document](https://dx.doi.org/10.18653/v1/2023.acl-long.722),[Link](https://aclanthology.org/2023.acl-long.722/)Cited by:[Related Work](https://arxiv.org/html/2607.27614#Sx6.p1.1)\.
- Y\. Liu, J\. Gu, N\. Goyal, X\. Li, S\. Edunov, M\. Ghazvininejad, M\. Lewis, and L\. Zettlemoyer \(2020\)Multilingual denoising pre\-training for neural machine translation\.Transactions of the Association for Computational Linguistics8,pp\. 726–742\.External Links:[Document](https://dx.doi.org/10.1162/tacl%5Fa%5F00343),[Link](https://aclanthology.org/2020.tacl-1.47/)Cited by:[Experiments](https://arxiv.org/html/2607.27614#Sx4.p5.1)\.
- I\. Loshchilov and F\. Hutter \(2019\)Decoupled weight decay regularization\.InInternational Conference on Learning Representations,External Links:[Link](https://openreview.net/forum?id=Bkg6RiCqY7)Cited by:[Experiments](https://arxiv.org/html/2607.27614#Sx4.p3.1)\.
- J\. H\. Low, O\. M\. Sincan, and R\. Bowden \(2025\)SAGE: segment\-aware gloss\-free encoding for token\-efficient sign language translation\.InProceedings of the IEEE/CVF International Conference on Computer Vision \(ICCV\) Workshops,pp\. 5011–5020\.Cited by:[Related Work](https://arxiv.org/html/2607.27614#Sx6.p3.1)\.
- N\. Muennighoff, T\. Wang, L\. Sutawika, A\. Roberts, S\. Biderman, T\. Le Scao, M\. S\. Bari, S\. Shen, Z\. X\. Yong, H\. Schoelkopf, X\. Tang, D\. Radev, A\. F\. Aji, K\. Almubarak, S\. Albanie, Z\. Alyafeai, A\. Webson, E\. Raff, and C\. Raffel \(2023\)Crosslingual generalization through multitask finetuning\.InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 15991–16111\.External Links:[Document](https://dx.doi.org/10.18653/v1/2023.acl-long.891),[Link](https://aclanthology.org/2023.acl-long.891/)Cited by:[Experiments](https://arxiv.org/html/2607.27614#Sx4.p5.1)\.
- NLLB Team \(2024\)Scaling neural machine translation to 200 languages\.Nature630,pp\. 841–846\.External Links:[Document](https://dx.doi.org/10.1038/s41586-024-07335-x),[Link](https://doi.org/10.1038/s41586-024-07335-x)Cited by:[Experiments](https://arxiv.org/html/2607.27614#Sx4.p5.1)\.
- L\. Ouyang, J\. Wu, X\. Jiang, D\. Almeida, C\. Wainwright, P\. Mishkin, C\. Zhang, S\. Agarwal, K\. Slama, A\. Ray, J\. Schulman, J\. Hilton, F\. Kelton, L\. Miller, M\. Simens, A\. Askell, P\. Welinder, P\. F\. Christiano, J\. Leike, and R\. Lowe \(2022\)Training language models to follow instructions with human feedback\.InAdvances in Neural Information Processing Systems,Vol\.35,pp\. 27730–27744\.External Links:[Link](https://proceedings.neurips.cc/paper_files/paper/2022/file/b1efde53be364a73914f58805a001731-Paper-Conference.pdf)Cited by:[Related Work](https://arxiv.org/html/2607.27614#Sx6.p2.1)\.
- K\. Papineni, S\. Roukos, T\. Ward, and W\. Zhu \(2002\)Bleu: a method for automatic evaluation of machine translation\.InProceedings of the 40th Annual Meeting of the Association for Computational Linguistics,Philadelphia, Pennsylvania, USA,pp\. 311–318\.External Links:[Link](https://aclanthology.org/P02-1040/),[Document](https://dx.doi.org/10.3115/1073083.1073135)Cited by:[Experiments](https://arxiv.org/html/2607.27614#Sx4.p1.1)\.
- H\. Sun, R\. Wang, K\. Chen, M\. Utiyama, E\. Sumita, and T\. Zhao \(2020\)Knowledge distillation for multilingual unsupervised neural machine translation\.InProceedings of the 58th Annual Meeting of the Association for Computational Linguistics,pp\. 3525–3535\.External Links:[Document](https://dx.doi.org/10.18653/v1/2020.acl-main.324),[Link](https://aclanthology.org/2020.acl-main.324/)Cited by:[Token\-Level Prior Anchoring](https://arxiv.org/html/2607.27614#Sx3.SSx2.p1.1),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p2.1)\.
- S\. Tan, T\. Miyazaki, and K\. Nakadai \(2025\)Multilingual gloss\-free sign language translation: towards building a sign language foundation model\.InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 2: Short Papers\),pp\. 553–561\.External Links:[Document](https://dx.doi.org/10.18653/v1/2025.acl-short.43),[Link](https://aclanthology.org/2025.acl-short.43/)Cited by:[Related Work](https://arxiv.org/html/2607.27614#Sx6.p1.1)\.
- W\. Wang, Q\. Lv, W\. Yu, W\. Hong, J\. Qi, Y\. Wang, J\. Ji, Z\. Yang, L\. Zhao, X\. Song, J\. Xu, K\. Chen, B\. Xu, J\. Li, Y\. Dong, M\. Ding, and J\. Tang \(2024\)CogVLM: visual expert for pretrained language models\.InAdvances in Neural Information Processing Systems,Vol\.37,pp\. 121475–121499\.External Links:[Document](https://dx.doi.org/10.52202/079017-3860),[Link](https://proceedings.neurips.cc/paper_files/paper/2024/file/dc06d4d2792265fb5454a6092bfd5c6a-Paper-Conference.pdf)Cited by:[Related Work](https://arxiv.org/html/2607.27614#Sx6.p2.1)\.
- R\. Wong, N\. C\. Camgoz, and R\. Bowden \(2024\)Sign2GPT: leveraging large language models for gloss\-free sign language translation\.InThe Twelfth International Conference on Learning Representations,External Links:[Link](https://openreview.net/forum?id=LqaEEs3UxU)Cited by:[Introduction](https://arxiv.org/html/2607.27614#Sx1.p1.1),[Experiments](https://arxiv.org/html/2607.27614#Sx4.p2.1),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p1.1)\.
- A\. Yang, B\. Xiao, B\. Wang, B\. Zhang, C\. Bian, C\. Yin, C\. Lv, D\. Pan, D\. Wang, D\. Yan, F\. Yang, F\. Deng, F\. Wang, F\. Liu, G\. Ai, G\. Dong, H\. Zhao, H\. Xu, H\. Sun, H\. Zhang, H\. Liu, J\. Ji, J\. Xie, J\. Dai, K\. Fang, L\. Su, L\. Song, L\. Liu, L\. Ru, L\. Ma, M\. Wang, M\. Liu, M\. Lin, N\. Nie, P\. Guo, R\. Sun, T\. Zhang, T\. Li, T\. Li, W\. Cheng, W\. Chen, X\. Zeng, X\. Wang, X\. Chen, X\. Men, X\. Yu, X\. Pan, Y\. Shen, Y\. Wang, Y\. Li, Y\. Jiang, Y\. Gao, Y\. Zhang, Z\. Zhou, and Z\. Wu \(2023\)Baichuan 2: open large\-scale language models\.External Links:2309\.10305,[Document](https://dx.doi.org/10.48550/ARXIV.2309.10305),[Link](https://arxiv.org/abs/2309.10305)Cited by:[Preliminary Analysis](https://arxiv.org/html/2607.27614#Sx2.p2.5)\.
- A\. Yang, B\. Yang, B\. Zhang, B\. Hui, B\. Zheng, B\. Yu, C\. Li, D\. Liu, F\. Huang, H\. Wei, H\. Lin, J\. Yang, J\. Tu, J\. Zhang, J\. Yang, J\. Yang, J\. Zhou, J\. Lin, K\. Dang, K\. Lu, K\. Bao, K\. Yang, L\. Yu, M\. Li, M\. Xue, P\. Zhang, Q\. Zhu, R\. Men, R\. Lin, T\. Li, T\. Xia, X\. Ren, X\. Ren, Y\. Fan, Y\. Su, Y\. Zhang, Y\. Wan, Y\. Liu, Z\. Cui, Z\. Zhang, and Z\. Qiu \(2024\)Qwen2\.5 Technical Report\.External Links:2412\.15115,[Document](https://dx.doi.org/10.48550/ARXIV.2412.15115),[Link](https://arxiv.org/abs/2412.15115)Cited by:[Preliminary Analysis](https://arxiv.org/html/2607.27614#Sx2.p2.5)\.
- H\. Yao, W\. Zhou, H\. Feng, H\. Hu, H\. Zhou, and H\. Li \(2023\)Sign language translation with iterative prototype\.InProceedings of the IEEE/CVF International Conference on Computer Vision,pp\. 15592–15601\.External Links:[Link](https://openaccess.thecvf.com/content/ICCV2023/html/Yao_Sign_Language_Translation_with_Iterative_Prototype_ICCV_2023_paper.html)Cited by:[Related Work](https://arxiv.org/html/2607.27614#Sx6.p1.1)\.
- J\. Ye, X\. Wang, W\. Jiao, J\. Liang, and H\. Xiong \(2024\)Improving gloss\-free sign language translation by reducing representation density\.InAdvances in Neural Information Processing Systems,Vol\.37,pp\. 107379–107402\.External Links:[Document](https://dx.doi.org/10.52202/079017-3411),[Link](https://proceedings.neurips.cc/paper_files/paper/2024/file/c225136cfe52a8fd66658bbcf9d894ab-Paper-Conference.pdf)Cited by:[Related Work](https://arxiv.org/html/2607.27614#Sx6.p3.1)\.
- A\. Yin, T\. Zhong, L\. Tang, W\. Jin, T\. Jin, and Z\. Zhao \(2023\)Gloss attention for gloss\-free sign language translation\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition \(CVPR\),pp\. 2551–2562\.Cited by:[Introduction](https://arxiv.org/html/2607.27614#Sx1.p1.1),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p1.1),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p3.1)\.
- K\. Yin and J\. Read \(2020\)Better sign language translation with STMC\-transformer\.InProceedings of the 28th International Conference on Computational Linguistics,pp\. 5975–5989\.External Links:[Document](https://dx.doi.org/10.18653/v1/2020.coling-main.525),[Link](https://aclanthology.org/2020.coling-main.525/)Cited by:[Introduction](https://arxiv.org/html/2607.27614#Sx1.p1.1),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p1.1)\.
- B\. Zhang, M\. Müller, and R\. Sennrich \(2023\)SLTUNET: a simple unified model for sign language translation\.InInternational Conference on Learning Representations,External Links:[Link](https://openreview.net/forum?id=EBS4C77p_5S)Cited by:[Related Work](https://arxiv.org/html/2607.27614#Sx6.p1.1)\.
- B\. Zhou, Z\. Chen, A\. Clapés, J\. Wan, Y\. Liang, S\. Escalera, Z\. Lei, and D\. Zhang \(2023\)Gloss\-free sign language translation: improving from visual\-language pretraining\.InProceedings of the IEEE/CVF International Conference on Computer Vision \(ICCV\),pp\. 20871–20881\.Cited by:[Introduction](https://arxiv.org/html/2607.27614#Sx1.p1.1),[Experiments](https://arxiv.org/html/2607.27614#Sx4.p2.1),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p1.1),[Related Work](https://arxiv.org/html/2607.27614#Sx6.p3.1)\.
- H\. Zhou, W\. Zhou, W\. Qi, J\. Pu, and H\. Li \(2021\)Improving sign language translation with monolingual data by sign back\-translation\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition \(CVPR\),pp\. 1316–1325\.Cited by:[Introduction](https://arxiv.org/html/2607.27614#Sx1.p4.1),[Preliminary Analysis](https://arxiv.org/html/2607.27614#Sx2.p2.5),[Experiments](https://arxiv.org/html/2607.27614#Sx4.p1.1)\.Similar Articles
Generalizable VLA Finetuning via Representation Anchoring and Language-Action Alignment
Anchor-Align augments behavioral cloning with vision-language anchoring to preserve pretrained representations and language-action alignment, improving real-robot success rates by over 20% on xArm7 and showing consistent gains in simulation benchmarks.
Gloss-Free Representation Learning for Cross-Dataset Sign Spotting
This paper proposes a gloss-free representation learning approach for cross-dataset sign spotting, using weakly aligned broadcast transcripts in Turkish Sign Language. It shows that LLM-assisted pseudo-gloss normalization improves temporal localization and downstream translation quality.
Dynamic Infilling Anchors for Format-Constrained Generation in Diffusion Large Language Models
This paper proposes Dynamic Infilling Anchors (DIA), a training-free method for diffusion large language models that dynamically estimates end-anchor positions to enforce format constraints (e.g., parseable JSON, reasoning templates) while avoiding the rigidity of fixed-span approaches. Experiments show significant zero-shot gains on GSM8K and MATH benchmarks.
When Confidence Misleads: Suffix Anchoring and Anchor-Proximity Confidence Modulation for Diffusion Language Models
Researchers propose a training-free method called Suffix-Anchored Confidence Modulation to improve confidence-based decoding in diffusion language models by addressing issues with EOT tokens and premature decoding.
Supportive Token Revealing for Fast Diffusion Language Model Decoding
This paper proposes AXON, a training-free module that improves the quality-latency trade-off of discrete diffusion language model decoding by intelligently selecting 'anchor' tokens to reveal first, using attention, uncertainty, and confidence signals to support subsequent denoising steps. Experiments on reasoning and code-generation benchmarks show AXON reduces function evaluations while maintaining or improving accuracy.