Next Article in Journal
Inverse Problem of Heat Conduction in a Multilayer Cylindrical System
Previous Article in Journal
Theoretical Analysis of the Effect of Large-Section Rectangular Pipe Jacking on the Asymmetric Deformation of the Formation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

AttriMOT: Semantic-Aware Multimodal 3D Multi-Object Tracking with Attribute-Level Alignment

by
Youlin Liu
,
Mohammad Faidzul Nasrudin
and
Zainal Rasyid Mahayuddin
*
Center for Artificial Intelligence Technology (CAIT), Universiti Kebangsaan Malaysia, Bangi 43600, Selangor, Malaysia
*
Author to whom correspondence should be addressed.
Symmetry 2026, 18(6), 907; https://doi.org/10.3390/sym18060907
Submission received: 15 April 2026 / Revised: 15 May 2026 / Accepted: 18 May 2026 / Published: 26 May 2026
(This article belongs to the Section A: Computer Science)

Abstract

3D multi-object tracking (MOT) in complex and dynamic environments remains challenging due to the time-varying reliability of sensor modalities, severe occlusions, and the difficulty of distinguishing instances with similar appearances. Existing methods mainly rely on coarse category-level semantics or heuristic multimodal fusion strategies, which limits fine-grained instance discrimination and leads to unstable trajectory association under complex scenarios. Moreover, current 3D MOT frameworks generally lack the ability to leverage attribute-level semantic information for robust tracking and semantic-aware target retrieval. To address these limitations, we propose AttriMOT, a semantic-aware multimodal 3D MOT framework. Specifically, a category semantic anchoring and competition suppression mechanism is introduced to preserve discriminative fine-grained attribute information among visually similar instances. An attribute-level multimodal alignment module establishes structured correspondences across 3D geometry, 2D appearance, and textual semantics, enabling robust cross-modal representation learning. Furthermore, a parameter-free adaptive confidence fusion strategy dynamically balances LiDAR- and camera-derived trajectory confidence to improve tracking stability under varying environmental conditions. In addition, a semantic-aware trajectory selector is designed to support text-specified target retrieval and trajectory locking, enabling controllable semantic-guided 3D tracking. Extensive experiments on challenging 3D MOT benchmarks demonstrate that AttriMOT consistently outperforms state-of-the-art methods in tracking accuracy and robustness. In particular, AttriMOT achieves 1.33% improvement in HOTA and 0.54% improvement in MOTA compared with the best existing method, while also providing enhanced semantic controllability and text-guided tracking capability.
Keywords:
MOT; VLMs; multimodal

1. Introdution

Multi-object tracking (MOT) in autonomous driving and robotic perception requires robust and consistent identity association across time under complex and dynamic environments [1]. In autonomous driving systems, 3D multi-object tracking is commonly achieved by fusing data from cameras and LiDAR sensors to overcome the inherent limitations of single-modal approaches [2,3,4]. Specifically, camera-acquired images contain rich semantic information and appearance details, which facilitate stable object tracking in the two-dimensional image plane. Meanwhile, LiDAR-generated point clouds provide high-precision three-dimensional geometric information, thereby enhancing the spatial perception of objects [5]. By fully exploiting the complementary strengths of image and point cloud data, the accuracy and robustness of multi-object tracking can be significantly improved.
Building upon this multimodal sensing paradigm [6], a number of camera–LiDAR fusion based 3D MOT methods have been proposed to better exploit visual and geometric complementarity. MSA-MOT [7] introduces a reliability-aware multi-stage association framework with adaptive track management to improve matching stability, while DeepFusion-MOT [8] employs a deep association mechanism to enable dynamic 2D–3D trajectory fusion for a better balance between accuracy and efficiency. In addition, PolarMOT [9] adopts a geometry-centric paradigm by modeling 3D detections as graph nodes and encoding spatial–temporal relations via polar coordinates, enabling robust data association through graph-based reasoning across diverse scenes. Although existing 3D tracking methods have achieved promising performance, most of them treat semantic category prediction merely as the final classification output or directly fuse category-level semantic embeddings with tracking features. Such designs suffer from two key limitations. First, category semantics tend to dominate the shared embedding space, thereby suppressing the fine-grained attribute information that is crucial for distinguishing instances within the same category. Second, due to the lack of structured semantic modeling, appearance features are often incorporated into the tracking pipeline in a heuristic manner, leading to poor robustness under viewpoint changes or illumination variations.
Moreover, how to effectively integrate 2D and 3D trajectory confidence remains an open and critical problem. In practical multimodal 3D MOT systems, the reliability of different sensing modalities varies significantly across temporal and environmental conditions. LiDAR-based representations often suffer from sparse or incomplete point clouds under long-range observations, occlusions, and limited viewpoints, while image-based trajectory estimation is more sensitive to illumination variations, motion blur, and visually similar distractors. In addition, multimodal fusion frameworks commonly face challenges related to cross-modal registration inconsistency and the increased computational complexity introduced by LiDAR processing and feature alignment [10]. Recent advances in monocular 3D reasoning and 3D visual grounding, such as Mono3DVG [11], have demonstrated that spatial query modeling and localized feature fusion can significantly enhance semantic-aware 3D perception and object localization. However, these ideas have not been sufficiently explored in multimodal 3D MOT, particularly for robust trajectory association and semantic-guided tracking under dynamic environments. Consequently, existing fusion strategies, which usually rely on fixed or heuristic fusion mechanisms, often fail to dynamically adapt to varying modality reliability, resulting in suboptimal multimodal association and trajectory estimation.
In recent years, the rapid development of vision–language models has provided new perspectives for multimodal semantic modeling, enabling effective alignment between visual features and textual semantics. However, directly introducing textual embeddings into object tracking frameworks remains nontrivial. Figure 1 illustrates the limitations of existing VLM-based multimodal tracking frameworks. Current methods mainly rely on coarse category-level semantic representations and lack effective fine-grained attribute modeling, making it difficult to distinguish visually similar instances in complex environments. Existing large-model-based tracking approaches do not yet achieve true semantic intelligence; instead, they mainly exploit latent category- or attribute-level semantics of objects, without the ability to explicitly specify or consistently track a particular target. Moreover, naïve multimodal fusion often intensifies the competition between category-level semantics and attribute-level semantics, which can even degrade tracking performance. In addition, existing methods usually fail to explicitly distinguish attributes dominated by geometric cues from those primarily determined by appearance cues, leading to ambiguous semantic supervision and suboptimal utilization of multimodal information.
To address the above challenges, we propose a multi-stage semantic-aware multimodal tracking framework that achieves fine-grained vision–language alignment for robust instance-level tracking. By anchoring category semantics while suppressing their dominance, and aligning geometric, appearance, and motion attributes across 3D, 2D, and textual modalities, our method enables structured and discriminative object representation. An adaptive Softmax-based fusion further balances LiDAR and camera confidence, and a semantic-aware trajectory selector supports precise text-guided target tracking beyond coarse category-level association. Specifically, our contributions are summarized as follows:
  • To address the limitation of existing 3D MOT methods that rely on coarse category-level semantics and struggle with fine-grained instance discrimination and semantic-aware target retrieval, we propose AttriMOT, a novel semantic-aware multimodal 3D MOT framework. The proposed framework explicitly aligns object-level attributes to enable controllable instance discrimination and text-guided tracking.
  • To address the issue that fine-grained attribute information is easily dominated by category-level semantics in existing multimodal representation learning methods, we design a category semantic anchoring and competition suppression mechanism, which preserves discriminative attribute information by treating category embeddings as stable semantic anchors while suppressing their dominant components in the shared embedding space.
  • To address the lack of structured attribute-level correspondence modeling in existing cross-modal association methods, which leads to unstable association and weak interpretability, we introduce an attribute-based multimodal alignment paradigm that establishes fine-grained structured correspondences between visual features and textual embeddings for robust and interpretable cross-modal association.
  • To address the inability of existing multimodal fusion methods to adapt to dynamically varying modality reliability, we develop a parameter-free adaptive confidence fusion strategy that dynamically balances LiDAR- and camera-derived information through a Softmax mechanism, thereby improving the stability of trajectory confidence estimation.

