Search arXivSearch

arXiv subjects

Fei Cheng

Publications and source records attributed to Fei Cheng.

3 recordsLinked to original sources

Reasoning Depth and Environment Complexity: A Controlled Study of RLVR Data Allocation across Logical Reasoning Tasks

Reinforcement learning with verifiable rewards (RLVR) has become central to post-training reasoning models, yet a key limitation of existing studies is their narrow view of the reasoning space: difficulty is treated as reasoning depth alone, and reward is concentrated on forward deductive state tracking. We instead characterize the reasoning space along two dimensions. Difficulty. Beyond reasoning depth, we study environment complexity, where models must identify the correct path amid distractors and interacting structures. Rewarded reasoning form. We consider four abilities core to real-world reasoning: deductive state tracking, abductive recovery of hidden events or facts, inductive rule induction, and analogical transfer. To disentangle these factors, we construct a synthetic knowledge-graph environment with controlled pre- and post-training distributions, where each instance varies along depth, complexity, and task family. Three findings emerge: joint depth-complexity coverage outperforms single-axis recipes; reasoning families respond non-uniformly, with abductive reasoning degrading outside the RL-covered region and task correlations clustering into deductive-abductive and inductive-analogy pairs; and uniform mixing outperforms staged curricula under a fixed budget. We also find that recent off-the-shelf models exhibit the same deductive-over-abductive asymmetry, suggesting that this gap is not merely an artifact of our controlled setup.

cs.CL

CylindTrack: Depth-Aware Cylindrical Motion Modeling for Panoramic Multi-Object Tracking

Multi-Object Tracking (MOT) is essential for persistent embodied perception in camera-equipped consumer and service robots. Panoramic cameras offer wide surrounding coverage, but equirectangular projection introduces a periodic horizontal domain in which conventional planar motion models and IoU-based association become unreliable near the 0°/360° seam. In addition, large-field-of-view scenes exhibit frequent interactions, scale variation, and occlusion, while frame-wise monocular depth estimates may fluctuate over time. To address these challenges, we propose CylindTrack, a depth-aware cylindrical tracking-by-detection framework for panoramic MOT. CylindTrack introduces Depth-Temporal Trajectory Modeling (DTM) to propagate instance depth as a temporally filtered trajectory-level state, providing more stable geometric cues for association. It further incorporates Spherical Spatio-Temporal Consistency Learning (SSTC), which combines a Temporal Mixer with Spherical Geometry-Aware Attention to improve temporal coherence and panoramic geometric alignment of depth-aware representations. Finally, the Topology-Aware Cylindrical Motion Model (TCMM) lifts horizontal motion into a continuous angular state space and performs seam-consistent prediction and association under panoramic periodicity. By jointly modeling depth dynamics and panoramic topology, CylindTrack improves identity preservation and trajectory continuity. Experiments on QuadTrack and JRDB achieve 33.67/31.12 HOTA and 40.45/34.33 IDF1 at 28.56/21.34 FPS, demonstrating the effectiveness and practical online efficiency of CylindTrack as a persistent perception module for panoramic consumer and service robots. The source code will be released at https://github.com/warriordby/CylindTrack.

cs.CV

Mechanistic Diagnostics of Spatial Lexical Bias in Multimodal Large Language Model Spatial Reasoning

Multimodal large language models (MLLMs) remain unreliable on spatial multiple-choice questions, and their failures are often attributed to poorly attended visual information. We identify a complementary failure mode, spatial lexical bias: a spatial relation word added to the answer options can act as a lexical-semantic distractor that draws the model's decision toward that option. Using nine open-weight MLLMs, we show that this phenomenon is widespread. We then isolate diagnostic cases in which a model answers a binary spatial question correctly yet consistently chooses a newly added third spatial option, which we call binary-stable but ternary-fragile cases. Leveraging mechanistic interpretability tools on these cases, we find that the failure arises on the language side rather than the visual side: visual attention analyses and residual-stream probes show the correct spatial relation remains internally available, while irrelevant-option controls, activation patching, and sparse component interventions trace the bias to specific LLM-side channels and neurons. Accordingly, we show that a lightweight LLM-only DPO update on tiny single-object-pair synthetic data mitigates the bias, lifting four-way robust accuracy by up to 100 points on synthetic data, and by 68.0, 32.6, and 20.1 points on broader evaluation datasets WhatsUp, SpatialMQA-Direct, and VSR.

cs.CL