SearcharxivSearch

arXiv subjects

Qihang Ma

Publications and source records attributed to Qihang Ma.

3 recordsLinked to original sources

Boosting Multi-modal Keyphrase Prediction with Dynamic Chain-of-Thought in Vision-Language Models

Multi-modal keyphrase prediction (MMKP) aims to advance beyond text-only methods by incorporating multiple modalities of input information to produce a set of conclusive phrases. Traditional multi-modal approaches have been proven to have significant limitations in handling the challenging absence and unseen scenarios. Additionally, we identify shortcomings in existing benchmarks that overestimate model capability due to significant overlap in training tests. In this work, we propose leveraging vision-language models (VLMs) for the MMKP task. Firstly, we use two widely-used strategies, e.g., zero-shot and supervised fine-tuning (SFT) to assess the lower bound performance of VLMs. Next, to improve the complex reasoning capabilities of VLMs, we adopt Fine-tune-CoT, which leverages high-quality CoT reasoning data generated by a teacher model to finetune smaller models. Finally, to address the "overthinking" phenomenon, we propose a dynamic CoT strategy which adaptively injects CoT data during training, allowing the model to flexibly leverage its reasoning capabilities during the inference stage. We evaluate the proposed strategies on various datasets and the experimental results demonstrate the effectiveness of the proposed approaches. The code is available at https://github.com/bytedance/DynamicCoT.

cs.CV

COTR: Compact Occupancy TRansformer for Vision-based 3D Occupancy Prediction

The autonomous driving community has shown significant interest in 3D occupancy prediction, driven by its exceptional geometric perception and general object recognition capabilities. To achieve this, current works try to construct a Tri-Perspective View (TPV) or Occupancy (OCC) representation extending from the Bird-Eye-View perception. However, compressed views like TPV representation lose 3D geometry information while raw and sparse OCC representation requires heavy but redundant computational costs. To address the above limitations, we propose Compact Occupancy TRansformer (COTR), with a geometry-aware occupancy encoder and a semantic-aware group decoder to reconstruct a compact 3D OCC representation. The occupancy encoder first generates a compact geometrical OCC feature through efficient explicit-implicit view transformation. Then, the occupancy decoder further enhances the semantic discriminability of the compact OCC representation by a coarse-to-fine semantic grouping strategy. Empirical experiments show that there are evident performance gains across multiple baselines, e.g., COTR outperforms baselines with a relative improvement of 8%-15%, demonstrating the superiority of our method.

cs.CV

High-order Finite-Volume Central Targeted ENO Family Scheme for Compressible Flows in Unstructured Meshes

The high-order Target ENO (TENO) scheme, known for its innovative weighting strategy, has demonstrated strong potential for complex flow predictions. This study extends the TENO weighting approach to develop non-oscillatory central TENO (CTENO and CTENOZ) family schemes for unstructured meshes. The CTENO schemes employ compact directional stencils, which increase the likelihood of finding stencils within smooth regions. The design is intentionally compact to simplify the implementation of directional stencils. An effective scale separation strategy is adopted using an ENO-like stencil selection method, which employs large central stencils in smooth regions to achieve high-order accuracy, and smaller directional stencils near discontinuities to improve shock-capturing capabilities. Extensive tests involving CWENO, TENO, CTENO, and CTENOZ schemes were conducted to assess their performance in terms of accuracy, robustness, parallel scalability, and computational efficiency. The findings indicate that the proposed CTENO and CTENOZ schemes deliver high-order precision, lower numerical dissipation, and excellent shock-capturing performance.

physics.flu-dyn