2. Relation Work

2.1. 3D Multiobject Tracking

Existing 3D multi-object tracking (3D MOT) methods generally take 3D detection results as input and aim to improve tracking performance by enhancing detection reliability, association robustness, and trajectory consistency. To mitigate the impact of noisy detections, several studies focus on detection-level refinement [12]. Poly-MOT [13] preprocesses multi-class detection results using non-maximum suppression and confidence filtering, effectively reducing inconsistencies between detection and tracking stages. Building upon this framework, Fast-Poly [14] further introduces voxel masking and a coarse-to-fine association strategy, achieving significant improvements in tracking efficiency.
Beyond detection refinement, a substantial body of work concentrates on modeling the association between detections and existing trajectories [15]. UG3DMOT [16] characterizes the uncertainty between trajectories and detections using Jensen–Shannon divergence to measure similarities between multidimensional distributions. Graph-based approaches, such as 3DMOTFormer [17] and LEGO [18], formulate data association as inference over trajectory–detection graphs, leveraging graph transformers or joint learning and optimization to improve matching accuracy. InterTrack [19] aggregates global contextual information via attention mechanisms and evaluates affinities through learned regression, while MC-MOT [20] designs a unified global association step based on fractional optimal transport. For multimodal fusion, JMODT [21] employs attention mechanisms to jointly learn from point cloud and image data; however, its cross-modal alignment during data processing limits localization accuracy. In addition, multistage or multi-similarity association strategies adopted by EagerMOT [22], ByteTrackv2 [23], and MCCA-MOT [24] improve matching performance but may suffer from identity switches or increased computational overhead, particularly when 3D IoU values are low.
Trajectory-level optimization has also been extensively explored to maintain temporal consistency [25]. PF-Track [26] incorporates both historical and future state inference to refine trajectory associations, while YONTD-MOT [27] and TG3MOT [28] unifies detection and tracking within a single model and represents trajectory states using regression confidence. PnPNet [29] introduces a novel trajectory representation based on point cloud inputs and exploits trajectory-level features for motion prediction. Rethink MOT [30] and RobMOT [31] further enhance tracking robustness through trajectory repair and multi-stage observation gating mechanisms, respectively.
Overall, although existing 3D MOT approaches have achieved notable progress by emphasizing detection refinement, association modeling, and trajectory maintenance, their primary focus remains on geometric, motion, and temporal consistency. The intrinsic attributes of the objects themselves are largely overlooked, and current methods rarely distinguish targets based on their inherent semantic or appearance-level properties, which limits their effectiveness in scenarios involving visually or structurally similar objects.

2.2. Pre-Trained Vision-Language Models

In recent years, vision–language (VL) supervision has emerged as a prominent research direction in computer vision. The core idea is to construct a unified cross-modal semantic embedding space through large-scale image–text joint learning, thereby enhancing model generalization capability and open-set understanding in complex visual environments. A representative work in this line of research is CLIP [32], which adopts a contrastive learning paradigm to align images with their corresponding textual descriptions in a shared embedding space, enabling visual understanding driven by language prompts. Owing to its strong transferability and open-vocabulary capability, CLIP has attracted significant attention and has been widely extended to various downstream tasks [33].
Building upon CLIP, a series of vision–language pre-trained models have been proposed to accommodate different visual tasks. For instance, ALIGN [34] further strengthens cross-modal alignment by leveraging larger-scale image–text datasets, while UniCL [35] improves multi-task transferability through a unified contrastive learning framework. These approaches primarily focus on image-level semantic understanding and provide strong semantic priors for downstream vision tasks.
For object-level perception, ViLD [36] and RegionCLIP [37] incorporate VL representations into object detection frameworks, enabling open-vocabulary object recognition. GLIP [38] further unifies object detection and phrase grounding into a single framework, achieving object localization and recognition under language guidance. Subsequently, Grounding DINO [39] improves both detection accuracy and cross-modal alignment quality. In addition, X-DETR [40] and OWL-ViT [41] explore open-vocabulary object detection from the perspectives of Transformer-based architectures and visual encoder design, respectively.
At a finer-grained perception level, LSeg [42], DenseCLIP [43], OpenSeg [44], and MaskCLIP [45] extend vision–language representations to pixel-level semantic modeling, enabling open-vocabulary image segmentation. These methods demonstrate that VL models are capable of capturing not only global semantic information but also localized regions and fine-grained attribute cues.
Although the aforementioned vision-language approaches are primarily developed for static vision tasks such as classification, detection, and segmentation, their strengths in semantic understanding, attribute modeling, and cross-category generalization offer new perspectives for object tracking. Traditional tracking methods typically rely on geometric cues, motion consistency, or appearance similarity for data association, which can be fragile in scenarios involving similar-looking objects, category ambiguity, or long-term occlusions. In contrast, vision–language models can explicitly encode semantic attributes and discriminative characteristics through language supervision, providing higher-level semantic cues for cross-frame identity association in tracking.

3. Proposed Method

AttriMOT is a semantic-aware multimodal 3D multi-object tracking framework that integrates LiDAR, camera, and textual information to achieve fine-grained, text-guided tracking. As shown in the Figure 2, it operates in four stages: first, 2D visual features are aligned with category-level textual embeddings while removing category-dominant components to preserve instance-level attributes; second, object semantics are decomposed into geometric, appearance, and motion attributes and aligned across 3D, 2D, and textual modalities for robust cross-modal representation; third, trajectory confidence from LiDAR and camera is dynamically fused via a parameter-free Softmax mechanism according to modality reliability; and fourth, candidate trajectories are evaluated against a textual query using attribute-level semantic alignment to select the target. By combining geometry, appearance, and textual semantics at the attribute level, AttriMOT achieves robust, interpretable, and text-specified 3D multi-object tracking. Our overall tracking framework is built upon the TG3MOT baseline.

3.1. Stage I: Semantic Anchoring with Category Competition Suppression

The first stage aims to establish category-level semantic anchors while explicitly suppressing semantic competition between category and attribute representations. Instead of treating category prediction as a final classification outcome, we reinterpret category semantics as anchor points that define a reference frame in the vision-language embedding space. Based on this, we introduce a Category Semantic Anchoring and Competition Suppression (SACS) module, as shown in Figure 3. In this stage, region-level visual features are extracted using RegionCLIP to provide high-quality vision–language aligned representations.
Given a set of region-level visual features { v i t } extracted from the detector at time step t, we construct a category anchor set:
T anchor = { t 1 , t 2 , , t C } ,
where each textual embedding encodes only category-level semantics without attribute descriptions.
For each region feature v i t , we compute its similarity to all category anchors and obtain a category response distribution:
s i , c = cos ( v i t , t c ) , p i cat = Softmax s i , c τ ,
where τ denotes a temperature parameter controlling the sharpness of the distribution. Unlike hard category assignment, the soft distribution p i cat preserves semantic uncertainty and enables robust modeling under ambiguous observations.
To mitigate the dominance of category semantics in the shared embedding space, we further perform semantic debiasing by removing the category-induced components from the visual representation:
v ˜ i t = v i t c = 1 C p i cat · t c .
The resulting debiased feature v ˜ i t retains attribute-sensitive information while being anchored to a stable category reference. This operation effectively suppresses category-level semantic competition and prepares the representation for fine-grained attribute alignment in the subsequent stage.

3.2. Stage II: Attribute-Level Fine-Grained Multimodal Alignment

