Causal neural set filtering for online multi-target tracking

arXiv cs.LG Papers

Summary

Causal Neural Set Filtering (CNSF) is a proposed neural network method for online multi-target tracking that improves efficiency and performance by reducing error metrics by 19.3% and 30.4% compared to Track-MT3, with fewer parameters and faster inference.

arXiv:2609.16054v1 Announce Type: new Abstract: Transformer-based multi-target tracking (MTT) jointly learns data association and state estimation, but MT3/Track-MT3-style trackers repeatedly re-encode measurement windows, incurring redundant computation. We propose Causal Neural Set Filtering (CNSF)\footnote{\href{https://github.com/daihuangyu/CNSF}{Code: https://github.com/daihuangyu/CNSF}}, a neural set filter that encodes only current measurements while carrying past evidence in a structured recursive track state. CNSF combines exclusive Sinkhorn association, association-conditioned Kalman-shaped updates with moment matching, and recurrent Bernoulli lifecycle modeling with measurement-driven birth. These mechanisms impose soft one-to-one constraints, propagate association-induced state uncertainty, and support existence estimation under missed detections and birth--death transitions. On a held-out three-regime simulated test set, CNSF reduces mean GOSPA and T-GOSPA relative to Track-MT3 by 19.3\% and 30.4\%, with 55.9\% fewer parameters and a $3.76\times$ speedup in single-thread CPU inference.
Original Article
View Cached Full Text

Cached at: 09/16/26, 08:34 AM

# CAUSAL NEURAL SET FILTERING FOR ONLINE MULTI-TARGET TRACKING
Source: [https://arxiv.org/html/2609.16054](https://arxiv.org/html/2609.16054)
###### Abstract

Transformer\-based multi\-target tracking \(MTT\) jointly learns data association and state estimation, but MT3/Track\-MT3\-style trackers repeatedly re\-encode measurement windows, incurring redundant computation\. We propose Causal Neural Set Filtering \(CNSF\)111[Code: https://github\.com/daihuangyu/CNSF](https://github.com/daihuangyu/CNSF), a neural set filter that encodes only current measurements while carrying past evidence in a structured recursive track state\. CNSF combines exclusive Sinkhorn association, association\-conditioned Kalman\-shaped updates with moment matching, and recurrent Bernoulli lifecycle modeling with measurement\-driven birth\. These mechanisms impose soft one\-to\-one constraints, propagate association\-induced state uncertainty, and support existence estimation under missed detections and birth–death transitions\. On a held\-out three\-regime simulated test set, CNSF reduces mean GOSPA and T\-GOSPA relative to Track\-MT3 by 19\.3% and 30\.4%, with 55\.9% fewer parameters and a3\.76×3\.76\\timesspeedup in single\-thread CPU inference\.

###### Index Terms:

multi\-target tracking, neural filtering, data association, set prediction, Sinkhorn

††address:1Hangzhou Applied Acoustics Research Institute, Hangzhou 310023, China
2Independent Researcher, Hangzhou, China
∗Equal contribution\.## 1Introduction

Multi\-target tracking \(MTT\) recursively estimates a time\-varying target set from measurements affected by clutter, missed detections, uncertain associations, and target birth and death\. Classical Bayesian trackers address these uncertainties through explicit recursive state, association, and existence modeling\[[5](https://arxiv.org/html/2609.16054#bib.bib2),[18](https://arxiv.org/html/2609.16054#bib.bib3),[21](https://arxiv.org/html/2609.16054#bib.bib4),[7](https://arxiv.org/html/2609.16054#bib.bib5)\], providing principled probabilistic semantics but potentially incurring substantial complexity as association uncertainty grows\.

Neural set trackers offer a different route by learning data association and state estimation jointly\. The Multi\-Target Tracking Transformer \(MT3\) and Track\-MT3 formulate point\-measurement tracking as Transformer\-based set prediction with temporal context recovered from measurement windows\[[16](https://arxiv.org/html/2609.16054#bib.bib6),[2](https://arxiv.org/html/2609.16054#bib.bib7)\]\. Track\-MT3 additionally propagates learned query\-level information across frames, but overlapping historical measurements are still repeatedly re\-encoded\. However, its propagated queries do not explicitly carry kinematic uncertainty and target existence within a structured filter state\.

To address this gap, we propose Causal Neural Set Filtering \(CNSF\), which replaces window\-conditioned set prediction with structured track\-state recursion: only current measurements are encoded, while past evidence is propagated through the recursive track state\. CNSF uses exclusive Sinkhorn association, association\-conditioned Kalman\-shaped updates with moment matching, and recurrent Bernoulli lifecycle modeling with measurement\-driven birth\. These mechanisms support the recursion under measurement competition, association ambiguity, missed detections, and birth–death transitions\. On a held\-out three\-regime simulated test set, CNSF reduces mean GOSPA and T\-GOSPA by 19\.3% and 30\.4% over Track\-MT3, while using 55\.9% fewer parameters and achieving a3\.76×3\.76\\timessingle\-thread CPU speedup\. It also achieves the lowest mean GOSPA and T\-GOSPA among the evaluated methods\.

## 2Related Work

Classical MTT is built on recursive Bayesian estimation\. JPDA/MHT address association ambiguity, while RFS\-based methods such asδ\\delta\-GLMB and PMBM model target existence, birth, and death\[[5](https://arxiv.org/html/2609.16054#bib.bib2),[18](https://arxiv.org/html/2609.16054#bib.bib3),[22](https://arxiv.org/html/2609.16054#bib.bib17),[21](https://arxiv.org/html/2609.16054#bib.bib4),[7](https://arxiv.org/html/2609.16054#bib.bib5)\]\. Association marginalization or hypothesis management can become costly as ambiguity grows\. Related advances address association and filtering\[[14](https://arxiv.org/html/2609.16054#bib.bib8),[13](https://arxiv.org/html/2609.16054#bib.bib18),[24](https://arxiv.org/html/2609.16054#bib.bib10),[3](https://arxiv.org/html/2609.16054#bib.bib11),[10](https://arxiv.org/html/2609.16054#bib.bib13),[8](https://arxiv.org/html/2609.16054#bib.bib14),[23](https://arxiv.org/html/2609.16054#bib.bib16),[29](https://arxiv.org/html/2609.16054#bib.bib12),[28](https://arxiv.org/html/2609.16054#bib.bib15)\], including learned Sinkhorn–Kalman coupling\[[12](https://arxiv.org/html/2609.16054#bib.bib9)\]\. CNSF integrates soft exclusive association and association\-conditioned moment matching with recurrent existence modeling and measurement\-driven birth in a structured recursive track state\.

A parallel line formulates tracking as learned set prediction\[[20](https://arxiv.org/html/2609.16054#bib.bib19),[11](https://arxiv.org/html/2609.16054#bib.bib20),[1](https://arxiv.org/html/2609.16054#bib.bib21)\]\. MT3/Track\-MT3 extend this paradigm to point\-measurement MTT\[[16](https://arxiv.org/html/2609.16054#bib.bib6),[2](https://arxiv.org/html/2609.16054#bib.bib7)\], with related persistent\-query designs in TrackFormer, MOTR, GTR, TransMOT, and MOTRv2\[[15](https://arxiv.org/html/2609.16054#bib.bib22),[26](https://arxiv.org/html/2609.16054#bib.bib23),[30](https://arxiv.org/html/2609.16054#bib.bib24),[19](https://arxiv.org/html/2609.16054#bib.bib25),[27](https://arxiv.org/html/2609.16054#bib.bib26)\]\. Track\-MT3 propagates query\-level information while re\-encoding measurement windows; CNSF instead propagates a structured recursive track state and encodes only current measurements\.

![Refer to caption](https://arxiv.org/html/2609.16054v1/Figure1_CNSF_user_final_v2.png)Figure 1:Overview of CNSF\.Top:causal single\-frame inference via prediction, current\-frame encoding, exclusive association, moment\-matched update, and lifecycle/birth modeling\.Bottom:training\-only supervision, closed\-loop curricula, and joint BPTT through the recursive path\.
## 3Causal Neural Set Filter

The central design choice of CNSF is to make the structured track state, rather than a measurement window, the carrier of temporal information\. At each time step, the current measurementsZtZ\_\{t\}are encoded once and fused with the previous track state𝒯t−1\\mathcal\{T\}\_\{t\-1\}; the updated state𝒯t\\mathcal\{T\}\_\{t\}is then the only persistent state passed to the next step\. This gives the recursive update

ℱθ:\(𝒯t−1,Zt\)↦𝒯t,\\mathcal\{F\}\_\{\\theta\}:\(\\mathcal\{T\}\_\{t\-1\},Z\_\{t\}\)\\mapsto\\mathcal\{T\}\_\{t\},\(1\)where prediction, association, state update, and target lifecycle are coupled within a single neural set filter\.

### 3\.1Recursive state and neural–physical prediction

Each active track maintains

Ti=\(μi,Pi,qi,hi,ri,ci\),T\_\{i\}=\(\\mu\_\{i\},P\_\{i\},q\_\{i\},h\_\{i\},r\_\{i\},c\_\{i\}\),\(2\)whereμi=\[xi,yi,vx,i,vy,i\]⊤\\mu\_\{i\}=\[x\_\{i\},y\_\{i\},v\_\{x,i\},v\_\{y,i\}\]^\{\\top\}andPiP\_\{i\}are the kinematic mean and covariance,qiq\_\{i\}is a learned track query,hih\_\{i\}stores lifecycle memory,ri∈\(0,1\)r\_\{i\}\\in\(0,1\)is the Bernoulli existence probability, andcic\_\{i\}contains discrete bookkeeping such as age, confirmation, and miss streak\. Prediction starts from a constant\-velocity model with transitionF⁡\(Δ​t\)F\(\\Delta t\)and position observation matrixH=\[I2​0\]H=\[I\_\{2\}\\;0\]\[[9](https://arxiv.org/html/2609.16054#bib.bib1)\]\. A Fourier embeddingϕ⁡\(Δ​t\)\\phi\(\\Delta t\)conditions lightweight heads that adapt the query, motion, process uncertainty, and survival probability\. With the standard acceleration\-input matrixG⁡\(Δ​t\)=\[12​Δ​t2​I2​Δ​t​I2\]⊤G\(\\Delta t\)=\[\\tfrac\{1\}\{2\}\\Delta t^\{2\}I\_\{2\}\\;\\;\\Delta tI\_\{2\}\]^\{\\top\}, prediction is

q¯i\\displaystyle\\bar\{q\}\_\{i\}=qi\+Δ​qi,\\displaystyle=q\_\{i\}\+\\Delta q\_\{i\},μ¯i\\displaystyle\\qquad\\bar\{\\mu\}\_\{i\}=F​μi\+G​ai,\\displaystyle=F\\mu\_\{i\}\+Ga\_\{i\},\(3\)P¯i\\displaystyle\\bar\{P\}\_\{i\}=F​Pi​F⊤\+Qi,\\displaystyle=FP\_\{i\}F^\{\\top\}\+Q\_\{i\},r¯i\\displaystyle\\qquad\\bar\{r\}\_\{i\}=ri​σ​\(logit⁡\(p0S\)\+Δ​si\)\.\\displaystyle=r\_\{i\}\\,\\sigma\\\!\\bigl\(\\operatorname\{logit\}\(p\_\{0\}^\{S\}\)\+\\Delta s\_\{i\}\\bigr\)\.HereΔ​qi=fθq​\(qi,ϕ⁡\(Δ​t\)\)\\Delta q\_\{i\}=f\_\{\\theta\}^\{q\}\(q\_\{i\},\\phi\(\\Delta t\)\)andai=fθa​\(q¯i\)a\_\{i\}=f\_\{\\theta\}^\{a\}\(\\bar\{q\}\_\{i\}\)\. The learned process covariance isQi=Diag⁡\(softplus⁡\(fθQ​\(q¯i\)\)\+ϵ\)​Δ​tQ\_\{i\}=\\operatorname\{Diag\}\(\\operatorname\{softplus\}\(f\_\{\\theta\}^\{Q\}\(\\bar\{q\}\_\{i\}\)\)\+\\epsilon\)\\Delta t, and the survival correction is bounded asΔ​si=κS​tanh⁡\(fθS/κS\)\\Delta s\_\{i\}=\\kappa\_\{S\}\\tanh\(f\_\{\\theta\}^\{S\}/\\kappa\_\{S\}\), wherefθSf\_\{\\theta\}^\{S\}denotes the pre\-measurement survival head conditioned only on predicted track and causal lifecycle features\. In parallel, a permutation\-equivariant Transformer encodes the current measurement setZt=\{ztj\}j=1MtZ\_\{t\}=\\\{z\_\{t\}^\{j\}\\\}\_\{j=1\}^\{M\_\{t\}\}once; historical measurements are not re\-encoded\.

### 3\.2Exclusive association and uncertainty propagation

For track–measurement pair\(i,j\)\(i,j\), define the innovationνi​j=ztj−H​μ¯i\\nu\_\{ij\}=z\_\{t\}^\{j\}\-H\\bar\{\\mu\}\_\{i\}and its covarianceSi​j=H​P¯i​H⊤\+Ri​jS\_\{ij\}=H\\bar\{P\}\_\{i\}H^\{\\top\}\+R\_\{ij\}, where the pair head predicts a positive diagonal observation covarianceRi​jR\_\{ij\}\. Letψi​j=fθpair​\(i,j\)\+biθ\\psi\_\{ij\}=f\_\{\\theta\}^\{\\rm pair\}\(i,j\)\+b\_\{i\}^\{\\theta\}denote learned pair evidence andgi​j=σ⁡\(fθg​\(i,j\)\)∈\(0,1\)g\_\{ij\}=\\sigma\(f\_\{\\theta\}^\{g\}\(i,j\)\)\\in\(0,1\)a learned gate on the physical compatibility score:

ℓi​jphy\\displaystyle\\ell^\{\\rm phy\}\_\{ij\}=−12​\(νi​j⊤​Si​j−1​νi​j\+log⁡\|Si​j\|\),\\displaystyle=\-\\frac\{1\}\{2\}\\\!\\left\(\\nu\_\{ij\}^\{\\top\}S\_\{ij\}^\{\-1\}\\nu\_\{ij\}\+\\log\|S\_\{ij\}\|\\right\),\(4\)si​j\\displaystyle s\_\{ij\}=gi​j​ℓi​jphy\+ψi​j\+λprior​logit⁡\(max⁡\(r¯i,rmin\)\)\.\\displaystyle=g\_\{ij\}\\ell^\{\\rm phy\}\_\{ij\}\+\\psi\_\{ij\}\+\\lambda\_\{\\rm prior\}\\operatorname\{logit\}\\\!\\bigl\(\\max\(\\bar\{r\}\_\{i\},r\_\{\\min\}\)\\bigr\)\.
LetNNandMMbe the numbers of active tracks and valid measurements\. We augment the pair scores with learned MISS logitssi​∅s\_\{i\\varnothing\}, UNCLAIMED logitss∅​js\_\{\\varnothing j\}, and a slack entry, formingSaug∈ℝ\(N\+1\)×\(M\+1\)S^\{\\rm aug\}\\in\\mathbb\{R\}^\{\(N\+1\)\\times\(M\+1\)\}\. Association masses are obtained by

A=Sinkhorn⁡\(Saug/τsk,𝐚,𝐛\),A=\\operatorname\{Sinkhorn\}\\\!\\left\(S^\{\\rm aug\}/\\tau\_\{\\rm sk\};\\,\\mathbf\{a\},\\mathbf\{b\}\\right\),usingNskN\_\{\\rm sk\}log\-space iterations\[[4](https://arxiv.org/html/2609.16054#bib.bib27)\], with marginals𝐚=\[𝟏N;M\]\\mathbf\{a\}=\[\\mathbf\{1\}\_\{N\};M\]and𝐛=\[𝟏M;N\]\\mathbf\{b\}=\[\\mathbf\{1\}\_\{M\};N\]\. Thus, for active tracks and valid measurements,∑j=1MAi​j\+Ai​∅=1\\sum\_\{j=1\}^\{M\}A\_\{ij\}\+A\_\{i\\varnothing\}=1and∑i=1NAi​j\+A∅​j=1\\sum\_\{i=1\}^\{N\}A\_\{ij\}\+A\_\{\\varnothing j\}=1, enforcing soft one\-to\-one association constraints; the corner entry serves as the slack needed by the augmented marginals\.

Each PAIR hypothesis is updated before marginalization\. The same learnedRi​jR\_\{ij\}used for association enters a Kalman\-shaped update with a bounded gain residual:

Ki​j\\displaystyle K\_\{ij\}=P¯i​H⊤​Si​j−1\+κK​tanh⁡\(Δ​Ki​jθ\),μi​j=μ¯i\+Ki​j​νi​j,\\displaystyle=\\bar\{P\}\_\{i\}H^\{\\top\}S\_\{ij\}^\{\-1\}\+\\kappa\_\{K\}\\tanh\(\\Delta K\_\{ij\}^\{\\theta\}\),\\qquad\\mu\_\{ij\}=\\bar\{\\mu\}\_\{i\}\+K\_\{ij\}\\nu\_\{ij\},Pi​j\\displaystyle P\_\{ij\}=\(I4−Ki​j​H\)​P¯i​\(I4−Ki​j​H\)⊤\+Ki​j​Ri​j​Ki​j⊤\.\\displaystyle=\(I\_\{4\}\-K\_\{ij\}H\)\\bar\{P\}\_\{i\}\(I\_\{4\}\-K\_\{ij\}H\)^\{\\top\}\+K\_\{ij\}R\_\{ij\}K\_\{ij\}^\{\\top\}\.\(5\)The pair representation also updates the latent query through a gated recurrent unit \(GRU\), yieldingqi​jq\_\{ij\}\. For each active track, we renormalize its Sinkhorn row to obtainwi​jw\_\{ij\}andwi​0w\_\{i0\}, with\(μi​0,Pi​0,qi​0\)=\(μ¯i,P¯i,q¯i\)\(\\mu\_\{i0\},P\_\{i0\},q\_\{i0\}\)=\(\\bar\{\\mu\}\_\{i\},\\bar\{P\}\_\{i\},\\bar\{q\}\_\{i\}\)\. The pair and MISS hypotheses are then collapsed into one recursive state by moment matching:

μi\+\\displaystyle\\mu\_\{i\}^\{\+\}=∑k=0Mwi​k​μi​k,qi\+=∑k=0Mwi​k​qi​k,\\displaystyle=\\sum\_\{k=0\}^\{M\}w\_\{ik\}\\mu\_\{ik\},\\qquad q\_\{i\}^\{\+\}=\\sum\_\{k=0\}^\{M\}w\_\{ik\}q\_\{ik\},Pi\+\\displaystyle P\_\{i\}^\{\+\}=∑k=0Mwi​k​\[Pi​k\+\(μi​k−μi\+\)​\(μi​k−μi\+\)⊤\]\.\\displaystyle=\\sum\_\{k=0\}^\{M\}w\_\{ik\}\\\!\\left\[P\_\{ik\}\+\(\\mu\_\{ik\}\-\\mu\_\{i\}^\{\+\}\)\(\\mu\_\{ik\}\-\\mu\_\{i\}^\{\+\}\)^\{\\top\}\\right\]\.\(6\)Eq\. \([6](https://arxiv.org/html/2609.16054#S3.E6)\) preserves the mixture mean and covariance, including the between\-component covariance induced by association ambiguity, while retaining a single moment\-matched state per track rather than propagating multiple association hypotheses\.

### 3\.3Bernoulli lifecycle and network architecture

Letuj=σ⁡\(oj\)u\_\{j\}=\\sigma\(o\_\{j\}\)denote measurement objectness andmi=∑jwi​j​ujm\_\{i\}=\\sum\_\{j\}w\_\{ij\}u\_\{j\}the objectness\-weighted PAIR support for trackii\. Lifecycle memory is updated from the updated query and causal evidence, while a bounded learned correction acts in existence log\-odds space:

hi\+=GRU⁡\(\[qi\+,ξi\],hi\),ri\+=σ⁡\(logit⁡r¯i\+mi−δm\+Δ​ℓir\),πjnew=A∅​j​uj,\\begin\{array\}\[\]\{@\{\}l@\{\\;\}c@\{\\;\}l@\{\}\}h\_\{i\}^\{\+\}&=&\\operatorname\{GRU\}\\\!\\left\(\[q\_\{i\}^\{\+\},\\xi\_\{i\}\],h\_\{i\}\\right\),\\\\\[1\.0pt\] r\_\{i\}^\{\+\}&=&\\sigma\\\!\\left\(\\operatorname\{logit\}\\bar\{r\}\_\{i\}\+m\_\{i\}\-\\delta\_\{m\}\+\\Delta\\ell\_\{i\}^\{r\}\\right\),\\\\\[1\.0pt\] \\pi\_\{j\}^\{\\rm new\}&=&A\_\{\\varnothing j\}u\_\{j\},\\end\{array\}\(7\)whereΔ​ℓir=κr​tanh⁡\(fθr​\(hi\+,ξi′\)/κr\)\\Delta\\ell\_\{i\}^\{r\}=\\kappa\_\{r\}\\tanh\(f\_\{\\theta\}^\{r\}\(h\_\{i\}^\{\+\},\\xi\_\{i\}^\{\\prime\}\)/\\kappa\_\{r\}\)\. The feature vectorξi\\xi\_\{i\}contains previous and instantaneous existence, PAIR/MISS support, objectness support, association entropy and margin, elapsed time, updated covariance, and age;ξi′\\xi\_\{i\}^\{\\prime\}retains the PAIR support, ambiguity, time, and covariance terms used by the log\-odds correction head\. Birth heads initialize position, velocity, diagonal covariance, query, lifecycle memory, and existence\. The updated existenceri\+r\_\{i\}^\{\+\}then controls confirmation, retention, and termination\.

Measurement/track\-query features have widthddand lifecycle memory widthdhd\_\{h\}\. The measurement encoder usesLeL\_\{e\}layers,HHattention heads, and feed\-forward widthdffd\_\{\\rm ff\}; theLdL\_\{d\}\-layer association decoder applies track self\-attention followed by track\-to\-measurement cross\-attention\. Lightweight heads parameterize Eqs\. \([3](https://arxiv.org/html/2609.16054#S3.E3)\)–\([7](https://arxiv.org/html/2609.16054#S3.E7)\)\.

### 3\.4Training objective

Training preserves recursive identities across frames\. Existing tracks inherit their ground\-truth identities through cross\-frame target alignment \(CTA\), while Hungarian assignment is used only to match unmatched birth candidates to unmatched targets during training\. The discrete assignment is detached and never used at inference\. Losses are computed per supervised frame and averaged across valid rollout frames\. HereBCE⁡\(ℓ,y\)\\operatorname\{BCE\}\(\\ell,y\)denotes binary cross\-entropy with logits\.

Set loss\.Letℳt\\mathcal\{M\}\_\{t\}be matched prediction–target pairs and𝒞t\\mathcal\{C\}\_\{t\}all valid existing/birth candidates\. Candidatekkpredicts positionp^k\\hat\{p\}\_\{k\}, logitℓk\\ell\_\{k\}, and labelyk∈\{0,1\}y\_\{k\}\\in\\\{0,1\\\};pn∗p\_\{n\}^\{\*\}is the matched target position:

ℒset=1\|ℳt\|​∑\(k,n\)∈ℳt12​‖p^k−pn∗‖1\+1\|𝒞t\|​∑k∈𝒞tBCE⁡\(ℓk,yk\)\.\\mathcal\{L\}\_\{\\rm set\}=\\frac\{1\}\{\|\\mathcal\{M\}\_\{t\}\|\}\\\!\\sum\_\{\(k,n\)\\in\\mathcal\{M\}\_\{t\}\}\\frac\{1\}\{2\}\\\|\\hat\{p\}\_\{k\}\-p\_\{n\}^\{\*\}\\\|\_\{1\}\+\\frac\{1\}\{\|\\mathcal\{C\}\_\{t\}\|\}\\\!\\sum\_\{k\\in\\mathcal\{C\}\_\{t\}\}\\operatorname\{BCE\}\(\\ell\_\{k\},y\_\{k\}\)\.\(8\)An empty matched set contributes zero localization loss\.

Probabilistic set\-risk surrogate\.Reusing the detached CTA/Hungarian matching, defineπk=σ⁡\(ℓk\)\\pi\_\{k\}=\\sigma\(\\ell\_\{k\}\), cutoffcriskc\_\{\\rm risk\},dc​\(k,n\)=min⁡\(‖p^k−pn∗‖2,crisk\)d\_\{c\}\(k,n\)=\\min\(\\\|\\hat\{p\}\_\{k\}\-p\_\{n\}^\{\*\}\\\|\_\{2\},c\_\{\\rm risk\}\), and unmatched prediction/truth sets𝒰b,𝒱b\\mathcal\{U\}\_\{b\},\\mathcal\{V\}\_\{b\}:

ℒrisk=1B∑b\[\\displaystyle\\mathcal\{L\}\_\{\\rm risk\}=\\frac\{1\}\{B\}\\sum\_\{b\}\\Bigg\[∑\(k,n\)∈ℳb\(πk​dc​\(k,n\)\+\(1−πk\)​crisk2\)\\displaystyle\\sum\_\{\(k,n\)\\in\\mathcal\{M\}\_\{b\}\}\\left\(\\pi\_\{k\}d\_\{c\}\(k,n\)\+\(1\-\\pi\_\{k\}\)\\frac\{c\_\{\\rm risk\}\}\{2\}\\right\)\+∑k∈𝒰bπkcrisk2\+\|𝒱b\|crisk2\]\.\\displaystyle\+\\sum\_\{k\\in\\mathcal\{U\}\_\{b\}\}\\pi\_\{k\}\\frac\{c\_\{\\rm risk\}\}\{2\}\+\|\\mathcal\{V\}\_\{b\}\|\\frac\{c\_\{\\rm risk\}\}\{2\}\\Bigg\]\.\(9\)The matching is treated as fixed supervision rather than recomputed to minimize this risk\. Its coefficientρ\\rhofollows the curriculum in Sec\.[4](https://arxiv.org/html/2609.16054#S4)\.

Association and birth losses\.Simulator identities define the correct PAIR, MISS, and UNCLAIMED event setsEp,Em,EuE\_\{p\},E\_\{m\},E\_\{u\}\. With event weightswp,wm,wuw\_\{p\},w\_\{m\},w\_\{u\}andZEZ\_\{E\}equal to the sum of weights of event types present in the frame,

ℒassoc=−1ZE\[\\displaystyle\\mathcal\{L\}\_\{\\rm assoc\}=\-\\frac\{1\}\{Z\_\{E\}\}\\Bigg\[wp\|Ep\|​∑\(i,j\)∈Eplog⁡Ai​j\+wm\|Em\|​∑i∈Emlog⁡Ai​∅\\displaystyle\\frac\{w\_\{p\}\}\{\|E\_\{p\}\|\}\\sum\_\{\(i,j\)\\in E\_\{p\}\}\\log A\_\{ij\}\+\\frac\{w\_\{m\}\}\{\|E\_\{m\}\|\}\\sum\_\{i\\in E\_\{m\}\}\\log A\_\{i\\varnothing\}\+wu\|Eu\|∑j∈EulogA∅​j\]\.\\displaystyle\+\\frac\{w\_\{u\}\}\{\|E\_\{u\}\|\}\\sum\_\{j\\in E\_\{u\}\}\\log A\_\{\\varnothing j\}\\Bigg\]\.\(10\)Here, absent event types are omitted together with their weight\. For birth, when both classes are present,ℬ⁡\(p,y\)=−12​\[meany=1⁡log⁡p\+meany=0⁡log⁡\(1−p\)\]\\mathcal\{B\}\(p,y\)=\-\\tfrac\{1\}\{2\}\[\\operatorname\{mean\}\_\{y=1\}\\log p\+\\operatorname\{mean\}\_\{y=0\}\\log\(1\-p\)\]; if only one class is present,ℬ\\mathcal\{B\}is the corresponding class mean\. Then

ℒbirth=ℬ⁡\(\{uj\},\{yjtgt\}\)\+ℬ⁡\(\{πjnew\},\{yjnew\}\)\.\\mathcal\{L\}\_\{\\rm birth\}=\\mathcal\{B\}\(\\\{u\_\{j\}\\\},\\\{y\_\{j\}^\{\\rm tgt\}\\\}\)\+\\mathcal\{B\}\(\\\{\\pi\_\{j\}^\{\\rm new\}\\\},\\\{y\_\{j\}^\{\\rm new\}\\\}\)\.\(11\)
Lifecycle and cardinality\.For active slots𝒜t\\mathcal\{A\}\_\{t\},yialivey\_\{i\}^\{\\rm alive\}indicates current truth existence andyidety\_\{i\}^\{\\rm det\}current detection; live\-but\-missed tracks useωi=1\+λmiss​𝟏​\[yialive=1,yidet=0\]\\omega\_\{i\}=1\+\\lambda\_\{\\rm miss\}\\mathbf\{1\}\[y\_\{i\}^\{\\rm alive\}=1,y\_\{i\}^\{\\rm det\}=0\]\. For𝒮t⊆𝒜t\\mathcal\{S\}\_\{t\}\\subseteq\\mathcal\{A\}\_\{t\}that existed att−1t\-1,yiSy\_\{i\}^\{S\}is one\-step survival\. WithpiS=σ⁡\(logit⁡\(p0S\)\+Δ​si\)p\_\{i\}^\{S\}=\\sigma\(\\operatorname\{logit\}\(p\_\{0\}^\{S\}\)\+\\Delta s\_\{i\}\),ℓiexist=logit⁡ri\+\\ell\_\{i\}^\{\\rm exist\}=\\operatorname\{logit\}r\_\{i\}^\{\+\},ℓiS=logit⁡piS\\ell\_\{i\}^\{S\}=\\operatorname\{logit\}p\_\{i\}^\{S\}, andWt=∑i∈𝒜tωiW\_\{t\}=\\sum\_\{i\\in\\mathcal\{A\}\_\{t\}\}\\omega\_\{i\},

ℒexist=1Wt​∑i∈𝒜tωi​BCE⁡\(ℓiexist,yialive\),ℒsurv=1\|𝒮t\|​∑i∈𝒮tBCE⁡\(ℓiS,yiS\),N^t=∑imiex​ri\+\+∑jmjb​πjnew,ℒcard=SmoothL1⁡\(N^t,Nt∗\)\.\\begin\{array\}\[\]\{@\{\}l@\{\\;\}c@\{\\;\}l@\{\}\}\\mathcal\{L\}\_\{\\rm exist\}&=&\\displaystyle\\frac\{1\}\{W\_\{t\}\}\\sum\_\{i\\in\\mathcal\{A\}\_\{t\}\}\\omega\_\{i\}\\operatorname\{BCE\}\(\\ell\_\{i\}^\{\\rm exist\},y\_\{i\}^\{\\rm alive\}\),\\\\\[2\.0pt\] \\mathcal\{L\}\_\{\\rm surv\}&=&\\displaystyle\\frac\{1\}\{\|\\mathcal\{S\}\_\{t\}\|\}\\sum\_\{i\\in\\mathcal\{S\}\_\{t\}\}\\operatorname\{BCE\}\(\\ell\_\{i\}^\{S\},y\_\{i\}^\{S\}\),\\\\\[2\.0pt\] \\hat\{N\}\_\{t\}&=&\\displaystyle\\sum\_\{i\}m\_\{i\}^\{\\rm ex\}r\_\{i\}^\{\+\}\+\\sum\_\{j\}m\_\{j\}^\{\\rm b\}\\pi\_\{j\}^\{\\rm new\},\\\\\[2\.0pt\] \\mathcal\{L\}\_\{\\rm card\}&=&\\operatorname\{SmoothL1\}\(\\hat\{N\}\_\{t\},N\_\{t\}^\{\*\}\)\.\\end\{array\}\(12\)wheremex,mbm^\{\\rm ex\},m^\{\\rm b\}are validity masks andNt∗N\_\{t\}^\{\*\}is the true cardinality\. Empty active/survival sets skip the corresponding term\. The complete objective is

ℒ=\\displaystyle\\mathcal\{L\}=\{\}λset​ℒset\+λrisk​ρ​ℒrisk\+λassoc​ℒassoc\+λbirth​ℒbirth\\displaystyle\\lambda\_\{\\rm set\}\\mathcal\{L\}\_\{\\rm set\}\+\\lambda\_\{\\rm risk\}\\rho\\mathcal\{L\}\_\{\\rm risk\}\+\\lambda\_\{\\rm assoc\}\\mathcal\{L\}\_\{\\rm assoc\}\+\\lambda\_\{\\rm birth\}\\mathcal\{L\}\_\{\\rm birth\}\+λexist​ℒexist\+λsurv​ℒsurv\+λcard​ℒcard\.\\displaystyle\+\\lambda\_\{\\rm exist\}\\mathcal\{L\}\_\{\\rm exist\}\+\\lambda\_\{\\rm surv\}\\mathcal\{L\}\_\{\\rm surv\}\+\\lambda\_\{\\rm card\}\\mathcal\{L\}\_\{\\rm card\}\.\(13\)We usecrisk=2c\_\{\\rm risk\}=2,\(wp,wm,wu\)=\(2,1,1\)\(w\_\{p\},w\_\{m\},w\_\{u\}\)=\(2,1,1\), andλmiss=2\\lambda\_\{\\rm miss\}=2\. The loss weights\(λset,λrisk,λassoc,λbirth,λexist,λsurv,λcard\)\(\\lambda\_\{\\rm set\},\\lambda\_\{\\rm risk\},\\lambda\_\{\\rm assoc\},\\lambda\_\{\\rm birth\},\\lambda\_\{\\rm exist\},\\lambda\_\{\\rm surv\},\\lambda\_\{\\rm card\}\)are\(1,\.1,1,\.5,\.35,\.25,\.03\)\(1,\.1,1,\.5,\.35,\.25,\.03\), withρ\\rhoramped over steps 4k–6k\.

## 4Experiments

### 4\.1Protocol and training configuration

![Refer to caption](https://arxiv.org/html/2609.16054v1/Figure2_qualitative_3x5_compact.png)Figure 2:Fixed qualitative cases \(run 000\): three scenarios \(rows\)×\\timesfive methods \(columns\), with identical measurements and ground truth\.GGis mean GOSPA over frames 20–99; axes are in meters\.We evaluate three 100\-frame simulated point\-target regimes of increasing difficulty withΔ​t=0\.1\\Delta t=0\.1over\[−10,10\]2\[\-10,10\]^\{2\}\. Initial and newborn positions and velocities are drawn independently from𝒩⁡\(0,3​I2\)\\mathcal\{N\}\(0,3I\_\{2\}\); targets are removed upon survival failure or field\-of\-view exit\. For S1–S3,\(λB,pS,pD,q,r,λC\)\(\\lambda\_\{B\},p\_\{S\},p\_\{D\},q,r,\\lambda\_\{C\}\)are\(\.04,\.99,\.95,0,0,5\)\(\.04,\.99,\.95,0,0,5\),\(\.08,\.98,\.90,\.04,\.02,10\)\(\.08,\.98,\.90,\.04,\.02,10\), and\(\.12,\.97,\.85,\.08,\.03,15\)\(\.12,\.97,\.85,\.08,\.03,15\), respectively, denoting birth rate, survival probability, detection probability, process\-noise intensity, measurement\-noise intensity, and clutter rate\. Hereqqscales the CV white\-acceleration covariance, and the measurement covariance isr​I2rI\_\{2\}\. The regimes start with 6/6/10 targets, cap truth cardinality at 16, and use uniform clutter\. The held\-out test set contains 50 trajectories per regime; frames 20–99 are scored using GOSPA\(p=1,c=2,α=2\)\(p=1,c=2,\\alpha=2\)\[[17](https://arxiv.org/html/2609.16054#bib.bib28)\], Probabilistic GOSPA \(Pro\-GOSPA\)\[[25](https://arxiv.org/html/2609.16054#bib.bib30)\], and T\-GOSPA\(p=1,c=2,γ=1\)\(p=1,c=2,\\gamma=1\)\[[6](https://arxiv.org/html/2609.16054#bib.bib29)\]\. T\-GOSPA is normalized over the 80 scored frames and uses tracker\-native identities without post\-hoc relinking; Track\-MT3 variants use persistent cross\-frame query identities\.

Table 1:Held\-out test performance\.G/P/TG/P/T: mean GOSPA/Pro\-GOSPA/T\-GOSPA; CPU: ms/frame; Par\.: millions\.†\\daggerFor deterministic point outputs with unit existence, Pro\-GOSPA equals GOSPA\.A separate 10\-trajectory validation set is used only for checkpoint and global operating\-point selection\. Learned trackers save checkpoints every 2k updates from step 8k; the checkpoint–operating\-point pair with the lowest validation mean GOSPA is frozen for test evaluation, without per\-scene or per\-frame tuning\. Baselines include MHT,δ\\delta\-GLMB, PMBM, and Track\-MT3 with a 20\-frame window and six\-layer encoder/decoder\. A capacity\-matched variant, Track\-MT3\-CM, retains the same 20\-frame formulation while matching CNSF in model capacity \(8\.48M vs\. 8\.54M\) with its 12k checkpoint selected by the same validation protocol\.

Classical filters use the true regime\-specific motion/noise, detection, survival \(where applicable\), and clutter parameters, with measurement\-driven birth\. MHT/δ\\delta\-GLMB use fixed 8/64 hypothesis caps, while PMBM uses 20/25 desired/maximum hypotheses; these settings are fixed across regimes\.

CNSF usesd=dh=256d=d\_\{h\}=256,Le=Ld=3L\_\{e\}=L\_\{d\}=3,H=8H=8,dff=1024d\_\{\\rm ff\}=1024, 32 active slots,Nsk=20N\_\{\\rm sk\}=20, andτsk=0\.75\\tau\_\{\\rm sk\}=0\.75, totaling 8\.54M parameters\. Validation\-selected birth\-candidate/immediate\-birth/existing\-output/retention thresholds are0\.325/0\.68/0\.55/0\.2250\.325/0\.68/0\.55/0\.225and frozen for testing\. Training generates trajectories on the fly across the three regimes and uses AdamW for 20k updates with batch size 48 and peak learning rate1\.2×10−41\.2\\times 10^\{\-4\}; physical difficulty reaches its full regime by step 5k, association becomes fully predicted by step 4k, and the backpropagation\-through\-time \(BPTT\) horizon grows from 20 to 100 frames by step 14k\. Inference remains one\-frame recursive\. CPU latency uses one thread, batch size one, the same S3 sequence, five repeats, and a common input\-to\-output timing boundary\.

### 4\.2Results and controlled ablations

Table[1](https://arxiv.org/html/2609.16054#S4.T1)summarizes the main results\. CNSF achieves the lowest mean GOSPA and T\-GOSPA among the evaluated methods\. Relative to Track\-MT3, the two metrics decrease by 19\.3% and 30\.4%, while measured single\-thread CPU latency decreases from 117\.37 to 31\.18 ms/frame with 55\.9% fewer parameters\. The capacity\-matched Track\-MT3\-CM \(8\.48M\) yields G/T = 1\.148/1\.595, versus \.882/1\.004 for CNSF \(8\.54M\)\. CNSF also reduces latency from 39\.68 to 31\.18 ms/frame \(21\.4%;1\.27×1\.27\\timesspeedup\), so the observed advantage persists at comparable parameter counts\.

The gain is strongest in S1/S2, while CNSF remains competitive in the dense S3 regime\. There, CNSF and Track\-MT3 have similar frame\-wise GOSPA \(1\.6518 vs\. 1\.6803\)\. CNSF achieves lower localization error \(0\.6471 vs\. 0\.7378\), but slightly higher missed/false penalties \(0\.7585/0\.2463 vs\. 0\.7313/0\.2113\)\. Thus, its S3 GOSPA gain comes mainly from improved localization rather than cardinality handling\. CNSF also achieves lower S3 T\-GOSPA \(1\.8837 vs\. 2\.218\), so the advantage extends to trajectory\-level evaluation\. Figure[2](https://arxiv.org/html/2609.16054#S4.F2)shows the same fixed sequence for all methods in each regime\.

Table 2:Structural ablations on the held\-out test set\.G¯/P¯/T¯\\bar\{G\}/\\bar\{P\}/\\bar\{T\}: mean GOSPA/Pro\-GOSPA/T\-GOSPA;M3/F3M\_\{3\}/F\_\{3\}: S3 missed/false\.Table[2](https://arxiv.org/html/2609.16054#S4.T2)compares three structural variants\.*w/o excl\. Sinkhorn*uses independent row softmax;*w/o pairwise mix\.*replaces pairwise state mixing with a single expected\-measurement update; and*w/o rec\. lifecycle*uses an instantaneous existence head\. The Sinkhorn replacement yields the largest degradation \(T¯\\bar\{T\}: 1\.004→\\rightarrow1\.659\), increasing S3 false error from 0\.246 to 1\.325\. The lifecycle replacement raisesT¯\\bar\{T\}to 1\.248 and S3 missed error to 1\.195, but lowers false error to 0\.177\. Replacing pairwise mixing increases all three mean metrics, with a smaller rise inT¯\\bar\{T\}\(1\.004→\\rightarrow1\.060\)\.

## 5Conclusion

We presented CNSF, an online neural set filter that encodes only current measurements and propagates history through a structured recursive track state\. On the held\-out test set, it achieves the lowest mean GOSPA/T\-GOSPA among the evaluated methods and outperforms capacity\-matched Track\-MT3\-CM in accuracy and speed\. Its main limitation is compressing prolonged association ambiguity into a single moment\-matched state\.

## References

- \[1\]N\. Carion, F\. Massa, G\. Synnaeve, N\. Usunier, A\. Kirillov, and S\. Zagoruyko\(2020\)End\-to\-end object detection with transformers\.InEuropean conference on computer vision,Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p2.1)\.
- \[2\]H\. CHEN, S\. DU, F\. LIAN, and C\. HAN\(2024\)Track\-mt3: a novel multitarget tracking algorithm based on transformer network\.Journal of Radars\.Cited by:[§1](https://arxiv.org/html/2609.16054#S1.p2.1),[§2](https://arxiv.org/html/2609.16054#S2.p2.1)\.
- \[3\]Y\. Cui, P\. Xu, W\. Sun, S\. Zhang, and J\. Li\(2025\)DeepAF: transformer\-based deep data association and track filtering network for multi\-target tracking in clutter\.Aerospace\.Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p1.1)\.
- \[4\]M\. Cuturi\(2013\)Sinkhorn distances: lightspeed computation of optimal transport\.Advances in neural information processing systems\.Cited by:[§3\.2](https://arxiv.org/html/2609.16054#S3.SS2.p2.2)\.
- \[5\]T\. Fortmann, Y\. Bar\-Shalom, and M\. Scheffe\(1983\)Sonar tracking of multiple targets using joint probabilistic data association\.IEEE journal of Oceanic Engineering\.Cited by:[§1](https://arxiv.org/html/2609.16054#S1.p1.1),[§2](https://arxiv.org/html/2609.16054#S2.p1.1)\.
- \[6\]Á\. F\. García\-Fernández, A\. S\. Rahmathullah, and L\. Svensson\(2020\)A metric on the space of finite sets of trajectories for evaluation of multi\-target tracking algorithms\.IEEE Transactions on Signal Processing\.Cited by:[§4\.1](https://arxiv.org/html/2609.16054#S4.SS1.p1.1)\.
- \[7\]Á\. F\. García\-Fernández, J\. L\. Williams, K\. Granström, and L\. Svensson\(2018\)Poisson multi\-bernoulli mixture filter: direct derivation and implementation\.IEEE Transactions on Aerospace and Electronic Systems\.Cited by:[§1](https://arxiv.org/html/2609.16054#S1.p1.1),[§2](https://arxiv.org/html/2609.16054#S2.p1.1)\.
- \[8\]A\. Golan and N\. Shlezinger\(2026\)AI\-aided consensus kalman tracking in partially\-known state\-space models\.InICASSP 2026\-2026 IEEE International Conference on Acoustics, Speech and Signal Processing \(ICASSP\),Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p1.1)\.
- \[9\]R\. E\. Kalman\(1960\)A new approach to linear filtering and prediction problems\.Journal of Basic Engineering\.Cited by:[§3\.1](https://arxiv.org/html/2609.16054#S3.SS1.p1.3)\.
- \[10\]L\. Ketashvili, S\. Ashkenasy, I\. Nisky, and N\. Shlezinger\(2025\)Learning\-aided kalman tracking in biased dynamic systems: the case of cable\-driven robots for surgery\.InICASSP 2025\-2025 IEEE International Conference on Acoustics, Speech and Signal Processing \(ICASSP\),Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p1.1)\.
- \[11\]J\. Lee, Y\. Lee, J\. Kim, A\. Kosiorek, S\. Choi, and Y\. W\. Teh\(2019\)Set transformer: a framework for attention\-based permutation\-invariant neural networks\.InInternational conference on machine learning,Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p2.1)\.
- \[12\]S\. Li, M\. Burke, S\. Ramamoorthy, and J\. Gall\(2024\)Learning a neural association network for self\-supervised multi\-object tracking\.arXiv preprint arXiv:2411\.11514\.Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p1.1)\.
- \[13\]W\. LI, S\. ZHANG, and W\. WANG\(2022\)Multitarget\-tracking method for airborne radar based on a transformer network\.Journal of Radars\.Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p1.1)\.
- \[14\]H\. Liu, H\. Zhang, and C\. Mertz\(2019\)DeepDA: lstm\-based deep data association network for multi\-targets tracking in clutter\.In2019 22th international conference on information fusion \(FUSION\),Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p1.1)\.
- \[15\]T\. Meinhardt, A\. Kirillov, L\. Leal\-Taixe, and C\. Feichtenhofer\(2022\)Trackformer: multi\-object tracking with transformers\.In2022 IEEE/CVF conference on computer vision and pattern recognition \(CVPR\),Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p2.1)\.
- \[16\]J\. Pinto, G\. Hess, W\. Ljungbergh, Y\. Xia, L\. Svensson, and H\. Wymeersch\(2021\)Next generation multitarget trackers: random finite set methods vs transformer\-based deep learning\.In2021 IEEE 24th International Conference on Information Fusion \(FUSION\),Cited by:[§1](https://arxiv.org/html/2609.16054#S1.p2.1),[§2](https://arxiv.org/html/2609.16054#S2.p2.1)\.
- \[17\]A\. S\. Rahmathullah, Á\. F\. García\-Fernández, and L\. Svensson\(2017\)Generalized optimal sub\-pattern assignment metric\.In2017 20th International Conference on Information Fusion \(FUSION\),Cited by:[§4\.1](https://arxiv.org/html/2609.16054#S4.SS1.p1.1)\.
- \[18\]D\. Reid\(1979\)An algorithm for tracking multiple targets\.IEEE Trans\. Autom\. Control\.Cited by:[§1](https://arxiv.org/html/2609.16054#S1.p1.1),[§2](https://arxiv.org/html/2609.16054#S2.p1.1)\.
- \[19\]F\. Ruppel, F\. Faion, C\. Gläser, and K\. Dietmayer\(2022\)Transformers for multi\-object tracking on point clouds\.In2022 IEEE Intelligent Vehicles Symposium \(IV\),Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p2.1)\.
- \[20\]A\. Vaswani, N\. Shazeer, N\. Parmar, J\. Uszkoreit, L\. Jones, A\. N\. Gomez, Ł\. Kaiser, and I\. Polosukhin\(2017\)Attention is all you need\.Advances in neural information processing systems\.Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p2.1)\.
- \[21\]B\. Vo, B\. Vo, and D\. Phung\(2014\)Labeled random finite sets and the bayes multi\-target tracking filter\.IEEE Transactions on Signal Processing\.Cited by:[§1](https://arxiv.org/html/2609.16054#S1.p1.1),[§2](https://arxiv.org/html/2609.16054#S2.p1.1)\.
- \[22\]B\. Vo and B\. Vo\(2013\)Labeled random finite sets and multi\-object conjugate priors\.IEEE Transactions on Signal Processing\.Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p1.1)\.
- \[23\]Z\. Wang, L\. Zheng, S\. Yan, R\. J\. van Sloun, N\. Shlezinger, and Y\. C\. Eldar\(2026\)RMMNet: deep memory aided extended object tracking via high\-order markovian modeling and state decoupling\.IEEE Transactions on Signal Processing\.Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p1.1)\.
- \[24\]X\. Wei, Y\. Lin, L\. Zhang, Z\. Zou, J\. Wei, and W\. Yi\(2024\)Transformer\-based multi\-target tracking with bayesian perspective\.In2024 27th International Conference on Information Fusion \(FUSION\),Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p1.1)\.
- \[25\]Y\. Xia, Á\. F\. García\-Fernández, J\. Karlsson, K\. Chang, T\. Yuan, and L\. Svensson\(2025\)Probabilistic gospa: a metric for performance evaluation of multiobject filters with uncertainties\.IEEE Transactions on Aerospace and Electronic Systems\.Cited by:[§4\.1](https://arxiv.org/html/2609.16054#S4.SS1.p1.1)\.
- \[26\]F\. Zeng, B\. Dong, Y\. Zhang, T\. Wang, X\. Zhang, and Y\. Wei\(2022\)Motr: end\-to\-end multiple\-object tracking with transformer\.InEuropean conference on computer vision,Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p2.1)\.
- \[27\]Y\. Zhang, T\. Wang, and X\. Zhang\(2023\)Motrv2: bootstrapping end\-to\-end multi\-object tracking by pretrained object detectors\.In2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition \(CVPR\),Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p2.1)\.
- \[28\]H\. Zhao, J\. Chen, S\. Guo, G\. Cui, Y\. Huang, L\. Kong, and X\. Yang\(2026\)Geometric constraint\-enhanced data association for multi\-target localization in distributed mimo radar systems\.InICASSP 2026\-2026 IEEE International Conference on Acoustics, Speech and Signal Processing \(ICASSP\),Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p1.1)\.
- \[29\]C\. Zhong, L\. Tang, and Y\. Liang\(2025\)Cooperative multi\-target tracking based on multi\-detection tphd in mimo\-ofdm systems\.InICASSP 2025\-2025 IEEE International Conference on Acoustics, Speech and Signal Processing \(ICASSP\),Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p1.1)\.
- \[30\]X\. Zhou, T\. Yin, V\. Koltun, and P\. Krähenbühl\(2022\)Global tracking transformers\.In2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition \(CVPR\),Cited by:[§2](https://arxiv.org/html/2609.16054#S2.p2.1)\.

Similar Articles

Targeted Neuron Modulation via Contrastive Pair Search

Hugging Face Daily Papers

Contrastive neuron attribution (CNA) identifies a sparse set of MLP neurons that distinguish harmful from benign prompts, enabling effective behavioral steering in instruction-tuned LLMs without degrading output quality. The method reduces refusal rates by over 50% on jailbreak benchmarks while preserving fluency.

Colored Noise Diffusion Sampling

Hugging Face Daily Papers

Introduces Colored Noise Sampling (CNS), a training-free stochastic solver for diffusion models that dynamically allocates energy based on frequency-dependent schedules, improving image quality metrics like FID significantly on ImageNet-256.