CityOS is an edge runtime that enforces a three-tier privacy API for urban sensors: local raw data, differentially private single-location stats, and cross-location aggregates with per-user budgets enforced on devices.
hub
Bot-sort: R obust associations multi-pedestrian tracking
20 Pith papers cite this work. Polarity classification is still indexing.
hub tools
citation-role summary
citation-polarity summary
representative citing papers
CROWD is a new global dataset of 51,753 continuous urban dashcam segments spanning over 20,000 hours from 238 countries, with manual labels and automated object detections for routine driving analysis.
GateMOT proposes Q-Gated Attention to enable linear-complexity, spatially aware attention for state-of-the-art dense object tracking on benchmarks like BEE24.
ART-Track is a motion-driven multi-object tracker that reduces identity switches in low-quality microgravity videos of model organisms by combining multi-model motion estimation, state-driven association, and uncertainty-adaptive cue fusion.
WildLIFT lifts monocular drone video to 3D for species-agnostic wildlife detection, tracking, and viewpoint analysis by integrating scene geometry with open-vocabulary segmentation.
SPL unifies unsupervised and sparsely-supervised 3D object detection via semantic pseudo-labeling that produces bounding boxes and point labels, followed by memory-based prototype learning that mines features from both labeled and unlabeled data.
EASE-MCVT is a distributed edge-assisted multi-camera vehicle tracking framework that achieves real-time performance and competitive accuracy on public datasets through edge processing and server-side optimizations.
OmniTrack++ improves omnidirectional multi-object tracking with trajectory feedback through DynamicSSM stabilization, FlexiTrack instances, ExpertTrack Memory with Mixture-of-Experts, and adaptive Tracklet Management, achieving SOTA HOTA gains on JRDB and new EmboTrack benchmark.
Introduces TimberVision dataset and multi-task framework for log-component segmentation, detection, and tracking in forestry operations using RGB images.
A three-stage pipeline applies YOLO11 detection, SAM segmentation, and persona-scaffolded adversarial chain-of-thought prompting on Qwen3-VL to monitor construction safety violations, reporting a 12% precision gain from the prompting method in an informal review.
SAMOFT improves multi-object tracking by using SAM segmentation and optical flow for pixel-level motion matching, flexible centroid correction, and training-free motion pattern fixes on top of standard Kalman and ReID baselines.
TCMP achieves SOTA MOT metrics (HOTA 63.4%, IDF1 65.0%, AssA 49.1%) with 0.014x parameters and 0.05x FLOPs of the previous best method by using a simple dilated TCN regressor.
HyperSSM integrates hypergraphs and state space models to let correlated objects mutually refine motion estimates, stabilizing trajectories under noise and occlusion for state-of-the-art multi-object tracking.
The paper derives an occlusion-aware multi-object tracking method that assigns each object an expected detection probability over the reduced Palm density within a multi-Bernoulli mixture filter.
NOOUGAT unifies online and offline multi-object tracking with a GNN that processes non-overlapping subclips fused by an Autoregressive Long-term Tracking layer, reporting SOTA gains on DanceTrack, SportsMOT, and MOT20.
Applying multi-object tracking to fuse softmax probabilities across frames in camera trap data yields weighted F1-score gains of 5.1%, 3.1%, and 2.0% over standalone classifiers on three datasets.
OpenPodcar2 is a low-cost, open-source ROS2 autonomous vehicle platform built from a mobility scooter, with hardware build instructions, Gazebo simulation, and nav2-based planning for research and limited deployment.
EgoLive is presented as the largest open-source annotated egocentric dataset for real-world task-oriented human routines, captured with a custom head-mounted device and multi-modal annotations exclusively in unconstrained environments.
SAMIDARE improves segmentation-based multi-object tracking in dense sports videos, gaining 2.5 HOTA and 4.2 IDF1 over baseline on SportsMOT validation through adaptive mask control and state-aware association.
A survey of trajectory prediction techniques for autonomous vehicles that proposes a taxonomy, overviews the prediction pipeline, and highlights remaining research gaps.
citing papers explorer
-
CityOS: Privacy Architecture for Urban Sensing
CityOS is an edge runtime that enforces a three-tier privacy API for urban sensors: local raw data, differentially private single-location stats, and cross-location aggregates with per-user budgets enforced on devices.
-
A global dataset of continuous urban dashcam driving
CROWD is a new global dataset of 51,753 continuous urban dashcam segments spanning over 20,000 hours from 238 countries, with manual labels and automated object detections for routine driving analysis.
-
GateMOT: Q-Gated Attention for Dense Object Tracking
GateMOT proposes Q-Gated Attention to enable linear-complexity, spatially aware attention for state-of-the-art dense object tracking on benchmarks like BEE24.
-
Motion-Driven Multi-Object Tracking of Model Organisms in Space Science Experiments
ART-Track is a motion-driven multi-object tracker that reduces identity switches in low-quality microgravity videos of model organisms by combining multi-model motion estimation, state-driven association, and uncertainty-adaptive cue fusion.
-
WildLIFT: Lifting monocular drone video to 3D for species-agnostic wildlife monitoring
WildLIFT lifts monocular drone video to 3D for species-agnostic wildlife detection, tracking, and viewpoint analysis by integrating scene geometry with open-vocabulary segmentation.
-
Unified Unsupervised and Sparsely-Supervised 3D Object Detection by Semantic Pseudo-Labeling and Prototype Learning
SPL unifies unsupervised and sparsely-supervised 3D object detection via semantic pseudo-labeling that produces bounding boxes and point labels, followed by memory-based prototype learning that mines features from both labeled and unlabeled data.
-
Edge Assisted Multi-Camera Vehicle Tracking Framework for Real-Time and Scalable Deployment
EASE-MCVT is a distributed edge-assisted multi-camera vehicle tracking framework that achieves real-time performance and competitive accuracy on public datasets through edge processing and server-side optimizations.
-
OmniTrack++: Omnidirectional Multi-Object Tracking by Learning Large-FoV Trajectory Feedback
OmniTrack++ improves omnidirectional multi-object tracking with trajectory feedback through DynamicSSM stabilization, FlexiTrack instances, ExpertTrack Memory with Mixture-of-Experts, and adaptive Tracklet Management, achieving SOTA HOTA gains on JRDB and new EmboTrack benchmark.
-
TimberVision: A Multi-Task Dataset and Framework for Log-Component Segmentation and Tracking in Autonomous Forestry Operations
Introduces TimberVision dataset and multi-task framework for log-component segmentation, detection, and tracking in forestry operations using RGB images.
-
Passive Construction Site Safety Monitoring via Persona-Scaffolded Adversarial Chain-of-Thought VLM Verification
A three-stage pipeline applies YOLO11 detection, SAM segmentation, and persona-scaffolded adversarial chain-of-thought prompting on Qwen3-VL to monitor construction safety violations, reporting a 12% precision gain from the prompting method in an informal review.
-
SAMOFT: Robust Multi-Object Tracking via Region and Flow
SAMOFT improves multi-object tracking by using SAM segmentation and optical flow for pixel-level motion matching, flexible centroid correction, and training-free motion pattern fixes on top of standard Kalman and ReID baselines.
-
Time-series Meets Complex Motion Modeling: Robust and Computational-effective Motion Predictor for Multi-object Tracking
TCMP achieves SOTA MOT metrics (HOTA 63.4%, IDF1 65.0%, AssA 49.1%) with 0.014x parameters and 0.05x FLOPs of the previous best method by using a simple dilated TCN regressor.
-
Hypergraph-State Collaborative Reasoning for Multi-Object Tracking
HyperSSM integrates hypergraphs and state space models to let correlated objects mutually refine motion estimates, stabilizing trajectories under noise and occlusion for state-of-the-art multi-object tracking.
-
Occlusion-Aware Multi-Object Tracking via Expected Probability of Detection
The paper derives an occlusion-aware multi-object tracking method that assigns each object an expected detection probability over the reduced Palm density within a multi-Bernoulli mixture filter.
-
NOOUGAT: Towards Unified Online and Offline Multi-Object Tracking
NOOUGAT unifies online and offline multi-object tracking with a GNN that processes non-overlapping subclips fused by an Autoregressive Long-term Tracking layer, reporting SOTA gains on DanceTrack, SportsMOT, and MOT20.
-
Multi-Object Tracking Consistently Improves Wildlife Inference
Applying multi-object tracking to fuse softmax probabilities across frames in camera trap data yields weighted F1-score gains of 5.1%, 3.1%, and 2.0% over standalone classifiers on three datasets.
-
OpenPodcar2: a robust, ROS2 vehicle for self-driving research
OpenPodcar2 is a low-cost, open-source ROS2 autonomous vehicle platform built from a mobility scooter, with hardware build instructions, Gazebo simulation, and nav2-based planning for research and limited deployment.
-
EgoLive: A Large-Scale Egocentric Dataset from Real-World Human Tasks
EgoLive is presented as the largest open-source annotated egocentric dataset for real-world task-oriented human routines, captured with a custom head-mounted device and multi-modal annotations exclusively in unconstrained environments.
-
SAMIDARE: Advanced Tracking-by-Segmentation for Dense Scenarios
SAMIDARE improves segmentation-based multi-object tracking in dense sports videos, gaining 2.5 HOTA and 4.2 IDF1 over baseline on SportsMOT validation through adaptive mask control and state-aware association.
-
Trajectory Prediction for Autonomous Driving: Progress, Limitations, and Future Directions
A survey of trajectory prediction techniques for autonomous vehicles that proposes a taxonomy, overviews the prediction pipeline, and highlights remaining research gaps.