To effectively exploit complementary information across multiple modalities in 3D object tracking, we introduce an attribute-level fine-grained multimodal alignment module (AFMA), as shown in Figure 4. By explicitly modeling object semantics as a set of interpretable attributes, the proposed module establishes structured correspondences among 3D geometry, 2D appearance, and textual semantics, thereby enhancing identity consistency over time.
At time step t, the i-th object is represented by a 3D bounding box predicted by the 3D detector,
b i t = ( x i t , y i t , z i t , l i t , w i t , h i t , θ i t ) ,
where ( x i t , y i t , z i t ) denote the 3D center location, ( l i t , w i t , h i t ) describe the physical dimensions, and θ i t is the object orientation. Based on these geometric parameters, geometry-driven semantic attributes are derived through deterministic mapping functions,
a i size = f size ( l i t , w i t , h i t ) , a i dist = f dist ( z i t ) ,
where f size ( · ) and f dist ( · ) discretize continuous geometric quantities into semantically meaningful categories.
To associate each 3D object with its 2D appearance representation, we adopt a simple yet robust mapping strategy. Specifically, for each 3D object, the 2D detection or tracking box associated with it in the same frame is directly used as the corresponding image-plane region,
R i t = ( u i , 1 t , v i , 1 t , u i , 2 t , v i , 2 t ) ,
where ( u i , 1 t , v i , 1 t ) and ( u i , 2 t , v i , 2 t ) denote the top-left and bottom-right corners of the 2D bounding box, respectively. This mapping does not rely on explicit camera geometry, but instead leverages spatial consistency between 3D and 2D detections.
Given the associated 2D region, an appearance feature vector is extracted using a pretrained 2D visual backbone,
v i t R d ,
which serves as a unified representation of the visual modality for subsequent attribute-level alignment.
For appearance-related attributes such as color, we construct a set of textual attribute embeddings,
T color = { t 1 color , t 2 color , , t K color } ,
where each embedding corresponds to a fine-grained semantic description of a color attribute. The color attribute of object i is determined by maximizing the similarity between its appearance feature and the textual attribute embeddings,
a i color = arg max k sim ( v i t , t k color ) ,
where sim ( · , · ) denotes cosine similarity. This process explicitly aligns local visual appearance with semantic attribute descriptions in the textual embedding space.
Motion attributes are estimated from temporal changes in 3D object positions. Given two consecutive frames, the instantaneous velocity of object i is computed as
u i t = ( x i t , y i t , z i t ) ( x i t 1 , y i t 1 , z i t 1 ) Δ t ,
and mapped to a discrete motion attribute via
a i motion = f motion ( u i t ) .
By integrating geometric, appearance, and motion attributes, the attribute-level representation of object i at time t is defined as
a i t = { a i color , a i size , a i dist , a i motion } .
This compact attribute set serves as an intermediate representation that bridges 3D geometry, 2D appearance, and textual semantics, enabling structured multimodal alignment.
The hand-crafted priors used in this work, including size, distance, and motion information, are mainly introduced as lightweight auxiliary constraints rather than strict deterministic rules. Moreover, the parameter ranges of these priors are carefully designed according to realistic physical-world driving scenarios and object motion characteristics. Specifically, the constraints on object size, spatial distance, and motion continuity are defined based on common geometric and temporal properties observed in autonomous driving environments.
During data association, an attribute alignment score is introduced to measure the fine-grained semantic consistency between an existing trajectory i and a candidate detection j,
S attr ( i , j ) = k w k · s a i k , a j k ,
where k indexes attribute types, w k denotes the importance weight of each attribute, and s ( · , · ) is an attribute-level similarity function. For discrete attributes, s ( · , · ) can be defined as an indicator function, while for soft or continuous attributes, normalized similarity measures can be applied. The attribute alignment score is combined with geometric and motion consistency terms to guide trajectory association and update.

3.3. Stage III: Adaptive Softmax-Based Confidence Fusion

In practical 3D object tracking systems, trajectory confidence is often estimated from multiple heterogeneous modalities, such as LiDAR-based 3D regression scores and image-based 2D appearance scores. However, the reliability of these modalities varies dynamically over time due to occlusion, sparsity of point clouds, illumination changes, and viewpoint variations. Directly applying fixed-weight fusion or simple averaging fails to account for such temporal and modality-dependent uncertainty, often leading to unstable confidence estimation and identity switches.
To address this issue, as shown in Figure 4, we introduce an adaptive Softmax-based confidence fusion (ASCF) mechanism that dynamically balances the contributions of 3D and 2D modalities according to their relative confidence levels, without introducing additional learnable parameters.
Given the historical confidence scores of an object trajectory from LiDAR and camera modalities, denoted as s lidar t and s camera t , we first apply a lightweight temporal smoothing operation to suppress short-term fluctuations while preserving the overall confidence trend. Specifically, a weighted average is computed over recent scores, with larger weights assigned to more recent observations:
s ¯ t m = k = 1 T w k s t k m k = 1 T w k , m { lidar , camera }
where w k increases linearly with time, emphasizing recent measurements.
Instead of manually assigning fusion weights, we compute modality-specific weights using a temperature-scaled Softmax function:
α m = exp ( s ¯ m / τ ) n lidar , camera exp ( s ¯ n / τ ) ,
where τ is a temperature parameter controlling the sharpness of the weighting distribution. A smaller τ encourages the fusion to focus on the modality with higher confidence, while a larger τ leads to a more balanced contribution.
This design enables an exponential amplification of relative confidence differences, allowing the fusion process to automatically favor the more reliable modality under challenging conditions, without explicitly suppressing the other modality.
The final trajectory confidence score is obtained by a weighted sum of the smoothed modality scores:
s fusion = α lidar · s ¯ lidar + α camera · s ¯ camera .
Compared with variance-based or heuristic fusion strategies, the proposed method preserves confidence continuity when both modalities improve simultaneously and avoids penalizing consistent score growth. Moreover, since the fusion mechanism is parameter-free and differentiable, it can be seamlessly integrated into existing tracking pipelines without additional training or computational overhead.

3.4. Stage IV: Semantic-Aware Trajectory Selector

Based on the fine-grained vision–language alignment established in the previous stages, we further introduce a semantic-aware trajectory selector to identify the target trajectory that best matches a given textual description, as shown in the Figure 5. Unlike conventional tracking frameworks that rely solely on geometric proximity or motion consistency, our selector leverages semantic attribute representations to perform text-conditioned trajectory retrieval.
Let T = { τ 1 , τ 2 , , τ K } denote the set of candidate trajectories at the current time step. For each trajectory τ k , we aggregate the attribute-sensitive visual representations obtained in Stage I and Stage II into a trajectory-level semantic descriptor:
a k = 1 | τ k | t τ k v ˜ k t ,
where v ˜ k t denotes the category-debiased visual feature at time step t.
Given a textual query embedding t query , which encodes attribute-oriented descriptions of the target object, we compute the semantic consistency score between the query and each candidate trajectory as:
S sem ( τ k , t query ) = cos ( a k , t query ) .
The final trajectory is selected by ranking all candidates according to their semantic consistency scores, optionally combined with motion and confidence cues:
τ * = arg max τ k T S ( τ k ) .
By explicitly incorporating fine-grained semantic attributes into trajectory selection, the proposed selector enables robust identification of text-specified targets under complex multi-object scenarios.

4. Experiment

4.1. Datasets

We evaluate AttriMOT on the KITTI multi-object tracking benchmark, which provides synchronized RGB images, 3D LiDAR scans, and trajectory annotations for multiple object categories, including cars, pedestrians, and cyclists. The dataset consists of 21 training sequences and 29 test sequences.

4.2. Evaluation Metrics

In this paper, we evaluate the proposed method using two widely adopted tracking performance metrics, namely HOTA and a set of classical tracking measures. The classical metrics include multi-object tracking accuracy (MOTA), multi-object tracking precision (MOTP), and the number of identity switches (IDSW), which together reflect localization quality, overall tracking accuracy, and identity consistency in multi-object tracking. Specifically, MOTA comprehensively evaluates tracking performance by considering false positives, missed detections, and identity association errors, while MOTP measures the localization precision between predicted trajectories and ground truth targets. IDSW quantifies the frequency of identity changes during trajectory association and is commonly used to assess identity preservation capability.
HOTA is the primary evaluation metric and provides a balanced assessment by jointly considering detection accuracy (DetA) and association accuracy (AssA), enabling a comprehensive evaluation of tracking performance under complex scenarios. Compared with traditional metrics, HOTA better reflects the balance between detection quality and association consistency, making it more suitable for evaluating modern multi-object tracking systems.

