Shengqi Zhang

CV
h-index11
3papers
5citations
Novelty50%
AI Score47

3 Papers

CVDec 9, 2025Code
SegEarth-OV3: Exploring SAM 3 for Open-Vocabulary Semantic Segmentation in Remote Sensing Images

Kaiyu Li, Shengqi Zhang, Yupeng Deng et al.

Most existing methods for training-free Open-Vocabulary Semantic Segmentation (OVSS) are based on CLIP. While these approaches have made progress, they often face challenges in precise localization or require complex pipelines to combine separate modules, especially in remote sensing scenarios where numerous dense and small targets are present. Recently, Segment Anything Model 3 (SAM 3) was proposed, unifying segmentation and recognition in a promptable framework. In this paper, we present a preliminary exploration of applying SAM 3 to the remote sensing OVSS task without any training. First, we implement a mask fusion strategy that combines the outputs from SAM 3's semantic segmentation head and the Transformer decoder (instance head). This allows us to leverage the strengths of both heads for better land coverage. Second, we utilize the presence score from the presence head to filter out categories that do not exist in the scene, reducing false positives caused by the vast vocabulary sizes and patch-level processing in geospatial scenes. We evaluate our method on extensive remote sensing datasets. Experiments show that this simple adaptation achieves promising performance, demonstrating the potential of SAM 3 for remote sensing OVSS. Our code is released at https://github.com/earth-insights/SegEarth-OV-3.

53.1SCMar 15
LawMind: A Law-Driven Paradigm for Discovering Analytical Solutions to Partial Differential Equations

Min-Yi Zheng, Shengqi Zhang, Liancheng Wu et al.

Partial differential equations (PDEs) encode fundamental physical laws, yet closed-form analytical solutions for many important equations remain unknown and typically require substantial human insight to derive. Existing numerical, physics-informed, and data-driven approaches approximate solutions from data rather than systematically deriving symbolic expressions directly from governing equations. Here we introduce LawMind, a law-driven symbolic discovery framework that autonomously constructs closed-form solutions from PDEs and their associated conditions without relying on data or supervision. By integrating structured symbolic exploration with physics-constrained evaluation, LawMind progressively assembles valid solution components guided solely by governing laws. Evaluated on 100 benchmark PDEs drawn from two authoritative handbooks, LawMind successfully recovers closed-form analytical solutions for all cases. Beyond known solutions, LawMind further discovers previously unreported closed-form solutions to both linear and nonlinear PDEs. These findings establish a computational paradigm in which governing equations alone drive autonomous symbolic discovery, enabling the systematic derivation of analytical PDE solutions.

58.5NAApr 26
Mode-realigned pointwise interpolation (MRPWI) for efficient POD-Galerkin parametric reduced-order models

Lei Du, Shengqi Zhang

As a cornerstone of reduced-order modeling, the POD-Galerkin framework has garnered widespread attention and remains one of the most widely adopted approaches. Constructing POD-Galerkin PROMs involves integrating this framework with advanced interpolation techniques to obtain POD modes at target (unseen) parameters. While Grassmann manifold interpolation (GMI) serves as an accurate baseline, mode-realigned pointwise interpolation (MRPWI) is proposed to develop highly efficient PROMs that maintain comparable accuracy. Notably, the MRPWI employs a two-step mode realignment procedure, consisting of sign alignment and rotation alignment, to effectively synchronize the POD modes. Demonstration and evaluation of the constructed POD-Galerkin PROMs are conducted by examining flow over a cylinder. These models exhibit high fidelity in comparison to direct numerical simulation and standard POD-Galerkin ROMs. PROMs constructed via MRPWI achieve accuracy comparable to those using GMI, while providing significantly higher computational efficiency.