4.3. Experimental Setup

All experiments were carried out on a workstation equipped with an NVIDIA RTX 4090 GPU with 24 GB memory. Our framework is implemented on top of the TG3MOT tracker, which serves as the baseline tracking system. VoxelRCNN is used to generate 3D detections and initialize object tracks. For the visual–language representation, we adopt RegionCLIP to extract region-level image features from 2D detection boxes and project them into a shared vision–language embedding space. Category-level textual prompts are manually defined following a unified template format, such as “a photo of a red car”, “a photo of a blue truck”, and “a photo of a white van”, and are encoded by the RegionCLIP text encoder to provide semantic anchors for our proposed modules.
All experiments in this work are conducted on the KITTI benchmark dataset. Therefore, the sensor configuration, calibration parameters, and sensor placement follow the official KITTI data acquisition setup. Specifically, the dataset employs a synchronized multimodal sensing system consisting of RGB cameras and a Velodyne LiDAR sensor, where the calibration and coordinate alignment information between different modalities are provided by the official benchmark. In our framework, the multimodal feature extraction and trajectory association processes are performed based on these predefined calibration settings to ensure consistent spatial alignment between image and point cloud representations.

4.4. Experimental Analysis

4.4.1. Comparison with State-of-the-Art Methods

Table 1 reports the quantitative comparison between the proposed method and a range of state-of-the-art multi-object tracking approaches on the KITTI tracking benchmark. Early methods such as mmMOT exhibit relatively low HOTA and association accuracy, indicating limited robustness in complex traffic scenarios. With the introduction of stronger motion modeling and sensor fusion strategies, approaches like EagerMOT, PC3T, and Mono-3D-KF achieve noticeable improvements in both detection and association performance. In particular, PC3T and MSA-MOT demonstrate competitive AssA scores, reflecting the effectiveness of enhanced data association mechanisms.
More recent methods further explore multi-modal collaboration and semantic cues. For example, DeepFusion-MOT and CollabMOT improve detection-related metrics but still suffer from suboptimal association consistency. C-TWIX achieves strong MOTA performance by leveraging temporal interaction modeling, while YONTD-MOT obtains competitive association accuracy and low identity switches, benefiting from its stable tracking strategy.
Among all compared approaches, the proposed method achieves the best overall HOTA score of 80.05%, outperforming previous state-of-the-art methods by a clear margin. Notably, our method also attains the highest DetA (77.85%) and MOTA (90.32%), demonstrating superior detection quality and overall tracking accuracy. These gains indicate that the introduced semantic-aware modeling effectively enhances both object localization reliability and long-term trajectory maintenance.
Compared with recent state-of-the-art methods, the proposed AttriMOT achieves the best overall HOTA score of 80.05, outperforming both S3MOT and SG-LKF, which demonstrates a better balance between detection accuracy and association quality. Although SG-LKF achieves slightly higher AssA performance due to its motion-driven learnable Kalman filtering strategy, our method obtains superior DetA performance and more robust overall tracking quality through semantic-aware multimodal association and adaptive confidence fusion.
Our framework is built upon TG3MOT, which already provides strong association performance, as evidenced by its high AssA and low IDSW. By incorporating explicit semantic features, our method further strengthens global semantic consistency, leading to improved HOTA and MOTA. However, it is observed that the number of identity switches increases compared with TG3MOT. This phenomenon can be attributed to the sensitivity of explicit appearance and motion features to scene variations. Changes in illumination, object color distribution, and target velocity across different sequences may introduce feature inconsistency between adjacent frames, which can occasionally disrupt identity association.
Despite this trade-off, the proposed method achieves a more favorable balance between detection accuracy and association quality, as reflected by the consistent improvements in holistic metrics such as HOTA. The results suggest that explicit semantic representation plays a critical role in enhancing overall tracking performance, while further improving feature robustness under dynamic scene changes remains an important direction for future work.

4.4.2. Ablation Experiment

Table 2 reports the ablation results of the proposed modules built upon TG3MOT as the baseline tracker. By progressively introducing AFMA, SACS, and ASCF into the baseline framework, we analyze both the individual effectiveness and the complementary contributions of each component, while also evaluating the additional runtime overhead in terms of Δ FPS.
The baseline TG3MOT already achieves strong performance in HOTA, AssA, and IDF1, demonstrating robust association capability. However, there remains room for improvement in detection quality, semantic discrimination, and overall tracking consistency.
After introducing the AFMA module alone, HOTA increases from 77.785% to 78.626%, while DetA and AssA are improved to 74.293% and 83.340%, respectively. In addition, IDSW decreases significantly from 8 to 5, indicating that attribute-aware multimodal modeling effectively improves instance discriminability and stabilizes target association, especially under appearance ambiguity and occlusion scenarios. Meanwhile, the additional runtime overhead is only 0.4 FPS, demonstrating the lightweight nature of the proposed module.
Similarly, incorporating SACS alone also leads to consistent gains over the baseline, with HOTA increasing to 78.214% and MOTA improving to 82.481%. These results demonstrate that the proposed semantic anchoring and competition suppression strategy can effectively alleviate semantic dominance among same-category objects, thereby preserving fine-grained attribute information beneficial for instance-level discrimination. The corresponding overhead is limited to only 0.3 FPS. When ASCF is individually introduced, the tracker also achieves noticeable improvements compared with the baseline while introducing only 0.2 FPS additional overhead, verifying the effectiveness and efficiency of adaptive cross-modal confidence fusion in handling dynamic modality reliability variations.
Further combining multiple modules yields additional performance improvements. In particular, integrating AFMA and SACS achieves the lowest IDSW value of 4, demonstrating strong identity preservation capability and enhanced temporal association robustness. Despite the improved performance, the additional computational overhead remains below 1 FPS.
Finally, incorporating AFMA, SACS, and ASCF simultaneously achieves the best overall performance. HOTA further improves to 79.257%, while DetA, AssA, and MOTA reach 75.067%, 83.817%, and 83.138%, respectively. In addition, the proposed framework achieves the highest IDF1 score of 90.966%. Although IDSW slightly increases compared with the AFMA + SACS configuration, it remains significantly lower than the baseline, indicating that adaptive confidence fusion effectively balances multimodal reliability and improves global tracking stability.
Overall, the complete framework introduces only 1.1 FPS additional runtime overhead compared with the baseline while consistently improving tracking accuracy, association robustness, and trajectory continuity. These results demonstrate that the proposed modules achieve an effective balance between tracking performance and computational complexity.
To further evaluate the effectiveness of each proposed module on more challenging autonomous driving scenarios, additional ablation experiments were conducted on the nuScenes training set. The corresponding results are summarized in Table 3.
Table 3 presents the ablation study results of different modules on the nuScenes training set. The experimental results show that each proposed module contributes positively to the overall tracking performance.
After introducing the AFMA module, AMOTA improves from 0.742 to 0.746, while IDSW decreases significantly from 386 to 350, demonstrating that AFMA can effectively enhance feature representation capability and improve tracking stability. Although MOTA shows a slight decrease, the improvements in MOTP and IDSW indicate better localization quality and association robustness. With the addition of the SACS module, the model further improves AMOTA, MOTA, and RECALL to 0.751, 0.616, and 0.772, respectively, demonstrating that SACS can effectively strengthen temporal association capability and improve target recovery performance in complex scenes.
After integrating the ASCF module, the complete framework achieves the best performance across almost all metrics, reaching 0.757 AMOTA, 0.624 MOTA, 0.291 MOTP, and 0.778 RECALL, while reducing IDSW to 330. Compared with the baseline, the proposed framework achieves consistent improvements in tracking accuracy, association robustness, and trajectory continuity, demonstrating the effectiveness and complementarity of the proposed modules.
Overall, the ablation results clearly show that each proposed module contributes positively, and their combination yields the best performance, validating the effectiveness of semantic anchoring, attribute-level multimodal alignment, and adaptive confidence fusion in AttriMOT.

4.4.3. Qualitative Results and Visualization Analysis

Figure 6 presents qualitative comparisons between the baseline method and our proposed AttriMOT under challenging occlusion scenarios. Both methods successfully track the vehicle with ID 15 before frame 94. However, when two vehicles undergo a cross-occlusion at frame 101, the baseline tracker fails to maintain the identity and loses ID 15, whereas AttriMOT consistently preserves the correct identity and continues tracking the target. This demonstrates the robustness of our attribute-aware representation in handling severe inter-object interactions.
Figure 7 illustrates another challenging case involving partial and static occlusion. At frame 78, the vehicle with ID 12 becomes temporarily occluded by a roadside pole. Due to the abrupt disappearance and appearance changes, the baseline method fails to re-associate the object and permanently loses the track at frame 84. In contrast, AttriMOT successfully recovers and maintains the trajectory of ID 12 after the occlusion. This can be attributed to our semantic-aware attribute alignment and adaptive confidence fusion, which jointly enhance identity continuity under short-term occlusions.
Overall, these qualitative results confirm that AttriMOT is more effective at preserving object identities in complex scenes with cross-occlusion and partial obstruction, highlighting its superior robustness and instance-level discrimination capability.
Figure 8 presents the visualization comparisons between the settings without debiasing and with debiasing under the same scene and target conditions. It should be noted that the proposed enhancement strategy is not a conventional backbone-level feature fusion operation, but a hierarchical semantic enhancement mechanism involving semantic debiasing, attribute-level multimodal alignment, and adaptive confidence fusion.
As shown in the heatmap visualizations, without semantic debiasing, several non-target regions still produce strong activations even though no red vehicle exists in the scene. This phenomenon indicates that the model is heavily influenced by category-level common semantics and tends to incorrectly activate semantically similar background structures or irrelevant object regions. Consequently, the learned representations are dominated by coarse category information rather than fine-grained attribute cues.
After introducing the proposed enhancement strategy, especially the semantic debiasing mechanism, these non-target high-response regions are significantly suppressed. The model gradually concentrates its responses on regions that are more consistent with the target attributes, while irrelevant activations are effectively reduced. In addition, the target boundaries and local discriminative structures become more concentrated and continuous, demonstrating that the proposed framework can better preserve fine-grained attribute information and improve semantic discrimination capability.

5. Discussion

5.1. Analysis of Tracking Performance with the Same 3D Detector

Table 4 presents a fair comparison of tracking performance on the KITTI training set using identical 3D and 2D detector configurations. The results compare YONTD-MOT, TG3MOT, and our method under VoxelRCNN and PVRCNN detectors.
YONTD-MOT shows noticeable performance variations across different detector combinations, with fluctuating HOTA and MOTA scores and increased ID switches, indicating limited robustness to detector quality and appearance variations.
TG3MOT benefits from RegionCLIP-based semantic cues and consistently outperforms YONTD-MOT under the same 3D detectors. In particular, it achieves improved HOTA and association accuracy, demonstrating the effectiveness of language-aware representations. However, its reliance on coarse category-level semantics limits further gains in instance-level discrimination.
Building on TG3MOT, our method achieves the best overall performance under both detector settings. With VoxelRCNN, it improves HOTA from 77.78% to 79.26%, AssA from 82.08% to 83.82%, and MOTA from 82.35% to 83.14%, while maintaining comparable IDF1 and ID switch levels. Similar improvements are observed with PVRCNN. These results indicate that explicit attribute-level alignment and adaptive multimodal fusion enhance tracking robustness and association quality beyond category-level semantics.
Overall, the consistent gains across detector settings confirm that the improvements stem from the proposed semantic-aware tracking framework rather than detector-specific advantages.

5.2. Discussion on the Semantic-Aware Trajectory Selector

The semantic-aware trajectory selector is designed to retrieve and track a target based on a textual query, leveraging the fine-grained attribute-level alignment established in previous stages. A key component of this mechanism is the category debiasing performed in Stage I, which removes the dominant category-level components from visual features to preserve discriminative attribute information.
Figure 9 illustrates the effect of this debiasing. When the prompt specifies a “red car,” without debiasing, the tracker incorrectly associates a nearby blue car with the query, resulting in a tracking error. After applying category debiasing, the tracker successfully focuses on the red car, ignoring other visually similar but category-matched objects. This demonstrates that debiasing is critical for precise, attribute-sensitive, text-guided tracking. By combining this capability with adaptive confidence fusion and attribute-level multimodal alignment, the trajectory selector ensures robust retrieval and consistent tracking of the specified target even under occlusions and challenging scene dynamics.

5.3. Discussion on the Different Object Categories

To further evaluate the generalization capability of the proposed method across different object categories, additional experiments were conducted on the Pedestrian category of the KITTI dataset, and the corresponding results are presented in Table 5.
Compared with vehicle targets, pedestrian targets usually exhibit smaller object scales, more irregular motion patterns, and frequent occlusions, making pedestrian tracking substantially more challenging in multi-object tracking tasks. As shown in Table 5, the proposed method improves HOTA from 52.12 to 53.77, DetA from 53.09 to 54.23, and MOTA from 68.33 to 69.85, respectively. These improvements demonstrate that the proposed framework can effectively enhance both detection accuracy and temporal association performance in complex pedestrian tracking scenarios.

5.4. Sensitivity Analysis of Hyperparameters

We analyze the sensitivity of the ASCF to two key hyperparameters in Stage III: the temperature parameter τ and the temporal smoothing weight start w s t a r t (Figure 10).
As shown in Figure 10a, HOTA first increases and then decreases as τ grows, with the best result at τ = 0.3 (HOTA = 79.257). A too-small τ makes modality weights overly sharp and more sensitive to short-term noise, while a too-large τ makes fusion close to uniform averaging and weakens adaptive modality selection.
As shown in Figure 10b, varying w s t a r t causes only limited HOTA fluctuation, indicating good robustness to temporal smoothing strength. Smaller w s t a r t emphasizes recent observations more strongly (higher responsiveness but more jitter), whereas larger w s t a r t yields smoother but less responsive confidence evolution. The best trade-off is achieved at w s t a r t = 0.5 .
Overall, these results show that ASCF is stable within a practical hyperparameter range, and that the default setting ( τ = 0.3 , w s t a r t = 0.5 ) provides a favorable balance between adaptivity and stability.

6. Conclusions

In this work, we proposed AttriMOT, a semantic-aware multimodal 3D multi-object tracking framework that explicitly aligns object-level attributes across 3D geometry, 2D appearance, and textual semantics. By introducing category semantic anchoring, attribute-level cross-modal alignment, adaptive confidence fusion, and a semantic-aware trajectory selector, AttriMOT achieves fine-grained, interpretable, and text-guided tracking, overcoming the limitations of conventional category-based or unstable multimodal methods. Extensive experiments on challenging 3D MOT benchmarks demonstrate that AttriMOT outperforms existing approaches in tracking accuracy, robustness, and semantic controllability, highlighting the effectiveness of attribute-level multimodal integration for precise and flexible 3D multi-object tracking.
In future work, we plan to further explore more robust semantic reasoning and adaptive multimodal association under complex dynamic environments, especially in scenarios involving severe occlusion, sparse point clouds, and long-range targets. In addition, we aim to investigate lightweight and real-time semantic-aware tracking frameworks for large-scale deployment, as well as richer language-guided spatial understanding and interaction mechanisms to further enhance controllable and intelligent 3D tracking capabilities.

Author Contributions

Conceptualization, Z.R.M. and Y.L.; methodology, Z.R.M., M.F.N. and Y.L.; software, Y.L.; validation, Y.L.; formal analysis, Z.R.M. and Y.L.; investigation, Z.R.M., M.F.N. and Y.L.; resources, Z.R.M. and M.F.N.; data curation, Y.L.; writing—original draft preparation, Y.L.; writing—review and editing, Z.R.M., M.F.N. and Y.L.; visualization, Y.L.; supervision, Z.R.M. and M.F.N.; project administration, Z.R.M.; funding acquisition, Z.R.M. All authors have read and agreed to the published version of the manuscript.

Funding

The authors would like to thank the Universiti Kebangsaan Malaysia for providing financial support under the “FTM1-Peruntukan Dana Fakulti Teknologi dan Sains Maklumat, UKM”.

Data Availability Statement

Publicly available datasets were used in this study. The KITTI dataset is available at http://www.cvlibs.net/datasets/kitti/ (accessed on 17 May 2025). No new data were generated.

Conflicts of Interest

The authors declare no conflicts of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.

References

  1. Chaabane, M.; Zhang, P.; Beveridge, J.R.; O’Hara, S. Deft: Detection embeddings for tracking. arXiv 2021, arXiv:2102.02267. [Google Scholar] [CrossRef] [Scilit]
  2. Wu, H.; Li, Q.; Wen, C.; Li, X.; Fan, X.; Wang, C. Tracklet proposal network for multi-object tracking on point clouds. In Proceedings of the Thirtieth International Joint Conference on Artificial Intelligence (IJCAI-21), Montreal, QC, Canada, 19–27 August 2021; pp. 1165–1171. [Google Scholar]
  3. Karim, T.; Mahayuddin, Z.R.; Hasan, M.K. Singular and Multimodal Techniques of 3D Object Detection: Constraints, Advancements and Research Direction. Appl. Sci. 2023, 13, 13267. [Google Scholar] [CrossRef] [Scilit]
  4. Saif, F.M.S.; Mahayuddin, Z.R. Vision based 3D object detection using deep learning: Methods with challenges and applications towards future directions. Int. J. Adv. Comput. Sci. Appl. 2022, 13, 203–214. [Google Scholar] [CrossRef] [Scilit]
  5. Li, S.; Chen, Z.; Li, H.; Tao, Y.; Gao, Y.; Yan, J. Three-dimensional multiobject tracking based on voxel masking encoder and deep hashing paradigm. IEEE Trans. Neural Netw. Learn. Syst. 2025, 37, 864–877. [Google Scholar] [CrossRef] [Scilit]
  6. Wang, Y.; Abd Rahman, A.H.; Nor Rashid, F.’A.; Razali, M.K.M. Tackling Heterogeneous Light Detection and Ranging-Camera Alignment Challenges in Dynamic Environments: A Review for Object Detection. Sensors 2024, 24, 7855. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  7. Zhu, Z.; Nie, J.; Wu, H.; He, Z.; Gao, M. MSA-MOT: Multi-stage association for 3D multimodality multi-object tracking. Sensors 2022, 22, 8650. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  8. Wang, X.; Fu, C.; Li, Z.; Lai, Y.; He, J. DeepFusionMOT: A 3D multi-object tracking framework based on camera-LiDAR fusion with deep association. IEEE Robot. Autom. Lett. 2022, 7, 8260–8267. [Google Scholar] [CrossRef] [Scilit]
  9. Kim, A.; Brasó, G.; Osep, A. PolarMOT: How far can geometric relations take us in 3D multi-object tracking? In Proceedings of the 17th European Conference on Computer Vision, ECCV 2022, Tel Aviv, Israel, 23–27 October 2022; pp. 41–58. [Google Scholar]
  10. Sangaiah, A.K.; Anandakrishnan, J.; Kumar, S.; Bian, G.-B.; AlQahtani, S.A.; Draheim, D. Point-KAN: Leveraging trustworthy AI for reliable 3-D point cloud completion with Kolmogorov-Arnold networks for 6G-IoT applications. IEEE Internet Things J. 2026, 13, 7801–7814. [Google Scholar] [CrossRef] [Scilit]
  11. Zhan, Y.; Yuan, Y.; Xiong, Z. Mono3DVG: 3D visual grounding in monocular images. In Proceedings of the Thirty-Eighth AAAI Conference on Artificial Intelligence, Vancouver, BC, Canada, 20–27 February 2024; Volume 38, pp. 6988–6996. [Google Scholar]
  12. Su, Z.; Adam, A.; Nasrudin, M.F.; Prabuwono, A.S. Proposal-Free Fully Convolutional Network: Object Detection Based on a Box Map. Sensors 2024, 24, 3529. [Google Scholar] [CrossRef] [Scilit]
  13. Li, X.; Xie, T.; Liu, D.; Gao, J.; Dai, K.; Jiang, Z. Poly-MOT: A polyhedral framework for 3D multi-object tracking. In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Detroit, MI, USA, 1–5 October 2023; pp. 9391–9398. [Google Scholar]
  14. Li, X.; Liu, D.; Wu, Y.; Wu, X.; Zhao, L.; Gao, J. Fast-Poly: A fast polyhedral algorithm for 3D multi-object tracking. IEEE Robot. Autom. Lett. 2024, 9, 10519–10526. [Google Scholar] [CrossRef] [Scilit]
  15. Zulkifley, M.A.; Rawlinson, D.; Moran, B. Robust Observation Detection for Single Object Tracking: Deterministic and Probabilistic Patch-Based Approaches. Sensors 2012, 12, 15638–15670. [Google Scholar] [CrossRef] [Scilit]
  16. He, J.; Fu, C.; Wang, X. 3D multi-object tracking based on uncertainty-guided data association. arXiv 2023, arXiv:2303.01786. [Google Scholar]
  17. Ding, S.; Rehder, E.; Schneider, L.; Cordts, M.; Gall, J. 3DMOTFormer: Graph transformer for online 3D multi-object tracking. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Paris, France, 1–6 October 2023; pp. 9784–9794. [Google Scholar]
  18. Zhang, Z.; Liu, J.; Xia, Y.; Huang, T.; Han, Q.; Liu, H. LEGO: Learning and graph-optimized modular tracker for online multi-object tracking with point clouds. IEEE Trans. Circuits Syst. Video Technol. 2025, 36, 2419–2432. [Google Scholar] [CrossRef] [Scilit]
  19. Willes, J.; Reading, C.; Waslander, S.L. InterTrack: Interaction transformer for 3D multi-object tracking. In Proceedings of the Conference on Robots and Vision (CRV), Montreal, QC, Canada, 6–8 June 2023; pp. 73–80. [Google Scholar]
  20. Nguyen, P.; Quach, K.G.; Duong, C.N.; Phung, S.L.; Le, N.; Luu, K. Multi-camera multi-object tracking on the move via single-stage global association approach. Pattern Recognit. 2024, 152, 110457. [Google Scholar] [CrossRef] [Scilit]
  21. Huang, K.; Hao, Q. Joint multi-object detection and tracking with camera-LiDAR fusion for autonomous driving. In Proceedings of the 2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Prague, Czech Republic, 27 September–1 October 2021; pp. 6983–6989. [Google Scholar]
  22. Kim, A.; Osep, A.; Leal-Taixé, L. EagerMOT: 3D multi-object tracking via sensor fusion. In Proceedings of the 2021 IEEE International Conference on Robotics and Automation (ICRA), Xi’an, China, 30 May–5 June 2021; pp. 11315–11321. [Google Scholar]
  23. Stadler, D.; Beyerer, J. ByteV2: Associating more detection boxes under occlusion for improved multi-person tracking. In Proceedings of the International Conference on Pattern Recognition, Montreal, QC, Canada, 21–25 August 2022; Springer: Cham, Switzerland, 2022; pp. 79–94. [Google Scholar]
  24. Li, H.; Liu, H.; Du, Z.; Chen, Z.; Tao, Y. MCCA-MOT: Multimodal collaboration-guided cascade association network for 3D multi-object tracking. IEEE Trans. Intell. Transp. Syst. 2024, 26, 974–989. [Google Scholar] [CrossRef] [Scilit]
  25. Mohammed, S.A.K.; Razak, M.Z.A.; Rahman, A.H.A. 3D-DIoU: 3D Distance Intersection over Union for Multi-Object Tracking in Point Cloud. Sensors 2023, 23, 3390. [Google Scholar] [CrossRef] [Scilit]
  26. Pang, Z.; Li, J.; Tokmakov, P.; Chen, D.; Zagoruyko, S.; Wang, Y. Standing between past and future: Spatio-temporal modeling for multi-camera 3D multi-object tracking. In Proceedings of the 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Vancouver, BC, Canada, 17–24 June 2023; pp. 17928–17938. [Google Scholar]
  27. Wang, X.; Fu, C.; He, J.; Huang, M.; Meng, T.; Zhang, S.; Zhou, H.; Xu, Z.; Zhang, C. You only need two detectors to achieve multi-modal 3D multi-object tracking. arXiv 2023, arXiv:2304.08709. [Google Scholar]
  28. Liu, Y.; Mahayuddin, Z.R.; Nasrudin, M.F. Text-guided spatio-temporal 2D and 3D data fusion for multi-object tracking with RegionCLIP. Appl. Sci. 2025, 15, 10112. [Google Scholar] [CrossRef] [Scilit]
  29. Liang, M.; Yang, B.; Zeng, W.; Chen, Y.; Hu, R.; Casas, S.; Urtasun, R. PnPNet: End-to-end perception and prediction with tracking in the loop. In Proceedings of the 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Seattle, WA, USA, 13–19 June 2020; pp. 11553–11562. [Google Scholar]
  30. Cho, Y.J.; Kim, D. Rethinking multi-object tracking based on re-identification and appearance model management. IEEE Access 2023, 11, 54337–54351. [Google Scholar] [CrossRef] [Scilit]
  31. Nagy, M.; Werghi, N.; Hassan, B.; Dias, J.; Khonji, M. RobMOT: 3D multi-object tracking enhancement through observational noise and state estimation drift mitigation in LiDAR point clouds. IEEE Trans. Intell. Transp. Syst. 2025, 26, 16047–16059. [Google Scholar] [CrossRef] [Scilit]
  32. Shtedritski, A.; Rupprecht, C.; Vedaldi, A. What does CLIP know about a red circle? Visual prompt engineering for VLMs. In Proceedings of the 2023 IEEE/CVF International Conference on Computer Vision (ICCV), Paris, France, 1–6 October 2023; pp. 11987–11997. [Google Scholar]
  33. Chen, P.; Li, Q.; Biaz, S.; Bui, T.; Nguyen, A. GScoreCAM: What objects is CLIP looking at? In Proceedings of the 16th Asian Conference on Computer Vision (ACCV 2022), Macao, China, 4–8 December 2022; pp. 1959–1975. [Google Scholar]
  34. Jia, C.; Yang, Y.; Xia, Y.; Chen, Y.-T.; Parekh, Z.; Pham, H.; Le, Q.; Sung, Y.-H.; Li, Z.; Duerig, T. Scaling up visual and vision-language representation learning with noisy text supervision. In Proceedings of the 38th International Conference on Machine Learning, ICML 2021, Virtual, 18–24 July 2021; pp. 4904–4916. [Google Scholar]
  35. Li, J.; Peng, J.; Li, H.; Chen, L. UniCL: A universal contrastive learning framework for large time series models. arXiv 2024, arXiv:2405.10597. [Google Scholar] [CrossRef] [Scilit]
  36. Bandraupalli, S.; Purwar, A. VLMs-in-the-Wild: Bridging the gap between academic benchmarks and enterprise reality. arXiv 2025, arXiv:2509.06994. [Google Scholar]
  37. Zhong, Y.; Yang, J.; Zhang, P.; Li, C.; Codella, N.; Li, L.H.; Zhou, L.; Dai, X.; Yuan, L.; Li, Y.; et al. RegionCLIP: Region-based language-image pretraining. In Proceedings of the 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), New Orleans, LA, USA, 18–24 June 2022; pp. 16793–16803. [Google Scholar]
  38. Li, L.H.; Zhang, P.; Zhang, H.; Yang, J.; Li, C.; Zhong, Y.; Wang, L.; Yuan, L.; Zhang, L.; Hwang, J.-N.; et al. GLIP: Grounded language-image pre-training. In Proceedings of the 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), New Orleans, LA, USA, 18–24 June 2022; pp. 10965–10975. [Google Scholar]
  39. Zhang, H.; Li, F.; Liu, S.; Zhang, L.; Su, H.; Zhu, J.; Ni, L.M.; Shum, H. DINO: DETR with improved denoising anchor boxes for end-to-end object detection. arXiv 2022, arXiv:2203.03605. [Google Scholar]
  40. Cai, Z.; Kwon, G.; Ravichandran, A.; Bas, E.; Tu, Z.; Bhotika, R.; Soatto, S. X-DETR: A versatile architecture for instance-wise vision-language tasks. In Proceedings of the 17th European Conference on Computer Vision, ECCV 2022, Tel Aviv, Israel, 23–27 October 2022; pp. 290–308. [Google Scholar]
  41. Minderer, M.; Gritsenko, A.; Stone, A.; Neumann, M.; Weissenborn, D.; Dosovitskiy, A.; Mahendran, A.; Arnab, A.; Dehghani, M.; Shen, Z.; et al. Simple open-vocabulary object detection. In Proceedings of the 17th European Conference on Computer Vision, ECCV 2022, Tel Aviv, Israel, 23–27 October 2022; pp. 728–755. [Google Scholar]
  42. Li, B.; Weinberger, K.Q.; Belongie, S.; Koltun, V.; Ranftl, R. Language-driven semantic segmentation. arXiv 2022, arXiv:2201.03546. [Google Scholar] [CrossRef] [Scilit]
  43. Rao, Y.; Zhao, W.; Chen, G.; Tang, Y.; Zhu, Z.; Huang, G.; Zhou, J.; Lu, J. DenseCLIP: Language-guided dense prediction with context-aware prompting. In Proceedings of the 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), New Orleans, LA, USA, 18–24 June 2022; pp. 18082–18091. [Google Scholar]
  44. Ghiasi, G.; Gu, X.; Cui, Y.; Lin, T. Scaling open-vocabulary image segmentation with image-level labels. In Proceedings of the 17th European Conference on Computer Vision, ECCV 2022, Tel Aviv, Israel, 23–27 October 2022; pp. 540–557. [Google Scholar]
  45. Dong, X.; Bao, J.; Zheng, Y.; Zhang, T.; Chen, D.; Yang, H.; Zeng, M.; Zhang, W.; Yuan, L.; Chen, D.; et al. MaskCLIP: Masked self-distillation advances contrastive language-image pretraining. In Proceedings of the 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Vancouver, BC, Canada, 17–24 June 2023; pp. 10995–11005. [Google Scholar]
  46. Peng, C.; Zeng, Z.; Gao, J.; Zhou, J.; Tomizuka, M.; Wang, X. PNAS-MOT: Multi-modal object tracking with pareto neural architecture search. IEEE Robot. Autom. Lett. 2024, 9, 4377–4384. [Google Scholar] [CrossRef] [Scilit]
  47. Zhou, T.; Ye, Q.; Luo, W.; Ran, H.; Shi, Z.; Chen, J. AppTracker+: Displacement uncertainty for occlusion handling in low-frame-rate multiple object tracking. Int. J. Comput. Vis. 2025, 133, 2044–2069. [Google Scholar] [CrossRef] [Scilit]
  48. Yan, Z.; Feng, S.; Li, X.; Zhou, Y.; Xia, C.; Li, S. S3MOT: Monocular 3D object tracking with selective state space model. arXiv 2025, arXiv:2504.18068. [Google Scholar] [CrossRef] [Scilit]
  49. Miah, M.; Bilodeau, G.A.; Saunier, N. Learning data association for multi-object tracking using only coordinates. Pattern Recognit. 2025, 160, 111169. [Google Scholar] [CrossRef] [Scilit]
  50. Gong, Y.; Chen, M.; Liu, H.; Gao, Y.; Yang, L.; Wang, N.; Song, Z.; Ma, H. Stable at any speed: Speed-driven multi-object tracking with learnable Kalman filtering. arXiv 2025, arXiv:2508.00358. [Google Scholar]
  51. Ninh, P.P.; Kim, H. CollabMOT stereo camera collaborative multi object tracking. IEEE Access 2024, 12, 21304–21319. [Google Scholar] [CrossRef] [Scilit]
  52. Zhang, W.; Zhou, H.; Sun, S.; Wang, Z.; Shi, J.; Loy, C.C. Robust Multi-Modality Multi-Object Tracking. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), Seoul, Republic of Korea, 27 October–2 November 2019. [Google Scholar]
  53. Wu, H.; Han, W.; Wen, C.; Li, X.; Wang, C. 3d multi-object tracking in point clouds based on prediction confidence-guided data association. IEEE Trans. Intell. Transp. Syst. 2021, 23, 5668–5677. [Google Scholar] [CrossRef] [Scilit]
  54. Cho, M.; Kim, E. 3D LiDAR multi-object tracking with short-term and long-term multi-level associations. Remote Sens. 2023, 15, 5486. [Google Scholar] [CrossRef] [Scilit]
Figure 1. Limitations of existing VLM-based multimodal tracking frameworks.
Figure 1. Limitations of existing VLM-based multimodal tracking frameworks.
Symmetry 18 00907 g001
Figure 2. The architecture of our method.
Figure 2. The architecture of our method.
Symmetry 18 00907 g002
Figure 3. Semantic Anchoring with Category Competition Suppression.
Figure 3. Semantic Anchoring with Category Competition Suppression.
Symmetry 18 00907 g003
Figure 4. Stage II & Stage III: Attribute-Level Fine-Grained Multimodal Alignment and Adaptive Softmax-Based Confidence Fusion for 3D Object Tracking.
Figure 4. Stage II & Stage III: Attribute-Level Fine-Grained Multimodal Alignment and Adaptive Softmax-Based Confidence Fusion for 3D Object Tracking.
Symmetry 18 00907 g004
Figure 5. Semantic-aware Trajectory Selector.
Figure 5. Semantic-aware Trajectory Selector.
Symmetry 18 00907 g005
Figure 6. Qualitative comparison of tracking performance under cross-occlusion.
Figure 6. Qualitative comparison of tracking performance under cross-occlusion.
Symmetry 18 00907 g006
Figure 7. Qualitative comparison of tracking performance under static-occlusion.
Figure 7. Qualitative comparison of tracking performance under static-occlusion.
Symmetry 18 00907 g007
Figure 8. Comparison of Semantic Activation Maps Before and After Semantic Debiasing.
Figure 8. Comparison of Semantic Activation Maps Before and After Semantic Debiasing.
Symmetry 18 00907 g008
Figure 9. Effect of Semantic Debiasing on Text-Guided Trajectory Selection.
Figure 9. Effect of Semantic Debiasing on Text-Guided Trajectory Selection.
Symmetry 18 00907 g009
Figure 10. Sensitivity Analysis of Temperature and Temporal Smoothing in ASCF.
Figure 10. Sensitivity Analysis of Temperature and Temporal Smoothing in ASCF.
Symmetry 18 00907 g010
Table 1. Performance comparison on the Kitti test sets.
Table 1. Performance comparison on the Kitti test sets.
Method Published HOTA (%) ↑DetA (%) ↑AssA (%) ↑LocA (%) ↑MOTA (%) ↑IDSW ↓
MSA-MOT [7]Sensors 202278.5275.1982.5687.0088.0191
DeepFusion-MOT [8]RA-L 202275.4671.5480.0586.7084.6384
PolarMOT [9]ECCV 202275.1673.9476.9587.1285.08462
EagerMOT [22]ICRA 202174.3975.2774.1687.1787.82239
YONTD-MOT [27]RA-L 202478.0874.1682.8688.2385.0942
TG3MOT [28]Applied Science 202578.7274.5983.6987.6486.1535
Mono-3D-KFFUSION 202175.4774.1077.6385.4888.48162
PNAS-MOT [46]RA-L 202467.3277.6958.9986.9489.59751
APPTracker+ [47]IJCV 202475.1975.5575.3686.5989.09176
S3MOT [48]Arxiv 202576.8676.9577.4187.8786.93543
C-TWIX [49]Pattern Recognition 202577.5876.9778.8486.9589.68381
SG-LKF [50]Arxiv 202579.5977.2782.5387.0990.55160
CollabMOT [51]Access 202475.2675.4675.7486.4489.08227
mmMOT [52]ICCV 201962.0572.2954.0286.5883.23733
PC3T [53]TITS 202177.8074.5781.5986.0788.81225
3DMLA [54]Remote Sensing 202375.6571.9280.0286.6285.0339
Ours-80.0577.8583.0087.5390.32174
Table 2. Ablation study of different modules on the Kitti training set.
Table 2. Ablation study of different modules on the Kitti training set.
AFMASACSASCFHOTA (%) ↑DetA (%) ↑AssA (%) ↑MOTA (%) ↑MOTP (%) ↑IDSW ↓IDF1 (%) ↑ Δ FPS ↓
---77.78573.84682.08382.35488.514890.9140.0
--78.62674.29383.34082.05789.652590.3470.4
--78.21474.01882.94782.48189.103690.5620.3
--78.03773.92582.81182.43688.947790.4810.2
-79.06874.74883.77282.70089.485490.8270.8
-78.84374.51683.51482.61889.337590.7440.7
-78.95774.60383.63582.67489.421590.7930.8
79.25775.06783.81783.13889.486590.9661.1
Table 3. Ablation study of different modules on the nuScenes training set.
Table 3. Ablation study of different modules on the nuScenes training set.
BaseAFMASACSASCFAMOTA ↑MOTA ↑MOTP ↑IDSW ↓RECALL ↑
---0.7420.6100.2743860.767
--0.7460.6070.2823500.769
-0.7510.6160.2873510.772
0.7570.6240.2913300.778
Table 4. Tracking performance on KITTI training sequences using the same 3D detector.
Table 4. Tracking performance on KITTI training sequences using the same 3D detector.
Method3D Detector2D DetectorHOTA (%) ↑AssA (%) ↑MOTA (%) ↑IDSW ↓IDF1 (%) ↑
YONTD-MOTVoxelRCNNFasterRCNN77.5282.1482.111090.75
PVRCNNMaskRCNN76.4981.1280.35888.85
VoxelRCNNFasterRCNN75.3882.3375.471487.91
PVRCNNMaskRCNN75.0581.7875.141387.68
TG3MOTVoxelRCNNRegionClip77.7882.0882.35890.91
PVRCNNRegionClip75.9381.2778.61489.01
OursVoxelRCNNRegionClip79.2683.8283.14590.97
PVRCNNRegionClip76.7181.2879.83788.87
Table 5. Comparison between the baseline and the proposed method on pedestrian categories.
Table 5. Comparison between the baseline and the proposed method on pedestrian categories.
CategoryMethodHOTA ↑DetA ↑MOTA ↑
PedestrianBaseline52.1253.0968.33
Ours53.7754.2369.85
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Liu, Y.; Nasrudin, M.F.; Mahayuddin, Z.R. AttriMOT: Semantic-Aware Multimodal 3D Multi-Object Tracking with Attribute-Level Alignment. Symmetry 2026, 18, 907. https://doi.org/10.3390/sym18060907

AMA Style

Liu Y, Nasrudin MF, Mahayuddin ZR. AttriMOT: Semantic-Aware Multimodal 3D Multi-Object Tracking with Attribute-Level Alignment. Symmetry. 2026; 18(6):907. https://doi.org/10.3390/sym18060907

Chicago/Turabian Style

Liu, Youlin, Mohammad Faidzul Nasrudin, and Zainal Rasyid Mahayuddin. 2026. "AttriMOT: Semantic-Aware Multimodal 3D Multi-Object Tracking with Attribute-Level Alignment" Symmetry 18, no. 6: 907. https://doi.org/10.3390/sym18060907

APA Style

Liu, Y., Nasrudin, M. F., & Mahayuddin, Z. R. (2026). AttriMOT: Semantic-Aware Multimodal 3D Multi-Object Tracking with Attribute-Level Alignment. Symmetry, 18(6), 907. https://doi.org/10.3390/sym18060907

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop